
:root{
    --bg:#05070B; --bg-2:#080C13;
    --panel:rgba(255,255,255,.035); --panel-2:rgba(255,255,255,.055);
    --bd:rgba(255,255,255,.09); --bd-2:rgba(255,255,255,.16);
    --tx:#F2F5F9; --mut:#8D97A7; --mut-2:#5C6675;
    --red:#F03040; --red-2:#C3162A; --teal:#39E6D8; --green:#22C77E;
    --glow-rgb:240,48,64;
  }
  html{scroll-behavior:smooth;overflow-x:clip}
  body{font-family:"Manrope",sans-serif;background:var(--bg);color:var(--tx);
    -webkit-font-smoothing:antialiased;overflow-x:hidden}
  ::selection{background:var(--red);color:#fff}
  ::-webkit-scrollbar{width:10px}
  ::-webkit-scrollbar-track{background:var(--bg)}
  ::-webkit-scrollbar-thumb{background:#1B2330;border-radius:99px;border:2px solid var(--bg)}
  a{text-decoration:none;color:inherit}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px}
  h1, h2, h3{font-family:"Sora",sans-serif;letter-spacing:-.02em}
  :focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:4px}
  section{scroll-margin-top:86px}
  header{position:fixed;top:0;left:0;right:0;z-index:80;background:rgba(5,7,11,.55);
    backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s}
  header.scrolled{background:rgba(5,7,11,.88)}
  header .wrap{max-width:1480px;display:flex;align-items:center;justify-content:space-between;height:66px}
  .logo{font-family:"Sora",sans-serif;font-weight:700;font-size:21px;display:flex;align-items:center;gap:2px}
  .logo .tr{color:var(--red)}
  nav.main{display:flex;align-items:center;gap:20px;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}
  nav.main>a, .nav-trigger{position:relative;font-family:"Manrope",sans-serif;font-size:13.25px;font-weight:600;color:var(--mut);transition:color .2s;background:none;border:0;padding:24px 0 21px;cursor:pointer;white-space:nowrap}
  nav.main>a:hover, .nav-trigger:hover, .nav-drop.open .nav-trigger{color:#fff}
  nav.main>a::after, .nav-trigger::after{content:"";position:absolute;left:50%;right:50%;bottom:10px;height:2px;border-radius:99px;background:var(--red);box-shadow:0 0 12px rgba(240,48,64,.5);transition:left .22s,right .22s,opacity .22s;opacity:0}
  nav.main>a:hover::after, .nav-trigger:hover::after, nav.main>a.active::after, .nav-trigger.active::after, .nav-drop.open .nav-trigger::after{left:0;right:0;opacity:1}
  nav.main>a.active, .nav-trigger.active{color:#fff}
  .nav-drop{position:relative;display:flex;align-items:center}
  .nav-trigger{display:flex;align-items:center;gap:6px}
  .nav-trigger svg{width:13px;height:13px;transition:transform .2s;color:var(--mut-2)}
  .nav-drop:hover .nav-trigger svg, .nav-drop.open .nav-trigger svg{transform:rotate(180deg);color:var(--red)}
  .nav-drop::after{content:"";position:absolute;left:-20px;right:-20px;top:58px;height:22px;pointer-events:none}
  .mega-menu{position:absolute;top:58px;left:50%;width:min(330px,calc(100vw - 40px));transform:translate(-50%,12px);display:grid;grid-template-columns:1fr;gap:5px;padding:10px;background:rgba(9,13,20,.98);border:1px solid var(--bd-2);border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.62);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;z-index:95}
  .nav-drop:hover .mega-menu, .nav-drop:focus-within .mega-menu, .nav-drop.open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
  .mega-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 10px;border-radius:10px;font-size:12.5px;font-weight:600;color:#DDE5EF;transition:background .18s,color .18s,transform .18s}
  .mega-menu a:hover{background:rgba(255,255,255,.055);color:#fff;transform:translateX(2px)}
  .mega-menu a:hover::after{opacity:1;transform:translateX(0)}

  

  
  .hdr-right{display:flex;align-items:center;gap:14px}
  .lang{position:relative}
  .icon-btn{width:36px;height:36px;border-radius:50%;background:var(--panel);border:1px solid var(--bd);
    color:var(--tx);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:.2s}
  .icon-btn:hover{border-color:var(--bd-2)}
  .lang-menu{display:none;position:absolute;right:0;top:48px;width:min(292px,calc(100vw - 24px));min-width:0;
    max-height:min(610px,calc(100dvh - 76px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;
    scrollbar-gutter:stable;padding:10px;background:linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.985));
    border:1px solid rgba(255,255,255,.11);border-radius:18px;box-shadow:0 32px 90px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.025) inset;
    backdrop-filter:blur(24px) saturate(1.18);-webkit-backdrop-filter:blur(24px) saturate(1.18);z-index:90;
    scrollbar-width:thin;scrollbar-color:rgba(132,145,164,.42) transparent}
  .lang-menu::-webkit-scrollbar{width:6px}
  .lang-menu::-webkit-scrollbar-track{background:transparent;margin:10px 0}
  .lang-menu::-webkit-scrollbar-thumb{background:rgba(132,145,164,.38);border-radius:99px;border:1px solid transparent;background-clip:padding-box}
  .lang-menu::-webkit-scrollbar-thumb:hover{background:rgba(160,174,194,.58);background-clip:padding-box}
  .lang.open .lang-menu{display:block;animation:langMenuIn .18s ease-out both}
  @keyframes langMenuIn{from{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
  .lang-menu button{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;
    margin:0;padding:7px 8px;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;cursor:pointer;
    font-family:"Manrope",sans-serif;font-size:13.5px;color:var(--tx);font-weight:550;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s}
  .lang-menu button+button{margin-top:3px}
  .lang-menu button:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.075);transform:translateX(2px)}
  .lang-menu button:focus-visible{outline:2px solid rgba(240,48,64,.9);outline-offset:1px}
  .lang-menu button.active{background:linear-gradient(135deg,rgba(240,48,64,.22),rgba(240,48,64,.075));
    border-color:rgba(240,48,64,.45);color:#fff;box-shadow:0 10px 28px rgba(240,48,64,.13),inset 3px 0 0 var(--red)}
  .lang-option{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
  .lang-option>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15;font-weight:650}
  .lang-flag{display:block;width:32px;height:21px;flex:0 0 32px;object-fit:cover;object-position:center;border-radius:4px;
    border:1px solid rgba(255,255,255,.18);background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.35)}
  .lang-current-flag{display:block;width:22px;height:15px;object-fit:cover;object-position:center;border-radius:3px;
    border:1px solid rgba(255,255,255,.2);background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.28)}
  .lang-menu .soon{color:var(--mut-2);cursor:default}
  .lang-menu .soon:hover{background:none;transform:none}
  .lang-menu .tagx{flex:0 0 auto;min-width:31px;padding:4px 6px;border:1px solid rgba(240,48,64,.16);border-radius:99px;
    background:rgba(240,48,64,.065);font-size:8.5px;line-height:1;color:#FF6673;text-align:center;
    font-family:"IBM Plex Mono",monospace;font-weight:700;letter-spacing:.09em}
  .lang-menu button.active .tagx{color:#fff;border-color:rgba(255,255,255,.16);background:rgba(240,48,64,.26)}
  .btn-pill{background:var(--red);color:#fff;font-weight:600;font-size:14px;padding:10px 22px;border-radius:99px;
    box-shadow:0 0 24px rgba(240,48,64,.35);transition:.2s;white-space:nowrap}
  .btn-pill:hover{background:#FF4453;box-shadow:0 0 34px rgba(240,48,64,.55)}
  .hero{position:relative;height:100svh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#05070B}
  .hero::before{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:1;
    background:url("/hero-poster-v131.jpg") center center/cover no-repeat;
    filter:brightness(.58) saturate(.92) contrast(1.05);
    transform:none;transition:opacity .28s ease
  }
  .hero canvas{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0;transition:opacity .28s ease}
  .hero-vid{
    position:absolute;inset:0;z-index:1;width:100%;height:100%;
    object-fit:cover;object-position:center center;opacity:0;background:transparent;
    transition:opacity .28s ease;filter:brightness(.58) saturate(.92) contrast(1.05)
  }
  .hero.has-vid::before{opacity:0}
  .hero.video-pending .hero-vid, .hero.video-static .hero-vid{opacity:0}
  .hero.video-buffering.has-vid .hero-vid{opacity:1}
  .hero.video-pending canvas, .hero.video-buffering canvas, .hero.has-vid canvas, .hero.video-static canvas{opacity:0}
  .hero.video-failed canvas{opacity:1}
  .hero.video-autoplay-blocked::after{
    content:"▶";position:absolute;left:24px;bottom:24px;z-index:4;width:46px;height:46px;display:grid;place-items:center;
    border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(5,7,11,.7);color:#fff;font-size:17px;
    padding-left:3px;box-shadow:0 10px 30px rgba(0,0,0,.35);backdrop-filter:blur(8px);cursor:pointer;pointer-events:none
  }
  .hero .fade{position:absolute;inset:0;z-index:2;pointer-events:none;background:
    radial-gradient(1150px 600px at 50% 58%, rgba(5,7,11,.42), transparent 70%),
    linear-gradient(180deg, rgba(5,7,11,.55) 0%, rgba(5,7,11,.16) 24%, rgba(5,7,11,.16) 82%,
      rgba(5,7,11,.5) 100%)}
  .hero-inner{position:relative;z-index:3;text-align:center;padding:0 24px;max-width:1100px}
  .eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(5,7,11,.55);
    border:1px solid var(--bd-2);border-radius:99px;padding:8px 18px;font-size:12.5px;
    font-weight:500;color:#D6DEE9;backdrop-filter:blur(8px);margin-bottom:30px}
  .eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 12px var(--red);animation:blink 2s infinite}
  .hero h1{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(25px,3.6vw,52px);font-weight:400;line-height:1.15;
    text-transform:uppercase;letter-spacing:.01em;
    transform:skewX(-6deg);
    background:linear-gradient(180deg,#FFFFFF 0%,#EDF1F6 26%,#C6CDD8 48%,#8C96A6 66%,#6E7889 78%,#B7BFCB 100%);
    -webkit-background-clip:text;background-clip:text;
    color:transparent;-webkit-text-fill-color:transparent;
    filter:drop-shadow(0 10px 34px rgba(0,0,0,.55))}
  .hero h1 .hdot{position:relative;display:inline-block;width:.13em;height:.13em;margin:0 .07em}
  .hero h1 .hdot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--red);
    box-shadow:0 0 3px rgba(240,48,64,.9),0 0 16px rgba(240,48,64,.7)}
  .hero .sub{margin:26px auto 0;max-width:62ch;color:#CBD5E1;font-size:clamp(15px,1.6vw,18px);line-height:1.7;
    text-shadow:0 1px 16px rgba(0,0,0,.6)}
  .ctas{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
  .hero .ctas{margin-top:40px;justify-content:center}
  .blk>.wrap>.ctas{justify-content:center}
  .btn-red{background:var(--red);color:#fff;font-weight:600;font-size:15px;padding:15px 32px;border-radius:10px;
    box-shadow:0 0 30px rgba(240,48,64,.4);transition:.2s;display:inline-block}
  .btn-red:hover{background:#FF4453;transform:translateY(-2px);box-shadow:0 8px 40px rgba(240,48,64,.55)}
  .hchips{margin-top:34px;display:grid;grid-template-columns:repeat(6,minmax(128px,158px));
    gap:12px;justify-content:center}
  @media (max-width:1100px){.hchips{grid-template-columns:repeat(3,minmax(140px,170px))}}
  @media (max-width:600px){.hchips{grid-template-columns:repeat(2,1fr);max-width:370px;margin-left:auto;margin-right:auto}}
  .hchip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    min-height:92px;padding:14px 10px;text-align:center;font-size:12.5px;font-weight:500;color:#EAF0F7;
    background:rgba(7,10,16,.05);border:1px solid rgba(255,255,255,.16);border-radius:16px;line-height:1.35;
    backdrop-filter:blur(14px) saturate(1.15);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s,color .2s}
  .hchip:hover{transform:translateY(-4px);border-color:rgba(240,48,64,.55);
    background:rgba(240,48,64,.09);color:var(--tx);box-shadow:0 10px 26px rgba(240,48,64,.18)}
  .hchip svg{width:22px;height:22px;color:var(--red);flex:none}
  html.light .hchip{
    color:#20304D;
    background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(232,241,255,.91));
    border-color:rgba(43,92,176,.24);
    box-shadow:0 10px 28px rgba(31,69,137,.10),inset 0 1px 0 rgba(255,255,255,.96);
  }
  html.light .hchip:hover{
    color:#102B61;
    border-color:rgba(36,101,221,.55);
    background:linear-gradient(145deg,#FFFFFF,#E8F2FF);
    box-shadow:0 14px 34px rgba(36,101,221,.18),inset 0 1px 0 #FFFFFF;
  }
  html.light .hchip svg{color:#2465DD}
  .hero .hchip{
    position:relative;isolation:isolate;overflow:hidden;
    color:#F6F8FC;
    background:linear-gradient(145deg,rgba(6,10,17,.38),rgba(9,14,23,.24));
    border-color:rgba(255,255,255,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.17),inset 0 -1px 0 rgba(255,255,255,.04),0 16px 38px rgba(0,0,0,.24);
    backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);
    transition:transform .34s cubic-bezier(.22,1,.36,1),border-color .25s,background .25s,color .25s,box-shadow .25s;
  }
  .hero .hchip>*{position:relative;z-index:2}
  .hero .hchip::after{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
    background:radial-gradient(120% 90% at 50% -24%,rgba(240,48,64,.20),transparent 54%),linear-gradient(180deg,rgba(255,255,255,.075),transparent 45%);
    opacity:.72;transition:opacity .28s;
  }
  .hero .hchip::before{
    content:"";position:absolute;z-index:1;pointer-events:none;top:-48%;bottom:-48%;left:-72%;width:42%;
    transform:skewX(-20deg);opacity:0;filter:blur(4px);
    background:linear-gradient(90deg,transparent,rgba(240,48,64,.04),rgba(255,58,78,.52),rgba(255,255,255,.40),rgba(240,48,64,.10),transparent);
    will-change:left,opacity;
  }
  .hero .hchip:hover{
    transform:translateY(-6px) scale(1.015);color:#FFFFFF;
    border-color:rgba(255,66,84,.64);
    background:linear-gradient(145deg,rgba(25,9,15,.43),rgba(12,12,20,.28));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 1px rgba(240,48,64,.12),0 0 32px rgba(240,48,64,.28);
  }
  .hero .hchip:hover::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
  .hero .hchip:hover::after{opacity:1}
  .hero .hchip svg{
    color:#FF4657;filter:drop-shadow(0 0 8px rgba(240,48,64,.40));
    transition:transform .28s cubic-bezier(.22,1,.36,1),color .25s,filter .25s;
  }
  .hero .hchip:hover svg{transform:translateY(-1px) scale(1.10);color:#FF5A68;filter:drop-shadow(0 0 13px rgba(240,48,64,.72))}
  html.light .hero .hchip:hover{
    color:#0B2452;border-color:rgba(35,108,255,.68);
    background:linear-gradient(145deg,rgba(241,247,255,.43),rgba(199,220,252,.29));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 18px 42px rgba(23,66,133,.20),0 0 0 1px rgba(35,108,255,.12),0 0 34px rgba(35,108,255,.30);
  }
  html.light .hero .hchip:hover svg{color:#0F62F3;filter:drop-shadow(0 0 14px rgba(31,111,255,.68))}

  @keyframes heroChipBeam{
    0%{left:-72%;opacity:0}
    10%{opacity:.9}
    52%{left:132%;opacity:.95}
    65%,100%{left:132%;opacity:0}
  }
  @media (prefers-reduced-motion:reduce){
    .hero .hchip:hover::before{animation:none;left:28%;opacity:.22}
    .hero .hchip:hover{transform:translateY(-2px)}
  }
  a.hchip,button.hchip{cursor:pointer}
  span.hchip{cursor:default}
  @media (max-width:600px){.hchip{min-height:72px;font-size:11.5px;padding:10px 8px;gap:6px}}
  @media (min-height:940px) and (min-width:1101px){
    .hero .hchips{position:absolute;top:100%;left:50%;transform:translateX(-50%);
      margin:48px 0 0;width:max-content}
    .hero .scroll-cue{display:none}
  }
  @media (max-width:600px){.hero{height:auto;min-height:100svh;padding:104px 0 60px}}
  .offer{display:inline-flex;align-items:center;gap:12px;margin-top:30px;max-width:640px;
    padding:14px 22px;border-radius:14px;text-align:left;
    background:rgba(34,199,126,.05);border:1px solid rgba(34,199,126,.28);
    box-shadow:0 0 26px rgba(34,199,126,.1);backdrop-filter:blur(12px) saturate(1.15);
    font-size:14px;line-height:1.55;color:#E9EEF5}
  .offer .sh{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;
    justify-content:center;background:linear-gradient(160deg,#16294D,#0D1B36);
    border:1px solid #2F5FB8;color:#7FA8FF;
    box-shadow:0 0 0 0 rgba(63,111,214,.45);animation:shieldPulse 2.8s ease-out infinite}
  .offer .sh svg{width:22px;height:22px}
  @keyframes shieldPulse{0%{box-shadow:0 0 0 0 rgba(63,111,214,.45)}
    70%{box-shadow:0 0 0 11px rgba(63,111,214,0)}100%{box-shadow:0 0 0 0 rgba(63,111,214,0)}}
  .offer b{color:var(--green)}
  @media (max-height:820px){.scroll-cue{display:none}}
  .scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);color:#8C97A9;font-size:11px;
    letter-spacing:.24em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px}
  .scroll-cue::after{content:"";width:1px;height:38px;background:linear-gradient(180deg,var(--mut-2),transparent);
    animation:drop 1.8s ease-in-out infinite}
  @keyframes drop{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}
    55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

  section.blk{padding:120px 0}
  .title{font-size:clamp(30px,4vw,50px);font-weight:700;margin-top:16px;line-height:1.08;color:#fff}
  .lead{color:var(--mut);font-size:16.5px;margin-top:18px;line-height:1.75;max-width:60ch}
  .rv{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
  .rv.in{opacity:1;transform:none}
  .stat{background:var(--panel);border:1px solid var(--bd);border-radius:18px;padding:36px 32px;
    position:relative;overflow:hidden;transition:.25s}
  .stat::before{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;
    background:linear-gradient(140deg,rgba(240,48,64,.5),transparent 40%);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.3s}
  .stat:hover{transform:translateY(-5px);background:var(--panel-2)}
  .stat:hover::before{opacity:1}
  .stat .tg{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red)}
  .stat .num{font-family:"Sora",sans-serif;font-size:58px;font-weight:700;margin-top:14px;
    background:linear-gradient(180deg,#fff 30%,#9AA5B5);-webkit-background-clip:text;background-clip:text;color:transparent}
  .stat .num em{font-style:normal;color:var(--red);-webkit-text-fill-color:var(--red)}
  .stat .ds{color:var(--mut);font-size:14px;line-height:1.65;margin-top:12px}
  .stat .sr{color:var(--mut-2);font-size:12.5px;font-style:italic;margin-top:16px}

  .svc{scroll-margin-top:86px;border-top:1px solid var(--bd);display:grid;grid-template-columns:100px 1.05fr 1fr;
    gap:44px;padding:48px 8px;align-items:center;transition:.25s;border-radius:4px}
  .svc:last-of-type{border-bottom:1px solid var(--bd)}
  .svc:hover{background:rgba(255,255,255,.02)}
  .svc .no{font-family:"IBM Plex Mono",monospace;font-size:14px;color:var(--mut-2)}
  .svc h3{font-size:25px;font-weight:600;color:#fff;transition:.25s}
  .svc:hover h3{color:var(--red)}
  .svc p{color:var(--mut);font-size:15px;line-height:1.75;margin-top:12px}
  .svc .lk{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:#fff;font-weight:600;font-size:14px}
  .svc .lk::after{content:"→";transition:.2s;color:var(--red)}
  .svc:hover .lk::after{transform:translateX(4px)}
  .chips{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
  .chip{background:var(--panel);border:1px solid var(--bd);border-radius:9px;padding:10px 15px;
    font-size:13px;font-weight:500;color:var(--tx);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s}
  .chip:hover{transform:scale(1.07) translateY(-2px);border-color:var(--bd-2);background:var(--panel-2)}
  .chip.red{border-color:rgba(240,48,64,.4);color:var(--red);background:rgba(240,48,64,.07);
    box-shadow:0 0 18px rgba(240,48,64,.12)}
  .chip.ok{color:var(--green);border-color:rgba(34,199,126,.3)}

  .live{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 16%,var(--bg-2) 84%,var(--bg) 100%)}
  .live .wrap{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:120px 32px}
  .ui{background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
    border:1px solid var(--bd);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px);
    box-shadow:0 40px 100px rgba(0,0,0,.5)}
  .ui-h{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--bd)}
  .ui-code{display:flex;flex-direction:column;gap:3px;min-width:0}
  .ui-lbl{font-family:"IBM Plex Mono",monospace;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;
    color:var(--mut-2);font-weight:600}
  .ui-sku{font-family:"IBM Plex Mono",monospace;font-size:14px;font-weight:600;color:#fff;letter-spacing:.02em}
  html.light .ui-sku{color:#0C1424}
  .ui-route{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;
    padding:20px 22px;border-bottom:1px solid var(--bd);
    background:radial-gradient(ellipse 60% 100% at center,rgba(240,48,64,.05),transparent)}
  .rt-node{display:flex;align-items:center;gap:12px;min-width:0}
  .rt-node.end{flex-direction:row-reverse}
  .rt-dot{width:9px;height:9px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.16),0 0 14px rgba(240,48,64,.6);flex:none}
  .rt-dot:not(.done){background:transparent;border:1.5px solid rgba(255,255,255,.32);box-shadow:none}
  html.light .rt-dot:not(.done){border-color:rgba(13,26,44,.28)}
  .rt-txt b{display:block;font-size:12.5px;font-weight:700;letter-spacing:.08em;color:#fff;line-height:1.15}
  html.light .rt-txt b{color:#0C1424}
  .rt-txt em{display:block;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9.5px;
    color:var(--mut-2);margin-top:3px;letter-spacing:.05em}
  .rt-node.end .rt-txt{text-align:right}
  .rt-line{position:relative;height:2px;background:rgba(255,255,255,.09);border-radius:99px}
  html.light .rt-line{background:rgba(13,26,44,.1)}
  .rt-prog{height:100%;width:42%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 12px rgba(240,48,64,.55)}
  .rt-marker{position:absolute;left:42%;top:50%;transform:translate(-50%,-50%);
    width:12px;height:12px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7);
    animation:rtPulse 2.2s ease-in-out infinite}
  .rt-marker::after{content:"";position:absolute;inset:-3px;border-radius:50%;
    border:1.5px solid rgba(240,48,64,.55);animation:rtRing 2.2s ease-out infinite}
  @keyframes rtRing{0%{transform:scale(.6);opacity:1}80%, 100%{transform:scale(2.3);opacity:0}}
  .sd.live i{animation:sdRing 2s ease-out infinite}
  .tb{position:relative}
  .tb i{position:relative;overflow:hidden}
  .tb i::after{content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
    transform:translateX(-100%);animation:tbSheen 2.8s ease-in-out infinite}
  @keyframes tbSheen{55%, 100%{transform:translateX(100%)}}
  @keyframes rtPulse{0%, 100%{box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7)}
                     50%{box-shadow:0 0 0 8px rgba(240,48,64,.08),0 0 26px rgba(240,48,64,.95)}}
  @media (max-width:430px){
    .ui-route{grid-template-columns:auto 1fr auto;gap:12px;padding:18px 16px}
    .rt-txt b{font-size:11.5px}
  }
  .pill{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:var(--green);
    background:rgba(34,199,126,.1);border:1px solid rgba(34,199,126,.25);border-radius:99px;padding:6px 12px;letter-spacing:.06em}
  .pill i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);animation:blink 1.4s infinite}
  .ui-b{padding:22px}
  .ur{display:flex;justify-content:space-between;font-size:13.5px;padding:11px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
  .ur:last-of-type{border-bottom:0}
  .ur .k{color:var(--mut)} .ur .v{font-weight:600}
  .lt{margin-top:16px}
  .lt .lb{display:flex;justify-content:space-between;font-size:12px;color:var(--mut);margin-bottom:9px}
  .lt .lb b{color:#fff}
  .tb{height:8px;background:rgba(255,255,255,.07);border-radius:99px;overflow:hidden}
  .tb i{display:block;height:100%;width:80%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 18px rgba(240,48,64,.6)}
  .dots{display:flex;justify-content:space-between;margin-top:12px}
  .sd{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10.5px;color:var(--mut-2);
    font-family:"IBM Plex Mono",monospace}
  .sd i{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:var(--red);color:#fff;font-size:11px;box-shadow:0 0 14px rgba(240,48,64,.5)}
  .sd.pend i{background:transparent;color:var(--mut-2);border:1px solid var(--bd);box-shadow:none}

  .princ{padding:130px 0;text-align:center}
  .princ blockquote{font-family:"Sora",sans-serif;font-size:clamp(22px,3vw,34px);font-weight:600;
    line-height:1.4;max-width:880px;margin:0 auto;color:#E7ECF3}
  .princ b{color:var(--red)}
  .princ .who{margin-top:28px;color:var(--mut-2);font-size:14px}
  .princ .who b{color:var(--tx);font-weight:600}

  .cta{position:relative;padding:150px 0;text-align:center;overflow:hidden}
  .cta::before{content:"";position:absolute;inset:0;
    background:radial-gradient(700px 380px at 50% 8%, rgba(240,48,64,.22), transparent 70%)}
  .cta .wrap{position:relative}
  .cta h2{font-size:clamp(34px,5vw,58px);font-weight:700;line-height:1.06;color:#fff}
  .cta p{color:var(--mut);font-size:17px;margin:24px auto 0;max-width:56ch;line-height:1.7}
  .cta .row{margin-top:44px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

  .formsec{padding:120px 0}
  .formsec .wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .qform{display:grid;gap:16px;background:var(--panel);border:1px solid var(--bd);border-radius:20px;
    padding:38px;backdrop-filter:blur(10px)}
  .qform label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
    color:var(--mut);margin-bottom:-9px}
  .qform input, .qform select, .qform textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--bd);
    border-radius:11px;padding:14px 15px;font-family:"Manrope",sans-serif;font-size:14.5px;color:#fff;transition:.2s}
  .qform textarea{min-height:96px;resize:vertical}
  .qform input::placeholder, .qform textarea::placeholder{color:var(--mut-2)}
  .qform select{color:var(--tx)} .qform select option{background:#0B0F17;color:#fff}
  .qform input:focus, .qform select:focus, .qform textarea:focus{outline:none;border-color:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.18)}
  .qform button{background:var(--red);border:0;border-radius:11px;padding:16px;cursor:pointer;
    font-family:"Manrope",sans-serif;font-weight:700;font-size:15px;color:#fff;margin-top:8px;
    box-shadow:0 0 26px rgba(240,48,64,.35);transition:.2s}
  .qform button:hover{background:#FF4453;box-shadow:0 0 40px rgba(240,48,64,.55)}
  .qform button:disabled{opacity:.6;cursor:wait}
  .qform .fine{font-size:12px;color:var(--mut-2);text-align:center}
  .form-ok{display:none;background:rgba(34,199,126,.08);border:1px solid rgba(34,199,126,.35);
    border-radius:20px;padding:44px 38px;text-align:center}
  .form-ok.show{display:block}
  .form-ok .big{font-size:44px}
  .form-ok h3{margin-top:14px;font-size:22px;color:#fff}
  .form-ok p{margin-top:10px;color:var(--mut);font-size:14.5px;line-height:1.7}
  .hidden{display:none !important}
  .mail-line{margin-top:22px;display:inline-flex;align-items:center;gap:10px;
    background:var(--panel);border:1px solid var(--bd);border-radius:12px;padding:14px 20px;font-size:14.5px}
  .mail-line a{color:var(--red);font-weight:600}

  footer{background:var(--bg-2);color:var(--mut);padding:76px 0 44px;font-size:13.5px}
  .fgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
  footer .logo{font-size:20px;color:#fff}
  footer .ab{margin-top:18px;line-height:1.75;max-width:32ch}
  footer h4{font-family:"Sora",sans-serif;color:#fff;font-size:13px;font-weight:600;
    margin-bottom:18px;letter-spacing:.1em;text-transform:uppercase}
  footer li{list-style:none;margin-bottom:12px}
  footer a{transition:.2s} footer a:hover{color:#fff}
  .fbot{border-top:1px solid var(--bd);margin-top:58px;padding-top:28px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--mut-2)}
  .step{position:relative;background:var(--panel);border:1px solid var(--bd);border-radius:16px;padding:26px 22px;transition:.25s}
  .step:hover{transform:translateY(-4px);background:var(--panel-2);border-color:var(--bd-2)}
  .step .n{font-family:"IBM Plex Mono",monospace;color:var(--red);font-size:12px;letter-spacing:.15em}
  .step h3{font-size:17px;margin-top:10px;color:#fff}
  .step p{color:var(--mut);font-size:13.5px;line-height:1.6;margin-top:8px}
  .step::after{content:"";position:absolute;top:34px;right:-15px;width:16px;height:1px;background:var(--bd-2)}
  .step:last-child::after{display:none}
  .faq{max-width:820px;margin:52px auto 0}
  .faq details{border:1px solid var(--bd);border-radius:14px;background:var(--panel);margin-bottom:12px;overflow:hidden;transition:.2s}
  .faq details[open]{background:var(--panel-2)}
  .faq summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:600;font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+";color:var(--red);font-size:22px;font-weight:400;transition:.2s;line-height:1}
  .faq details[open] summary::after{transform:rotate(45deg)}
  .faq details p{padding:0 22px 20px;color:var(--mut);font-size:14.5px;line-height:1.75}
  .comp{background:linear-gradient(180deg,var(--bg),var(--bg-2));padding:48px 0 30px}
  .comp .wrap{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
  .comp .lbl{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mut-2);margin-right:10px}
  .btt{position:fixed;right:22px;bottom:92px;z-index:70;width:44px;height:44px;border-radius:50%;
    background:rgba(255,255,255,.05);border:1px solid var(--bd);color:var(--tx);font-size:18px;cursor:pointer;
    display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.25s;backdrop-filter:blur(8px)}
  .btt.show{opacity:1;pointer-events:auto}
  .btt:hover{border-color:var(--red);color:var(--red)}

  .burger{display:none;width:38px;height:38px;border-radius:10px;background:var(--panel);
    border:1px solid var(--bd);color:var(--tx);cursor:pointer;font-size:18px;line-height:1;
    align-items:center;justify-content:center}
  .mnav{display:none;position:fixed;top:66px;left:0;right:0;z-index:75;max-height:calc(100svh - 66px);overflow:auto;background:rgba(5,7,11,.98);
    backdrop-filter:blur(18px);border-bottom:1px solid var(--bd);padding:14px 20px 24px;box-shadow:0 22px 70px rgba(0,0,0,.38)}
  .mnav.open{display:block}
  .mnav-main-link, .mnav-solutions-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 6px;font-family:"Manrope",sans-serif;font-size:15.5px;font-weight:650;color:var(--tx);background:none;border:0;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;cursor:pointer}
  .mnav-solutions-toggle svg{width:16px;height:16px;transition:transform .2s;color:var(--red)}
  .mnav-solutions-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
  .mnav-sub{display:none;margin:6px 0 10px;padding:8px 10px 10px;border:1px solid var(--bd);border-radius:14px;background:rgba(255,255,255,.025)}
  .mnav-sub.open{display:block}
  .mnav-sub a{display:flex;align-items:center;gap:13px;padding:11px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--mut)}
  .mnav-sub a:hover{background:rgba(255,255,255,.045);color:#fff}
  .mnav-cta{display:flex;align-items:center;justify-content:center;margin-top:16px;padding:13px 18px;border-radius:12px;background:var(--red);color:#fff;font-size:14.5px;font-weight:750;box-shadow:0 0 28px rgba(240,48,64,.28)}

  .modal{display:none;position:fixed;inset:0;z-index:120;background:rgba(2,4,8,.8);
    backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:24px}
  .modal.open{display:flex}
  .modal .box{max-width:640px;max-height:80vh;overflow:auto;background:#0B0F17;
    border:1px solid var(--bd);border-radius:18px;padding:34px}
  .modal h3{font-size:20px;color:#fff}
  .modal p{color:var(--mut);font-size:14px;line-height:1.75;margin-top:14px}
  .modal .x{float:right;background:none;border:0;color:var(--mut);font-size:22px;cursor:pointer}
  .modal .x:hover{color:var(--red)}
  footer .legal{cursor:pointer}
  footer .legal:hover{color:#fff}
  .range{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:52px}
  .wa-fab{position:fixed;right:22px;bottom:22px;z-index:95;width:56px;height:56px;border-radius:50%;
    background:rgba(25,195,187,.12);backdrop-filter:blur(12px) saturate(1.2);border:1.5px solid rgba(35,215,206,.75);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 10px 30px rgba(25,195,187,.28);transition:transform .2s}
  .wa-fab:hover{transform:scale(1.07);background:rgba(25,195,187,.22)}
  .wa-fab::before{content:"";position:absolute;inset:2px;border-radius:50%;
    background:radial-gradient(18px 18px at 32% 28%, rgba(255,255,255,.14), transparent 62%)}
  .wa-fab svg{width:27px;height:27px;fill:#fff;position:relative;z-index:1;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}
  .wa-fab::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(25,195,187,.6);
    animation:waPulse 3.2s ease-out infinite}
  @keyframes waPulse{0%{transform:scale(1);opacity:.9}70%{transform:scale(1.6);opacity:0}100%{opacity:0}}
  .wa-panel{position:fixed;right:22px;bottom:92px;z-index:110;width:min(360px,calc(100vw - 32px));
    background:#0B0F16;border:1px solid var(--bd-2);border-radius:18px;overflow:hidden;
    box-shadow:0 30px 90px rgba(0,0,0,.65);opacity:0;transform:translateY(16px) scale(.98);
    pointer-events:none;transition:opacity .25s,transform .25s}
  .wa-panel.open{opacity:1;transform:none;pointer-events:auto}
  .wa-head{display:flex;align-items:center;gap:12px;padding:14px 16px;
    background:linear-gradient(135deg,#101826,#0A0F16);border-bottom:1px solid var(--bd)}
  .wa-ava{position:relative;width:40px;height:40px;flex:none;border-radius:50%;overflow:visible;
    background:#080C13;border:1px solid rgba(240,48,64,.62);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 18px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.035)}
  .wa-ava img{display:block;width:34px;height:34px;object-fit:contain;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.45))}
  .wa-ava i{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;
    background:#25D366;border:2px solid #0B0F16}
  .wa-head .t{flex:1;min-width:0}
  .wa-head .t b{display:block;font-family:"Sora",sans-serif;font-size:14.5px;color:#F2F5F9}
  .wa-head .t span{display:block;font-size:12px;color:var(--mut);margin-top:2px}
  .wa-x{background:none;border:0;color:var(--mut);font-size:17px;cursor:pointer;padding:6px;line-height:1}
  .wa-x:hover{color:#fff}
  .wa-body{padding:16px;display:flex;flex-direction:column;gap:10px;max-height:52vh;overflow:auto}
  .wa-msg{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid var(--bd);
    border-radius:4px 14px 14px 14px;padding:11px 14px;font-size:13.5px;color:#E9EEF5;line-height:1.55;max-width:88%}
  .wa-chips{display:flex;flex-wrap:wrap;gap:8px}
  .wa-chip{border:1px solid rgba(35,205,196,.5);color:#8FE8E2;background:rgba(25,195,187,.1);
    border-radius:99px;padding:8px 14px;font-size:12.5px;cursor:pointer;font-family:"Manrope",sans-serif;transition:.2s}
  .wa-chip:hover{background:rgba(25,195,187,.18)}
  .wa-foot{display:flex;align-items:flex-end;gap:10px;padding:12px 12px 8px;border-top:1px solid var(--bd)}
  .wa-foot textarea{flex:1;resize:none;background:rgba(255,255,255,.05);border:1px solid var(--bd);
    border-radius:12px;color:#F2F5F9;font-family:"Manrope",sans-serif;font-size:13.5px;padding:10px 12px;
    min-height:42px;max-height:110px;outline:none}
  .wa-foot textarea:focus{border-color:rgba(35,205,196,.6)}
  .wa-send{flex:none;width:42px;height:42px;border-radius:50%;border:0;background:#17BEB6;color:#fff;
    cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .wa-send:hover{background:#12A69F}
  .wa-send svg{width:18px;height:18px;fill:#fff}
  .wa-note{padding:6px 14px 12px;font-size:10.5px;color:var(--mut-2);text-align:center}
  .gal-wrap{margin-top:70px;grid-column:1 / -1}
  .gal-outer{grid-column:1 / -1}
  .gal-title{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(26px,3.2vw,44px);color:#fff;margin:12px 0 8px;
    font-weight:400;letter-spacing:-.01em;line-height:1.06}
  .gal-meta{color:var(--mut);font-family:"IBM Plex Mono",monospace;font-size:12.5px;letter-spacing:.03em}
  .gal-ship{margin:30px 0 0;display:inline-flex;align-items:center;gap:11px;width:fit-content;max-width:100%;
    padding:10px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;
    background:rgba(8,13,21,.72);box-shadow:0 10px 30px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
    color:#F1F5FA;font-size:14px;font-weight:700;line-height:1.45;letter-spacing:.015em;overflow-wrap:anywhere}
  .gal-ship::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);
    box-shadow:0 0 12px rgba(240,48,64,.9);flex:none;animation:blink 2s infinite}
  .gal-ship.rv{opacity:1;transform:none}
  .gal-outer + .gal-ship{margin-top:46px}
  .gal-outer{position:relative;width:100vw;margin:28px 0 0 calc(50% - 50vw)}
  .gal-strip{display:flex;gap:14px;overflow-x:auto;cursor:grab;
    padding:6px max(24px,calc(50vw - 660px)) 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .gal-strip.grabbing{cursor:grabbing}
  .gal-strip img, .gal-strip video{-webkit-user-drag:none;user-select:none;pointer-events:none}
  .gal-strip::-webkit-scrollbar{display:none}
  .gal-item{position:relative;flex:0 0 auto;width:clamp(266px,26vw,320px);height:clamp(200px,20vw,240px);
    border-radius:16px;overflow:hidden;border:1px solid var(--bd-2);cursor:pointer;background:#0A0F16;margin:0;user-select:none}
  .gal-item img, .gal-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
  .gal-item:hover img{transform:scale(1.04)}
  .gal-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px 14px 12px;font-size:12.5px;color:#E9EEF5;
    background:linear-gradient(180deg,transparent,rgba(4,6,10,.85));opacity:0;transition:opacity .3s;pointer-events:none}
  .gal-item:hover figcaption{opacity:1}
  .gal-item.vid{cursor:default}
  .gal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;
    background:rgba(10,14,22,.72);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);color:#fff;
    font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-nav:hover{background:rgba(240,48,64,.85);border-color:transparent}
  .gal-nav.prev{left:22px}.gal-nav.next{right:22px}
  .gal-outer::before, .gal-outer::after{content:"";position:absolute;top:0;bottom:16px;width:72px;z-index:3;pointer-events:none}
  .gal-outer::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .gal-outer::after{right:0;background:linear-gradient(-90deg,var(--bg),transparent)}
  @media (max-width:700px){.gal-nav{display:none}.gal-item{width:230px;height:172px}}
  .gal-lb{position:fixed;inset:0;z-index:125;background:rgba(2,4,8,.93);display:none;
    align-items:center;justify-content:center;flex-direction:column;padding:28px}
  .gal-lb.open{display:flex}
  .gal-lb img{max-width:min(1240px,92vw);max-height:76vh;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.6)}
  .gal-lb .cap{margin-top:14px;color:#CBD5E1;font-size:13.5px;text-align:center}
  .gal-lb button{position:fixed;z-index:130;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff;
    width:46px;height:46px;border-radius:50%;font-size:19px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-lb button:hover{background:rgba(255,255,255,.18)}
  .gal-lb .x{top:22px;right:22px}
  .gal-lb .pv{left:22px;top:50%;transform:translateY(-50%)}
  .gal-lb .nx{right:22px;top:50%;transform:translateY(-50%)}
  html.light .gal-lb{background:rgba(8,12,20,.95)}
  html.light .gal-title{color:#0C1424}
  html.light .gal-nav{background:rgba(255,255,255,.8);color:#0C1424;border-color:rgba(13,26,44,.2)}
  .pl-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
  @media (max-width:960px){.pl-grid{grid-template-columns:1fr;gap:36px}}
  #plabel .btn-red{display:inline-block;margin-top:26px}
  .pl-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
    border:1px solid var(--bd-2);border-radius:20px;padding:24px 22px 16px;
    box-shadow:0 30px 80px rgba(0,0,0,.45)}
  .pl-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 6px 14px}
  .pl-head .cat{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.14em;color:#E9EEF5;font-weight:600}
  .pl-head .tag{font-size:11px;font-family:"IBM Plex Mono",monospace;color:var(--red);white-space:nowrap;
    border:1px solid rgba(240,48,64,.5);border-radius:99px;padding:5px 12px;letter-spacing:.08em}
  .pl-row{display:flex;align-items:center;gap:14px;padding:11px 6px;border-top:1px solid var(--bd)}
  .pl-thumb{width:42px;height:42px;flex:none;border-radius:11px;border:1px solid var(--bd-2);
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.16), transparent 60%),
    linear-gradient(135deg,#232C3C,#0C1017)}
  .pl-thumb svg{width:20px;height:20px}
  .pl-name{flex:1;color:#E9EEF5;font-size:14px}
  .pl-more{display:flex;justify-content:space-between;align-items:center;gap:12px;
    padding:12px 6px 6px;border-top:1px dashed var(--bd-2);color:var(--mut);font-size:12.5px}
  .pl-more b{color:#E9EEF5;font-weight:600}
  .pl-note{margin-top:14px;color:var(--mut-2);font-size:11.5px;text-align:center}
  .lanes{margin-top:52px;border:1px solid var(--bd);border-radius:16px;overflow:hidden;min-width:0;max-width:100%}
  .lanes table{width:100%;border-collapse:collapse;font-size:14px}
  .lanes th{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;
    color:var(--mut-2);text-align:left;padding:14px 18px;border-bottom:1px solid var(--bd);background:var(--panel)}
  .lanes td{padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.05)}
  .lanes tr:last-child td{border-bottom:0}
  .lanes td.m{color:var(--mut)} .lanes td.d{font-family:"IBM Plex Mono",monospace;color:var(--red)}
  .lscroll{max-height:430px;max-width:100%;min-width:0;overflow:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
  .lanes{position:relative}
  .lanes thead th{position:sticky;top:0;background:#0A0F16;z-index:2}
  .lanes tr.rg td{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red);background:rgba(240,48,64,.05);padding:10px 18px}
  .lanes td.d{white-space:nowrap}
  .lanes::after{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:44px;z-index:1;
    background:linear-gradient(180deg,transparent,var(--bg) 90%);pointer-events:none;
    border-radius:0 0 16px 16px}
  .ln-note{font-size:12px;color:var(--mut-2);margin-top:12px;font-style:italic}

  .cpy{background:none;border:0;color:var(--mut);cursor:pointer;font-size:15px;margin-left:4px}
  .cpy:hover{color:var(--red)}
  .toast{position:fixed;left:50%;bottom:84px;transform:translateX(-50%) translateY(16px);background:#0B0F17;
    border:1px solid var(--bd);color:#fff;padding:10px 20px;border-radius:99px;font-size:13px;opacity:0;
    pointer-events:none;transition:.25s;z-index:130}
  .toast.show{opacity:1;transform:translateX(-50%)}

  @media (max-width:1200px){
    .burger{display:flex}
    nav.main{display:none}
  }
  @media (max-width:960px){
    .step::after{display:none}
    .range{grid-template-columns:1fr 1fr}
    .burger{display:flex}
    nav.main{display:none}
    .hero{min-height:560px}
    .svc{grid-template-columns:1fr;gap:18px;padding:38px 4px}
    .chips{justify-content:flex-start}
    .live .wrap, .formsec .wrap{grid-template-columns:1fr;gap:48px;padding:90px 20px}
    .fgrid{grid-template-columns:1fr 1fr}
    .wrap{padding:0 20px}
    section.blk{padding:90px 0}
  }
  @media (max-width:430px){
    header .wrap{padding:0 14px}
    .hdr-right{gap:9px}
    .btn-pill{padding:9px 14px;font-size:13px}
    .logo{font-size:19px}
    .pl-grid>*{min-width:0}
    .pl-card{padding:20px 16px 14px}
    .pl-head{flex-wrap:wrap}
    .pl-head .tag{white-space:normal;text-align:right}
    .pl-more{flex-wrap:wrap}
    .pl-name{min-width:0}
  }
  .form-consent{font-size:11px;color:var(--mut-2);text-align:center;line-height:1.55}
  .form-consent a, .form-error a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
  .form-error{display:none;padding:12px 14px;border-radius:10px;border:1px solid rgba(240,48,64,.38);
    background:rgba(240,48,64,.08);color:var(--tx);font-size:12px;line-height:1.55}
  .form-error.show{display:block}
  .gal-swipe{display:none;margin:10px 20px 0;text-align:right;font-family:"IBM Plex Mono",monospace;
    font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mut-2)}
  .modal .box:focus{outline:none}
  body.modal-open{overflow:hidden}

  @media (max-width:600px){
    .gal-swipe{display:block}
    .wa-fab{right:16px;bottom:18px;width:52px;height:52px;transition:transform .2s,opacity .2s}
    body:not(.wa-scrolled) .wa-fab{opacity:0;pointer-events:none;transform:translateY(12px)}
    body.wa-scrolled .wa-fab{opacity:1;pointer-events:auto}
    .wa-panel{right:16px;left:16px;width:auto;bottom:82px}
    .icon-btn{width:44px;height:44px}
    .burger{width:44px;height:44px}
    .lang-menu{position:fixed;top:68px;right:10px;width:min(296px,calc(100vw - 20px));max-height:calc(100dvh - 78px);padding:9px;border-radius:16px}
    .lang-menu button{min-height:47px;padding:7px}
    .lang-flag{width:30px;height:20px;flex-basis:30px}
  }
  #themeBtn svg{width:17px;height:17px}
  #themeBtn .ic-moon{display:none}
  html.light #themeBtn .ic-moon{display:block}
  html.light #themeBtn .ic-sun{display:none}

  html.light{color-scheme:light;
    --bg:#F5F6F9; --bg-2:#FFFFFF;
    --panel:rgba(13,22,38,.045); --panel-2:rgba(13,22,38,.08);
    --bd:rgba(13,26,44,.12); --bd-2:rgba(13,26,44,.22);
    --tx:#0C1424; --mut:#55617A; --mut-2:#8A94A8;
    --glow-rgb:16,130,140}
  html.light ::-webkit-scrollbar-thumb{background:#C4CCDA;border-color:var(--bg)}
  html.light header{background:rgba(255,255,255,.75);border-bottom:1px solid rgba(13,26,44,.08)}
  html.light nav.main>a:hover, html.light nav.main>a.active, html.light .nav-trigger:hover, html.light .nav-trigger.active, html.light .nav-drop.open .nav-trigger{color:#0C1424}
  html.light .mega-menu a:hover{background:rgba(13,26,44,.055);color:#0C1424}
  html.light .mnav{background:rgba(255,255,255,.99)}
  html.light .mnav-main-link, html.light .mnav-solutions-toggle{border-bottom-color:rgba(13,26,44,.08);color:#0C1424}
  html.light .mnav-sub a:hover{background:rgba(13,26,44,.05);color:#0C1424}
  html.light .lang-menu{background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,249,252,.99));
    border-color:rgba(13,26,44,.12);box-shadow:0 30px 80px rgba(20,32,55,.18),0 0 0 1px rgba(255,255,255,.8) inset;
    scrollbar-color:rgba(86,101,126,.38) transparent}
  html.light .lang-menu button:hover{background:rgba(13,26,44,.055);border-color:rgba(13,26,44,.08)}
  html.light .lang-flag, html.light .lang-current-flag{border-color:rgba(13,26,44,.16);box-shadow:0 3px 9px rgba(20,32,55,.15)}
  html.light .gal-ship{color:#172033;background:rgba(255,255,255,.96);border-color:rgba(13,26,44,.18);
    box-shadow:0 10px 28px rgba(20,32,55,.12),inset 0 1px 0 rgba(255,255,255,.9)}
  html.light .title, html.light .svc h3, html.light .svc .lk, html.light .step h3, html.light .cta h2, html.light .form-ok h3, html.light .modal h3{color:#0C1424}
  html.light .svc:hover{background:rgba(13,26,44,.03)}
  html.light .stat .num{background:linear-gradient(180deg,#101C31 30%,#5E6B82);
    -webkit-background-clip:text;background-clip:text}
  html.light .princ blockquote{color:#16233C}
  html.light .lanes thead th{background:#ECEFF4}
  html.light .lanes td{border-bottom-color:rgba(13,26,44,.07)}
  html.light .ui{background:#FFFFFF;box-shadow:0 30px 70px rgba(20,32,55,.14)}
  html.light .ur{border-bottom-color:rgba(13,26,44,.12)}
  html.light .lt .lb b{color:#0C1424}
  html.light .tb{background:rgba(13,26,44,.09)}
  html.light .pl-card{background:#FFFFFF;box-shadow:0 26px 60px rgba(20,32,55,.13)}
  html.light .pl-head .cat, html.light .pl-name, html.light .pl-more b, html.light .pl-price{color:#0C1424}
  html.light .qform select option{background:#FFFFFF;color:#0C1424}
  html.light footer .logo, html.light footer h4{color:#0C1424}
  html.light footer a:hover, html.light footer .legal:hover{color:#0C1424}
  html.light .modal .box{background:#FFFFFF}
  html.light .toast{background:#FFFFFF;color:#0C1424;box-shadow:0 16px 44px rgba(20,32,55,.2)}
  html.light .btt{background:rgba(13,26,44,.05)}
  html.light .wa-panel{background:#FFFFFF}
  html.light .wa-head{background:linear-gradient(135deg,#F1F4F9,#FFFFFF)}
  html.light .wa-head .t b{color:#0C1424}
  html.light .wa-ava i{border-color:#FFFFFF}
  html.light .wa-x:hover{color:#0C1424}
  html.light .wa-msg{background:rgba(13,26,44,.05);color:#16233C}
  html.light .wa-foot textarea{background:rgba(13,26,44,.04);color:#0C1424}

  @media (prefers-reduced-motion:reduce){
    .rt-marker, .rt-marker::after, .sd.live i, .tb i::after{animation:none}
    .rv{opacity:1;transform:none;transition:none}
  }

  *{box-sizing:border-box;margin:0;padding:0}

  

  

  

  

  

  

  
  @keyframes spin{to{transform:rotate(360deg)}}
  @keyframes blink{0%, 100%{opacity:1}50%{opacity:.35}}
  @keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}

  
  @keyframes revIn{to{opacity:1;transform:none}}
  .fab{display:flex;flex-direction:column;gap:10px}

  

  

  

  

  
  @keyframes sdRing{0%{box-shadow:0 0 0 0 rgba(240,48,64,.5)}70%{box-shadow:0 0 0 8px rgba(240,48,64,0)}100%{box-shadow:0 0 0 0 rgba(240,48,64,0)}}
  @media (max-width:720px){
    body{padding:44px 14px 64px}

    

    

    

    

    

    

    
  }
  .marq{padding:26px 0 30px;position:relative}
  .marq-kick{display:flex;align-items:center;justify-content:center;gap:16px;width:min(94%,1040px);
    margin:0 auto 20px;padding:0 20px;text-align:center;font-family:"Sora",sans-serif;font-size:11px;
    font-weight:700;line-height:1.35;letter-spacing:.22em;text-transform:uppercase;color:var(--mut);
    text-shadow:0 0 18px rgba(255,39,64,.12)}
  .marq-kick::before, .marq-kick::after{content:"";display:block;flex:1 1 110px;max-width:110px;min-width:38px;
    height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,39,64,.55),var(--red));
    box-shadow:0 0 10px rgba(255,39,64,.28),0 0 2px rgba(255,39,64,.9)}
  .marq-kick::after{transform:scaleX(-1)}
  html.light .marq-kick{color:#526077;text-shadow:none}
  html.light .marq-kick::before, html.light .marq-kick::after{box-shadow:0 0 8px rgba(16,130,140,.18)}
  .marq-shell{direction:ltr;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;width:100%;min-width:0;padding:0 10px}
  .marq-vp{overflow:hidden;position:relative;min-width:0;scrollbar-width:none;touch-action:pan-y pinch-zoom;cursor:grab;user-select:none;-webkit-user-select:none;overscroll-behavior-x:contain}
  .marq-vp.is-dragging{cursor:grabbing}
  .marq-nav{position:relative;z-index:5;display:grid;place-items:center;width:40px;height:40px;margin:auto;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:linear-gradient(145deg,rgba(20,25,34,.94),rgba(6,9,14,.96));color:#dce3ef;box-shadow:0 10px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease,box-shadow .16s ease;-webkit-tap-highlight-color:transparent}
  .marq-nav svg{width:20px;height:20px;pointer-events:none}
  .marq-nav:hover, .marq-nav:focus-visible{color:#fff;border-color:rgba(255,45,70,.72);background:linear-gradient(145deg,rgba(45,14,21,.96),rgba(10,11,16,.98));box-shadow:0 0 0 3px rgba(255,39,64,.09),0 12px 30px rgba(0,0,0,.34)}
  .marq-nav:active, .marq-nav.is-held{transform:scale(.92);color:var(--red)}
  html.light .marq-nav{border-color:rgba(13,26,44,.18);background:linear-gradient(145deg,#fff,#edf1f7);color:#344158;box-shadow:0 9px 24px rgba(22,34,54,.13),inset 0 1px 0 #fff}
  html.light .marq-nav:hover, html.light .marq-nav:focus-visible{color:#0E6B66;border-color:rgba(16,130,140,.5);background:#fff}
  .marq-vp::-webkit-scrollbar{display:none}
  .marq-vp::before, .marq-vp::after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:2;pointer-events:none}
  .marq-vp::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .marq-vp::after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}
  .marq-track{display:flex;width:max-content;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden}
  .marq-track.marq-paused{will-change:auto}
  @keyframes trexporClockMarquee{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(-50%,0,0)}
  }
  .mq-set{display:flex;align-items:center;flex:none}
  .mq-cap{display:flex;align-items:baseline;gap:9px;white-space:nowrap;cursor:pointer;
    padding:6px 10px;border-radius:9px;transition:background .15s}
  .mq-cap:hover{background:rgba(255,255,255,.05)}
  html.light .mq-cap:hover{background:rgba(13,26,44,.06)}
  .mq-cap .cu{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:600;color:var(--mut-2);
    border:1px solid var(--bd);border-radius:5px;padding:1px 5px;letter-spacing:.05em}
  .mq-cap .c{font-family:"Sora",sans-serif;font-weight:800;font-size:13.5px;letter-spacing:.07em;color:var(--mut)}
  .mq-cap .t{font-family:"IBM Plex Mono",monospace;font-size:12px;font-weight:600;color:var(--teal);font-variant-numeric:tabular-nums}
  .mq-dot{width:4px;height:4px;border-radius:50%;background:var(--red);opacity:.5;margin:0 22px;flex:none}
  html.light .mq-cap .c{color:#4A5670}
  #fxPop{position:fixed;z-index:1200;min-width:230px;max-width:300px;padding:16px 18px;border-radius:14px;
    background:#0E131C;border:1px solid var(--bd-2);
    box-shadow:0 24px 70px rgba(0,0,0,.55);display:none}
  #fxPop.open{display:block}
  #fxPop .fx-h{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
  #fxPop .fx-city{font-family:"Sora",sans-serif;font-weight:800;font-size:14px;color:#fff}
  #fxPop .fx-cur{font-family:"IBM Plex Mono",monospace;font-size:10.5px;color:var(--mut-2);margin-top:3px}
  #fxPop .fx-x{background:none;border:0;color:var(--mut-2);cursor:pointer;font-size:15px;line-height:1;padding:2px}
  #fxPop .fx-x:hover{color:#fff}
  #fxPop .fx-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-top:1px dashed var(--bd);
    font-family:"IBM Plex Mono",monospace;font-size:12.5px}
  #fxPop .fx-row span{color:var(--mut)}
  #fxPop .fx-row b{color:var(--teal);font-weight:600}
  #fxPop .fx-note{margin-top:10px;font-family:"IBM Plex Mono",monospace;font-size:9.5px;color:var(--mut-2)}
  @media (max-width:720px){
    .marq{padding:20px 0 24px}
    .marq-kick{gap:8px;width:100%;margin-bottom:16px;padding:0 8px;font-size:9px;letter-spacing:.13em}
    .marq-kick::before, .marq-kick::after{min-width:18px;max-width:36px;height:2px}
    .marq-shell{grid-template-columns:44px minmax(0,1fr) 44px;gap:2px;padding:0 2px}
    .marq-nav{width:40px;height:40px;border-radius:12px}
    .marq-nav svg{width:18px;height:18px}
    .mq-cap .c{font-size:11.5px}
    .mq-cap .t{font-size:10.5px}
    .mq-dot{margin:0 14px}
    .marq-vp::before, .marq-vp::after{width:70px}
  }

  #live .gal-wrap{margin-top:0}
  .logo img{height:46px;width:auto;display:block;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}
  @media (max-width:720px){.logo img{height:34px}}
  .svc-explain{position:relative;padding:108px 0 118px;background:
    radial-gradient(700px 340px at 50% 0,rgba(240,48,64,.07),transparent 72%),var(--bg)}
  .svc-explain::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}
  .svc-explain .wrap{position:relative}
  .svc-head{max-width:760px;margin:0 auto 48px;text-align:center}
  .svc-head .lead{margin-left:auto;margin-right:auto}
  .svc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .svc-detail{position:relative;min-height:286px;padding:28px;border:1px solid var(--bd);border-radius:20px;
    background:linear-gradient(155deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.18);overflow:hidden;scroll-margin-top:90px;
    transition:transform .28s,border-color .28s,background .28s,box-shadow .28s}
  .svc-detail::after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:50%;
    background:radial-gradient(circle,rgba(var(--glow-rgb),.12),transparent 68%);pointer-events:none}
  .svc-detail:hover{transform:translateY(-5px);border-color:rgba(var(--glow-rgb),.35);
    background:linear-gradient(155deg,rgba(var(--glow-rgb),.075),rgba(255,255,255,.022));box-shadow:0 30px 80px rgba(0,0,0,.28)}
  .svc-detail:target{border-color:rgb(var(--glow-rgb));animation:svcTarget 1.65s ease-out;
    box-shadow:0 0 0 1px rgba(var(--glow-rgb),.28),0 0 45px rgba(var(--glow-rgb),.22),0 30px 80px rgba(0,0,0,.3)}
  @keyframes svcTarget{0%{transform:translateY(0) scale(.985);background:rgba(var(--glow-rgb),.18)}45%{transform:translateY(-6px) scale(1.012)}100%{transform:none}}
  .svc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
  .svc-ico{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:rgb(var(--glow-rgb));
    background:rgba(var(--glow-rgb),.08);border:1px solid rgba(var(--glow-rgb),.22)}
  .svc-ico svg{width:24px;height:24px}
  .svc-no{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;color:var(--mut-2)}
  .svc-detail h3{font-size:19px;line-height:1.3;margin-bottom:12px;color:var(--tx)}
  .svc-detail p{font-size:14px;line-height:1.72;color:var(--mut);margin-bottom:24px}
  .svc-detail .svc-link{position:absolute;left:28px;bottom:26px;display:inline-flex;align-items:center;gap:8px;
    font-size:13px;font-weight:700;color:var(--tx)}
  .svc-detail .svc-link::after{content:"→";color:rgb(var(--glow-rgb));transition:transform .2s}
  .svc-detail .svc-link:hover::after{transform:translateX(4px)}
  html.light .svc-detail{box-shadow:0 20px 55px rgba(16,28,45,.08)}
  @media(max-width:900px){.svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
  @media(max-width:600px){.svc-explain{padding:82px 0 90px}.svc-head{margin-bottom:34px}.svc-grid{grid-template-columns:1fr;gap:14px}
    .svc-detail{min-height:250px;padding:24px}.svc-detail .svc-link{left:24px;bottom:22px}}
  #plabel, #pl-step-sample, #pl-step-packaging, #pl-step-quality, #svc-docs, #lanes{scroll-margin-top:96px}

  

  @keyframes solutionPulse{0%{filter:brightness(1)}35%{filter:brightness(1.22)}100%{filter:brightness(1)}}
  .about-menu{width:min(286px,calc(100vw - 40px))}
  .about-menu a{justify-content:flex-start;gap:13px;min-height:47px}
  .about-menu a::after{margin-left:auto}
  #about, #mission, #values, #why{scroll-margin-top:92px}
  .about-sec{position:relative;overflow:hidden;background:
    radial-gradient(850px 480px at 10% 12%,rgba(240,48,64,.10),transparent 64%),
    radial-gradient(700px 420px at 92% 88%,rgba(57,230,216,.055),transparent 68%),var(--bg)}
  .about-sec::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px}
  .about-intro{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:72px;align-items:end}
  .about-intro .lead{max-width:none;margin:0;font-size:16px}
  .about-duo{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:58px}
  .about-card{min-height:290px;padding:34px;border:1px solid var(--bd);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.23);transition:transform .25s,border-color .25s,background .25s}
  .about-card:hover{transform:translateY(-5px);border-color:rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.08),rgba(255,255,255,.025))}
  .about-card .about-no{display:inline-flex;align-items:center;gap:9px;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red)}
  .about-card .about-no::before{content:"";width:22px;height:1px;background:var(--red)}
  .about-card h3{font-size:25px;line-height:1.25;margin-top:25px;color:var(--tx)}
  .about-card p{font-size:14.5px;line-height:1.78;color:var(--mut);margin-top:17px}
  .about-values{position:relative;margin-top:78px}
  .about-subhead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
  .about-subhead h3{font-size:clamp(27px,3vw,38px);line-height:1.15;margin-top:12px}
  .about-subhead p{max-width:52ch;color:var(--mut);font-size:14px;line-height:1.7}
  .value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .value-card{min-height:218px;padding:26px 23px;border:1px solid var(--bd);border-radius:18px;background:rgba(255,255,255,.025);transition:.25s}
  .value-card:hover{transform:translateY(-4px);border-color:var(--bd-2);background:rgba(255,255,255,.045)}
  .value-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--red);background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.22)}
  .value-icon svg{width:21px;height:21px}
  .value-card h4{font-family:"Sora",sans-serif;font-size:16px;margin-top:22px;color:var(--tx)}
  .value-card p{font-size:13px;line-height:1.68;color:var(--mut);margin-top:10px}
  .why-panel{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:48px;align-items:center;margin-top:78px;padding:44px;border:1px solid var(--bd-2);border-radius:24px;background:linear-gradient(120deg,rgba(240,48,64,.065),rgba(255,255,255,.025) 48%,rgba(57,230,216,.035));overflow:hidden}
  .why-panel::after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(240,48,64,.16);border-radius:50%;right:-130px;top:-120px;box-shadow:0 0 0 38px rgba(240,48,64,.025),0 0 0 78px rgba(240,48,64,.018)}
  .why-copy{position:relative;z-index:1}
  .why-copy h3{font-size:clamp(28px,3.2vw,42px);line-height:1.12;margin-top:14px}
  .why-copy p{color:var(--mut);font-size:14.5px;line-height:1.75;margin-top:17px}
  .why-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .why-item{display:flex;align-items:center;gap:11px;min-height:57px;padding:12px 14px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(5,7,11,.34);font-size:12.5px;font-weight:650;color:#E5EAF1}
  .why-item i{flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;color:#fff;background:var(--red);box-shadow:0 0 17px rgba(240,48,64,.28)}
  html.light .about-card, html.light .value-card, html.light .why-panel{box-shadow:0 22px 60px rgba(13,26,44,.07)}
  html.light .why-item{background:rgba(255,255,255,.66);color:#182337}
  @media(max-width:980px){.about-intro{grid-template-columns:1fr;gap:26px}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-panel{grid-template-columns:1fr;gap:30px}}
  @media(max-width:650px){.about-duo{grid-template-columns:1fr;margin-top:38px}.about-card{min-height:auto;padding:26px}.about-values, .why-panel{margin-top:54px}.about-subhead{display:block}.about-subhead p{margin-top:12px}.value-grid{grid-template-columns:1fr}.value-card{min-height:auto}.why-panel{padding:27px 22px}.why-list{grid-template-columns:1fr}}
  .docs-sec{
    position:relative;overflow:hidden;
    background:
      radial-gradient(880px 520px at 88% 4%,rgba(240,48,64,.09),transparent 66%),
      radial-gradient(700px 450px at 4% 95%,rgba(57,230,216,.045),transparent 68%),
      var(--bg)
  }
  .docs-sec::before{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
    background:
      linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:56px 56px
  }
  .docs-sec .wrap{position:relative;z-index:1}
  .docs-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:54px;align-items:end}
  .docs-head .lead{max-width:690px}
  .docs-brief{
    position:relative;padding:24px;border:1px solid var(--bd-2);border-radius:20px;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden
  }
  .docs-brief::after{
    content:"";position:absolute;width:180px;height:180px;border-radius:50%;
    right:-80px;top:-90px;background:rgba(240,48,64,.13);filter:blur(4px)
  }
  .docs-brief h3{position:relative;z-index:1;font-size:17px;line-height:1.35}
  .docs-brief p{position:relative;z-index:1;margin-top:10px;color:var(--mut);font-size:12.5px;line-height:1.65}
  .docs-factors{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}
  .docs-factor{
    display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--bd);
    border-radius:11px;background:rgba(5,7,11,.25);font-size:11.5px;font-weight:650;color:var(--tx)
  }
  .docs-factor i{
    flex:0 0 25px;width:25px;height:25px;border-radius:8px;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9px;
    color:#fff;background:var(--red);box-shadow:0 0 16px rgba(240,48,64,.22)
  }
  .docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:46px}
  .doc-card{
    position:relative;display:flex;flex-direction:column;min-height:330px;padding:23px 21px 20px;
    border:1px solid var(--bd);border-radius:18px;
    background:linear-gradient(160deg,rgba(255,255,255,.047),rgba(255,255,255,.014));
    overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s
  }
  .doc-card::before{
    content:"";position:absolute;left:0;right:0;top:0;height:2px;
    background:linear-gradient(90deg,var(--red),rgba(240,48,64,0));opacity:.72
  }
  .doc-card::after{
    content:"";position:absolute;right:-35px;top:-35px;width:115px;height:115px;border-radius:50%;
    border:1px solid rgba(255,255,255,.045)
  }
  .doc-card:hover{
    transform:translateY(-5px);border-color:rgba(240,48,64,.38);
    box-shadow:0 22px 58px rgba(0,0,0,.27),0 0 30px rgba(240,48,64,.06)
  }
  .doc-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
  .doc-no{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--red)}
  .doc-type{
    padding:5px 8px;border:1px solid var(--bd);border-radius:99px;
    font-family:"IBM Plex Mono",monospace;font-size:8px;font-weight:700;letter-spacing:.09em;
    text-transform:uppercase;color:var(--mut)
  }
  .doc-icon{
    position:relative;z-index:1;width:39px;height:39px;margin-top:24px;border-radius:12px;
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:rgba(240,48,64,.09);border:1px solid rgba(240,48,64,.18)
  }
  .doc-icon svg{width:20px;height:20px}
  .doc-card h3{position:relative;z-index:1;margin-top:15px;font-size:16px;line-height:1.25}
  .doc-native{position:relative;z-index:1;display:block;margin-top:5px;font-size:10.5px;font-weight:650;color:var(--red)}
  .doc-desc{position:relative;z-index:1;margin-top:14px;color:var(--mut);font-size:11.6px;line-height:1.62}
  .doc-use{
    position:relative;z-index:1;margin-top:auto;padding-top:16px;border-top:1px solid var(--bd)
  }
  .doc-use b{
    display:block;font-family:"IBM Plex Mono",monospace;font-size:8.5px;letter-spacing:.14em;
    text-transform:uppercase;color:var(--teal)
  }
  .doc-use p{margin-top:7px;color:var(--tx);font-size:10.8px;line-height:1.55}
  .docs-flow{
    display:grid;grid-template-columns:1.05fr repeat(4,1fr);margin-top:22px;
    border:1px solid var(--bd);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.018)
  }
  .docs-flow-head, .docs-flow-step{padding:20px}
  .docs-flow-head{display:flex;flex-direction:column;justify-content:center;background:rgba(240,48,64,.055)}
  .docs-flow-head span{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.15em;color:var(--red)}
  .docs-flow-head h3{margin-top:7px;font-size:15px}
  .docs-flow-step{border-left:1px solid var(--bd)}
  .docs-flow-step b{font-family:"IBM Plex Mono",monospace;font-size:10px;color:var(--red)}
  .docs-flow-step h4{margin-top:8px;font-family:"Sora",sans-serif;font-size:12px}
  .docs-flow-step p{margin-top:6px;color:var(--mut);font-size:10.5px;line-height:1.5}
  .docs-disclaimer{
    display:flex;align-items:flex-start;gap:12px;margin-top:17px;padding:15px 17px;
    border:1px solid rgba(57,230,216,.18);border-radius:14px;background:rgba(57,230,216,.035);
    color:var(--mut);font-size:11px;line-height:1.65
  }
  .docs-disclaimer i{
    flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:10px;
    color:var(--teal);border:1px solid rgba(57,230,216,.32)
  }
  html.light .docs-sec::before{
    background:
      linear-gradient(rgba(13,26,44,.025) 1px,transparent 1px),
      linear-gradient(90deg,rgba(13,26,44,.025) 1px,transparent 1px)
  }
  html.light .docs-brief, html.light .doc-card, html.light .docs-flow{
    background:linear-gradient(155deg,#FFFFFF,#F4F7FA);
    box-shadow:0 22px 60px rgba(13,26,44,.07)
  }
  html.light .docs-factor{background:rgba(13,26,44,.025)}
  html.light .doc-card::after{border-color:rgba(13,26,44,.055)}
  @media(max-width:1080px){
    .docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .docs-flow{grid-template-columns:repeat(2,1fr)}
    .docs-flow-head{grid-column:1/-1}
    .docs-flow-step:nth-child(4){border-left:0;border-top:1px solid var(--bd)}
    .docs-flow-step:nth-child(5){border-top:1px solid var(--bd)}
  }
  @media(max-width:760px){
    .docs-head{grid-template-columns:1fr;gap:28px}
    .docs-grid{grid-template-columns:1fr;margin-top:34px}
    .doc-card{min-height:auto}
    .docs-flow{grid-template-columns:1fr}
    .docs-flow-head, .docs-flow-step{grid-column:auto;border-left:0}
    .docs-flow-step{border-top:1px solid var(--bd)}
  }
  :root{
    --red-premium:#FF4054;
    --red-premium-2:#FF6A78;
    --red-premium-dark:#D9233B;
  }
  .kick::before{
    content:"";
    position:absolute;
    left:13px;
    top:50%;
    width:17px;
    height:3px;
    border-radius:99px;
    transform:translateY(-50%);
    background:linear-gradient(90deg,var(--red-premium),var(--red-premium-2));
    box-shadow:0 0 13px rgba(255,64,84,.55);
  }
  .kick::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 34%);
  }
  .mega-kicker, .mnav-subhead, .stat .tg, .lanes tr.rg td, .docs-flow-head span{
    font-family:"Sora",sans-serif;
    font-weight:800;
    letter-spacing:.135em;
  }
  .about-card .about-no, .doc-no{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:7px 10px;
    border:1px solid rgba(255,64,84,.27);
    border-radius:8px;
    background:linear-gradient(110deg,rgba(255,64,84,.13),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:9.5px;
    font-weight:800;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  .pl-rank{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
    border:1px solid rgba(255,64,84,.30);
    border-radius:11px;
    background:linear-gradient(145deg,rgba(255,64,84,.15),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10.5px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .step .n, .about-code, .docs-flow-step b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:1px solid rgba(255,64,84,.28);
    border-radius:10px;
    background:linear-gradient(145deg,rgba(255,64,84,.14),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .docs-flow-step b{margin-bottom:2px}
  .doc-native, .pl-head .tag{
    font-family:"Sora",sans-serif;
    font-weight:750;
  }
  .doc-native{
    font-size:11px;
    line-height:1.4;
    letter-spacing:.012em;
    color:var(--red-premium-2);
  }
  .pl-head .tag{
    color:var(--red-premium-2);
    border-color:rgba(255,64,84,.35);
    background:rgba(255,64,84,.055);
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no, html.light .mega-kicker, html.light .mnav-subhead, html.light .doc-native, html.light .pl-head .tag{
    color:#C91F38;
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(201,31,56,.22);
    background:linear-gradient(110deg,rgba(201,31,56,.085),rgba(201,31,56,.018));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 24px rgba(20,32,55,.045);
    text-shadow:none;
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#C91F38;
    border-color:rgba(201,31,56,.20);
    background:linear-gradient(145deg,rgba(201,31,56,.075),rgba(201,31,56,.015));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
  }
  html.light .pl-row:hover .pl-rank, html.light .pl-row:focus-visible .pl-rank, html.light .pl-row.target-flash .pl-rank{
    color:#fff;
    border-color:rgba(201,31,56,.55);
    background:linear-gradient(145deg,#EF4256,#B81731);
  }

  @media(max-width:760px){
    .kick{
      min-height:32px;
      padding:7px 11px 7px 35px;
      font-size:9.5px;
      letter-spacing:.115em;
    }
    .kick::before{left:11px;width:15px}
    .about-card .about-no, .doc-no{font-size:9px}

  }
  :root{
    --tr-red-deep:#4A0009;
    --tr-red-shadow:#760011;
    --tr-red-core:#B80D2A;
    --tr-red-bright:#D91C3A;
    --tr-red-glint:#F04A5F;
  }
  .kick{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    min-height:30px;
    padding:4px 62px;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    color:var(--tr-red-bright);
    font-family:"Sora",sans-serif;
    font-size:11.5px;
    font-weight:850;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
    text-shadow:
      0 1px 0 rgba(255,255,255,.06),
      0 0 14px rgba(184,13,42,.16);
  }
  .kick::before, .kick::after{
    content:"";
    position:absolute;
    top:50%;
    width:43px;
    height:2px;
    border-radius:99px;
    transform:translateY(-50%);
    pointer-events:none;
  }
  .kick::before{
    left:0;
    background:linear-gradient(
      90deg,
      var(--tr-red-deep) 0%,
      var(--tr-red-shadow) 24%,
      var(--tr-red-core) 63%,
      var(--tr-red-glint) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  .kick::after{
    right:0;
    inset:auto 0 auto auto;
    background:linear-gradient(
      90deg,
      var(--tr-red-glint) 0%,
      var(--tr-red-core) 37%,
      var(--tr-red-shadow) 76%,
      var(--tr-red-deep) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    .kick{
      background:linear-gradient(
        180deg,
        #F25A6C 0%,
        #CA1635 35%,
        #8A0019 72%,
        #5B000C 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
      color:transparent;
    }
  }
  .about-card .about-no, .doc-no, .doc-native, .pl-head .tag{
    color:#D61B38;
  }
  .about-card .about-no, .doc-no{
    border-color:rgba(184,13,42,.32);
    background:
      linear-gradient(145deg,rgba(98,0,15,.34),rgba(184,13,42,.08));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.055),
      inset 0 -1px 0 rgba(54,0,8,.30),
      0 8px 22px rgba(0,0,0,.13);
  }
  .pl-rank, .step .n, .about-code, .docs-flow-step b{
    border-color:rgba(184,13,42,.34);
    background:
      linear-gradient(145deg,rgba(135,0,22,.28),rgba(46,0,7,.48));
    color:#D91C3A;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.07),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 8px 22px rgba(0,0,0,.16);
  }

  .pl-row:hover .pl-rank, .pl-row:focus-visible .pl-rank, .pl-row.target-flash .pl-rank{
    color:#FFF;
    border-color:rgba(240,74,95,.62);
    background:
      linear-gradient(
        145deg,
        #D92342 0%,
        #A20824 38%,
        #680010 72%,
        #330005 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.19),
      inset 0 -2px 5px rgba(0,0,0,.30),
      0 0 20px rgba(184,13,42,.26),
      0 10px 24px rgba(0,0,0,.22);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    html.light .kick{
      background:linear-gradient(
        180deg,
        #C31A36 0%,
        #9D071F 48%,
        #62000D 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
    }
  }
  html.light .mega-kicker, html.light .mnav-subhead, html.light .about-card .about-no, html.light .doc-no, html.light .doc-native, html.light .pl-head .tag{
    color:#9F0922;
  }
  html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.075),rgba(255,255,255,.55));
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#9F0922;
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.09),rgba(255,255,255,.58));
  }

  @media(max-width:760px){
    .kick{
      padding:4px 39px;
      font-size:9.6px;
      letter-spacing:.12em;
    }
    .kick::before, .kick::after{
      width:27px;
    }
  }
  html[lang="hi"] body, html[lang="hi"] button, html[lang="hi"] input, html[lang="hi"] textarea, html[lang="hi"] select{font-family:"Nirmala UI","Noto Sans Devanagari",Mangal,"Segoe UI",sans-serif}
  html[lang="zh"] body, html[lang="zh"] button, html[lang="zh"] input, html[lang="zh"] textarea, html[lang="zh"] select{font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",sans-serif}
  html[lang="ka"] body, html[lang="ka"] button, html[lang="ka"] input, html[lang="ka"] textarea, html[lang="ka"] select{font-family:Sylfaen,"Noto Sans Georgian","Segoe UI",sans-serif}
  html[dir="rtl"] body, html[dir="rtl"] button, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] body{direction:ltr;text-align:left}
  html[dir="rtl"] header .wrap, html[dir="rtl"] .hdr-right, html[dir="rtl"] nav.main, html[dir="rtl"] .mega-menu, html[dir="rtl"] .mnav, html[dir="rtl"] .lang-menu, html[dir="rtl"] .wa-panel{
    direction:ltr;
  }
  html[dir="rtl"] [data-i18n]{
    direction:rtl;
    unicode-bidi:plaintext;
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] .mnav-solutions-toggle span[data-i18n]{
    flex:1;
    text-align:right;
  }
  html[dir="rtl"] .lang-menu button{direction:ltr;text-align:left}
  html[dir="rtl"] .lang-menu button[data-lang="ar"] .lang-option>span:last-child, html[dir="rtl"] .lang-menu button[data-lang="fa"] .lang-option>span:last-child{direction:rtl;text-align:right}
  html[dir="rtl"] .mnav-main-link, html[dir="rtl"] .mnav-solutions-toggle, html[dir="rtl"] .fab-tip, html[dir="rtl"] .lanes th, html[dir="rtl"] .lanes td{
    text-align:right;
  }

  html[dir="rtl"] .kick, html[dir="rtl"] .mega-kicker, html[dir="rtl"] .mnav-subhead, html[dir="rtl"] .about-card .about-no, html[dir="rtl"] .doc-no, html[dir="rtl"] .doc-type, html[dir="rtl"] .docs-flow-head span, html[dir="rtl"] .doc-use b, html[dir="rtl"] .stat .tg{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    letter-spacing:0;
    text-transform:none;
  }
  html[dir="rtl"] .title, html[dir="rtl"] .hero h1, html[dir="rtl"] .about-title, html[dir="rtl"] .doc-card h3{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    line-height:1.25;
  }

  html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] input[type="email"], html[dir="rtl"] input[type="tel"]{
    direction:ltr;
    text-align:right;
  }
  html[dir="rtl"] .wa-chip, html[dir="rtl"] .wa-input{text-align:right}
  html[dir="rtl"] .marq-vp, html[dir="rtl"] .marq-track, html[dir="rtl"] .mq-set, html[dir="rtl"] .mq-cap, html[dir="rtl"] .gal-strip{
    direction:ltr;
  }
  html[dir="rtl"] .gal-item figcaption{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] #fxPop{
    direction:ltr;
    text-align:left;
  }
  html[dir="rtl"] #fxPop .fx-row span, html[dir="rtl"] #fxPop .fx-note{
    direction:rtl;
    text-align:right;
  }

  @media(max-width:760px){
    html[dir="rtl"] .docs-flow-step{border-right:0}
  }
  @media(max-width:600px){
    header .btn-pill{display:none}
  }
  .mega-menu{
    width:min(356px,calc(100vw - 32px));
    gap:8px;
    padding:11px;
    border-color:rgba(255,255,255,.12);
    border-radius:20px;
    background:
      radial-gradient(circle at 16% -18%,rgba(240,48,64,.13),transparent 39%),
      linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.988));
    box-shadow:
      0 34px 100px rgba(0,0,0,.72),
      0 0 0 1px rgba(255,255,255,.025) inset,
      inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter:blur(25px) saturate(1.16);
    -webkit-backdrop-filter:blur(25px) saturate(1.16);
  }
  .mega-menu::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    pointer-events:none;
  }
  .mega-menu a{
    position:relative;
    isolation:isolate;
    justify-content:flex-start;
    min-height:58px;
    padding:9px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    border-radius:15px;
    background:
      linear-gradient(135deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 54%,rgba(255,255,255,.008));
    color:#E4EAF2;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      0 8px 22px rgba(0,0,0,.18);
    transform:translateZ(0);
    transition:
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      color .2s ease,
      transform .2s ease;
  }
  .mega-menu a::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    border-radius:inherit;
    background:
      radial-gradient(circle at 8% 50%,rgba(240,48,64,.17),transparent 43%),
      linear-gradient(105deg,rgba(240,48,64,.075),transparent 62%);
    opacity:0;
    transition:opacity .2s ease;
    pointer-events:none;
  }
  .mega-menu a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 28px;
    width:28px;
    height:28px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.09);
    border-radius:10px;
    background:rgba(255,255,255,.025);
    color:#CFD7E3;
    font-family:"Sora",sans-serif;
    font-size:19px;
    font-weight:500;
    line-height:1;
    opacity:.48;
    transform:none;
    transition:
      opacity .2s ease,
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover, .mega-menu a:focus-visible{
    border-color:rgba(240,48,64,.34);
    background:
      linear-gradient(135deg,rgba(255,255,255,.072),rgba(255,255,255,.024) 52%,rgba(240,48,64,.025));
    color:#FFF;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      0 13px 30px rgba(0,0,0,.27),
      0 0 0 1px rgba(240,48,64,.035);
    transform:translateY(-1px);
  }
  .mega-menu a:hover::before, .mega-menu a:focus-visible::before{opacity:1}
  .mega-menu a:hover::after, .mega-menu a:focus-visible::after{
    opacity:1;
    color:#FFF;
    border-color:rgba(240,48,64,.36);
    background:linear-gradient(145deg,rgba(240,48,64,.34),rgba(87,0,14,.42));
    transform:translateX(1px);
  }
  .about-menu a>span:last-child{
    flex:1;
    min-width:0;
    font-family:"Manrope",sans-serif;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    color:inherit;
  }
  .about-code{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    padding:0;
    border:1px solid rgba(240,48,64,.30);
    border-radius:12px;
    background:
      linear-gradient(145deg,rgba(135,0,22,.31),rgba(46,0,7,.50));
    color:#F03B54;
    font-family:"IBM Plex Mono",monospace;
    font-size:10px;
    font-weight:800;
    line-height:1;
    letter-spacing:.07em;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 7px 18px rgba(0,0,0,.20),
      0 0 16px rgba(184,13,42,.06);
    transition:
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover .about-code, .mega-menu a:focus-visible .about-code{
    color:#FFF;
    border-color:rgba(255,92,111,.62);
    background:
      linear-gradient(145deg,#DC2845 0%,#A70825 42%,#5C000E 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.20),
      inset 0 -2px 4px rgba(0,0,0,.26),
      0 0 20px rgba(240,48,64,.22),
      0 9px 20px rgba(0,0,0,.24);
    transform:scale(1.025);
  }
  .mnav-sub{
    padding:8px;
    border-radius:17px;
    background:
      radial-gradient(circle at 10% 0,rgba(240,48,64,.075),transparent 34%),
      rgba(255,255,255,.018);
  }
  .mnav-sub a{
    position:relative;
    min-height:54px;
    margin:6px 0 0;
    padding:8px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.07);
    border-radius:13px;
    background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
    color:#DDE5EF;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 7px 18px rgba(0,0,0,.14);
    transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;
  }
  .mnav-sub a:first-of-type{margin-top:3px}
  .mnav-sub a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 26px;
    width:26px;
    height:26px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
    color:var(--mut-2);
    background:rgba(255,255,255,.02);
    font-size:18px;
    line-height:1;
  }
  .mnav-sub a:hover, .mnav-sub a:focus-visible{
    border-color:rgba(240,48,64,.30);
    background:linear-gradient(135deg,rgba(240,48,64,.10),rgba(255,255,255,.025));
    color:#FFF;
    transform:translateY(-1px);
  }
  .mnav-sub a:hover::after, .mnav-sub a:focus-visible::after{
    color:#FFF;
    border-color:rgba(240,48,64,.34);
    background:rgba(240,48,64,.16);
  }
  .mnav-sub .about-code{
    flex-basis:36px;
    width:36px;
    height:36px;
    border-radius:11px;
  }
  .mnav-sub a>span[data-i18n]{flex:1;min-width:0}
  html.light .mega-menu a:hover, html.light .mega-menu a:focus-visible{
    border-color:rgba(181,12,42,.25);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.045));
    color:#111A2A;
    box-shadow:inset 0 1px 0 #FFF,0 12px 28px rgba(25,39,64,.12),0 0 0 1px rgba(181,12,42,.025);
  }
  html.light .mega-menu a:hover::after, html.light .mega-menu a:focus-visible::after{
    color:#FFF;
    border-color:rgba(181,12,42,.30);
    background:linear-gradient(145deg,#D32242,#850016);
  }
  html.light .mnav-sub{
    border-color:rgba(13,26,44,.10);
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(246,248,252,.74));
  }
  html.light .mnav-sub a:hover, html.light .mnav-sub a:focus-visible{
    border-color:rgba(181,12,42,.22);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.04));
    color:#111A2A;
  }

  html[dir="rtl"] .mega-menu a::after, html[dir="rtl"] .mnav-sub a::after{
    margin-left:0;
    margin-right:auto;
    transform:rotate(180deg);
  }
  html[dir="rtl"] .mega-menu a:hover::after, html[dir="rtl"] .mega-menu a:focus-visible::after{
    transform:rotate(180deg) translateX(1px);
  }

  @media(max-width:760px){
    .mega-menu{width:min(342px,calc(100vw - 20px));padding:9px;border-radius:18px}
    .mega-menu a{min-height:54px;border-radius:13px}
    .about-menu a{min-height:54px}
  }
  header .logo, header .hdr-right{position:relative;z-index:3}
  header nav.main{z-index:1}
  #hdr.header-nav-tight nav.main{gap:14px}
  #hdr.header-nav-tight nav.main>a, #hdr.header-nav-tight .nav-trigger{font-size:12.7px}
  #hdr.header-compact-cta .hdr-right>.btn-pill{display:none}
  #hdr.nav-compact nav.main{display:none}
  #hdr.nav-compact .burger{display:flex}
  @media(max-width:390px){
    .qform textarea{min-height:112px}
  }

.ui-progress-50{width:50%}
.ui-marker-50{left:50%}
.ui-pt-0{padding-top:0}
.ui-text-center{text-align:center}
.modal a[href^="mailto:"], .legal-link{color:var(--red)}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.form-status{min-height:1.2em}
.qform input:invalid:not(:placeholder-shown), .qform textarea:invalid:not(:placeholder-shown), .qform select:invalid{border-color:rgba(240,48,64,.65)}
.qform [aria-invalid="true"]{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12)}
.lang-trigger{width:47px!important;height:37px!important;border-radius:12px!important;gap:5px;overflow:visible!important;padding:0 7px!important;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.18)}
.lang-trigger::after{content:"";width:5px;height:5px;border-right:1.5px solid var(--mut);border-bottom:1.5px solid var(--mut);transform:rotate(45deg) translateY(-1px);transition:transform .18s,border-color .18s;flex:0 0 5px}
.lang.open .lang-trigger::after{transform:rotate(225deg) translate(-1px,-1px);border-color:var(--tx)}
.lang-current-flag{width:25px!important;height:17px!important;flex:0 0 25px;border-radius:4px!important;background:transparent!important;box-shadow:0 3px 10px rgba(0,0,0,.32)!important;image-rendering:auto}
.hero-vid{transition:opacity .22s ease!important;filter:brightness(.58) saturate(.92) contrast(1.05)!important;will-change:opacity;transform:translateZ(0);backface-visibility:hidden}
.hero.has-vid .hero-vid{opacity:1!important}
.hero.has-vid canvas{opacity:0!important}

.formsec{position:relative;overflow:hidden;background:
  radial-gradient(720px 520px at 78% 44%,rgba(240,48,64,.075),transparent 72%),
  linear-gradient(180deg,transparent,rgba(255,255,255,.008),transparent)}
.formsec::before{content:"";position:absolute;inset:12% -12% auto auto;width:520px;height:520px;border-radius:50%;background:rgba(240,48,64,.035);filter:blur(80px);pointer-events:none}
.formsec .wrap{grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);gap:72px;position:relative}
.qform{position:relative;display:block!important;overflow:hidden;padding:0!important;border-radius:24px!important;background:linear-gradient(155deg,rgba(17,23,33,.97),rgba(8,12,19,.985))!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(18px) saturate(1.08)!important}
.qform::before{content:"";position:absolute;inset:0 18% auto;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);box-shadow:0 0 22px rgba(240,48,64,.7);z-index:2}
.qform-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:23px 25px 20px;border-bottom:1px solid rgba(255,255,255,.075);background:linear-gradient(135deg,rgba(240,48,64,.055),transparent 58%)}
.qform-head-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;border:1px solid rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.23),rgba(240,48,64,.065));color:#fff;font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:700;letter-spacing:.08em;box-shadow:0 9px 25px rgba(240,48,64,.12),inset 0 1px 0 rgba(255,255,255,.1)}
.qform-head-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.qform-head-copy strong{font-family:"Sora",sans-serif;font-size:16px;line-height:1.3;color:var(--tx);overflow-wrap:anywhere}
.qform-head-copy span{font-size:11.5px;line-height:1.45;color:var(--mut-2)}
.qform-lock{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(51,211,161,.24);background:rgba(51,211,161,.065);color:#35d3a1}
.qform-lock svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.qform-progress{position:relative;height:3px;background:rgba(255,255,255,.055);overflow:visible}
.qform-progress>span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#b6102c,var(--red),#ff7180);box-shadow:0 0 14px rgba(240,48,64,.55);transition:transform .28s ease}
.qform-progress-count{position:absolute;right:19px;top:9px;font-family:"IBM Plex Mono",monospace;font-size:9px;color:var(--mut-2);letter-spacing:.08em}
.qform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 16px;padding:29px 25px 22px}
.qfield{position:relative;display:flex;flex-direction:column;gap:8px;min-width:0}
.qfield-full{grid-column:1/-1}
.qfield label{display:flex!important;align-items:center;gap:8px;margin:0!important;color:#aeb8c8!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.085em!important;line-height:1.3}
.qfield-no{display:inline-grid;place-items:center;width:23px;height:18px;border-radius:6px;background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.2);font-family:"IBM Plex Mono",monospace;font-size:8px;color:#ff6976;letter-spacing:0}
.qform input, .qform select, .qform textarea{min-height:51px!important;border-radius:13px!important;padding:14px 15px!important;background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.023))!important;border:1px solid rgba(255,255,255,.105)!important;color:var(--tx)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:border-color .2s,box-shadow .2s,background .2s,transform .2s!important}
.qform textarea{min-height:116px!important;line-height:1.55}
.qform input:hover, .qform select:hover, .qform textarea:hover{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.058)!important}
.qform input:focus, .qform select:focus, .qform textarea:focus{border-color:rgba(240,48,64,.75)!important;background:rgba(240,48,64,.035)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12),0 12px 30px rgba(0,0,0,.14)!important}
.qform-footer{padding:0 25px 25px;display:flex;flex-direction:column;gap:10px}
.qform #sendBtn{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:55px;margin:0!important;border-radius:14px!important;background:linear-gradient(135deg,#ff3b4e,#dc1735)!important;box-shadow:0 17px 42px rgba(240,48,64,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;letter-spacing:.01em;overflow:hidden;position:relative}
.qform #sendBtn::before{content:"";position:absolute;inset:0;transform:translateX(-115%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transition:transform .55s}
.qform #sendBtn:hover::before{transform:translateX(115%)}
.qform-send-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.qform #sendBtn:hover .qform-send-icon{transform:translateX(3px)}
.qform #sendBtn[aria-busy="true"] .qform-send-icon{animation:qformSpin .85s linear infinite}
@keyframes qformSpin{to{transform:rotate(360deg)}}
.qform .fine{font-size:11.5px!important}
.form-consent{padding:0 5px}
.form-error{margin-top:3px;border-radius:12px!important;padding:13px 15px!important}
.form-ok{border-radius:24px!important;box-shadow:0 26px 80px rgba(0,0,0,.3)}
html.light .qform{background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(245,248,252,.99))!important;border-color:rgba(13,26,44,.12)!important;box-shadow:0 32px 80px rgba(20,32,55,.14),inset 0 1px 0 #fff}
html.light .qform-head{border-color:rgba(13,26,44,.09);background:linear-gradient(135deg,rgba(16,130,140,.06),transparent 58%)}
html.light .qform-head-copy strong{color:#0c1424}
html.light .qform input, html.light .qform select, html.light .qform textarea{background:linear-gradient(145deg,#fff,#f7f9fc)!important;border-color:rgba(13,26,44,.13)!important;color:#0c1424!important}
html.light .qfield label{color:#4e5c72!important}
html[dir="rtl"] .qform-progress>span{transform-origin:right}
html[dir="rtl"] .qform-progress-count{right:auto;left:19px}
html[dir="rtl"] .qform-head{text-align:right}
html[dir="rtl"] .qfield label{justify-content:flex-start}
@media(max-width:1080px){.formsec .wrap{grid-template-columns:1fr;gap:44px}.qform{max-width:760px;width:100%;margin:0 auto}}
@media(max-width:620px){
  .lang-trigger{width:44px!important;padding:0 6px!important}.lang-current-flag{width:23px!important;height:16px!important}
  .qform{border-radius:20px!important}.qform-head{padding:19px 17px 17px;gap:11px}.qform-head-mark{width:39px;height:39px;border-radius:11px}.qform-lock{width:31px;height:31px}.qform-head-copy strong{font-size:14.5px}.qform-head-copy span{font-size:10.5px}
  .qform-grid{grid-template-columns:1fr;padding:25px 17px 19px;gap:15px}.qfield-full{grid-column:auto}.qform-footer{padding:0 17px 20px}.qform #sendBtn{min-height:53px}.qform-progress-count{right:15px}html[dir="rtl"] .qform-progress-count{left:15px}
}

.docs-sector-callout{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;margin-top:38px;padding:21px 23px;border:1px solid rgba(47,208,138,.27);border-radius:18px;background:radial-gradient(300px 130px at 0 50%,rgba(47,208,138,.11),transparent 70%),linear-gradient(145deg,rgba(47,208,138,.055),rgba(255,255,255,.018));box-shadow:0 18px 48px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.025)}
.docs-sector-mark{width:58px;height:58px;border-radius:17px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(47,208,138,.36);background:rgba(47,208,138,.09);color:var(--green);box-shadow:0 0 24px rgba(47,208,138,.10)}
.docs-sector-mark span{font-family:"IBM Plex Mono",monospace;font-size:13px;font-weight:800;letter-spacing:.06em}
.docs-sector-kick{display:block;font-family:"IBM Plex Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.17em;color:var(--green)}
.docs-sector-callout h3{margin-top:6px;font-family:"Sora",sans-serif;font-size:17px;line-height:1.35}
.docs-sector-callout p{margin-top:7px;max-width:88ch;color:var(--mut);font-size:11.8px;line-height:1.62}
.doc-card.doc-featured{border-color:rgba(47,208,138,.28);background:radial-gradient(220px 160px at 100% 0,rgba(47,208,138,.09),transparent 72%),linear-gradient(160deg,rgba(255,255,255,.054),rgba(255,255,255,.016));box-shadow:0 18px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025)}
.doc-card.doc-featured::before{height:3px;background:linear-gradient(90deg,var(--green),var(--teal),rgba(57,230,216,0));opacity:.9}
.doc-card.doc-featured .doc-icon{color:var(--green);background:rgba(47,208,138,.085);border-color:rgba(47,208,138,.24)}
.doc-card.doc-featured .doc-native{color:var(--green)}
.doc-card.doc-featured:hover{border-color:rgba(47,208,138,.55);box-shadow:0 24px 62px rgba(0,0,0,.27),0 0 34px rgba(47,208,138,.08)}
.doc-priority{position:relative;z-index:1;align-self:flex-start;margin-top:14px;padding:5px 8px;border-radius:99px;border:1px solid rgba(47,208,138,.25);background:rgba(47,208,138,.07);font-family:"IBM Plex Mono",monospace;font-size:7.8px;font-weight:800;letter-spacing:.12em;color:var(--green)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(16,130,140,.09),transparent 70%),linear-gradient(145deg,#fff,#f1f8f7);box-shadow:0 18px 48px rgba(13,26,44,.08)}
@media(max-width:650px){.docs-sector-callout{grid-template-columns:1fr;padding:19px}.docs-sector-mark{width:50px;height:50px}.docs-sector-callout h3{font-size:15.5px}}

.qform-terms{position:relative;display:grid;grid-template-columns:21px minmax(0,1fr);gap:11px;align-items:start;margin-top:15px;padding:14px 15px;border:1px solid rgba(255,255,255,.105);border-radius:13px;background:rgba(255,255,255,.025);color:var(--mut);font-size:10.8px;line-height:1.55}
.qform-terms-control{position:relative;display:block;width:21px;height:21px;cursor:pointer}
.qform-terms input{position:absolute;opacity:0;pointer-events:none}
.qform-checkmark{width:21px;height:21px;border-radius:7px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.4);color:transparent;font-size:12px;font-weight:800;transition:.18s}
.qform-terms input:checked+.qform-checkmark{color:#fff;border-color:rgba(255,83,100,.7);background:linear-gradient(135deg,#f03040,#8e071f);box-shadow:0 0 16px rgba(240,48,64,.18)}
.qform-terms input:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
.qform-terms-copy{min-width:0}
.qform-terms a{color:#ff6575;text-decoration:underline;text-underline-offset:2px}
.qform-terms:has(input:invalid){border-color:rgba(240,48,64,.20)}
html.light .qform-terms{background:rgba(13,26,44,.025);border-color:rgba(13,26,44,.10);color:#58657a}
html.light .qform-checkmark{background:#fff;border-color:rgba(13,26,44,.18)}
html[dir="rtl"] .qform-terms{text-align:right}
.terms-strong{padding:15px 16px!important;border:1px solid rgba(240,48,64,.25);border-radius:13px;background:rgba(240,48,64,.055);color:var(--tx)!important}
.terms-strong b{color:#ff6575}
header .header-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  min-width:164px;
  height:100%;
  padding:2px 0 1px;
  line-height:1;
  overflow:visible;
}
html.light header .header-brand>img{background:none;padding:0;border-radius:0;box-sizing:border-box}

.hero-inner{width:min(100%,1180px)}
.hero h1{
  width:min(100%,1080px);
  max-width:100%;
  margin-inline:auto;
  font-size:var(--hero-title-size,clamp(27px,3.8vw,58px));
  line-height:1.08;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
  letter-spacing:.008em;
  transform:skewX(-6deg);
  transform-origin:center;
  font-synthesis:none;
}
html[lang="ru"] .hero h1, html[lang="bg"] .hero h1, html[lang="sr"] .hero h1, html[lang="el"] .hero h1{font-family:"Noto Sans","Arial Black","Sora",sans-serif;font-weight:900;letter-spacing:-.015em}
html[lang="ar"] .hero h1, html[lang="fa"] .hero h1{font-family:"Noto Sans Arabic","Arial",sans-serif;font-weight:900;letter-spacing:0;transform:skewX(-3deg)}
html[lang="hi"] .hero h1{font-family:"Noto Sans Devanagari","Arial",sans-serif;font-weight:900;letter-spacing:-.01em;transform:skewX(-3deg)}
html[lang="ka"] .hero h1{font-family:"Noto Sans Georgian","Arial Black",sans-serif;font-weight:900;letter-spacing:-.015em;transform:skewX(-4deg)}
html[lang="zh"] .hero h1{font-family:"Noto Sans SC","Arial Black",sans-serif;font-weight:900;letter-spacing:.025em;transform:skewX(-3deg)}

.hero h1 .hdot::after{
  animation:heroDotPulse 2.45s cubic-bezier(.4,0,.2,1) infinite;
  transform-origin:center;
  will-change:transform,opacity,box-shadow;
}
.hero h1 .hdot:nth-of-type(2)::after{animation-delay:.34s}
@keyframes heroDotPulse{
  0%, 100%{opacity:1;transform:scale(1);box-shadow:0 0 3px rgba(240,48,64,.9),0 0 13px rgba(240,48,64,.55)}
  45%{opacity:.58;transform:scale(.82);box-shadow:0 0 2px rgba(240,48,64,.65),0 0 7px rgba(240,48,64,.28)}
  58%{opacity:1;transform:scale(1.18);box-shadow:0 0 5px rgba(255,72,88,1),0 0 22px rgba(240,48,64,.78)}
  72%{opacity:.9;transform:scale(.96);box-shadow:0 0 3px rgba(240,48,64,.85),0 0 12px rgba(240,48,64,.45)}
}
@media (prefers-reduced-motion:reduce){.hero h1 .hdot::after{animation:none}}

@media(max-width:600px){
  .hero h1{line-height:1.09;max-width:96vw;letter-spacing:0}
}

  @media (max-width:600px){
    .gal-ship{font-size:12.5px;padding:9px 12px;border-radius:14px;align-items:flex-start}
    .gal-ship::before{margin-top:.34em}
  }
@media(max-width:600px){
  html.light header .header-brand{padding:0 3px}
  html.light header .header-brand>img{width:126px;max-height:49px}
}
@media(max-width:360px){
  html.light header .header-brand>img{width:114px;max-height:44px}
}
html.light header .header-brand{
  padding-left:7px!important;padding-right:7px!important;background:linear-gradient(180deg,rgba(7,9,13,.98),rgba(5,7,11,.96))!important;
  border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;box-shadow:0 5px 18px rgba(13,26,44,.15)!important;
}
@media(max-width:600px){
  header .header-brand{min-width:126px!important;align-items:flex-start!important;padding-left:0!important;padding-right:0!important}
  header .header-brand>img{height:29px!important}
  html.light header .header-brand{padding-left:5px!important;padding-right:5px!important}
}
@media(max-width:360px){
  header .header-brand>img{height:26px!important}
}
body.trexpor-dialog-open{overflow:hidden!important}
.gal-lb[aria-hidden="true"]{display:none!important}
.gal-lb[aria-hidden="false"]{display:flex}
.gal-lb:focus{outline:none}

@media (max-width:699px){
  .hero::before{background-image:url("/hero-poster-mobile-v131.jpg")}
  .docs-head, .docs-head>*{min-width:0}
  .docs-head .kick{width:fit-content;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.42;letter-spacing:.11em}

  

  
}
@media (max-width:380px){
  .docs-head .kick{font-size:9.5px;padding-inline-start:34px;padding-inline-end:10px;letter-spacing:.085em}
}
@media (prefers-reduced-motion: reduce){
  .marq-track{animation:none!important}
}
#lanes .wrap, #lanes .lanes, #lanes .lscroll{min-width:0;max-width:100%}
.table-swipe-hint{display:none}
@media (max-width:700px){
  html, body{max-width:100%;overflow-x:clip}
  #lanes .lanes table{width:max-content;min-width:680px}
  #lanes .lscroll{position:relative;z-index:2;overflow-x:auto;overflow-y:auto;scrollbar-gutter:stable}
  #lanes .lanes.is-scrollable-x .table-swipe-hint{
    display:flex;align-items:center;gap:7px;position:absolute;right:10px;bottom:10px;z-index:5;
    max-width:calc(100% - 20px);padding:7px 10px;border:1px solid rgba(255,255,255,.18);
    border-radius:999px;background:rgba(5,8,13,.9);box-shadow:0 8px 24px rgba(0,0,0,.28);
    color:#fff;font-family:"Sora",sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.025em;
    pointer-events:none;opacity:1;transform:translateY(0);transition:opacity .25s ease,transform .25s ease;
    backdrop-filter:blur(8px)
  }
  #lanes .table-swipe-hint .swipe-icon{font-size:15px;line-height:1;color:var(--red)}
  #lanes .lanes.has-scrolled-x .table-swipe-hint{opacity:0;transform:translateY(5px)}
  html[dir="rtl"] #lanes .lanes.is-scrollable-x .table-swipe-hint{right:auto;left:10px}
  html.light #lanes .lanes.is-scrollable-x .table-swipe-hint{background:rgba(255,255,255,.94);border-color:rgba(13,26,44,.16);color:#0c1424}
}
@media (max-width:380px){
  #lanes .lanes table{min-width:650px}
  html[lang="ka"] #lanes .lanes table{min-width:620px}
  html[lang="ka"] #lanes .lanes th, html[lang="ka"] #lanes .lanes td{padding-inline:13px}
}
@media (prefers-reduced-motion:reduce){
  .marq-track{animation:none!important}
}
.fgrid>*{min-width:0}
footer h4, footer li, footer a{overflow-wrap:anywhere;word-break:normal}
@media (max-width:380px){
  .fgrid{grid-template-columns:1fr;gap:30px}
  footer{padding-top:62px}
  .fbot{margin-top:42px}
}
button.wa-fab{font:inherit;padding:0;border:0;color:inherit;text-align:initial;-webkit-appearance:none;appearance:none}
.mnav[inert]{pointer-events:none}
button.mq-cap{font:inherit;color:inherit;background:transparent;border:0;text-align:initial;-webkit-appearance:none;appearance:none}
button.mq-cap:focus-visible{outline:2px solid var(--teal);outline-offset:2px;background:rgba(255,255,255,.06)}
html.light button.mq-cap:focus-visible{background:rgba(13,26,44,.08)}
.qform-terms input[type="checkbox"]{position:absolute!important;inset:0!important;width:21px!important;height:21px!important;margin:0!important;opacity:.001!important;pointer-events:auto!important;z-index:3;cursor:pointer;-webkit-appearance:none;appearance:none}
.qform-terms input[type="checkbox"]:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
html.light header .header-brand{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{width:190px!important;height:auto!important;max-height:60px!important;background:#08090b!important;padding:0!important}
footer .logo img{height:52px;width:auto;max-width:min(100%,210px);object-fit:contain;border-radius:7px;background:#08090b}
@media(max-width:600px){
  header .header-brand>img, html.light header .header-brand>img{width:142px!important;height:auto!important;max-height:45px!important;border-radius:5px!important}
}
@media(max-width:360px){
  header .header-brand>img, html.light header .header-brand>img{width:130px!important;max-height:42px!important}
}
.marq-vp, .marq-nav{contain:layout style}
.marq-vp.is-dragging .mq-cap{pointer-events:none}
@media (max-width:420px){
  .marq-vp::before, .marq-vp::after{width:36px}
  .mq-cap{gap:7px;padding-inline:8px}
  .mq-dot{margin-inline:10px}
}
html.light .btn-red{box-shadow:0 0 30px rgba(16,130,140,.35)}
html.light .btn-red:hover{background:#12A39C;box-shadow:0 8px 40px rgba(16,130,140,.45)}
html.light .btn-pill:hover{background:#12A39C}
html.light .marq-kick::before,html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(16,130,140,.55),#0E8A84)}
.home-overview-grid{
  position:relative;isolation:isolate;max-width:1320px;margin:0 auto;padding:92px 32px 86px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.home-overview-grid::before{
  content:"";position:absolute;z-index:-1;inset:28px 0 24px;pointer-events:none;
  background:radial-gradient(620px 360px at 16% 18%,rgba(240,48,64,.08),transparent 72%),
             radial-gradient(560px 330px at 88% 78%,rgba(57,230,216,.045),transparent 74%)
}
.home-overview-grid>section.blk{padding:0!important;min-width:0}
.home-overview-grid>section.blk>.wrap{height:100%;padding:0}
.home-overview-grid>section.blk .rv{
  position:relative;overflow:hidden;max-width:none!important;min-height:100%;padding:31px 29px 28px;
  display:flex;flex-direction:column;align-items:flex-start;text-align:start;
  border:1px solid var(--bd);border-radius:22px;
  background:linear-gradient(148deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 58%,rgba(255,255,255,.028));
  box-shadow:0 24px 68px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  transition:opacity .7s ease,transform .7s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease
}
.home-overview-grid>section.blk .rv::before{
  content:"";position:absolute;inset:0 0 auto 0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,var(--red),rgba(240,48,64,.12) 48%,transparent 82%);
  opacity:.88
}
.home-overview-grid>section.blk:nth-child(2n) .rv::before{
  background:linear-gradient(90deg,var(--teal),rgba(57,230,216,.11) 45%,transparent 82%);opacity:.58
}
.home-overview-grid>section.blk .rv:hover{
  transform:translateY(-4px);border-color:var(--bd-2);
  background:linear-gradient(148deg,rgba(255,255,255,.068),rgba(255,255,255,.024) 60%,rgba(255,255,255,.034));
  box-shadow:0 30px 78px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)
}
.home-overview-grid .kick{font-size:10px;letter-spacing:.155em}
.home-overview-grid .title{font-size:clamp(24px,1.9vw,34px);line-height:1.12;margin-top:13px}
.home-overview-grid .lead{max-width:none;font-size:14.2px;line-height:1.67;margin-top:14px}
.home-overview-grid .ctas{width:100%;margin-top:auto!important;padding-top:22px;align-items:center}
.home-overview-grid .svc-link{font-size:13px;line-height:1.45}
.home-overview-grid #plabel .btn-red{margin-top:0}
.home-overview-grid ~ #faq.blk{padding:88px 0 96px}
.home-overview-grid ~ #faq .faq{max-width:1120px;margin-top:38px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;align-items:start}
.home-overview-grid ~ #faq .faq details{margin:0}
.home-overview-grid ~ #faq .faq summary{min-height:62px;padding:17px 20px;font-size:14.5px}
.home-overview-grid ~ #faq .faq details p{padding:0 20px 18px;font-size:13.8px;line-height:1.68}
.home-overview-grid ~ #faq + .formsec{padding:94px 0 104px}
.home-overview-grid ~ #faq + .formsec .wrap{gap:64px}
html.light .home-overview-grid>section.blk .rv:hover{
  background:#fff;box-shadow:0 28px 70px rgba(19,31,49,.13)
}

@media(max-width:1120px){
  .home-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;padding-top:82px;padding-bottom:78px}
  .home-overview-grid .title{font-size:clamp(25px,3vw,34px)}
}
@media(max-width:720px){
  .home-overview-grid{grid-template-columns:1fr;padding:66px 20px 68px;gap:14px}
  .home-overview-grid>section.blk .rv{padding:25px 23px 24px;border-radius:18px}
  .home-overview-grid .title{font-size:clamp(24px,7.4vw,31px)}
  .home-overview-grid .lead{font-size:13.8px;line-height:1.65}
  .home-overview-grid .ctas{padding-top:19px}
  .home-overview-grid ~ #faq.blk{padding:70px 0 76px}
  .home-overview-grid ~ #faq .faq{grid-template-columns:1fr;margin-top:30px;gap:10px}
  .home-overview-grid ~ #faq .faq summary{min-height:0;padding:17px 18px;font-size:14px}
  .home-overview-grid ~ #faq .faq details p{padding:0 18px 17px;font-size:13.4px}
  .home-overview-grid ~ #faq + .formsec{padding:76px 0 82px}
}
@media(prefers-reduced-motion:reduce){
  .home-overview-grid>section.blk .rv:hover{transform:none}
}
.product-groups{position:relative;padding:clamp(58px,7vw,92px) 0;border-bottom:1px solid var(--bd);overflow:hidden}
.product-groups::before{content:"";position:absolute;width:520px;height:520px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--glow-rgb),.09),transparent 68%);pointer-events:none}
.product-groups-head{position:relative;max-width:820px;margin:0 auto 28px;text-align:center}
.product-groups-head .lead{max-width:760px;margin-left:auto;margin-right:auto}
.product-group-card{position:relative;min-height:285px;padding:28px;border:1px solid var(--bd);border-radius:24px;background:linear-gradient(145deg,var(--panel-2),var(--panel));display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;column-gap:20px;overflow:hidden;isolation:isolate;transition:transform .25s,border-color .25s,box-shadow .25s}
.product-group-card:hover{transform:translateY(-5px);border-color:var(--bd-2);box-shadow:0 28px 70px rgba(0,0,0,.24)}
.product-group-index{grid-column:1/-1;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red);margin-bottom:26px}
.product-group-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:rgba(240,48,64,.1);border:1px solid rgba(240,48,64,.22);color:#ff6673}
.product-group-clean .product-group-icon{background:rgba(57,230,216,.08);border-color:rgba(57,230,216,.2);color:var(--teal)}
.product-group-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.product-group-copy{display:flex;flex-direction:column;gap:9px;align-self:center}
.product-group-copy strong{font-family:"Sora",sans-serif;font-size:clamp(21px,2.3vw,29px);line-height:1.12;letter-spacing:-.025em;color:var(--tx)}
.product-group-copy>span{font-size:14px;line-height:1.7;color:var(--mut);max-width:460px}
.product-group-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:25px;padding-top:18px;border-top:1px solid var(--bd);font-size:12.5px;font-weight:700;color:var(--tx)}
.product-group-action b{font-size:18px;color:var(--red);transition:transform .2s}
.product-group-clean .product-group-action b{color:var(--teal)}
@media(max-width:760px){.product-group-grid{grid-template-columns:1fr}}
@media(max-width:480px){.product-group-card{grid-template-columns:50px 1fr;column-gap:15px}.product-group-icon{width:50px;height:50px;border-radius:15px}.product-group-icon svg{width:29px;height:29px}.product-group-copy>span{font-size:13px;line-height:1.6}}
.pwa-install-fab,.pwa-sheet-backdrop,.pwa-bottom-nav{display:none!important}
html.light :focus-visible{outline-color:#2563EB}
html.light nav.main>a::after,
html.light .nav-trigger::after{
  background:linear-gradient(90deg,#1D4ED8,#3B82F6 52%,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.42);
}
html.light .nav-drop:hover .nav-trigger svg,
html.light .nav-drop.open .nav-trigger svg{color:#2563EB}
.mega-menu{
  gap:10px;
  padding:12px 12px 18px;
  border-radius:22px;
}
.mega-menu a{
  min-height:62px;
  padding:10px 11px;
  border-radius:16px;
}
.about-menu a{min-height:62px;padding:10px 11px;gap:13px}
.about-code{flex-basis:40px;width:40px;height:40px;border-radius:13px}

html.light .mega-menu{
  width:min(370px,calc(100vw - 32px));
  border:1px solid rgba(37,99,235,.17);
  background:
    radial-gradient(340px 180px at 8% -12%,rgba(59,130,246,.16),transparent 70%),
    radial-gradient(260px 180px at 100% 108%,rgba(147,197,253,.12),transparent 72%),
    linear-gradient(155deg,rgba(255,255,255,.995),rgba(244,248,255,.985));
  box-shadow:
    0 34px 90px rgba(15,23,42,.18),
    0 14px 34px rgba(37,99,235,.08),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.68);
  backdrop-filter:blur(28px) saturate(1.25);
  -webkit-backdrop-filter:blur(28px) saturate(1.25);
}
html.light .mega-menu::before{
  left:24px;right:24px;height:2px;
  background:linear-gradient(90deg,transparent,#60A5FA 30%,#2563EB 56%,transparent);
  opacity:.62;
  box-shadow:0 0 18px rgba(37,99,235,.3);
}
html.light .mega-menu a{
  border:1px solid rgba(30,64,175,.105);
  background:
    linear-gradient(118deg,rgba(255,255,255,.99),rgba(246,249,255,.96) 58%,rgba(237,244,255,.92));
  color:#23314A;
  box-shadow:
    0 8px 22px rgba(30,64,175,.065),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(30,64,175,.035);
}
html.light .mega-menu a::before{
  background:
    radial-gradient(circle at 2% 50%,rgba(37,99,235,.18),transparent 42%),
    linear-gradient(105deg,rgba(37,99,235,.09),rgba(96,165,250,.03) 54%,transparent 76%);
}
html.light .mega-menu a::after{
  border-color:rgba(37,99,235,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(232,240,255,.92));
  color:#3566B8;
  box-shadow:inset 0 1px 0 #fff,0 5px 14px rgba(37,99,235,.08);
  opacity:.72;
}
html.light .mega-menu a:hover,
html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.34);
  background:
    linear-gradient(118deg,#fff,rgba(239,245,255,.98) 55%,rgba(222,235,255,.94));
  color:#10234A;
  box-shadow:
    0 15px 34px rgba(30,64,175,.13),
    0 0 0 1px rgba(37,99,235,.045),
    inset 0 1px 0 #fff;
  transform:translateY(-2px) translateX(1px);
}
html.light .mega-menu a:hover::after,
html.light .mega-menu a:focus-visible::after{
  color:#fff;
  border-color:rgba(96,165,250,.58);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 48%,#1E40AF 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(37,99,235,.26);
}
html.light .about-menu a>span:last-child{
  color:#263653;
  font-weight:750;
  letter-spacing:-.01em;
}
html.light .mega-menu a:hover>span:last-child,
html.light .mega-menu a:focus-visible>span:last-child{color:#10234A}
html.light .about-code{
  color:#1D4ED8;
  border-color:rgba(37,99,235,.24);
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,235,255,.92));
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(30,64,175,.08),
    0 7px 17px rgba(37,99,235,.11),
    0 0 0 1px rgba(255,255,255,.65);
}
html.light .mega-menu a:hover .about-code,
html.light .mega-menu a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(147,197,253,.72);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 46%,#1E3A8A 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 4px rgba(30,58,138,.22),
    0 0 22px rgba(37,99,235,.24),
    0 9px 20px rgba(30,64,175,.18);
}
html.light .mnav-sub{
  border:1px solid rgba(37,99,235,.12);
  background:
    radial-gradient(280px 130px at 8% 0,rgba(59,130,246,.10),transparent 72%),
    linear-gradient(180deg,rgba(250,252,255,.98),rgba(242,247,255,.95));
  box-shadow:inset 0 1px 0 #fff;
}
html.light .mnav-sub a{
  border-color:rgba(37,99,235,.11);
  background:linear-gradient(125deg,#fff,rgba(239,245,255,.96));
  color:#2B3A55;
  box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(30,64,175,.065);
}
html.light .mnav-sub a::after{
  border-color:rgba(37,99,235,.13);
  color:#3566B8;
  background:linear-gradient(145deg,#fff,#E8F0FF);
}
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.30);
  background:linear-gradient(125deg,#fff,#E8F1FF);
  color:#10234A;
  box-shadow:0 12px 27px rgba(30,64,175,.10),inset 0 1px 0 #fff;
}
html.light .mnav-sub a:hover::after,
html.light .mnav-sub a:focus-visible::after{
  color:#fff;border-color:#60A5FA;background:linear-gradient(145deg,#60A5FA,#2563EB);
}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(96,165,250,.055));
  border-color:rgba(37,99,235,.34);
  color:#10234A;
  box-shadow:0 10px 26px rgba(37,99,235,.10),inset 3px 0 0 #2563EB;
}
html.light .marq-kick::before,
html.light .marq-kick::after{
  background:linear-gradient(90deg,transparent,rgba(96,165,250,.72),#2563EB);
  box-shadow:0 0 9px rgba(37,99,235,.22);
}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1D4ED8;border-color:rgba(37,99,235,.48);background:#fff}
html.light .docs-sec{
  background:radial-gradient(880px 520px at 88% 4%,rgba(37,99,235,.075),transparent 66%),radial-gradient(700px 450px at 4% 95%,rgba(96,165,250,.055),transparent 68%),#F5F7FB;
}
html.light .eyebrow i{background:#2563EB;box-shadow:0 0 12px rgba(37,99,235,.8)}
html.light .hero h1 .hdot::after{background:#2563EB;box-shadow:0 0 3px rgba(37,99,235,.92),0 0 16px rgba(37,99,235,.72)}
html.light .kick{
  color:#1D4ED8!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
}
html.light .mega-kicker,
html.light .mnav-subhead,
html.light .about-card .about-no,
html.light .doc-no,
html.light .doc-native,
html.light .pl-head .tag{
  color:#1D4ED8!important;
}
html.light .about-card .about-no,
html.light .doc-no,
html.light .pl-rank,
html.light .step .n,
html.light .docs-flow-step b{
  color:#1D4ED8!important;
  border-color:rgba(37,99,235,.22)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.095),rgba(255,255,255,.72))!important;
}
html.light .pl-head .tag{border-color:rgba(37,99,235,.24);background:rgba(37,99,235,.065)}
html.light .pl-row:hover .pl-rank,
html.light .pl-row:focus-visible .pl-rank,
html.light .pl-row.target-flash .pl-rank{
  color:#fff!important;border-color:#60A5FA!important;background:linear-gradient(145deg,#60A5FA,#2563EB 52%,#1E40AF)!important;
}
html.light .qform-progress>span{
  background:linear-gradient(90deg,#1E40AF,#2563EB,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.50);
}
html.light .qfield-no{color:#2563EB;background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.21)}
html.light .qform input:focus,
html.light .qform select:focus,
html.light .qform textarea:focus{
  border-color:rgba(37,99,235,.72)!important;
  background:rgba(37,99,235,.025)!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.11),0 12px 30px rgba(30,64,175,.09)!important;
}
html.light .qform #sendBtn{
  background:linear-gradient(135deg,#60A5FA 0%,#2563EB 48%,#1D4ED8 100%)!important;
  box-shadow:0 17px 42px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
html.light .qform-terms input:checked+.qform-checkmark{
  border-color:rgba(96,165,250,.75);background:linear-gradient(135deg,#3B82F6,#1D4ED8);box-shadow:0 0 16px rgba(37,99,235,.20)
}
html.light .qform-terms a,
html.light .form-consent a,
html.light .form-error a{color:#1D4ED8}

@media(max-width:760px){
  .mega-menu{padding:10px 10px 16px;border-radius:20px}
  .mega-menu a,.about-menu a{min-height:57px;border-radius:14px}
  .about-code{flex-basis:38px;width:38px;height:38px;border-radius:12px}
}
@keyframes trexporMenuBeamSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-18deg);opacity:0}
  10%{opacity:.16}34%{opacity:.94}66%{opacity:.38}
  100%{transform:translate3d(630%,0,0) skewX(-18deg);opacity:0}
}
.mega-menu a,.mnav-sub a{isolation:isolate;overflow:hidden;will-change:transform,box-shadow}
.mega-menu a>span,.mnav-sub a>span{position:relative;z-index:2}
.mega-menu a::after,.mnav-sub a::after{position:relative;z-index:3}
.mega-menu a::before,.mnav-sub a::before{
  content:"";position:absolute;z-index:1;top:-58%;bottom:-58%;left:-35%;width:26%;
  border-radius:50%;pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-18deg);
  background:linear-gradient(90deg,transparent 0%,rgba(30,64,175,.02) 10%,rgba(59,130,246,.18) 29%,rgba(96,165,250,.56) 43%,rgba(219,234,254,.98) 51%,rgba(96,165,250,.60) 58%,rgba(37,99,235,.18) 76%,transparent 100%);
  filter:blur(4px);mix-blend-mode:screen;box-shadow:0 0 18px rgba(59,130,246,.32),0 0 44px rgba(37,99,235,.22)
}
.mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:trexporMenuBeamSweep 1.55s cubic-bezier(.2,.62,.18,1) .04s infinite}
.mega-menu a{
  background:radial-gradient(120px 84px at 4% 14%,rgba(96,165,250,.075),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(37,99,235,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.18),0 10px 25px rgba(0,0,0,.23)
}
.mega-menu a:hover,.mega-menu a:focus-visible{
  border-color:rgba(96,165,250,.50);
  background:radial-gradient(165px 100px at 7% 27%,rgba(59,130,246,.20),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.10),rgba(37,99,235,.06) 58%,rgba(96,165,250,.04));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),inset 0 0 30px rgba(37,99,235,.085),0 18px 40px rgba(0,0,0,.36),0 0 0 1px rgba(59,130,246,.085),0 0 30px rgba(37,99,235,.14);
  transform:translateY(-3px) scale(1.006)
}
.mega-menu a:hover::after,.mega-menu a:focus-visible::after,.mnav-sub a:hover::after,.mnav-sub a:focus-visible::after{
  color:#fff;border-color:rgba(147,197,253,.70);background:linear-gradient(145deg,#6CAEFF 0%,#2563EB 49%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.40),inset 0 -2px 4px rgba(30,58,138,.26),0 0 22px rgba(59,130,246,.30),0 9px 20px rgba(30,64,175,.24)
}
.mega-menu a:hover .about-code,.mega-menu a:focus-visible .about-code,.mnav-sub a:hover .about-code,.mnav-sub a:focus-visible .about-code{
  color:#fff;border-color:rgba(147,197,253,.74);background:linear-gradient(145deg,#82BCFF 0%,#2563EB 44%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44),inset 0 -2px 5px rgba(30,58,138,.29),0 0 27px rgba(59,130,246,.35),0 11px 23px rgba(30,64,175,.25);
  transform:translateY(-1px) scale(1.06)
}
html.light .mega-menu{
  border-color:rgba(37,99,235,.23);
  background:radial-gradient(390px 225px at 4% -10%,rgba(96,165,250,.21),transparent 70%),radial-gradient(300px 215px at 108% 112%,rgba(191,219,254,.21),transparent 72%),linear-gradient(158deg,rgba(255,255,255,.999),rgba(241,247,255,.994));
  box-shadow:0 40px 105px rgba(15,23,42,.21),0 19px 44px rgba(37,99,235,.12),0 0 0 1px rgba(255,255,255,.92) inset,inset 0 1px 0 #fff
}
html.light .mega-menu a{
  border-color:rgba(30,64,175,.14);
  background:radial-gradient(125px 80px at 4% 12%,rgba(96,165,250,.11),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(246,250,255,.995) 54%,rgba(231,241,255,.97) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.055),0 11px 26px rgba(30,64,175,.09),0 0 0 1px rgba(255,255,255,.84)
}
html.light .mega-menu a::before,html.light .mnav-sub a::before{
  mix-blend-mode:normal;filter:blur(3px);
  background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.01) 10%,rgba(59,130,246,.10) 27%,rgba(96,165,250,.32) 42%,rgba(255,255,255,.99) 50%,rgba(147,197,253,.49) 58%,rgba(37,99,235,.12) 75%,transparent 100%);
  box-shadow:0 0 23px rgba(96,165,250,.27),0 0 48px rgba(37,99,235,.14)
}
html.light .mega-menu a:hover,html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.45);
  background:radial-gradient(175px 102px at 7% 25%,rgba(96,165,250,.21),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(238,246,255,.998) 53%,rgba(216,232,255,.985) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 30px rgba(59,130,246,.07),0 19px 44px rgba(30,64,175,.17),0 0 0 1px rgba(37,99,235,.06),0 0 30px rgba(59,130,246,.11)
}
html.light .about-code{
  background:linear-gradient(145deg,#fff 0%,#EAF2FF 58%,#DCE9FF 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.095),0 9px 21px rgba(37,99,235,.13),0 0 0 1px rgba(255,255,255,.78)
}
.mnav-sub a::before{width:28%;left:-39%}
.mnav-sub a:hover,.mnav-sub a:focus-visible{
  border-color:rgba(96,165,250,.42);
  background:radial-gradient(145px 92px at 6% 25%,rgba(59,130,246,.17),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.085),rgba(37,99,235,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 0 25px rgba(37,99,235,.07),0 15px 33px rgba(0,0,0,.26),0 0 24px rgba(37,99,235,.11);transform:translateY(-2px)
}
html.light .mnav-sub a:hover,html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.38);
  background:radial-gradient(150px 92px at 6% 22%,rgba(96,165,250,.18),transparent 72%),linear-gradient(125deg,#fff,#E6F0FF);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 25px rgba(59,130,246,.06),0 15px 33px rgba(30,64,175,.14),0 0 24px rgba(59,130,246,.09)
}
@media(prefers-reduced-motion:reduce){
  .mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:none;opacity:.18;transform:translate3d(250%,0,0) skewX(-18deg)}
  .mega-menu a:hover,.mega-menu a:focus-visible,.mnav-sub a:hover,.mnav-sub a:focus-visible{transform:none}
}
header .header-brand{
  min-width:254px!important;height:100%!important;padding:4px 0 3px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;
}
header .header-brand>img{
  width:246px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;
  display:block!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.16)) drop-shadow(0 6px 13px rgba(0,0,0,.58))!important;
}
.header-brand-signature{
  display:flex!important;width:242px!important;margin-top:2px!important;align-items:center!important;justify-content:center!important;
  gap:6px!important;white-space:nowrap!important;pointer-events:none!important;
}
.header-brand-signature .sig-line{
  position:relative!important;flex:0 0 28px!important;width:28px!important;max-width:28px!important;height:8px!important;
  border-radius:0!important;background:none!important;box-shadow:none!important;overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;width:100%!important;height:2px!important;
  border-radius:99px!important;transform:none!important;opacity:1!important;
}
.header-brand-signature .sig-line::before{
  top:0!important;background:#F03040!important;
  box-shadow:0 0 7px rgba(240,48,64,.48)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;background:#F2F4F7!important;
  box-shadow:0 0 5px rgba(242,244,247,.28)!important;
}
.header-brand-signature .sig-line:last-child{background:none!important}
.header-brand-signature .sig-copy{
  font-family:"Sora",sans-serif!important;font-size:8px!important;line-height:1!important;font-weight:700!important;
  letter-spacing:.13em!important;color:#F3F6FA!important;
  text-shadow:0 1px 3px rgba(0,0,0,.98),0 0 10px rgba(255,255,255,.12)!important;
}
.header-brand-signature .sig-dot{color:#F03040!important;text-shadow:0 0 8px rgba(240,48,64,.82)!important}

html.light header .header-brand{background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.72)) drop-shadow(0 2px 2px rgba(11,25,47,.34)) drop-shadow(0 6px 12px rgba(11,25,47,.22))!important;
}
html.light .header-brand-signature .sig-line{background:none!important;box-shadow:none!important}
html.light .header-brand-signature .sig-line::before{
  background:linear-gradient(90deg,#b91325 0%,#ed3344 58%,#ff5d68 100%)!important;
  box-shadow:0 0 4px rgba(240,48,64,.24)!important;box-shadow:0 0 6px rgba(240,48,64,.32)!important;
}
html.light .header-brand-signature .sig-line::after{
  background:linear-gradient(90deg,#8d96a3 0%,#d4d9e0 54%,#f2f4f7 100%)!important;
  box-shadow:0 0 3px rgba(220,225,232,.12)!important;
  box-shadow:0 0 0 1px rgba(24,39,61,.28),0 1px 3px rgba(24,39,61,.20)!important;
}
html.light .header-brand-signature .sig-line:last-child{background:none!important}

footer .logo img{
  width:min(100%,245px)!important;height:auto!important;max-height:68px!important;object-fit:contain!important;
  padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 5px 15px rgba(0,0,0,.56))!important;
}
html.light footer .logo img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.58)) drop-shadow(0 5px 12px rgba(11,25,47,.18))!important;
}

@media(max-width:900px){
  header .header-brand{min-width:184px!important;padding:4px 0 2px!important}
  header .header-brand>img{width:178px!important;max-height:40px!important}
  .header-brand-signature{width:176px!important;gap:4px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:18px!important;width:18px!important;max-width:18px!important}
  .header-brand-signature .sig-copy{font-size:5.65px!important;letter-spacing:.115em!important}
}
@media(max-width:600px){
  header .header-brand{min-width:151px!important;align-items:flex-start!important;padding:3px 0 2px!important}
  header .header-brand>img{width:148px!important;max-height:34px!important}
  .header-brand-signature{width:148px!important;gap:3px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:13px!important;width:13px!important;max-width:13px!important}
  .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.095em!important}
}
@media(max-width:360px){
  header .header-brand{min-width:136px!important}
  header .header-brand>img{width:133px!important;max-height:31px!important}
  .header-brand-signature{width:133px!important}
  .header-brand-signature .sig-line{flex-basis:10px!important;width:10px!important;max-width:10px!important}
  .header-brand-signature .sig-copy{font-size:4.25px!important;letter-spacing:.085em!important}
}
.header-brand-signature .sig-line,
.header-brand-signature .sig-line:last-child{background:none!important;box-shadow:none!important}
.header-brand-signature .sig-line::before{background:#F03040!important}
.header-brand-signature .sig-line::after{background:#F2F4F7!important}
.qform-advanced{margin:0 25px 22px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.014));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.qform-advanced summary{list-style:none;display:grid;grid-template-columns:42px minmax(0,1fr) auto 24px;align-items:center;gap:13px;padding:16px 17px;cursor:pointer;user-select:none;background:linear-gradient(110deg,rgba(37,99,235,.06),rgba(240,48,64,.035) 68%,transparent);transition:background .2s,border-color .2s}
.qform-advanced summary::-webkit-details-marker{display:none}.qform-advanced summary::marker{display:none;content:""}
.qform-advanced summary:hover{background:linear-gradient(110deg,rgba(37,99,235,.095),rgba(240,48,64,.055) 68%,transparent)}
.qform-advanced[open] summary{border-bottom:1px solid rgba(255,255,255,.075)}
.qform-advanced-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;border:1px solid rgba(72,132,255,.32);background:linear-gradient(145deg,rgba(37,99,235,.2),rgba(37,99,235,.055));color:#74a7ff;box-shadow:0 10px 28px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.08)}
.qform-advanced-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.qform-advanced-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.qform-advanced-copy strong{font-family:"Sora",sans-serif;font-size:13px;color:var(--tx)}.qform-advanced-copy small{color:var(--mut-2);font-size:10.5px;line-height:1.45}
.qform-advanced-badge{padding:6px 8px;border:1px solid rgba(51,211,161,.23);border-radius:999px;background:rgba(51,211,161,.065);color:#4cdfb0;font:700 8px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;white-space:nowrap}
.qform-advanced-chevron{color:var(--mut-2);font-size:20px;line-height:1;transition:transform .24s}.qform-advanced[open] .qform-advanced-chevron{transform:rotate(180deg)}
.qform-advanced-body{padding:18px}.qform-advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.qsample{position:relative;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.025);color:#aeb8c8;font-size:11px;line-height:1.45;cursor:pointer}.qsample input{position:absolute!important;opacity:.001!important;width:22px!important;height:22px!important;pointer-events:auto!important}.qsample-box{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:7px;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.38);color:transparent;font-weight:800;transition:.18s}.qsample input:checked+.qsample-box{color:#fff;border-color:rgba(72,132,255,.7);background:linear-gradient(135deg,#2f73f1,#174db8);box-shadow:0 0 16px rgba(37,99,235,.2)}.qsample input:focus-visible+.qsample-box{outline:2px solid rgba(72,132,255,.9);outline-offset:3px}
.qfile-section{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.qfile-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#aeb8c8}.qfile-heading strong{font-size:10.5px;letter-spacing:.085em;text-transform:uppercase}.qfile-heading small{margin-inline-start:auto;color:var(--mut-2);font-size:9px;text-align:end}
.qfile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.qfile-drop{position:relative;min-height:132px;border:1px dashed rgba(104,145,220,.36);border-radius:15px;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.018);overflow:hidden;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}.qfile-drop:hover,.qfile-drop.is-dragover{border-color:rgba(79,139,255,.75);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.15),transparent 62%),rgba(37,99,235,.035);box-shadow:0 12px 32px rgba(0,0,0,.16),inset 0 0 25px rgba(37,99,235,.035);transform:translateY(-1px)}
.qfile-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.qfile-click{display:flex!important;min-height:132px!important;margin:0!important;padding:17px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:7px!important;text-align:center!important;cursor:pointer!important;color:var(--mut)!important}.qfile-click svg{width:25px;height:25px;fill:none;stroke:#69a0ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(37,99,235,.32))}.qfile-click strong{color:var(--tx);font-family:"Sora",sans-serif;font-size:11.5px}.qfile-click span{color:var(--mut-2);font:500 8.5px/1.4 "IBM Plex Mono",monospace;letter-spacing:.035em}
.qfile-preview{display:none;min-height:132px;padding:14px;align-items:center;gap:12px}.qfile-drop.has-file .qfile-click{display:none!important}.qfile-drop.has-file .qfile-preview{display:flex}.qfile-thumb{width:66px;height:66px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.2)}.qfile-doc{display:grid;place-items:center;width:58px;height:66px;border-radius:12px;border:1px solid rgba(240,48,64,.32);background:linear-gradient(145deg,rgba(240,48,64,.18),rgba(240,48,64,.035));color:#ff7582;font:700 10px/1 "IBM Plex Mono",monospace}.qfile-meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.qfile-meta b{overflow:hidden;color:var(--tx);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.qfile-meta small{color:var(--mut-2);font:500 9px/1.3 "IBM Plex Mono",monospace}.qfile-remove{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.04);color:var(--mut);font-size:18px;line-height:1;cursor:pointer}.qfile-remove:hover{border-color:rgba(240,48,64,.5);background:rgba(240,48,64,.09);color:#ff6d7b}.qfile-error,.qfile-total-error{display:none;margin:0;padding:0 12px 10px;color:#ff7180;font-size:9.5px;line-height:1.4}.qfile-drop.has-error{border-color:rgba(240,48,64,.7)}.qfile-drop.has-error .qfile-error,.qfile-total-error.show{display:block}.qfile-total-error{padding:10px 0 0}.qfile-privacy{margin:11px 1px 0;color:var(--mut-2);font-size:9.5px;line-height:1.45}
html.light .qform-advanced{border-color:rgba(13,26,44,.11);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(241,246,255,.58));box-shadow:0 12px 35px rgba(19,42,82,.055),inset 0 1px 0 #fff}html.light .qform-advanced summary{background:linear-gradient(110deg,rgba(37,99,235,.075),rgba(255,255,255,.68) 70%)}html.light .qform-advanced[open] summary{border-color:rgba(13,26,44,.08)}html.light .qform-advanced-copy strong{color:#0c1830}html.light .qform-advanced-copy small{color:#64728a}html.light .qsample{border-color:rgba(13,26,44,.11);background:rgba(255,255,255,.7);color:#4e5d75}html.light .qsample-box{border-color:rgba(13,26,44,.18);background:#fff}html.light .qfile-section{border-color:rgba(13,26,44,.08)}html.light .qfile-heading{color:#48566e}html.light .qfile-drop{border-color:rgba(37,99,235,.28);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.75)}html.light .qfile-drop:hover,html.light .qfile-drop.is-dragover{border-color:rgba(37,99,235,.68);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.14),transparent 62%),#fff}html.light .qfile-click strong,html.light .qfile-meta b{color:#14213a}html.light .qfile-thumb{border-color:rgba(13,26,44,.12);background:#eef3fb}html.light .qfile-remove{border-color:rgba(13,26,44,.12);background:#fff;color:#5b687e}
html[dir="rtl"] .qform-advanced summary{text-align:right}html[dir="rtl"] .qfile-heading small{margin-inline-start:auto;text-align:start}
@media(max-width:700px){.qform-advanced{margin:0 17px 18px;border-radius:16px}.qform-advanced summary{grid-template-columns:38px minmax(0,1fr) 20px;padding:14px;gap:10px}.qform-advanced-icon{width:38px;height:38px;border-radius:11px}.qform-advanced-badge{display:none}.qform-advanced-copy strong{font-size:12px}.qform-advanced-copy small{font-size:9.8px}.qform-advanced-body{padding:15px}.qform-advanced-grid,.qfile-grid{grid-template-columns:1fr}.qfile-heading{align-items:flex-start;flex-wrap:wrap}.qfile-heading small{width:100%;margin:0;text-align:start}.qfile-drop,.qfile-click,.qfile-preview{min-height:116px!important}.qfile-thumb{width:58px;height:58px}}
@media(prefers-reduced-motion:reduce){.qform-advanced-chevron,.qfile-drop{transition:none!important}}
:root{
  --brand-lockup-width:270px;
  --brand-image-width:258px;
  --brand-image-height:51px;
  
  --brand-signature-width:190px;
  --brand-signature-offset:72px;
  --brand-signature-line:15px;
}
header .wrap{height:82px}
header .header-brand,
html.light header .header-brand{
  position:relative!important;
  flex:0 0 var(--brand-lockup-width)!important;
  inline-size:var(--brand-lockup-width)!important;
  min-inline-size:var(--brand-lockup-width)!important;
  max-inline-size:var(--brand-lockup-width)!important;
  block-size:100%!important;
  min-block-size:0!important;
  padding:4px 0 3px!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
  isolation:isolate;
}
header .header-brand::before,
html.light header .header-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:47%;
  width:94%;
  height:70%;
  transform:translate(-50%,-50%);
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(240,48,64,.08) 0,rgba(255,255,255,.035) 36%,transparent 72%);
  filter:blur(9px);
  opacity:.72;
}
html.light header .header-brand::before{
  background:radial-gradient(ellipse at center,rgba(37,99,235,.08) 0,rgba(240,48,64,.055) 38%,transparent 73%);
  opacity:.58;
}
header .header-brand>img,
html.light header .header-brand>img{
  flex:0 0 var(--brand-image-height)!important;
  inline-size:var(--brand-image-width)!important;
  min-inline-size:var(--brand-image-width)!important;
  max-inline-size:var(--brand-image-width)!important;
  block-size:var(--brand-image-height)!important;
  min-block-size:var(--brand-image-height)!important;
  max-block-size:var(--brand-image-height)!important;
  aspect-ratio:1304 / 260!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22)) drop-shadow(0 4px 7px rgba(0,0,0,.56)) drop-shadow(0 0 12px rgba(240,48,64,.075))!important;
}
html.light header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.98)) drop-shadow(0 2px 1px rgba(19,37,64,.38)) drop-shadow(0 6px 10px rgba(19,37,64,.20))!important;
}
.header-brand-signature,
html.light .header-brand-signature{
  flex:0 0 auto!important;
  inline-size:var(--brand-signature-width)!important;
  min-inline-size:var(--brand-signature-width)!important;
  max-inline-size:var(--brand-signature-width)!important;
  block-size:7px!important;
  align-self:flex-start!important;
  margin:-1px 0 0 var(--brand-signature-offset)!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
.header-brand-signature .sig-line,
html.light .header-brand-signature .sig-line{
  position:relative!important;
  flex:0 0 var(--brand-signature-line)!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:5px!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after,
html.light .header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:auto!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:1px!important;
  border-radius:99px!important;
  transform:none!important;
  opacity:.92!important;
}
.header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::before{
  top:0!important;
  background:linear-gradient(90deg,#b71224 0%,#db2638 58%,#f04a58 100%)!important;
  box-shadow:0 0 3px rgba(225,36,54,.18)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#818a96 0%,#c1c7cf 54%,#e3e6ea 100%)!important;
  box-shadow:0 0 2px rgba(220,225,232,.10)!important;
}
html.light .header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#657184 0%,#8d98a8 54%,#b3bbc6 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.55)!important;
}
.header-brand-signature .sig-copy,
html.light .header-brand-signature .sig-copy{
  flex:0 0 auto!important;
  font-family:"Sora",sans-serif!important;
  font-size:6.15px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.155em!important;
  transform:none!important;
  scale:1!important;
}
.header-brand-signature .sig-copy{
  color:#C9CFD8!important;
  text-shadow:0 1px 1px rgba(0,0,0,.82),0 0 3px rgba(255,255,255,.045)!important;
}
html.light .header-brand-signature .sig-copy{
  color:#465267!important;
  text-shadow:0 1px 0 rgba(255,255,255,.86)!important;
}
.header-brand-signature .sig-dot,
html.light .header-brand-signature .sig-dot{
  color:#d92b3a!important;
  text-shadow:0 0 2px rgba(217,43,58,.18)!important;
}

@media(max-width:1200px) and (min-width:901px){
  :root{
    --brand-lockup-width:236px;
    --brand-image-width:226px;
    --brand-image-height:45px;
    --brand-signature-width:166px;
    --brand-signature-offset:63px;
    --brand-signature-line:13px;
  }
  header .wrap{height:78px}
  .header-brand-signature .sig-copy,
  html.light .header-brand-signature .sig-copy{font-size:5.45px!important;letter-spacing:.145em!important}
}
@media(max-width:900px){
  :root{
    --brand-lockup-width:184px;
    --brand-image-width:178px;
    --brand-image-height:40px;
    --brand-signature-width:132px;
    --brand-signature-offset:49px;
    --brand-signature-line:10px;
  }
  header .wrap{height:70px}
  header .header-brand,html.light header .header-brand{align-items:center!important;padding:4px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:4px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.13em!important}
}
@media(max-width:600px){
  :root{
    --brand-lockup-width:151px;
    --brand-image-width:148px;
    --brand-image-height:34px;
    --brand-signature-width:110px;
    --brand-signature-offset:40px;
    --brand-signature-line:8px;
  }
  header .wrap{height:66px}
  header .header-brand,html.light header .header-brand{align-items:flex-start!important;padding:3px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:3px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.05px!important;letter-spacing:.11em!important}
}
@media(max-width:360px){
  :root{
    --brand-lockup-width:136px;
    --brand-image-width:133px;
    --brand-image-height:31px;
    --brand-signature-width:99px;
    --brand-signature-offset:36px;
    --brand-signature-line:7px;
  }
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:3.65px!important;letter-spacing:.095em!important}
}
.product-groups{
  padding:clamp(52px,6vw,78px) 0;
}
.product-groups-head{
  max-width:860px;
  margin-bottom:30px;
}
.product-group-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(7,10,16,.58);
  box-shadow:
    0 32px 90px rgba(0,0,0,.27),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
}
.product-group-grid::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 0 auto;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:.7;
}
.product-group-card{
  min-width:0;
  min-height:172px;
  padding:32px 28px 27px;
  border:0;
  border-radius:0;
  background:transparent;
  display:grid;
  grid-template-columns:62px minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  column-gap:18px;
  isolation:isolate;
  overflow:hidden;
  transition:background .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}
.product-group-card+.product-group-card{
  border-inline-start:1px solid rgba(255,255,255,.10);
}
.product-group-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-35% -20%;
  height:auto;
  border-radius:0;
  opacity:0;
  transform:translateX(-28%) skewX(-14deg);
  background:linear-gradient(105deg,transparent 20%,rgba(240,48,64,.02) 34%,rgba(240,48,64,.16) 50%,rgba(240,48,64,.025) 66%,transparent 80%);
  filter:blur(1px);
  transition:opacity .28s ease,transform .72s cubic-bezier(.2,.75,.2,1);
}
.product-group-clean::before{
  background:linear-gradient(105deg,transparent 20%,rgba(57,230,216,.02) 34%,rgba(57,230,216,.14) 50%,rgba(57,230,216,.025) 66%,transparent 80%);
}
.product-group-card::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0 auto 0 0;
  width:2px;
  opacity:.72;
  background:linear-gradient(180deg,transparent 8%,var(--red) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(240,48,64,.34);
  transition:width .25s ease,opacity .25s ease;
}
.product-group-clean::after{
  background:linear-gradient(180deg,transparent 8%,var(--teal) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(57,230,216,.28);
}
.product-group-card:hover{
  transform:none;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 42px rgba(255,255,255,.018);
}
.product-group-card:hover::before{
  opacity:1;
  transform:translateX(26%) skewX(-14deg);
}
.product-group-card:hover::after{width:3px;opacity:1}
.product-group-index{
  position:absolute;
  inset:15px auto auto 22px;
  grid-column:auto;
  margin:0;
  font-size:9px;
  letter-spacing:.18em;
  color:rgba(255,255,255,.42);
}
[dir="rtl"] .product-group-index{inset:15px 22px auto auto}
.product-group-icon{
  grid-column:1;
  grid-row:1;
  width:58px;
  height:58px;
  border-radius:17px;
  background:linear-gradient(145deg,rgba(240,48,64,.14),rgba(240,48,64,.055));
  border:1px solid rgba(240,48,64,.27);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(240,48,64,.10);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,border-color .28s;
}
.product-group-clean .product-group-icon{
  background:linear-gradient(145deg,rgba(57,230,216,.13),rgba(57,230,216,.045));
  border-color:rgba(57,230,216,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(57,230,216,.08);
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px) scale(1.035);
  border-color:rgba(240,48,64,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(240,48,64,.17),0 0 22px rgba(240,48,64,.09);
}
.product-group-clean:hover .product-group-icon{
  border-color:rgba(57,230,216,.46);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(57,230,216,.14),0 0 22px rgba(57,230,216,.08);
}
.product-group-icon svg{width:31px;height:31px}
.product-group-copy{
  grid-column:2;
  grid-row:1;
  min-width:0;
  gap:7px;
  align-self:center;
}
.product-group-copy strong{
  font-size:clamp(19px,1.65vw,24px);
  line-height:1.18;
  letter-spacing:-.022em;
}
.product-group-copy>span{
  max-width:430px;
  font-size:12.8px;
  line-height:1.58;
}
.product-group-action{
  grid-column:3;
  grid-row:1;
  min-width:142px;
  margin:0;
  padding:11px 12px 11px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  justify-content:space-between;
  gap:11px;
  font-size:10.5px;
  line-height:1.25;
  transition:border-color .22s,background .22s,transform .22s,box-shadow .22s;
}
.product-group-action b{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(240,48,64,.10);
  font-size:15px;
}
.product-group-clean .product-group-action b{background:rgba(57,230,216,.09)}
.product-group-card:hover .product-group-action{
  transform:translateX(2px);
  border-color:rgba(240,48,64,.30);
  background:rgba(240,48,64,.055);
  box-shadow:0 10px 26px rgba(240,48,64,.07);
}
[dir="rtl"] .product-group-card:hover .product-group-action{transform:translateX(-2px)}
.product-group-clean:hover .product-group-action{
  border-color:rgba(57,230,216,.27);
  background:rgba(57,230,216,.045);
  box-shadow:0 10px 26px rgba(57,230,216,.055);
}
.product-group-card:hover .product-group-action b{transform:translateX(2px)}
[dir="rtl"] .product-group-card:hover .product-group-action b{transform:translateX(-2px)}

html.light .product-group-grid{
  border-color:rgba(23,48,82,.13);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,246,253,.78)),
    rgba(255,255,255,.76);
  box-shadow:
    0 28px 74px rgba(31,55,88,.11),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(23,48,82,.035);
}
html.light .product-group-grid::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
}
html.light .product-group-card+.product-group-card{border-inline-start-color:rgba(23,48,82,.11)}
html.light .product-group-card:hover{
  background:rgba(37,99,235,.035);
  box-shadow:inset 0 0 42px rgba(37,99,235,.025);
}
html.light .product-group-index{color:rgba(34,57,91,.48)}
html.light .product-group-icon{
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(37,99,235,.045));
  border-color:rgba(37,99,235,.23);
  color:#2563EB;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(37,99,235,.10);
}
html.light .product-group-action{
  border-color:rgba(23,48,82,.12);
  background:rgba(255,255,255,.60);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
html.light .product-group-action b{background:rgba(37,99,235,.09);color:#2563EB}
html.light .product-group-card:hover .product-group-action{
  border-color:rgba(37,99,235,.24);
  background:rgba(37,99,235,.055);
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.8);
}
html.light .product-group-card::before{
  background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(37,99,235,.11) 50%,rgba(37,99,235,.015) 66%,transparent 80%);
}
html.light .product-group-card::after{
  background:linear-gradient(180deg,transparent 8%,#2563EB 48%,transparent 92%);
  box-shadow:0 0 18px rgba(37,99,235,.26);
}

@media(max-width:1120px){
  .product-group-card{grid-template-columns:56px minmax(0,1fr) 44px;padding-inline:23px;column-gap:15px}
  .product-group-icon{width:54px;height:54px;border-radius:16px}
  .product-group-icon svg{width:29px;height:29px}
  .product-group-action{min-width:0;width:44px;height:44px;padding:0;justify-content:center;border-radius:13px}
  .product-group-action>span{display:none}
  .product-group-action b{background:transparent!important;width:auto;height:auto}
}
@media(max-width:760px){
  .product-groups{padding:48px 0}
  .product-groups-head{text-align:start;margin-bottom:24px}
  .product-groups-head .lead{margin-inline:0}
  .product-group-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    margin-inline:-18px;
    padding:3px 18px 15px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    scroll-padding-inline:18px;
    scrollbar-width:none;
  }
  .product-group-grid::-webkit-scrollbar{display:none}
  .product-group-grid::before{display:none}
  .product-group-card{
    flex:0 0 min(88vw,430px);
    min-height:166px;
    padding:31px 21px 23px;
    grid-template-columns:54px minmax(0,1fr) 42px;
    column-gap:14px;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:20px;
    background:linear-gradient(140deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,10,16,.64);
    box-shadow:0 20px 52px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.055);
    scroll-snap-align:center;
  }
  html.light .product-group-card{
    border-color:rgba(23,48,82,.13)!important;
    background:linear-gradient(140deg,rgba(255,255,255,.96),rgba(240,246,253,.82));
    box-shadow:0 18px 48px rgba(31,55,88,.10),inset 0 1px 0 #fff;
  }
  .product-group-copy strong{font-size:20px}
  .product-group-copy>span{font-size:12.5px;line-height:1.55}
  .product-group-index{inset:13px auto auto 20px}
  [dir="rtl"] .product-group-index{inset:13px 20px auto auto}
}
@media(max-width:440px){
  .product-group-card{flex-basis:84vw;grid-template-columns:48px minmax(0,1fr) 38px;padding-inline:18px;column-gap:12px}
  .product-group-icon{width:48px;height:48px;border-radius:14px}
  .product-group-icon svg{width:26px;height:26px}
  .product-group-action{width:38px;height:38px;border-radius:12px}
  .product-group-copy strong{font-size:18px}
  .product-group-copy>span{font-size:12px}
}
#ctaband .lead{max-width:820px;margin-inline:auto}
#ctaband .title{max-width:980px;margin-inline:auto}
[dir="rtl"] #ctaband .ctas{justify-content:center}
@media(max-width:720px){#ctaband{padding-bottom:64px!important}#ctaband .title{font-size:clamp(28px,9vw,40px)}}
.skip-link{
  position:fixed;left:16px;top:12px;z-index:5000;
  transform:translateY(-180%);
  padding:11px 16px;border-radius:10px;
  background:#0f172a;color:#fff;border:1px solid rgba(59,130,246,.65);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  font:700 14px/1.2 Manrope,Arial,sans-serif;
  transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0);outline:3px solid rgba(59,130,246,.35);outline-offset:3px}
html[dir="rtl"] .skip-link{left:auto;right:16px}
main#main-content{display:block}
@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}
html.light{
  --red:#1F6FFF;
  --red-2:#1459D9;
  --red-premium:#1F6FFF;
  --red-premium-2:#4388FF;
  --red-premium-dark:#104DB9;
  --glow-rgb:31,111,255;
  --tx:#081426;
  --mut:#3F4F69;
  --mut-2:#66758C;
  --bd:rgba(18,44,82,.14);
  --bd-2:rgba(18,44,82,.25);
}
header .header-brand>img,
html.light header .header-brand>img{
  background:transparent!important;
  border-radius:0!important;
}
html.light header{
  background:linear-gradient(180deg,rgba(248,251,255,.90),rgba(244,248,254,.82));
  border-bottom-color:rgba(25,66,126,.12);
  box-shadow:0 8px 30px rgba(24,49,84,.055);
  backdrop-filter:blur(20px) saturate(1.2);
  -webkit-backdrop-filter:blur(20px) saturate(1.2);
}
html.light header.scrolled{
  background:rgba(250,252,255,.96);
  box-shadow:0 10px 34px rgba(24,49,84,.09);
}
.hero .hchip{
  min-height:102px;
  padding:14px 12px 13px;
  border-radius:18px;
  font-weight:650;
  letter-spacing:-.005em;
  text-shadow:0 2px 13px rgba(0,0,0,.30);
}
.hero .hchip svg{
  width:34px;
  height:34px;
  padding:6px;
  border-radius:11px;
  background:linear-gradient(145deg,rgba(240,48,64,.13),rgba(240,48,64,.035));
  border:1px solid rgba(255,82,98,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 7px 20px rgba(240,48,64,.10);
}
.hero .hchip:hover,
.hero .hchip:focus-visible{
  outline:none;
  transform:translateY(-6px) scale(1.018);
}
.hero .hchip:focus-visible{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 2px rgba(255,74,92,.40),0 0 34px rgba(240,48,64,.30);
}

html.light .hero .hchip{
  color:#07192F!important;
  font-weight:720;
  font-size:13px;
  background:
    linear-gradient(145deg,rgba(252,254,255,.58),rgba(213,230,253,.44)),
    rgba(235,244,255,.20);
  border-color:rgba(255,255,255,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(35,91,176,.12),
    0 16px 38px rgba(9,30,62,.19),
    0 0 0 1px rgba(33,105,230,.055);
  text-shadow:
    0 1px 0 rgba(255,255,255,1),
    0 2px 9px rgba(255,255,255,.58);
  backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
  -webkit-backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
}
html.light .hero .hchip::before{
  background:linear-gradient(90deg,transparent,rgba(31,111,255,.04),rgba(31,111,255,.48),rgba(255,255,255,.78),rgba(31,111,255,.13),transparent);
}
html.light .hero .hchip svg{
  color:#1265F3;
  background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(190,216,255,.34));
  border-color:rgba(31,111,255,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 8px 22px rgba(31,111,255,.15),0 0 16px rgba(31,111,255,.08);
  filter:drop-shadow(0 0 7px rgba(31,111,255,.30));
}
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:#0759E8;
  border-color:rgba(31,111,255,.48);
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(172,207,255,.42));
  filter:drop-shadow(0 0 13px rgba(31,111,255,.58));
}
html.light .hero .hchip:focus-visible{
  outline:3px solid rgba(31,111,255,.24);
  outline-offset:4px;
}
html.light .hero .sub{
  color:#F0F5FC;
  font-weight:550;
  text-shadow:0 2px 18px rgba(0,0,0,.82),0 1px 2px rgba(0,0,0,.95);
}
html.light .hero .eyebrow{
  color:#F5F8FC;
  background:rgba(4,10,20,.58);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.17);
}
html.light .btn-red,
html.light .btn-pill{background:#1F6FFF;color:#fff;box-shadow:0 8px 28px rgba(31,111,255,.28)}
html.light .btn-red:hover,
html.light .btn-pill:hover{background:#145FE8;box-shadow:0 12px 36px rgba(31,111,255,.38)}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(31,111,255,.14),rgba(31,111,255,.045));
  border-color:rgba(31,111,255,.34);
  box-shadow:0 10px 26px rgba(31,86,170,.09),inset 3px 0 0 #1F6FFF;
}
html[dir="rtl"].light .lang-menu button.active{box-shadow:0 10px 26px rgba(31,86,170,.09),inset -3px 0 0 #1F6FFF}
html.light .lang-menu button.active .tagx{color:#1459D9;border-color:rgba(31,111,255,.20);background:rgba(31,111,255,.09)}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1459D9;border-color:rgba(31,111,255,.48)}
html.light .mq-cap .t{color:#1459D9}
html.light .marq-kick::before,
html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(31,111,255,.48),#1F6FFF)}
html.light .eyebrow i,
html.light .hero h1 .hdot::after{background:#1F6FFF;box-shadow:0 0 3px rgba(31,111,255,.95),0 0 16px rgba(31,111,255,.70)}
html.light ::selection{background:#1F6FFF;color:#fff}
html.light .gal-nav:hover{background:#1F6FFF;color:#fff}
html.light .wa-chip{color:#1459D9;border-color:rgba(31,111,255,.42);background:rgba(31,111,255,.08)}
html.light .lead,
html.light .subtle,
html.light .svc p,
html.light .step p,
html.light .rcard p,
html.light footer p{color:var(--mut)}
html.light input::placeholder,
html.light textarea::placeholder{color:#75839A;opacity:1}
html.light a:focus-visible,
html.light button:focus-visible,
html.light input:focus-visible,
html.light select:focus-visible,
html.light textarea:focus-visible{
  outline-color:rgba(31,111,255,.72);
}

@media(max-width:600px){
  .hero .hchip{min-height:84px;padding:11px 9px;font-size:11.8px}
  .hero .hchip svg{width:30px;height:30px;padding:5px;border-radius:10px}
  html.light .hero .hchip{font-size:11.9px}
}
@media(hover:none){
  .hero .hchip:hover{transform:none}
  .hero .hchip:hover::before{animation:none;opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .hero .hchip:hover::before,.hero .hchip:focus-visible::before{animation:none!important;opacity:.18;left:30%}
}
html.light .why-panel{background:linear-gradient(120deg,rgba(31,111,255,.065),rgba(255,255,255,.52) 48%,rgba(66,135,255,.045))}
html.light .why-item i{background:#1F6FFF;box-shadow:0 0 17px rgba(31,111,255,.26)}
html.light .gal-ship::before{background:#1F6FFF;box-shadow:0 0 12px rgba(31,111,255,.58)}
html.light .svc-explain{background:radial-gradient(700px 340px at 50% 0,rgba(31,111,255,.07),transparent 72%),var(--bg)}
html.light .about-sec{background:radial-gradient(850px 480px at 10% 12%,rgba(31,111,255,.065),transparent 64%),radial-gradient(700px 420px at 92% 88%,rgba(78,143,255,.045),transparent 68%),var(--bg)}
html.light .docs-flow-head{background:rgba(31,111,255,.065)}
html.light .docs-disclaimer{background:rgba(31,111,255,.035)}
html.light .qform-head{background:linear-gradient(135deg,rgba(31,111,255,.065),transparent 58%)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(31,111,255,.085),transparent 70%),linear-gradient(145deg,#fff,#f2f6fd)}
html.light .doc-card.doc-featured{background:radial-gradient(220px 160px at 100% 0,rgba(31,111,255,.075),transparent 72%),linear-gradient(155deg,#fff,#f2f6fd)}
.hero .hchip:focus-visible::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
.hero .hchip:focus-visible::after{opacity:1}
:root{--trx-header-h:82px}
@media(max-width:1200px) and (min-width:901px){:root{--trx-header-h:78px}}
@media(max-width:900px){:root{--trx-header-h:70px}}
@media(max-width:600px){:root{--trx-header-h:66px}}
@media(max-width:1200px){
  .mnav{
    top:var(--trx-header-h)!important;
    max-height:calc(100svh - var(--trx-header-h))!important;
    padding-bottom:max(24px,calc(18px + env(safe-area-inset-bottom)))!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  body.mobile-nav-open{overflow:hidden!important}
  body.mobile-nav-open .mnav{touch-action:pan-y}
}
html.light .hero .hchip{
  color:#04162C!important;
  font-weight:760!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.78),rgba(218,233,255,.64)),
    rgba(238,246,255,.40)!important;
  border-color:rgba(255,255,255,.96)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(31,95,192,.16),
    0 16px 38px rgba(5,25,58,.24),
    0 0 0 1px rgba(31,111,255,.09)!important;
  text-shadow:0 1px 0 rgba(255,255,255,1),0 1px 5px rgba(255,255,255,.86)!important;
  backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
}
html.light .hero .hchip::after{
  background:
    radial-gradient(130% 105% at 50% -28%,rgba(94,154,255,.28),transparent 52%),
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.05) 50%,rgba(25,88,184,.055))!important;
  opacity:.92!important;
}
html.light .hero .hchip svg{
  color:#075DEB!important;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(190,217,255,.54))!important;
  border-color:rgba(31,111,255,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 23px rgba(31,111,255,.18),0 0 18px rgba(31,111,255,.10)!important;
}
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#021228!important;
  border-color:rgba(31,111,255,.82)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(205,226,255,.70))!important;
  box-shadow:inset 0 1px 0 #fff,0 22px 48px rgba(17,63,132,.29),0 0 0 1px rgba(31,111,255,.18),0 0 38px rgba(31,111,255,.30)!important;
}
@media(hover:none){
  .hero a.hchip,.hero button.hchip{-webkit-tap-highlight-color:transparent}
  .hero a.hchip:active,.hero button.hchip:active{
    transform:scale(.975)!important;
    border-color:rgba(255,76,94,.72)!important;
    box-shadow:inset 0 0 28px rgba(240,48,64,.12),0 10px 28px rgba(0,0,0,.30),0 0 24px rgba(240,48,64,.20)!important;
  }
  html.light .hero a.hchip:active,html.light .hero button.hchip:active{
    border-color:rgba(31,111,255,.80)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(198,222,255,.76))!important;
    box-shadow:inset 0 0 28px rgba(31,111,255,.11),0 10px 28px rgba(13,53,112,.22),0 0 28px rgba(31,111,255,.23)!important;
  }
  html.light .hero a.hchip:active::before,html.light .hero button.hchip:active::before{
    animation:none!important;opacity:.48!important;left:48%!important;
  }
}
html.light .product-group-clean .product-group-icon{
  color:#2563EB!important;
  border-color:rgba(37,99,235,.24)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(96,165,250,.045))!important;
  box-shadow:inset 0 1px 0 #fff,0 12px 28px rgba(37,99,235,.10)!important;
}
html.light .product-group-clean .product-group-action b{background:rgba(37,99,235,.09)!important;color:#2563EB!important}
html.light .product-group-clean:hover .product-group-action{
  border-color:rgba(37,99,235,.24)!important;background:rgba(37,99,235,.055)!important;
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.86)!important;
}
html.light .product-group-clean::before{background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(96,165,250,.12) 50%,rgba(37,99,235,.015) 66%,transparent 80%)!important}
html.light .product-group-clean::after{background:linear-gradient(180deg,transparent 8%,#60A5FA 48%,transparent 92%)!important;box-shadow:0 0 18px rgba(37,99,235,.25)!important}
html.light .home-overview-grid::before{
  background:radial-gradient(650px 370px at 14% 15%,rgba(37,99,235,.095),transparent 72%),radial-gradient(600px 350px at 88% 82%,rgba(96,165,250,.075),transparent 74%)!important;
}
html.light .home-overview-grid>section.blk .rv{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(148deg,rgba(255,255,255,.985),rgba(242,247,255,.94))!important;
  box-shadow:0 23px 58px rgba(23,52,96,.105),inset 0 1px 0 #fff!important;
}
html.light .home-overview-grid>section.blk .rv::before{background:linear-gradient(90deg,#2563EB,#60A5FA)!important;box-shadow:0 0 18px rgba(37,99,235,.23)!important}
html.light .home-overview-grid>section.blk:nth-child(2n) .rv::before{background:linear-gradient(90deg,#1D4ED8,#93C5FD)!important}
html.light .home-overview-grid>section.blk .rv:hover{border-color:rgba(37,99,235,.27)!important;box-shadow:0 30px 74px rgba(23,52,96,.15),0 0 0 1px rgba(37,99,235,.055),inset 0 1px 0 #fff!important}
html.light .home-overview-grid .lead{color:#34455F!important}
html.light .offer{
  color:#18304F!important;
  background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(219,234,254,.55))!important;
  border-color:rgba(37,99,235,.28)!important;
  box-shadow:0 13px 34px rgba(31,73,137,.12),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
html.light .offer .sh{background:linear-gradient(150deg,#FFFFFF,#DCEAFF)!important;border-color:rgba(37,99,235,.38)!important;color:#2563EB!important;box-shadow:0 8px 21px rgba(37,99,235,.13)!important;animation:none!important}
html.light .offer b{color:#1D4ED8!important}
html.light .faq details{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,248,255,.94))!important;
  box-shadow:0 10px 28px rgba(29,55,95,.065),inset 0 1px 0 #fff!important;
}
html.light .faq details:hover{border-color:rgba(37,99,235,.25)!important;box-shadow:0 15px 36px rgba(29,55,95,.095),inset 0 1px 0 #fff!important}
html.light .faq details[open]{border-color:rgba(37,99,235,.34)!important;background:linear-gradient(145deg,#fff,#EEF5FF)!important;box-shadow:0 18px 40px rgba(29,78,155,.11),inset 3px 0 0 #2563EB!important}
html[dir="rtl"].light .faq details[open]{box-shadow:0 18px 40px rgba(29,78,155,.11),inset -3px 0 0 #2563EB!important}
html.light .faq summary{color:#132641!important}
html.light .faq summary::after{color:#2563EB!important}
html.light .faq details p{color:#42536D!important}
@media(max-width:700px){
  .qform input,.qform select,.qform textarea{
    font-size:16px!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .qform input[type="date"]{appearance:auto;-webkit-appearance:auto}
  .qform-grid>*{min-width:0}
}
@media(max-width:600px){
  .burger,.theme,.lang-trigger{min-width:44px;min-height:44px}
  .wa-fab{right:max(16px,env(safe-area-inset-right));bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
  .btt{left:max(16px,env(safe-area-inset-left));right:auto;bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
}
@media(max-width:600px){
  .lang-menu{
    top:calc(var(--trx-header-h) + 2px)!important;
    max-height:calc(100dvh - var(--trx-header-h) - 12px)!important;
    padding-bottom:max(9px,env(safe-area-inset-bottom))!important;
  }
  .wa-panel{bottom:max(82px,calc(76px + env(safe-area-inset-bottom)))!important}
}
#lanes.transit-premium{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(900px 420px at 78% 14%,rgba(240,48,64,.055),transparent 66%),
    radial-gradient(720px 360px at 8% 38%,rgba(50,95,170,.04),transparent 68%);
}
#lanes.transit-premium::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent 26%,rgba(0,0,0,.04));
}
#lanes.transit-premium .wrap{position:relative}
#lanes.transit-premium .rv:first-child{position:relative;z-index:2}
#lanes.transit-premium .title{
  max-width:780px;text-wrap:balance;
  text-shadow:0 14px 50px rgba(0,0,0,.22);
}
#lanes.transit-premium .kick{position:relative}

#lanes.transit-premium .lanes{
  position:relative;margin-top:46px;border-radius:24px;overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(1000px 280px at 50% -25%,rgba(255,255,255,.065),transparent 62%),
    linear-gradient(180deg,rgba(13,18,27,.96),rgba(5,8,13,.97));
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 10px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 0 1px rgba(240,48,64,.025);
  backdrop-filter:blur(18px) saturate(118%);
  -webkit-backdrop-filter:blur(18px) saturate(118%);
}
#lanes.transit-premium .lanes::before{
  content:"";position:absolute;z-index:6;left:28px;right:28px;top:0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(240,48,64,.3) 13%,#f03040 36%,rgba(255,255,255,.92) 50%,#f03040 64%,rgba(240,48,64,.3) 87%,transparent 100%);
  box-shadow:0 0 22px rgba(240,48,64,.35);
}
#lanes.transit-premium .lanes::after{
  content:"";position:absolute;left:1px;right:1px;bottom:1px;height:62px;z-index:4;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(5,8,13,.88) 78%,rgba(5,8,13,.98));
  border-radius:0 0 23px 23px;
}
#lanes.transit-premium .lscroll{
  max-height:460px;scrollbar-width:thin;scrollbar-color:rgba(240,48,64,.48) rgba(255,255,255,.035);
}
#lanes.transit-premium .lscroll::-webkit-scrollbar{width:8px;height:8px}
#lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
#lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(240,48,64,.8),rgba(145,35,47,.72));
  border:2px solid rgba(7,10,15,.82);border-radius:99px;
}
#lanes.transit-premium .lanes table{font-size:14px}
#lanes.transit-premium .lanes thead th{
  padding:17px 20px;background:rgba(12,17,25,.96);color:#808b9d;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 1px 0 rgba(240,48,64,.07),0 12px 24px rgba(0,0,0,.08);
  font-size:10px;letter-spacing:.17em;font-weight:600;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  transition:background-color .22s ease,box-shadow .22s ease;
}
#lanes.transit-premium .lanes td{
  padding:15px 20px;color:#e2e7ef;border-bottom:1px solid rgba(255,255,255,.055);
  transition:color .2s ease,background-color .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#fff}
#lanes.transit-premium .lanes td.m{
  color:#8f9bad;font-weight:600;
}
#lanes.transit-premium .lanes td.m::before{
  content:"";display:inline-block;width:5px;height:5px;margin:0 9px 2px 0;border-radius:50%;
  background:#5e6a7d;box-shadow:0 0 0 3px rgba(94,106,125,.08);
}
#lanes.transit-premium .lanes td.d{
  color:#ff4d5e;font-weight:700;letter-spacing:.055em;
  text-shadow:0 0 18px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td{
  padding:11px 20px;color:#ff5362;font-weight:700;
  background:linear-gradient(90deg,rgba(240,48,64,.115),rgba(240,48,64,.045) 58%,rgba(240,48,64,.018));
  border-top:1px solid rgba(240,48,64,.14);border-bottom:1px solid rgba(240,48,64,.12);
  letter-spacing:.2em;
}
#lanes.transit-premium .ln-note{
  margin-top:15px;padding-left:2px;color:#6f7a8d;letter-spacing:.005em;
}
html.light #lanes.transit-premium{
  background:
    radial-gradient(850px 380px at 80% 10%,rgba(35,102,225,.085),transparent 64%),
    radial-gradient(700px 360px at 4% 48%,rgba(35,102,225,.045),transparent 68%),
    linear-gradient(180deg,#f7f9fc 0%,#f4f7fb 100%);
}
html.light #lanes.transit-premium::before{
  background:linear-gradient(180deg,rgba(255,255,255,.46),transparent 28%,rgba(20,52,105,.018));
}
html.light #lanes.transit-premium .title{
  color:#0a1426;text-shadow:0 12px 36px rgba(18,54,112,.08);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(31,89,184,.17);
  background:
    radial-gradient(900px 260px at 52% -32%,rgba(255,255,255,1),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.90),rgba(248,250,254,.92));
  box-shadow:
    0 32px 80px rgba(28,58,112,.13),
    0 10px 28px rgba(28,58,112,.07),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.48);
}
html.light #lanes.transit-premium .lanes::after{
  background:linear-gradient(180deg,transparent,rgba(248,250,254,.88) 78%,rgba(248,250,254,.99));
}
html.light #lanes.transit-premium .lscroll{
  scrollbar-color:rgba(40,107,234,.48) rgba(23,54,104,.05);
}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(23,54,104,.035)}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(40,107,234,.78),rgba(28,77,171,.68));
  border-color:rgba(248,250,254,.9);
}
html.light #lanes.transit-premium .lanes thead th{
  background:rgba(235,241,251,.96);color:#687995;
  border-bottom-color:rgba(28,70,140,.10);
  box-shadow:0 1px 0 rgba(40,107,234,.06),0 12px 22px rgba(31,65,122,.035);
}
html.light #lanes.transit-premium .lanes td{
  color:#22304a;border-bottom-color:rgba(20,54,108,.075);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#07152c}
html.light #lanes.transit-premium .lanes td.m{color:#64748c}
html.light #lanes.transit-premium .lanes td.m::before{
  background:#6680a8;box-shadow:0 0 0 3px rgba(40,107,234,.07);
}
html.light #lanes.transit-premium .lanes td.d{
  color:#1762da;text-shadow:0 0 18px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td{
  color:#1358c7;
  background:linear-gradient(90deg,rgba(40,107,234,.095),rgba(40,107,234,.038) 58%,rgba(40,107,234,.012));
  border-top-color:rgba(40,107,234,.12);border-bottom-color:rgba(40,107,234,.105);
}
html.light #lanes.transit-premium .ln-note{color:#73819a}
html.light #lanes.transit-premium .lanes.is-scrollable-x .table-swipe-hint{
  background:rgba(255,255,255,.94);border-color:rgba(40,107,234,.19);color:#10213e;
  box-shadow:0 12px 30px rgba(31,69,130,.13);
}
html.light #lanes.transit-premium .table-swipe-hint .swipe-icon{color:#286bea}

@media (max-width:900px){
  #lanes.transit-premium .lanes{margin-top:34px;border-radius:20px}
  #lanes.transit-premium .lanes::before{left:18px;right:18px}
  #lanes.transit-premium .lanes thead th{padding:15px 15px}
  #lanes.transit-premium .lanes td{padding:14px 15px}
  #lanes.transit-premium .lanes tr.rg td{padding:10px 15px}
  #lanes.transit-premium .lscroll{max-height:min(58vh,460px)}
}
@media (max-width:600px){
  #lanes.transit-premium .lanes{margin-top:28px;border-radius:18px;box-shadow:0 24px 56px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)}
  html.light #lanes.transit-premium .lanes{box-shadow:0 24px 56px rgba(28,58,112,.11),inset 0 1px 0 rgba(255,255,255,1)}
  #lanes.transit-premium .lanes table{font-size:13px}
  #lanes.transit-premium .lanes thead th{font-size:9.5px;letter-spacing:.13em}
  #lanes.transit-premium .lanes td{padding-block:13px}
  #lanes.transit-premium .ln-note{font-size:11px;line-height:1.6}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes tbody tr{transition:none!important}
}
@keyframes trxTransitEdgeFlow{
  0%{background-position:180% 0}
  100%{background-position:-80% 0}
}
@keyframes trxTransitPanelSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-15deg);opacity:0}
  14%{opacity:.72}
  78%{opacity:.42}
  100%{transform:translate3d(155%,0,0) skewX(-15deg);opacity:0}
}
@keyframes trxTransitRowSweep{
  0%{background-position:160% 0}
  100%{background-position:-55% 0}
}
@keyframes trxTransitPulseDark{
  0%,100%{box-shadow:0 0 0 1px rgba(255,77,94,.14),0 0 14px rgba(240,48,64,.18),inset 0 1px 0 rgba(255,255,255,.08)}
  50%{box-shadow:0 0 0 1px rgba(255,77,94,.27),0 0 24px rgba(240,48,64,.32),inset 0 1px 0 rgba(255,255,255,.14)}
}
@keyframes trxTransitPulseLight{
  0%,100%{box-shadow:0 0 0 1px rgba(40,107,234,.12),0 0 13px rgba(40,107,234,.12),inset 0 1px 0 rgba(255,255,255,.96)}
  50%{box-shadow:0 0 0 1px rgba(40,107,234,.25),0 0 22px rgba(40,107,234,.22),inset 0 1px 0 rgba(255,255,255,1)}
}

#lanes.transit-premium .kick::before,
#lanes.transit-premium .kick::after{
  box-shadow:0 0 15px rgba(240,48,64,.42),0 0 28px rgba(240,48,64,.14);
}
#lanes.transit-premium .title{
  position:relative;
  filter:drop-shadow(0 18px 44px rgba(0,0,0,.13));
}
#lanes.transit-premium .lanes{
  isolation:isolate;
  border-color:rgba(255,255,255,.16);
  box-shadow:
    0 38px 110px rgba(0,0,0,.48),
    0 12px 36px rgba(0,0,0,.26),
    0 0 0 1px rgba(240,48,64,.035),
    0 0 52px rgba(240,48,64,.055),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 44px rgba(255,255,255,.018);
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1);
}
#lanes.transit-premium .lanes:hover,
#lanes.transit-premium .lanes:focus-within{
  border-color:rgba(255,90,104,.30);
  box-shadow:
    0 44px 120px rgba(0,0,0,.52),
    0 14px 42px rgba(0,0,0,.28),
    0 0 0 1px rgba(240,48,64,.075),
    0 0 68px rgba(240,48,64,.11),
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 0 58px rgba(240,48,64,.025);
}
#lanes.transit-premium .lanes::before{
  left:18px;right:18px;height:2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(240,48,64,.20) 14%,
      #f03040 30%,
      rgba(255,236,239,.98) 46%,
      #ff5264 56%,
      rgba(240,48,64,.26) 72%,
      transparent 100%);
  background-size:230% 100%;
  animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(240,48,64,.52),0 0 30px rgba(240,48,64,.22);
}
#lanes.transit-premium .lscroll{
  position:relative;
  isolation:isolate;
}
#lanes.transit-premium .lscroll::before{
  content:"";position:absolute;z-index:7;top:0;bottom:0;left:0;width:34%;
  pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-15deg);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.025) 20%,rgba(255,92,108,.10) 43%,rgba(255,255,255,.10) 50%,rgba(255,75,94,.085) 57%,transparent 84%);
  filter:blur(.15px);
}
#lanes.transit-premium .lanes:hover .lscroll::before,
#lanes.transit-premium .lanes:focus-within .lscroll::before{
  animation:trxTransitPanelSweep 1.35s cubic-bezier(.2,.7,.15,1) 1;
}
#lanes.transit-premium .lscroll::after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:
    radial-gradient(420px 190px at 8% 2%,rgba(255,255,255,.045),transparent 72%),
    radial-gradient(460px 220px at 92% 96%,rgba(240,48,64,.045),transparent 72%);
  mix-blend-mode:screen;
}
#lanes.transit-premium .lanes thead th{
  position:sticky;top:0;z-index:5;
  background:
    linear-gradient(180deg,rgba(18,24,34,.985),rgba(9,14,21,.965)),
    radial-gradient(500px 80px at 50% 0,rgba(255,255,255,.07),transparent 70%);
  box-shadow:0 1px 0 rgba(240,48,64,.10),0 14px 30px rgba(0,0,0,.11),inset 0 1px 0 rgba(255,255,255,.045);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  position:relative;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.035) 41%,rgba(240,48,64,.095) 49%,rgba(255,255,255,.025) 57%,transparent 72%),
    linear-gradient(90deg,rgba(240,48,64,.105),rgba(240,48,64,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;
  animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(255,76,94,.86),inset 18px 0 38px rgba(240,48,64,.035);
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td{
  text-shadow:0 0 18px rgba(255,255,255,.055);
}
#lanes.transit-premium .lanes td.m::before{
  width:6px;height:6px;
  background:#737f91;
  box-shadow:0 0 0 3px rgba(115,127,145,.08),0 0 10px rgba(115,127,145,.08);
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#ff5363;transform:scale(1.12);
  box-shadow:0 0 0 4px rgba(240,48,64,.10),0 0 18px rgba(240,48,64,.42);
}
#lanes.transit-premium .transit-time-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 12px;
  border:1px solid rgba(255,86,101,.24);border-radius:999px;
  background:linear-gradient(180deg,rgba(240,48,64,.105),rgba(240,48,64,.035));
  color:#ff6674;font:700 11px/1 "IBM Plex Mono",monospace;letter-spacing:.07em;
  text-shadow:0 0 16px rgba(240,48,64,.34);
  box-shadow:0 0 0 1px rgba(240,48,64,.025),inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  transform:translateY(-1px) scale(1.035);color:#fff0f2;border-color:rgba(255,95,110,.55);
  background:linear-gradient(180deg,rgba(255,69,87,.30),rgba(144,19,34,.17));
  animation:trxTransitPulseDark 1.65s ease-in-out infinite;
}
#lanes.transit-premium .lanes tr.rg td{
  position:relative;overflow:hidden;
  text-shadow:0 0 18px rgba(240,48,64,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(0,0,0,.15);
}
#lanes.transit-premium .lanes tr.rg td::before{
  content:"";display:inline-block;width:18px;height:2px;margin:0 10px 3px 0;border-radius:99px;
  background:linear-gradient(90deg,#ff3449,#ff7b87);
  box-shadow:0 0 10px rgba(240,48,64,.55),0 0 20px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td::after{
  content:"";position:absolute;right:4%;top:50%;width:180px;height:1px;transform:translateY(-50%);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.23),transparent);
  box-shadow:0 0 12px rgba(240,48,64,.18);
}
html.light #lanes.transit-premium .kick::before,
html.light #lanes.transit-premium .kick::after{
  box-shadow:0 0 14px rgba(40,107,234,.36),0 0 28px rgba(40,107,234,.11);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(38,91,182,.20);
  box-shadow:
    0 38px 100px rgba(28,58,112,.15),
    0 12px 32px rgba(31,65,122,.075),
    0 0 0 1px rgba(40,107,234,.035),
    0 0 48px rgba(40,107,234,.045),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 50px rgba(40,107,234,.018);
}
html.light #lanes.transit-premium .lanes:hover,
html.light #lanes.transit-premium .lanes:focus-within{
  border-color:rgba(40,107,234,.35);
  box-shadow:
    0 44px 110px rgba(28,58,112,.18),
    0 14px 38px rgba(31,65,122,.09),
    0 0 0 1px rgba(40,107,234,.075),
    0 0 66px rgba(40,107,234,.095),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 58px rgba(40,107,234,.025);
}
html.light #lanes.transit-premium .lanes::before{
  background:linear-gradient(90deg,transparent 0%,rgba(40,107,234,.17) 14%,#286bea 30%,rgba(219,235,255,.99) 46%,#5b98ff 56%,rgba(40,107,234,.24) 72%,transparent 100%);
  background-size:230% 100%;animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(40,107,234,.42),0 0 30px rgba(40,107,234,.17);
}
html.light #lanes.transit-premium .lscroll::before{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.018) 20%,rgba(40,107,234,.075) 43%,rgba(255,255,255,.75) 50%,rgba(40,107,234,.065) 57%,transparent 84%);
}
html.light #lanes.transit-premium .lscroll::after{
  background:
    radial-gradient(430px 190px at 7% 1%,rgba(255,255,255,.92),transparent 72%),
    radial-gradient(460px 220px at 93% 96%,rgba(40,107,234,.045),transparent 72%);
  mix-blend-mode:multiply;opacity:.55;
}
html.light #lanes.transit-premium .lanes thead th{
  background:linear-gradient(180deg,rgba(243,247,254,.99),rgba(232,239,250,.965));
  box-shadow:0 1px 0 rgba(40,107,234,.10),0 14px 28px rgba(31,65,122,.045),inset 0 1px 0 rgba(255,255,255,1);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.70) 41%,rgba(40,107,234,.10) 49%,rgba(255,255,255,.38) 57%,transparent 72%),
    linear-gradient(90deg,rgba(40,107,234,.105),rgba(40,107,234,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(40,107,234,.90),inset 18px 0 38px rgba(40,107,234,.028);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td{text-shadow:none}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#286bea;box-shadow:0 0 0 4px rgba(40,107,234,.10),0 0 18px rgba(40,107,234,.34);
}
html.light #lanes.transit-premium .transit-time-badge{
  border-color:rgba(40,107,234,.20);
  background:linear-gradient(180deg,rgba(40,107,234,.085),rgba(40,107,234,.025));
  color:#135dcc;text-shadow:0 0 15px rgba(40,107,234,.13);
  box-shadow:0 0 0 1px rgba(40,107,234,.02),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  color:#0b4fba;border-color:rgba(40,107,234,.46);
  background:linear-gradient(180deg,rgba(218,233,255,.98),rgba(232,241,255,.93));
  animation:trxTransitPulseLight 1.65s ease-in-out infinite;
}
html.light #lanes.transit-premium .lanes tr.rg td{text-shadow:0 0 15px rgba(40,107,234,.10)}
html.light #lanes.transit-premium .lanes tr.rg td::before{
  background:linear-gradient(90deg,#145ed1,#63a0ff);
  box-shadow:0 0 10px rgba(40,107,234,.38),0 0 20px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td::after{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.18),transparent);
  box-shadow:0 0 12px rgba(40,107,234,.12);
}

@media (hover:none){
  #lanes.transit-premium .lanes:active{
    border-color:rgba(255,90,104,.28);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 44px rgba(240,48,64,.08),inset 0 1px 0 rgba(255,255,255,.10);
  }
  html.light #lanes.transit-premium .lanes:active{
    border-color:rgba(40,107,234,.30);box-shadow:0 28px 70px rgba(28,58,112,.13),0 0 42px rgba(40,107,234,.075),inset 0 1px 0 rgba(255,255,255,1);
  }
}
@media (max-width:600px){
  #lanes.transit-premium .transit-time-badge{min-width:58px;padding:5px 10px;font-size:10px}
  #lanes.transit-premium .lanes tr.rg td::after{width:110px}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes::before,
  #lanes.transit-premium .lscroll::before,
  #lanes.transit-premium .lanes tbody tr,
  #lanes.transit-premium .transit-time-badge{animation:none!important;transition:none!important}
}

.hero .hchip,
html.light .hero .hchip{
  --hero-glass-accent:240,48,64;
  --hero-glass-accent-solid:#F03040;
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
  color:#F8FAFF!important;
  font-weight:700!important;
  background:
    linear-gradient(145deg,rgba(9,14,23,.32),rgba(12,18,29,.18))!important;
  border:1px solid rgba(255,255,255,.29)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 17px 38px rgba(0,0,0,.25),
    0 0 0 1px rgba(255,255,255,.025)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.68)!important;
  backdrop-filter:blur(11px) saturate(1.28)!important;
  -webkit-backdrop-filter:blur(11px) saturate(1.28)!important;
}
html.light .hero .hchip{
  --hero-glass-accent:31,111,255;
  --hero-glass-accent-solid:#1F6FFF;
}
.hero .hchip::after,
html.light .hero .hchip::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 50% -25%,rgba(var(--hero-glass-accent),.17),transparent 55%),
    linear-gradient(180deg,rgba(255,255,255,.10),transparent 44%)!important;
  opacity:.68!important;
  transition:opacity .28s ease;
}
.hero .hchip::before,
html.light .hero .hchip::before{
  content:"";
  position:absolute;
  z-index:1;
  pointer-events:none;
  top:-48%;bottom:-48%;left:-72%;width:42%;
  transform:skewX(-20deg);
  opacity:0;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent,
    rgba(var(--hero-glass-accent),.04),
    rgba(var(--hero-glass-accent),.48),
    rgba(255,255,255,.48),
    rgba(var(--hero-glass-accent),.11),
    transparent)!important;
  will-change:left,opacity;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  color:rgb(var(--hero-glass-accent))!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.14),rgba(var(--hero-glass-accent),.035))!important;
  border:1px solid rgba(var(--hero-glass-accent),.31)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 8px 22px rgba(var(--hero-glass-accent),.14),
    0 0 14px rgba(var(--hero-glass-accent),.08)!important;
  filter:drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.28))!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#FFFFFF!important;
  border-color:rgba(var(--hero-glass-accent),.72)!important;
  background:
    linear-gradient(145deg,rgba(11,17,28,.39),rgba(var(--hero-glass-accent),.10))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 20px 45px rgba(0,0,0,.29),
    0 0 0 1px rgba(var(--hero-glass-accent),.14),
    0 0 34px rgba(var(--hero-glass-accent),.28)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.74)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:rgb(var(--hero-glass-accent))!important;
  border-color:rgba(var(--hero-glass-accent),.52)!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.21),rgba(var(--hero-glass-accent),.06))!important;
  filter:drop-shadow(0 0 14px rgba(var(--hero-glass-accent),.66))!important;
}

.offer,
html.light .offer{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#EAF1F8!important;
  background:
    radial-gradient(120% 130% at 5% 0%,rgba(34,199,126,.105),transparent 52%),
    linear-gradient(135deg,rgba(7,15,19,.43),rgba(8,17,20,.27))!important;
  border:1px solid rgba(34,199,126,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 36px rgba(0,0,0,.24),
    0 0 24px rgba(34,199,126,.09)!important;
  backdrop-filter:blur(12px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.22)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.52)!important;
}
.offer::after,
html.light .offer::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(105deg,transparent 18%,rgba(255,255,255,.045) 45%,transparent 68%);
}
.offer>*{position:relative;z-index:1}
.offer .sh,
html.light .offer .sh{
  background:linear-gradient(160deg,#16294D,#0D1B36)!important;
  border:1px solid #2F5FB8!important;
  color:#7FA8FF!important;
  box-shadow:0 0 0 0 rgba(63,111,214,.45),inset 0 1px 0 rgba(255,255,255,.08)!important;
  animation:shieldPulse 2.8s ease-out infinite!important;
}
.offer b,
html.light .offer b{color:#22C77E!important;text-shadow:0 0 14px rgba(34,199,126,.22)!important}

@media (prefers-reduced-motion:reduce){
  .offer .sh,html.light .offer .sh{animation:none!important}
}

:root{
  --trx-micro-blue:40,107,234;
  --trx-micro-red:240,48,64;
  --trx-micro-silver:216,225,238;
}

.trx-section-progress{
  position:fixed;
  top:calc(var(--hdr-h,84px) - 1px);
  left:0;
  right:0;
  height:2px;
  z-index:118;
  pointer-events:none;
  opacity:.72;
  background:rgba(255,255,255,.025);
  transform:translateZ(0);
}
.trx-section-progress>.trx-progress-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(var(--trx-micro-red),.18),rgba(var(--trx-micro-red),.88),rgba(255,255,255,.82));
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.28);
  will-change:transform;
}
.trx-section-progress>.trx-progress-head{
  position:absolute;
  top:50%;
  left:0;
  width:34px;
  height:2px;
  transform:translate(-100%,-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.96));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-red),.5));
  will-change:left;
}
.trx-progress-tick{
  position:absolute;
  top:50%;
  width:1px;
  height:6px;
  transform:translate(-50%,-50%);
  border-radius:2px;
  background:rgba(255,255,255,.17);
  transition:height .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.trx-progress-tick.is-passed{background:rgba(var(--trx-micro-red),.48)}
.trx-progress-tick.is-current{
  height:9px;
  background:rgba(255,255,255,.9);
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.45);
}
html.light .trx-section-progress{background:rgba(23,48,82,.055)}
html.light .trx-section-progress>.trx-progress-fill{
  background:linear-gradient(90deg,rgba(var(--trx-micro-blue),.18),rgba(var(--trx-micro-blue),.9),rgba(204,226,255,.98));
  box-shadow:0 0 8px rgba(var(--trx-micro-blue),.24);
}
html.light .trx-section-progress>.trx-progress-head{
  background:linear-gradient(90deg,transparent,rgba(70,139,255,.98));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-blue),.42));
}
html.light .trx-progress-tick{background:rgba(25,58,105,.15)}
html.light .trx-progress-tick.is-passed{background:rgba(var(--trx-micro-blue),.42)}
html.light .trx-progress-tick.is-current{background:#286bea;box-shadow:0 0 8px rgba(var(--trx-micro-blue),.34)}

.trx-count-premium{
  font-variant-numeric:tabular-nums;
  text-rendering:geometricPrecision;
  transition:text-shadow .35s ease,color .35s ease,filter .35s ease;
}
.trx-count-premium.trx-count-done{
  text-shadow:0 0 14px rgba(var(--trx-micro-red),.18);
}
html.light .trx-count-premium.trx-count-done{
  text-shadow:0 0 12px rgba(var(--trx-micro-blue),.14);
}

:where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui){
  transition-property:transform,border-color,box-shadow,background-color,filter;
  transition-duration:.28s;
  transition-timing-function:cubic-bezier(.2,.75,.25,1);
  will-change:transform;
}
@media (hover:hover) and (pointer:fine){
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):hover{
    transform:translateY(-3px);
  }
}

.trx-micro-surface{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.trx-pointer-glow{
  position:absolute;
  left:0;
  top:0;
  width:190px;
  height:190px;
  margin:-95px 0 0 -95px;
  border-radius:50%;
  pointer-events:none;
  z-index:8;
  opacity:0;
  transform:translate3d(var(--trx-mx,50%),var(--trx-my,50%),0);
  background:radial-gradient(circle,rgba(var(--trx-micro-red),.12) 0,rgba(var(--trx-micro-red),.055) 34%,rgba(var(--trx-micro-red),0) 72%);
  mix-blend-mode:screen;
  transition:opacity .24s ease;
  will-change:transform,opacity;
}
.trx-micro-surface:hover>.trx-pointer-glow,
.trx-micro-surface:focus-within>.trx-pointer-glow{opacity:1}
html.light .trx-pointer-glow{
  background:radial-gradient(circle,rgba(255,255,255,.44) 0,rgba(var(--trx-micro-blue),.095) 34%,rgba(var(--trx-micro-blue),0) 72%);
  mix-blend-mode:normal;
}

.hchip>.trx-pointer-glow{width:130px;height:130px;margin:-65px 0 0 -65px}

.doc-card>.trx-holo-line{
  position:absolute;
  z-index:9;
  left:-42%;
  top:0;
  width:42%;
  height:1px;
  pointer-events:none;
  opacity:.38;
  background:linear-gradient(90deg,transparent,rgba(92,182,255,.55),rgba(255,255,255,.98),rgba(240,48,64,.38),transparent);
  box-shadow:0 0 7px rgba(146,202,255,.16);
  animation:trxHoloVerify 8.5s cubic-bezier(.55,0,.25,1) infinite;
}
.doc-card.doc-featured>.trx-holo-line{
  opacity:.58;
  background:linear-gradient(90deg,transparent,rgba(74,226,202,.58),rgba(255,255,255,.98),rgba(74,148,255,.62),rgba(240,48,64,.28),transparent);
}
.doc-card:hover>.trx-holo-line{opacity:.85;animation-duration:1.55s}
html.light .doc-card>.trx-holo-line{
  opacity:.5;
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.36),rgba(255,255,255,1),rgba(103,164,255,.72),rgba(240,48,64,.22),transparent);
  box-shadow:0 0 8px rgba(40,107,234,.14);
}
@keyframes trxHoloVerify{
  0%,10%{left:-45%;opacity:.08}
  42%{opacity:.58}
  62%{left:103%;opacity:.22}
  100%{left:103%;opacity:.06}
}

.gal-ship.trx-ship-label{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  padding:7px;
  border-radius:15px;
  background:rgba(10,14,21,.62);
  border:1px solid rgba(255,255,255,.105);
  backdrop-filter:blur(13px) saturate(128%);
  -webkit-backdrop-filter:blur(13px) saturate(128%);
  box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.055);
}
.gal-ship.trx-ship-label::before{display:none}
.trx-ship-mode,.trx-ship-route,.trx-ship-verified,.trx-ship-year{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  border-radius:10px;
  font-family:"IBM Plex Mono",monospace;
  line-height:1.15;
}
.trx-ship-mode{
  padding:0 10px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#ff6a78;
  border:1px solid rgba(var(--trx-micro-red),.24);
  background:rgba(var(--trx-micro-red),.075);
}
.trx-ship-route{
  padding:0 10px;
  color:rgba(239,244,252,.88);
  font-size:10.5px;
  letter-spacing:.015em;
}
.trx-ship-verified{
  width:29px;
  justify-content:center;
  color:#73e0ba;
  border:1px solid rgba(66,216,165,.20);
  background:rgba(66,216,165,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.trx-ship-verified svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
html.light .gal-ship.trx-ship-label{
  background:rgba(248,251,255,.70);
  border-color:rgba(36,72,124,.14);
  box-shadow:0 12px 32px rgba(27,57,105,.09),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light .trx-ship-mode{
  color:#155bc7;
  border-color:rgba(var(--trx-micro-blue),.18);
  background:rgba(var(--trx-micro-blue),.06);
}
html.light .trx-ship-route{color:#34445c}
html.light .trx-ship-verified{color:#17855f;background:rgba(25,156,107,.055);border-color:rgba(25,156,107,.16)}

.ui-code{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.ui-code .ui-lbl{flex-basis:100%}
.trx-ship-year{
  min-height:24px;
  padding:0 8px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  color:#ff6876;
  border:1px solid rgba(var(--trx-micro-red),.22);
  background:rgba(var(--trx-micro-red),.07);
}
html.light .trx-ship-year{color:#155bc7;border-color:rgba(var(--trx-micro-blue),.18);background:rgba(var(--trx-micro-blue),.055)}

@media (hover:hover) and (pointer:fine){
  .gal-item{
    transition:transform .28s cubic-bezier(.2,.75,.25,1),box-shadow .28s ease,filter .28s ease;
  }
  .gal-item:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 52px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.06);
    filter:saturate(1.035) contrast(1.015);
  }
  html.light .gal-item:hover{box-shadow:0 22px 50px rgba(28,58,112,.16),0 0 0 1px rgba(40,107,234,.07)}
}

@media (hover:none),(pointer:coarse){
  .trx-pointer-glow{display:none!important}
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):active{transform:translateY(-1px)}
  .doc-card>.trx-holo-line{animation-duration:11s;opacity:.3}
}
@media(max-width:700px){
  .trx-section-progress{height:1px;opacity:.66}
  .trx-progress-tick{display:none}
  .gal-ship.trx-ship-label{width:100%;max-width:100%;gap:5px}
  .trx-ship-route{flex:1 1 170px;white-space:normal;line-height:1.35;padding-block:6px}
  .trx-ship-mode{flex:0 0 auto}
}

@media (prefers-reduced-motion:reduce){
  .trx-section-progress>*{transition:none!important}
  .doc-card>.trx-holo-line{animation:none!important;left:29%;opacity:.25}
  .trx-pointer-glow{display:none!important}
  .trx-count-premium{transition:none!important}
}

html:not(.light) .mega-menu a::before,
html:not(.light) .mnav-sub a::before{
  mix-blend-mode:screen;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent 0%,
    rgba(128,0,20,.02) 10%,
    rgba(190,15,42,.18) 28%,
    rgba(240,48,64,.58) 43%,
    rgba(255,218,224,.98) 51%,
    rgba(255,92,111,.62) 58%,
    rgba(190,15,42,.20) 76%,
    transparent 100%);
  box-shadow:0 0 18px rgba(240,48,64,.34),0 0 44px rgba(184,13,42,.24);
}
html:not(.light) .mega-menu a{
  background:
    radial-gradient(120px 84px at 4% 14%,rgba(240,48,64,.075),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(240,48,64,.02));
}
html:not(.light) .mega-menu a:hover,
html:not(.light) .mega-menu a:focus-visible{
  border-color:rgba(255,92,111,.50);
  background:
    radial-gradient(165px 100px at 7% 27%,rgba(240,48,64,.20),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.10),rgba(240,48,64,.06) 58%,rgba(255,92,111,.035));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 30px rgba(240,48,64,.085),
    0 18px 40px rgba(0,0,0,.36),
    0 0 0 1px rgba(240,48,64,.085),
    0 0 30px rgba(184,13,42,.16);
}
html:not(.light) .mega-menu a:hover::after,
html:not(.light) .mega-menu a:focus-visible::after,
html:not(.light) .mnav-sub a:hover::after,
html:not(.light) .mnav-sub a:focus-visible::after{
  color:#fff;
  border-color:rgba(255,132,147,.70);
  background:linear-gradient(145deg,#FF667A 0%,#DC2845 49%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -2px 4px rgba(88,0,13,.30),
    0 0 22px rgba(240,48,64,.32),
    0 9px 20px rgba(95,0,16,.26);
}
html:not(.light) .mega-menu a:hover .about-code,
html:not(.light) .mega-menu a:focus-visible .about-code,
html:not(.light) .mnav-sub a:hover .about-code,
html:not(.light) .mnav-sub a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(255,132,147,.74);
  background:linear-gradient(145deg,#FF7B8C 0%,#DC2845 44%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.40),
    inset 0 -2px 5px rgba(88,0,13,.32),
    0 0 27px rgba(240,48,64,.37),
    0 11px 23px rgba(95,0,16,.27);
}
html:not(.light) .mnav-sub a:hover,
html:not(.light) .mnav-sub a:focus-visible{
  border-color:rgba(255,92,111,.42);
  background:
    radial-gradient(145px 92px at 6% 25%,rgba(240,48,64,.17),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.085),rgba(240,48,64,.05));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 0 25px rgba(240,48,64,.07),
    0 15px 33px rgba(0,0,0,.26),
    0 0 24px rgba(184,13,42,.13);
}

.hero .hchips{
  gap:11px!important;
}
.hero .hchip,
html.light .hero .hchip{
  min-height:86px!important;
  padding:10px 9px 9px!important;
  gap:6px!important;
  border-radius:15px!important;
  font-size:11.8px!important;
  line-height:1.26!important;
  letter-spacing:-.008em!important;
  transform-origin:50% 70%;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  width:30px!important;
  height:30px!important;
  padding:5px!important;
  border-radius:9px!important;
  flex:0 0 30px!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.20),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(var(--hero-glass-accent),.14) 57%,rgba(0,0,0,.06))!important;
  border:1px solid rgba(var(--hero-glass-accent),.34)!important;
  outline:1px solid rgba(255,255,255,.045);
  outline-offset:-2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 6px 15px rgba(0,0,0,.20),
    0 0 13px rgba(var(--hero-glass-accent),.11)!important;
  filter:drop-shadow(0 0 6px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1),filter .25s,border-color .25s,box-shadow .25s,background .25s!important;
}
html.light .hero .hchip svg{
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.98),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.90),rgba(199,220,255,.58) 58%,rgba(126,170,239,.20))!important;
  border-color:rgba(var(--hero-glass-accent),.32)!important;
  outline-color:rgba(255,255,255,.62);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(28,83,173,.14),
    0 6px 15px rgba(20,61,126,.15),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  transform:translateY(-3px) scale(1.008)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  transform:translateY(-1px) scale(1.075)!important;
  border-color:rgba(var(--hero-glass-accent),.60)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -1px 0 rgba(0,0,0,.13),
    0 8px 19px rgba(0,0,0,.20),
    0 0 20px rgba(var(--hero-glass-accent),.30)!important;
  filter:drop-shadow(0 0 10px rgba(var(--hero-glass-accent),.56))!important;
}

.hchip>.trx-pointer-glow{
  width:106px!important;
  height:106px!important;
  margin:-53px 0 0 -53px!important;
}
@media (max-width:1100px){
  .hero .hchip,
  html.light .hero .hchip{min-height:84px!important;padding:9px 8px 8px!important}
}
@media (max-width:600px){
  .hero .hchips{gap:9px!important}
  .hero .hchip,
  html.light .hero .hchip{
    min-height:72px!important;
    padding:8px 7px!important;
    gap:5px!important;
    border-radius:13px!important;
    font-size:11.2px!important;
    line-height:1.22!important;
  }
  .hero .hchip svg,
  html.light .hero .hchip svg{
    width:27px!important;
    height:27px!important;
    padding:4px!important;
    border-radius:8px!important;
    flex-basis:27px!important;
  }
}
@media (hover:none){
  .hero .hchip:hover,
  html.light .hero .hchip:hover{transform:none!important}
}

.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  position:relative;
  z-index:3;
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  overflow:hidden;
  isolation:isolate;
  color:rgb(var(--hero-glass-accent));
  background:
    radial-gradient(circle at 28% 16%,rgba(255,255,255,.34),transparent 29%),
    linear-gradient(145deg,rgba(255,255,255,.105),rgba(var(--hero-glass-accent),.14) 52%,rgba(2,5,10,.17));
  border:1px solid rgba(var(--hero-glass-accent),.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -1px 0 rgba(0,0,0,.27),
    inset 0 0 0 1px rgba(255,255,255,.045),
    0 7px 16px rgba(0,0,0,.24),
    0 0 16px rgba(var(--hero-glass-accent),.15);
  transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .28s,box-shadow .28s,background .28s;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:"";
  position:absolute;
  inset:2px;
  z-index:-1;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.105);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
  pointer-events:none;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:"";
  position:absolute;
  z-index:1;
  top:-24%;
  left:-62%;
  width:34%;
  height:150%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.68),rgba(var(--hero-glass-accent),.22),transparent);
  opacity:.45;
  pointer-events:none;
  transition:left .62s cubic-bezier(.22,1,.36,1),opacity .28s;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative;
  z-index:2;
  width:19px!important;
  height:19px!important;
  flex:0 0 19px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:inherit!important;
  stroke:currentColor!important;
  stroke-width:1.48!important;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.08)) drop-shadow(0 0 4px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .32s cubic-bezier(.22,1,.36,1),filter .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:currentColor;
  fill-opacity:.055;
  stroke:currentColor;
  stroke-opacity:.55;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:currentColor;
  stroke:none;
}
html.light .hero .hchip .hchip-icon{
  background:
    radial-gradient(circle at 27% 14%,rgba(255,255,255,1),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(206,224,255,.50) 52%,rgba(101,153,238,.17));
  border-color:rgba(var(--hero-glass-accent),.42);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(21,72,153,.16),
    inset 0 0 0 1px rgba(255,255,255,.55),
    0 7px 16px rgba(18,60,128,.16),
    0 0 16px rgba(var(--hero-glass-accent),.12);
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.76);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.055);
  border-color:rgba(var(--hero-glass-accent),.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -1px 0 rgba(0,0,0,.17),
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 8px 18px rgba(0,0,0,.24),
    0 0 24px rgba(var(--hero-glass-accent),.34);
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:132%;
  opacity:.75;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.035);
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12)) drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.58))!important;
}
@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:29px;height:29px;flex-basis:29px;border-radius:9px}
  .hero .hchip .hchip-icon::before,
  html.light .hero .hchip .hchip-icon::before{border-radius:7px}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:17px!important;height:17px!important;flex-basis:17px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none}
  .hero .hchip:hover .hchip-icon,
  html.light .hero .hchip:hover .hchip-icon{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg{transition:none!important}
}

.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  isolation:isolate;
  color:#E9EDF2!important;
  border:0!important;
  outline:0!important;
  background:
    linear-gradient(145deg,
      rgba(255,255,255,.98) 0%,
      rgba(181,188,197,.96) 18%,
      rgba(72,79,88,.98) 38%,
      rgba(18,22,28,.99) 52%,
      rgba(111,120,130,.96) 71%,
      rgba(237,241,245,.97) 88%,
      rgba(75,82,91,.98) 100%)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.42),
    0 8px 17px rgba(0,0,0,.28),
    0 0 0 1px rgba(0,0,0,.44),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),box-shadow .28s,filter .28s!important;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:""!important;
  position:absolute!important;
  inset:2px!important;
  z-index:0!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.095),transparent 29%),
    linear-gradient(150deg,#171C23 0%,#0A0D12 55%,#20262E 100%)!important;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.10),
    inset 0 -1px 1px rgba(0,0,0,.75),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  top:-12%!important;
  left:-62%!important;
  width:28%!important;
  height:124%!important;
  border-radius:50%!important;
  transform:skewX(-18deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.78),rgba(255,255,255,.06),transparent)!important;
  opacity:.28!important;
  transition:left .72s cubic-bezier(.2,.78,.22,1),opacity .28s!important;
  pointer-events:none!important;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative!important;
  z-index:2!important;
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  padding:0!important;
  color:#E7EBEF!important;
  stroke:currentColor!important;
  stroke-width:1.35!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.14))
    drop-shadow(0 0 2px rgba(255,255,255,.16))!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),filter .28s,color .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:rgba(var(--hero-glass-accent),.08)!important;
  stroke:currentColor!important;
  stroke-opacity:.55!important;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:rgb(var(--hero-glass-accent))!important;
  stroke:none!important;
  filter:drop-shadow(0 0 3px rgba(var(--hero-glass-accent),.65));
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.045)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.55),
    0 10px 22px rgba(0,0,0,.30),
    0 0 0 1px rgba(var(--hero-glass-accent),.38),
    0 0 17px rgba(var(--hero-glass-accent),.22)!important;
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:134%!important;
  opacity:.66!important;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.045)!important;
  color:#FFFFFF!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.20))
    drop-shadow(0 0 5px rgba(var(--hero-glass-accent),.28))!important;
}

html.light .hero .hchip .hchip-icon{
  color:#263445!important;
  background:
    linear-gradient(145deg,
      #FFFFFF 0%,
      #DCE2E9 19%,
      #7D8793 39%,
      #EEF2F6 54%,
      #A7B0BA 72%,
      #FFFFFF 89%,
      #8F99A5 100%)!important;
  box-shadow:
    0 1px 0 #fff,
    0 7px 15px rgba(26,42,65,.18),
    0 0 0 1px rgba(55,67,83,.20),
    0 0 12px rgba(var(--hero-glass-accent),.08)!important;
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.88)!important;
  background:
    radial-gradient(circle at 34% 23%,rgba(255,255,255,1),transparent 30%),
    linear-gradient(150deg,#F8FAFC 0%,#E4E9EF 56%,#F5F7FA 100%)!important;
  box-shadow:
    inset 0 1px 1px #fff,
    inset 0 -1px 1px rgba(70,84,103,.20),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
html.light .hero .hchip .hchip-icon svg{color:#27374A!important}
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{color:#102238!important}

.hero .hchip .hchip-icon + span{
  position:relative;
}
.hero .hchip .hchip-icon + span::before{
  content:"";
  position:absolute;
  top:-5px;
  left:50%;
  width:14px;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(var(--hero-glass-accent),.72),transparent);
  opacity:.42;
  transition:width .28s,opacity .28s;
}
.hero .hchip:hover .hchip-icon + span::before,
.hero .hchip:focus-visible .hchip-icon + span::before{
  width:22px;
  opacity:.85;
}

@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:28px!important;height:28px!important;flex-basis:28px!important}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:15px!important;height:15px!important;flex-basis:15px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none!important}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg,
  .hero .hchip .hchip-icon + span::before{transition:none!important}
}

:root{
  --auto-accent:#e12b3e;
  --auto-accent-rgb:225,43,62;
  --auto-silver:#d8dce1;
  --auto-silver-2:#8e98a5;
  --auto-graphite:#111419;
  --auto-graphite-2:#080a0d;
  --auto-line:rgba(232,236,242,.16);
  --auto-line-strong:rgba(232,236,242,.27);
  --auto-glass:rgba(13,16,21,.66);
  --auto-glass-2:rgba(7,9,12,.83);
  --auto-shadow:0 26px 70px rgba(0,0,0,.34);
  --auto-radius:20px;
}
html.light{
  --auto-accent:#2867d8;
  --auto-accent-rgb:40,103,216;
  --auto-silver:#29384c;
  --auto-silver-2:#738096;
  --auto-graphite:#f8f9fb;
  --auto-graphite-2:#eef1f5;
  --auto-line:rgba(19,35,58,.12);
  --auto-line-strong:rgba(19,35,58,.22);
  --auto-glass:rgba(255,255,255,.68);
  --auto-glass-2:rgba(246,248,251,.86);
  --auto-shadow:0 22px 58px rgba(31,52,83,.14);
}

body{
  background:
    radial-gradient(1000px 520px at 10% -8%,rgba(var(--auto-accent-rgb),.055),transparent 64%),
    linear-gradient(180deg,var(--bg),var(--bg-2) 45%,var(--bg));
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.009) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
html.light body::before{opacity:.18;background-image:linear-gradient(rgba(21,39,65,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(21,39,65,.018) 1px,transparent 1px)}
h1,h2,h3,.title,.gal-title{font-weight:650;letter-spacing:-.035em}
.kick,.marq-kick,.docs-flow-head span,.stat .tg,.about-card .about-no,.doc-no,.doc-type{
  letter-spacing:.19em!important;font-weight:650!important;
}
.kick::before,.kick::after,.marq-kick::before,.marq-kick::after{
  height:1px!important;box-shadow:none!important;background:linear-gradient(90deg,transparent,rgba(var(--auto-accent-rgb),.9),transparent)!important;
}

#hdr{
  background:linear-gradient(180deg,rgba(5,6,8,.94),rgba(8,10,13,.84))!important;
  border-bottom:1px solid rgba(225,230,237,.12)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.14),inset 0 -1px 0 rgba(255,255,255,.018);
  backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}
html.light #hdr{
  background:linear-gradient(180deg,rgba(252,253,254,.92),rgba(240,243,247,.85))!important;
  border-bottom-color:rgba(25,42,66,.11)!important;
  box-shadow:0 9px 26px rgba(25,42,66,.08),inset 0 -1px 0 rgba(255,255,255,.7);
}
#hdr .wrap{height:72px!important}
.header-brand{filter:drop-shadow(0 7px 14px rgba(0,0,0,.28));transition:filter .25s,transform .25s}
.header-brand:hover{transform:translateY(-1px);filter:drop-shadow(0 9px 20px rgba(0,0,0,.36))}
nav.main>a,.nav-trigger{font-size:12.5px!important;font-weight:560!important;letter-spacing:.01em!important;padding-top:27px!important;padding-bottom:24px!important}
nav.main>a::after,.nav-trigger::after{height:1px!important;bottom:12px!important;box-shadow:0 0 10px rgba(var(--auto-accent-rgb),.35)!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),transparent)!important}
.icon-btn{
  border-radius:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  border-color:var(--auto-line)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 20px rgba(0,0,0,.12)!important;
}
html.light .icon-btn{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff,0 7px 18px rgba(30,48,74,.09)!important}
.btn-pill,.mnav-cta{
  border:1px solid rgba(var(--auto-accent-rgb),.42)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 26px rgba(var(--auto-accent-rgb),.18)!important;
}
.mega-menu,.lang-menu,.mnav{
  background:linear-gradient(160deg,rgba(18,21,27,.98),rgba(6,8,11,.985))!important;
  border-color:rgba(225,230,237,.15)!important;border-radius:20px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
html.light .mega-menu,html.light .lang-menu,html.light .mnav{
  background:linear-gradient(155deg,rgba(255,255,255,.985),rgba(239,243,248,.98))!important;
  border-color:rgba(25,42,66,.13)!important;box-shadow:0 26px 65px rgba(30,48,74,.15),inset 0 1px 0 #fff!important;
}
.mega-menu a,.lang-menu button{border:1px solid transparent!important}
.mega-menu a:hover,.lang-menu button:hover{
  transform:translateX(2px)!important;border-color:rgba(var(--auto-accent-rgb),.22)!important;
  background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.10),rgba(255,255,255,.025))!important;
}
html.light .mega-menu a:hover,html.light .lang-menu button:hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.08),rgba(255,255,255,.78))!important}

.hero{background:#050608!important}
.hero-vid{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
html.light .hero-vid{filter:brightness(.58) saturate(.72) contrast(1.08)!important}
.hero::before{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
.hero .fade{
  background:
    radial-gradient(900px 520px at 20% 48%,rgba(0,0,0,.18),rgba(3,5,8,.44) 62%,transparent 78%),
    linear-gradient(90deg,rgba(3,5,8,.72) 0%,rgba(3,5,8,.38) 38%,rgba(3,5,8,.14) 68%,rgba(3,5,8,.28) 100%),
    linear-gradient(180deg,rgba(3,5,8,.46) 0%,rgba(3,5,8,.06) 32%,rgba(3,5,8,.12) 72%,rgba(3,5,8,.70) 100%)!important;
}
html.light .hero .fade{
  background:
    linear-gradient(90deg,rgba(239,243,248,.50) 0%,rgba(239,243,248,.12) 46%,rgba(8,12,18,.12) 100%),
    linear-gradient(180deg,rgba(8,12,18,.26),rgba(8,12,18,.03) 38%,rgba(8,12,18,.08) 72%,rgba(8,12,18,.46))!important;
}
@media(min-width:901px){
  .hero-inner{width:min(100%,1320px)!important;max-width:1320px!important;text-align:left!important;padding:96px 64px 38px!important}
  .hero .eyebrow{margin-bottom:24px!important}
  .hero h1{max-width:780px!important;font-size:clamp(42px,4.7vw,70px)!important;line-height:1.02!important;letter-spacing:-.025em!important;transform:none!important}
  .hero .sub{margin:24px 0 0!important;max-width:660px!important;font-size:16px!important}
  .hero .ctas{justify-content:flex-start!important;margin-top:30px!important}
  .hero .offer{margin-left:0!important;margin-right:0!important}
  .hero .hchips{width:100%!important;max-width:1180px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;justify-content:stretch!important;margin:34px 0 0!important}
}
.hero .eyebrow{
  border-color:rgba(230,235,241,.20)!important;background:rgba(8,10,14,.58)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 26px rgba(0,0,0,.18)!important;
}
.hero h1{
  background:linear-gradient(180deg,#fff 0%,#e2e5e9 33%,#a8afb8 61%,#e6e9ed 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;filter:drop-shadow(0 12px 28px rgba(0,0,0,.48))!important;
}
.hero .sub{color:#d6d9de!important;font-weight:450!important}
.btn-red{
  border:1px solid rgba(var(--auto-accent-rgb),.5)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 28px rgba(var(--auto-accent-rgb),.23)!important;
}
.btn-red:hover{transform:translateY(-2px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 18px 38px rgba(var(--auto-accent-rgb),.31)!important}
.hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.63),rgba(7,10,13,.46))!important;
  border-color:rgba(58,187,125,.32)!important;border-radius:16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.21)!important;
}
html.light .hero .offer{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(229,238,244,.60))!important;color:#1a3042!important;border-color:rgba(34,154,105,.28)!important}

.hero .hchip,html.light .hero .hchip{
  min-height:88px!important;padding:12px 10px!important;border-radius:17px!important;
  background:linear-gradient(155deg,rgba(25,29,35,.72),rgba(6,8,11,.62))!important;
  border:1px solid rgba(225,230,237,.20)!important;color:#f5f6f8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.42),0 15px 32px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(226,231,238,.61))!important;
  border-color:rgba(42,60,84,.20)!important;color:#172338!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(58,77,104,.08),0 14px 28px rgba(27,46,73,.12)!important;
}
.hero .hchip:hover,html.light .hero .hchip:hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.52)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.28),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.15)!important;
}
html.light .hero .hchip:hover{box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(27,46,73,.15),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.12)!important}

:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes,.gal-item,.wa-panel,.modal .box){
  border-color:var(--auto-line)!important;
  box-shadow:var(--auto-shadow),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(22,26,32,.76),rgba(7,9,12,.72))!important;
}
html.light :where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(237,240,245,.82))!important;
  box-shadow:0 22px 55px rgba(30,48,74,.10),inset 0 1px 0 #fff!important;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details){
  position:relative;overflow:hidden;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;
  background:linear-gradient(118deg,transparent 18%,rgba(255,255,255,.035) 38%,transparent 55%);
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{opacity:.6;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.62) 39%,transparent 56%)}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.30)!important;
  box-shadow:0 28px 66px rgba(0,0,0,.27),0 0 0 1px rgba(var(--auto-accent-rgb),.045),inset 0 1px 0 rgba(255,255,255,.065)!important;
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  box-shadow:0 26px 58px rgba(30,48,74,.14),0 0 0 1px rgba(var(--auto-accent-rgb),.05),inset 0 1px 0 #fff!important;
}

section.blk,.product-groups,.docs-sec,.about-sec,.formsec,.live,.comp{border-color:var(--auto-line)!important}
.product-groups::before,.docs-sec::before{opacity:.55!important}
.product-group-grid{border-radius:22px!important;border-color:var(--auto-line)!important;box-shadow:var(--auto-shadow)!important}
.product-group-card{border-radius:0!important}
.product-group-icon,.value-icon,.doc-icon{
  border-radius:50%!important;color:#e9edf1!important;
  background:linear-gradient(145deg,#eef1f4 0%,#8f98a3 18%,#252a31 41%,#0c0f13 58%,#858e99 79%,#f2f4f6 100%)!important;
  border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 10px 20px rgba(0,0,0,.23),inset 0 0 0 2px rgba(0,0,0,.52),0 0 13px rgba(var(--auto-accent-rgb),.08)!important;
}
.product-group-icon::before,.value-icon::before,.doc-icon::before{content:"";position:absolute;inset:3px;border-radius:inherit;background:linear-gradient(145deg,#181c22,#07090c);z-index:0}
.product-group-icon svg,.value-icon svg,.doc-icon svg{position:relative;z-index:1}
html.light .product-group-icon,html.light .value-icon,html.light .doc-icon{color:#20324b!important;background:linear-gradient(145deg,#fff,#d3d9e1 26%,#778291 48%,#f8fafc 66%,#a3acb8 82%,#fff)!important}
html.light .product-group-icon::before,html.light .value-icon::before,html.light .doc-icon::before{background:linear-gradient(145deg,#fff,#e7ebf1)}
.product-group-clean .product-group-icon{color:#e9edf1!important}
.product-group-action b,.doc-no,.doc-native,.about-card .about-no,.svc-detail .svc-link::after{color:rgb(var(--auto-accent-rgb))!important}

.marq{background:linear-gradient(180deg,rgba(10,12,16,.88),rgba(5,7,10,.82))!important;border-block:1px solid var(--auto-line)!important}
html.light .marq{background:linear-gradient(180deg,rgba(250,251,253,.94),rgba(236,240,245,.86))!important}
.marq-nav{border-color:var(--auto-line)!important;background:linear-gradient(145deg,#1b2027,#080a0e)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important}
html.light .marq-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;box-shadow:inset 0 1px 0 #fff,0 9px 20px rgba(30,48,74,.10)!important}
.mq-cap{border-radius:14px!important;transition:background .2s,transform .2s!important}
.mq-cap:hover{transform:translateY(-2px);background:rgba(255,255,255,.035)!important}
html.light .mq-cap:hover{background:rgba(32,53,80,.035)!important}

.about-menu a{border-radius:14px!important;padding:12px 12px!important}
.about-code{
  border-radius:10px!important;border-color:rgba(var(--auto-accent-rgb),.34)!important;
  background:linear-gradient(145deg,rgba(var(--auto-accent-rgb),.13),rgba(255,255,255,.015))!important;
}
.about-menu a:hover .about-code{box-shadow:0 0 18px rgba(var(--auto-accent-rgb),.17)!important}

.doc-card{border-radius:20px!important}
.doc-card::before{height:1px!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),rgba(220,225,233,.9),transparent)!important}
.doc-card:hover::before{box-shadow:0 0 14px rgba(var(--auto-accent-rgb),.28)!important}
.doc-priority{border-radius:999px!important;background:rgba(var(--auto-accent-rgb),.085)!important;border-color:rgba(var(--auto-accent-rgb),.25)!important;color:rgb(var(--auto-accent-rgb))!important}
.docs-flow{border-radius:20px!important;overflow:hidden}

.gal-title{letter-spacing:-.035em!important}
.gal-ship{
  border-radius:999px!important;border:1px solid var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(20,24,30,.74),rgba(8,10,13,.65))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 24px rgba(0,0,0,.18)!important;
}
html.light .gal-ship{background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(235,239,244,.82))!important}
.gal-item{border-radius:20px!important;border:1px solid var(--auto-line)!important;background:#0a0c0f!important}
.gal-item img{filter:saturate(.88) contrast(1.04);transition:transform .38s cubic-bezier(.22,1,.36,1),filter .35s}
.gal-item:hover img{transform:scale(1.018);filter:saturate(.96) contrast(1.07)}
.gal-item figcaption{background:linear-gradient(180deg,transparent,rgba(4,6,9,.86))!important;padding:38px 16px 14px!important}
.gal-nav{border:1px solid var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.94),rgba(7,9,12,.96))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 25px rgba(0,0,0,.24)!important}
html.light .gal-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;color:#1d2b3f!important}

.lanes{border-radius:22px!important;box-shadow:0 28px 70px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04)!important}
.lanes thead th{background:linear-gradient(180deg,#12161c,#0b0e12)!important;border-bottom:1px solid var(--auto-line)!important}
html.light .lanes thead th{background:linear-gradient(180deg,#f7f9fb,#e8edf3)!important}
.lanes tbody tr:not(.rg){transition:background .18s,transform .18s}
.lanes tbody tr:not(.rg):hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.055),rgba(255,255,255,.018),transparent)!important}
.lanes tr.rg td{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.09),rgba(var(--auto-accent-rgb),.025))!important;color:rgb(var(--auto-accent-rgb))!important}
.lanes td.d{color:rgb(var(--auto-accent-rgb))!important;font-weight:650!important}

.formsec::before{background:rgba(var(--auto-accent-rgb),.035)!important}
.qform{border-radius:24px!important;padding:28px!important}
.qfield-no{border-radius:7px!important;background:rgba(var(--auto-accent-rgb),.08)!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;color:rgb(var(--auto-accent-rgb))!important}
.qform input,.qform select,.qform textarea{
  border-radius:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.016))!important;
  border-color:rgba(229,234,241,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html.light .qform input,html.light .qform select,html.light .qform textarea{background:linear-gradient(145deg,#fff,#f1f4f8)!important;border-color:rgba(25,42,66,.14)!important;box-shadow:inset 0 1px 0 #fff!important}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:rgba(var(--auto-accent-rgb),.56)!important;box-shadow:0 0 0 3px rgba(var(--auto-accent-rgb),.075),inset 0 1px 0 rgba(255,255,255,.04)!important}
.qform button#sendBtn{border:1px solid rgba(var(--auto-accent-rgb),.45)!important;background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 76%,#111 24%))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 15px 30px rgba(var(--auto-accent-rgb),.20)!important}
.qform-advanced{border-radius:18px!important}
.qfile-drop{border-style:solid!important;border-radius:16px!important}

.faq details{border-radius:16px!important;margin-bottom:10px!important}
.faq summary{font-weight:560!important}
.faq summary::after{color:rgb(var(--auto-accent-rgb))!important}
.faq details[open]{border-color:rgba(var(--auto-accent-rgb),.25)!important}

.comp{background:linear-gradient(180deg,var(--bg),var(--bg-2))!important}
.comp .chip{
  border-radius:11px!important;border-color:var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html.light .comp .chip{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff!important}
.comp .chip.red{color:rgb(var(--auto-accent-rgb))!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;background:rgba(var(--auto-accent-rgb),.06)!important}
footer{
  background:linear-gradient(180deg,#090b0e,#040506)!important;border-top:1px solid rgba(229,234,241,.11)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
html.light footer{background:linear-gradient(180deg,#eef1f5,#e4e8ee)!important;border-top-color:rgba(25,42,66,.10)!important}
footer h4{letter-spacing:.10em;text-transform:uppercase;font-size:10.5px!important;color:#cdd2d9!important}
html.light footer h4{color:#29384c!important}
footer a{transition:color .18s,transform .18s}
footer a:hover{color:rgb(var(--auto-accent-rgb))!important}

.btt,.wa-btn{
  border-color:var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.92),rgba(7,9,12,.95))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 32px rgba(0,0,0,.24)!important;
}
html.light .btt,html.light .wa-btn{background:linear-gradient(145deg,#fff,#e6ebf1)!important;box-shadow:inset 0 1px 0 #fff,0 12px 26px rgba(30,48,74,.12)!important}

html.light body{color:#111927!important}
html.light .title,html.light h1,html.light h2,html.light h3{color:#111927}
html.light .lead,html.light .about-card p,html.light .doc-desc,html.light .faq details p,html.light .svc-detail p{color:#5b6678!important}

@media(max-width:1200px){
  #hdr .wrap{height:72px!important}
}
@media(max-width:900px){
  .hero-inner{text-align:center!important;padding-inline:24px!important}
  .hero .ctas{justify-content:center!important}
  .hero .offer{margin-inline:auto!important}
  .hero .hchips{margin-inline:auto!important}
}
@media(max-width:600px){
  #hdr .wrap{height:66px!important}
  .hero{padding-top:92px!important}
  .hero h1{font-size:clamp(31px,10vw,44px)!important;line-height:1.05!important}
  .hero .sub{font-size:14px!important;line-height:1.6!important}
  .hero .hchips{gap:9px!important}
  .hero .hchip,html.light .hero .hchip{min-height:76px!important;border-radius:15px!important;padding:9px 7px!important}
  .qform{padding:18px!important;border-radius:20px!important}
  :where(.svc-detail,.about-card,.value-card,.doc-card,.pl-card){border-radius:17px!important}
}
@media(hover:none){
  :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
}
html.light{--red:#2867D8;--red-2:#1E4FA8;--glow-rgb:40,103,216;--teal:#2867D8}

html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(248,251,255,.38),rgba(207,217,231,.23))!important;
  border-color:rgba(255,255,255,.66)!important;
  color:#142239!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -1px 0 rgba(64,82,108,.08),0 14px 28px rgba(27,46,73,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(246,251,255,.42),rgba(213,227,235,.25))!important;
  border-color:rgba(34,154,105,.34)!important;color:#173044!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 14px 28px rgba(26,54,68,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}

html.light .hero .hchip{
  background:linear-gradient(155deg,rgba(22,27,34,.54),rgba(7,10,14,.46))!important;
  border-color:rgba(255,255,255,.28)!important;color:#F5F7FA!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.30),0 15px 30px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip:hover{
  color:#fff!important;border-color:rgba(63,131,255,.60)!important;
  background:linear-gradient(155deg,rgba(20,38,65,.56),rgba(7,13,23,.48))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 38px rgba(0,0,0,.20),0 0 0 1px rgba(40,103,216,.08),0 0 24px rgba(40,103,216,.19)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.57),rgba(7,10,13,.47))!important;
  border-color:rgba(58,187,125,.34)!important;color:#EAF2F7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 15px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .offer strong,html.light .hero .offer b{color:#26D991!important}

body.home-cockpit{background:#050607;color:#eef1f5}
html.light body.home-cockpit{background:#edf1f5;color:#121a28}
body.home-cockpit .scroll-cue{display:none!important}

body.home-cockpit #hdr{
  background:rgba(3,4,6,.94)!important;
  border-bottom:1px solid rgba(220,225,232,.14)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(18px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
}
html.light body.home-cockpit #hdr{
  background:rgba(245,247,250,.94)!important;
  border-bottom-color:rgba(28,42,61,.12)!important;
  box-shadow:0 10px 26px rgba(31,47,70,.09)!important;
}
@media(min-width:1201px){
  body.home-cockpit #hdr .wrap{height:72px!important;max-width:1460px!important;padding-inline:30px!important}
  body.home-cockpit .header-brand{width:255px!important;min-width:255px!important;align-items:center!important}
  body.home-cockpit .header-brand img{height:49px!important;width:auto!important;max-width:238px!important;object-fit:contain!important}
  body.home-cockpit .header-brand-signature{width:190px!important;margin-top:-2px!important;gap:7px!important}
  body.home-cockpit .header-brand-signature .sig-copy{font-size:6.9px!important;letter-spacing:.145em!important;color:#bcc2ca!important}
  body.home-cockpit .header-brand-signature .sig-line{height:6px!important;opacity:.96!important}
  body.home-cockpit .header-brand-signature .sig-line::before{height:1px!important;top:0!important;background:linear-gradient(90deg,#b71224 0%,#e1283b 58%,#ff5b69 100%)!important;box-shadow:0 0 5px rgba(240,48,64,.34)!important}
  body.home-cockpit .header-brand-signature .sig-line::after{height:1px!important;bottom:0!important;background:linear-gradient(90deg,#a8b0bb 0%,#dde1e6 54%,#fff 100%)!important;box-shadow:0 0 4px rgba(242,244,247,.24)!important}
  html.light body.home-cockpit .header-brand-signature .sig-line::after{background:linear-gradient(90deg,#778294 0%,#aeb7c3 54%,#e3e7ec 100%)!important;box-shadow:0 1px 0 rgba(255,255,255,.62)!important}
  html.light body.home-cockpit .header-brand-signature .sig-copy{color:#4a5565!important}
  body.home-cockpit .main{gap:23px!important}
  body.home-cockpit .main>a,body.home-cockpit .nav-trigger{font-size:12px!important;font-weight:500!important;letter-spacing:0!important}
  body.home-cockpit .hdr-right{gap:10px!important}
  body.home-cockpit .btn-pill{border-radius:8px!important;padding:11px 19px!important;background:transparent!important;border:1px solid rgba(235,239,245,.34)!important;box-shadow:none!important}
  body.home-cockpit .btn-pill:hover{border-color:rgba(240,48,64,.66)!important;color:#fff!important;background:rgba(240,48,64,.08)!important;box-shadow:0 0 22px rgba(240,48,64,.12)!important}
  html.light body.home-cockpit .btn-pill{color:#142033!important;border-color:rgba(25,42,66,.24)!important}
  html.light body.home-cockpit .btn-pill:hover{border-color:rgba(40,103,216,.56)!important;background:rgba(40,103,216,.06)!important}
}

@media(min-width:1101px){
  body.home-cockpit .hero{
    height:525px!important;min-height:525px!important;
    align-items:stretch!important;justify-content:flex-start!important;
    border-bottom:1px solid rgba(228,233,239,.13)!important;
  }
  body.home-cockpit .hero-inner{
    width:min(100%,1460px)!important;max-width:1460px!important;height:100%!important;
    margin:0 auto!important;text-align:left!important;
    padding:58px 72px 128px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;
  }
  body.home-cockpit .hero .eyebrow{
    margin:0 0 16px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;
    color:#e33b49!important;font-family:"IBM Plex Mono",monospace!important;font-size:10.5px!important;font-weight:600!important;letter-spacing:.24em!important;text-transform:uppercase!important;
  }
  body.home-cockpit .hero .eyebrow i{width:5px!important;height:5px!important;box-shadow:0 0 10px rgba(240,48,64,.62)!important}
  html.light body.home-cockpit .hero .eyebrow{color:#2767d8!important}
  html.light body.home-cockpit .hero .eyebrow i{background:#2767d8!important;box-shadow:0 0 10px rgba(39,103,216,.42)!important}
  body.home-cockpit .hero h1{
    max-width:470px!important;margin:0!important;
    font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(54px,4.3vw,72px)!important;font-weight:400!important;line-height:.95!important;
    letter-spacing:-.045em!important;text-transform:none!important;transform:none!important;
    background:none!important;color:#f3f4f6!important;-webkit-text-fill-color:#f3f4f6!important;
    filter:drop-shadow(0 9px 30px rgba(0,0,0,.48))!important;
  }
  body.home-cockpit .hero h1 .hdot{width:.09em!important;height:.09em!important;margin:0 .02em!important;vertical-align:.08em!important}
  body.home-cockpit .hero .sub{max-width:430px!important;margin:18px 0 0!important;font-size:13.8px!important;line-height:1.62!important;color:#d0d4da!important;font-weight:440!important}
  body.home-cockpit .hero .ctas{margin:20px 0 0!important;justify-content:flex-start!important;gap:12px!important}
  body.home-cockpit .hero .btn-red,body.home-cockpit .hero .btn-ghost-auto{
    min-height:42px!important;padding:11px 20px!important;border-radius:7px!important;font-size:12.5px!important;font-weight:560!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:.22s ease!important
  }
  body.home-cockpit .hero .btn-red{background:linear-gradient(180deg,#c71824,#8f0e16)!important;border-color:rgba(255,72,82,.66)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 12px 26px rgba(210,24,36,.18)!important}
  body.home-cockpit .hero .btn-ghost-auto{color:#eef1f5!important;background:rgba(4,6,9,.44)!important;border:1px solid rgba(227,232,239,.31)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(9px)!important}
  body.home-cockpit .hero .btn-ghost-auto:hover{transform:translateY(-2px);border-color:rgba(240,48,64,.54)!important;background:rgba(240,48,64,.055)!important}
  html.light body.home-cockpit .hero .btn-red{background:linear-gradient(180deg,#3478ef,#2058bd)!important;border-color:rgba(76,141,255,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 12px 24px rgba(40,103,216,.17)!important}
  html.light body.home-cockpit .hero .btn-ghost-auto{color:#f3f6fa!important;background:rgba(8,15,26,.42)!important;border-color:rgba(255,255,255,.31)!important}
  html.light body.home-cockpit .hero .btn-ghost-auto:hover{border-color:rgba(65,132,255,.58)!important;background:rgba(40,103,216,.07)!important}

  body.home-cockpit .hero .hchips{
    position:absolute!important;left:72px!important;right:72px!important;bottom:18px!important;width:auto!important;max-width:none!important;
    margin:0!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;
  }
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{
    min-height:95px!important;padding:11px 12px!important;border-radius:12px!important;
    display:grid!important;grid-template-columns:42px 1fr!important;grid-template-rows:auto 1fr!important;column-gap:10px!important;row-gap:3px!important;
    align-items:center!important;text-align:left!important;color:#f2f4f7!important;
    background:linear-gradient(145deg,rgba(16,19,23,.72),rgba(5,7,10,.66))!important;
    border:1px solid rgba(223,229,237,.23)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 10px 25px rgba(0,0,0,.23)!important;
    backdrop-filter:blur(13px) saturate(1.08)!important;-webkit-backdrop-filter:blur(13px) saturate(1.08)!important;
  }
  html.light body.home-cockpit .hero .hchip{
    color:#142139!important;background:linear-gradient(145deg,rgba(252,253,255,.78),rgba(223,228,236,.66))!important;
    border-color:rgba(255,255,255,.82)!important;box-shadow:inset 0 1px 0 #fff,0 12px 26px rgba(32,49,73,.09)!important;
  }
  body.home-cockpit .hero .hchip:hover{border-color:rgba(240,48,64,.58)!important;transform:translateY(-3px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 15px 32px rgba(0,0,0,.27),0 0 18px rgba(240,48,64,.11)!important}
  html.light body.home-cockpit .hero .hchip:hover{border-color:rgba(40,103,216,.56)!important;box-shadow:inset 0 1px 0 #fff,0 15px 32px rgba(31,51,80,.13),0 0 18px rgba(40,103,216,.10)!important}
  body.home-cockpit .hero .hchip-icon{
    grid-row:1/3!important;width:38px!important;height:38px!important;border-radius:50%!important;display:grid!important;place-items:center!important;
    background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.22),transparent 31%),linear-gradient(145deg,#aeb5be 0%,#252b32 26%,#080a0d 55%,#5d6671 76%,#d7dbe0 100%)!important;
    border:1px solid rgba(238,241,245,.52)!important;box-shadow:inset 0 0 0 3px rgba(3,5,8,.76),0 0 0 1px rgba(240,48,64,.26),0 7px 17px rgba(0,0,0,.27)!important;
  }
  body.home-cockpit .hero .hchip-icon::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(240,48,64,.48);pointer-events:none}
  html.light body.home-cockpit .hero .hchip-icon{box-shadow:inset 0 0 0 3px rgba(240,244,250,.88),0 0 0 1px rgba(40,103,216,.26),0 7px 17px rgba(31,48,72,.16)!important}
  html.light body.home-cockpit .hero .hchip-icon::after{border-color:rgba(40,103,216,.48)}
  body.home-cockpit .hero .hchip-icon svg{width:18px!important;height:18px!important;color:#eff2f5!important;stroke-width:1.55!important;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}
  html.light body.home-cockpit .hero .hchip-icon svg{color:#193a74!important;filter:none}
  body.home-cockpit .hero .hchip>span:not(.hchip-icon){font-size:11.2px!important;font-weight:650!important;line-height:1.22!important;align-self:end!important}
  body.home-cockpit .hero .hchip-desc{font-size:9.2px!important;line-height:1.35!important;font-weight:430!important;color:#9ea5ae!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;align-self:start!important}
  html.light body.home-cockpit .hero .hchip-desc{color:#627085!important}
  body.home-cockpit .hero .offer{display:none!important}
  body.home-cockpit .hero-stage{display:flex!important}
}

body.home-cockpit .hero .fade{
  background:
    linear-gradient(90deg,rgba(4,6,9,.88) 0%,rgba(4,6,9,.60) 28%,rgba(4,6,9,.16) 57%,rgba(4,6,9,.28) 100%),
    linear-gradient(180deg,rgba(4,6,9,.18),rgba(4,6,9,.06) 54%,rgba(4,6,9,.48) 100%)!important;
}
html.light body.home-cockpit .hero .fade{
  background:
    linear-gradient(90deg,rgba(238,243,249,.82) 0%,rgba(238,243,249,.54) 29%,rgba(238,243,249,.08) 58%,rgba(9,14,21,.18) 100%),
    linear-gradient(180deg,rgba(245,248,252,.10),rgba(8,12,18,.03) 52%,rgba(10,15,22,.28) 100%)!important;
}
html.light body.home-cockpit .hero h1{color:#172033!important;-webkit-text-fill-color:#172033!important;filter:drop-shadow(0 7px 20px rgba(255,255,255,.23))!important}
html.light body.home-cockpit .hero .sub{color:#334155!important;text-shadow:0 1px 8px rgba(255,255,255,.35)!important}

.hero-stage{position:absolute;z-index:4;right:27px;top:50%;transform:translateY(-42%);display:none;flex-direction:column;align-items:center;gap:7px;color:#e8ebef;font:500 9px/1 "IBM Plex Mono",monospace;pointer-events:none}
.hero-stage i{display:block;width:5px;height:5px;border-radius:50%;background:#6f7680;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.hero-stage i.on{width:8px;height:8px;background:#ef2736;box-shadow:0 0 14px rgba(239,39,54,.62)}
html.light .hero-stage{color:#233248}.hero-stage::before{content:"";position:absolute;top:23px;bottom:23px;width:1px;background:rgba(220,225,233,.23);z-index:-1}
html.light .hero-stage i.on{background:#2867d8;box-shadow:0 0 14px rgba(40,103,216,.42)}

.home-dashboard{max-width:1460px;margin:14px auto 32px;padding:0 24px;position:relative;z-index:2}
.dash-grid{display:grid;gap:14px;margin-bottom:14px}.dash-grid-top{grid-template-columns:.78fr 1.22fr}.dash-grid-bottom{grid-template-columns:.78fr 1.22fr}
.dash-panel{position:relative;overflow:hidden;border:1px solid rgba(220,225,233,.16);border-radius:13px;background:linear-gradient(145deg,rgba(16,19,23,.93),rgba(5,7,10,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 17px 38px rgba(0,0,0,.22)}
.dash-panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.025) 38%,transparent 54%)}
html.light .dash-panel{border-color:rgba(29,46,69,.14);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(231,235,241,.91));box-shadow:inset 0 1px 0 #fff,0 17px 38px rgba(31,48,72,.09)}
html.light .dash-panel::after{background:linear-gradient(118deg,transparent 22%,rgba(255,255,255,.55) 39%,transparent 56%)}
.dash-panel-title{height:42px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(220,225,233,.10);font-family:Georgia,"Times New Roman",serif;font-size:13px;letter-spacing:.065em;color:#e5e8ec;position:relative;z-index:1}
.dash-panel-title::after{content:"";position:absolute;left:22px;bottom:-1px;width:22px;height:1px;background:#ef2736;box-shadow:0 0 7px rgba(239,39,54,.36)}
html.light .dash-panel-title{color:#182337;border-bottom-color:rgba(29,46,69,.09)}
html.light .dash-panel-title::after{background:#2867d8;box-shadow:0 0 7px rgba(40,103,216,.25)}
.dash-view-all{font-family:Manrope,sans-serif;font-size:9.5px;letter-spacing:0;color:#c4c9d0;border:1px solid rgba(220,225,233,.18);border-radius:6px;padding:6px 9px;transition:.18s}.dash-view-all:hover{color:#fff;border-color:rgba(239,39,54,.44)}
html.light .dash-view-all{color:#4f5e72;border-color:rgba(29,46,69,.14)}html.light .dash-view-all:hover{color:#1c58bb;border-color:rgba(40,103,216,.38)}

.dash-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:130px;position:relative;z-index:1}.dash-stat{padding:18px 10px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(220,225,233,.08)}.dash-stat:last-child{border-right:0}.dash-stat-icon{font-size:19px;color:#b8bec7;margin-bottom:5px}.dash-stat strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:400;color:#f0f2f5;line-height:1}.dash-stat small{margin-top:7px;font-size:8.7px;line-height:1.25;color:#979fa9;max-width:95px}.dash-stat:hover .dash-stat-icon{color:#ef2736}.dash-stat:hover strong{color:#fff}
html.light .dash-stat{border-right-color:rgba(29,46,69,.08)}html.light .dash-stat-icon{color:#68768a}html.light .dash-stat strong{color:#172033}html.light .dash-stat small{color:#657286}html.light .dash-stat:hover .dash-stat-icon{color:#2867d8}

.dash-clocks{min-width:0}.dash-clock-strip{min-height:130px;display:flex;align-items:center;justify-content:space-evenly;gap:12px;padding:12px 48px 10px;overflow-x:auto;scrollbar-width:none;position:relative;z-index:1}.dash-clock-strip::-webkit-scrollbar{display:none}.dash-clock{min-width:86px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#dfe3e8}.dash-clock>strong{font-size:8px;letter-spacing:.06em;margin-top:5px}.dash-clock .clock-time{font:500 15px/1.2 "IBM Plex Mono",monospace;margin-top:2px;color:#f5f6f8}.clock-face{width:56px;height:56px;border-radius:50%;position:relative;background:radial-gradient(circle at 38% 33%,#23272d 0%,#0a0c0f 64%,#020304 100%);border:1px solid #9ba2aa;box-shadow:inset 0 0 0 3px #090b0e,inset 0 0 0 4px rgba(255,255,255,.15),0 5px 14px rgba(0,0,0,.28)}.clock-face::before{content:"";position:absolute;inset:5px;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.42) 0 1deg,transparent 1deg 30deg);-webkit-mask:radial-gradient(circle,transparent 0 75%,#000 76%);mask:radial-gradient(circle,transparent 0 75%,#000 76%);opacity:.45}.clock-face .tick{position:absolute;background:#b9c0c8}.clock-face .t1,.clock-face .t3{left:50%;width:1px;height:4px;transform:translateX(-50%)}.clock-face .t1{top:7px}.clock-face .t3{bottom:7px}.clock-face .t2,.clock-face .t4{top:50%;height:1px;width:4px;transform:translateY(-50%)}.clock-face .t2{right:7px}.clock-face .t4{left:7px}.clock-face .hand{position:absolute;left:50%;bottom:50%;transform-origin:50% 100%;border-radius:4px;background:#d7dbe0}.clock-face .hour{width:2px;height:15px;margin-left:-1px}.clock-face .minute{width:1px;height:20px;margin-left:-.5px;background:#f0f2f4}.clock-face .second{width:1px;height:21px;margin-left:-.5px;background:#ef2736}.clock-face em{position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#d8dde2;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #1b1f25}.dash-clock-nav{position:absolute;z-index:3;top:50%;transform:translateY(3px);width:28px;height:28px;border:0;background:transparent;color:#d8dde2;font-size:26px;line-height:1;cursor:pointer}.dash-clock-nav.prev{left:12px}.dash-clock-nav.next{right:12px}.dash-clock-nav:hover{color:#ef2736}
html.light .dash-clock{color:#2d394a}html.light .dash-clock .clock-time{color:#172033}html.light .clock-face{background:radial-gradient(circle at 38% 33%,#fff 0%,#e1e5eb 64%,#c9d0d8 100%);border-color:#6d7887;box-shadow:inset 0 0 0 3px #f6f8fb,inset 0 0 0 4px rgba(55,72,96,.12),0 5px 14px rgba(31,48,72,.12)}html.light .clock-face .hand{background:#35445a}html.light .clock-face .minute{background:#1b2a3f}html.light .clock-face .second{background:#2867d8}html.light .clock-face em{background:#1d2b40;box-shadow:0 0 0 1px #fff}html.light .dash-clock-nav{color:#536176}html.light .dash-clock-nav:hover{color:#2867d8}

.dash-ops-flow{min-height:150px;padding:18px 16px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;align-items:start;position:relative;z-index:1}.dash-ops-flow::before{content:"";position:absolute;left:9%;right:9%;top:55px;height:1px;background:linear-gradient(90deg,transparent,rgba(236,239,243,.34) 8%,rgba(236,239,243,.34) 92%,transparent)}.dash-op{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;color:#dce0e5;transition:.2s}.dash-op b{font:500 8px/1 "IBM Plex Mono",monospace;color:#ef2736;margin-bottom:5px}.dash-op-ico{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:18px;background:linear-gradient(145deg,#292e35,#07090c);border:1px solid #9aa1aa;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.26),0 6px 14px rgba(0,0,0,.22);position:relative;z-index:1}.dash-op small{margin-top:8px;font-size:8.8px;line-height:1.3;max-width:78px;color:#c5cad1}.dash-op:hover{transform:translateY(-2px)}.dash-op:hover .dash-op-ico{border-color:#d8dde2;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.55),0 0 16px rgba(239,39,54,.12)}
html.light .dash-ops-flow::before{background:linear-gradient(90deg,transparent,rgba(35,53,77,.24) 8%,rgba(35,53,77,.24) 92%,transparent)}html.light .dash-op{color:#253247}html.light .dash-op b{color:#2867d8}html.light .dash-op-ico{background:linear-gradient(145deg,#fff,#d7dce4);border-color:#7f8997;box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.22),0 6px 14px rgba(31,48,72,.10)}html.light .dash-op small{color:#566479}html.light .dash-op:hover .dash-op-ico{box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.48),0 0 16px rgba(40,103,216,.10)}

.dash-shipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;min-height:150px;position:relative;z-index:1}.dash-ship{position:relative;min-width:0;height:122px;border:1px solid rgba(220,225,233,.14);border-radius:9px;overflow:hidden;background:#090b0e;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:.22s}.dash-ship img{width:100%;height:100%;object-fit:cover;filter:brightness(.52) saturate(.82) contrast(1.04);transition:.28s}.dash-ship::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,5,.05),rgba(2,3,5,.13) 38%,rgba(2,3,5,.88) 100%)}.dash-ship-badge{position:absolute;z-index:2;left:8px;top:8px;padding:4px 6px;border-radius:5px;background:rgba(4,6,9,.78);border:1px solid rgba(235,239,245,.20);font:600 7px/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em}.dash-ship strong{position:absolute;z-index:2;left:9px;right:8px;bottom:27px;font-size:9px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-ship small{position:absolute;z-index:2;left:9px;right:8px;bottom:8px;font-size:7.5px;color:#aeb5be;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-ship:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:0 12px 25px rgba(0,0,0,.25),0 0 14px rgba(239,39,54,.08)}.dash-ship:hover img{transform:scale(1.025);filter:brightness(.60) saturate(.92) contrast(1.06)}
html.light .dash-ship{border-color:rgba(29,46,69,.14);box-shadow:0 8px 18px rgba(31,48,72,.10)}html.light .dash-ship:hover{border-color:rgba(40,103,216,.40);box-shadow:0 12px 25px rgba(31,48,72,.13),0 0 14px rgba(40,103,216,.07)}

.home-dashboard::after{content:"ONE CONTACT. FULL CONTROL.";display:flex;align-items:center;justify-content:center;height:26px;margin-top:3px;color:#7f8791;font:500 8px/1 "IBM Plex Mono",monospace;letter-spacing:.34em;background:linear-gradient(90deg,rgba(239,39,54,.78) 0 34%,transparent 34% 66%,rgba(239,39,54,.78) 66% 100%) center/100% 1px no-repeat}.home-dashboard::before{content:"";position:absolute;left:24px;right:24px;bottom:13px;height:4px;background:#050607;z-index:-1}html.light .home-dashboard::after{color:#738095;background:linear-gradient(90deg,rgba(40,103,216,.70) 0 34%,transparent 34% 66%,rgba(40,103,216,.70) 66% 100%) center/100% 1px no-repeat}html.light .home-dashboard::before{background:#edf1f5}

@media(max-width:1100px){
  body.home-cockpit .hero{min-height:760px!important;height:auto!important;padding-bottom:24px!important}
  body.home-cockpit .hero-inner{padding:104px 24px 24px!important;max-width:760px!important;margin:auto!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}
  body.home-cockpit .hero .eyebrow{margin-bottom:17px!important}
  body.home-cockpit .hero h1{font-family:Georgia,"Times New Roman",serif!important;transform:none!important;text-transform:none!important;font-size:clamp(42px,8vw,62px)!important;line-height:.98!important;letter-spacing:-.04em!important;background:none!important;color:#f3f4f6!important;-webkit-text-fill-color:#f3f4f6!important}
  html.light body.home-cockpit .hero h1{color:#172033!important;-webkit-text-fill-color:#172033!important}
  body.home-cockpit .hero .sub{max-width:560px!important;margin-top:18px!important;font-size:14px!important}
  body.home-cockpit .hero .ctas{order:4!important;justify-content:center!important;margin-top:20px!important}
  body.home-cockpit .hero .hchips{position:static!important;order:5!important;width:100%!important;max-width:700px!important;grid-template-columns:repeat(3,1fr)!important;margin:24px auto 0!important}
  body.home-cockpit .hero .offer{display:none!important}
  body.home-cockpit .hero-stage{display:none!important}
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{min-height:86px!important}
  .home-dashboard{padding:0 14px;margin-top:12px}.dash-grid-top,.dash-grid-bottom{grid-template-columns:1fr}.dash-stat-grid{min-height:118px}.dash-clock-strip{justify-content:flex-start;padding-inline:44px}.dash-ops-flow{overflow-x:auto;grid-template-columns:repeat(6,100px);justify-content:flex-start}.dash-shipment-grid{overflow-x:auto;display:flex}.dash-ship{min-width:215px}
}
@media(max-width:600px){
  body.home-cockpit .hero{min-height:790px!important;padding-top:0!important}
  body.home-cockpit .hero-inner{padding:92px 15px 18px!important}
  body.home-cockpit .hero h1{font-size:clamp(38px,12vw,52px)!important}
  body.home-cockpit .hero .hchips{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-width:390px!important}
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{min-height:82px!important;padding:8px!important;grid-template-columns:34px 1fr!important;column-gap:7px!important;border-radius:10px!important}
  body.home-cockpit .hero .hchip-icon{width:31px!important;height:31px!important}.hero .hchip-icon svg{width:15px!important;height:15px!important}
  body.home-cockpit .hero .hchip>span:not(.hchip-icon){font-size:9.7px!important}.hero .hchip-desc{font-size:7.8px!important;-webkit-line-clamp:1!important}
  .home-dashboard{padding:0 9px;margin-top:9px}.dash-grid{gap:9px;margin-bottom:9px}.dash-panel{border-radius:11px}.dash-panel-title{height:39px;padding-inline:14px;font-size:11px}.dash-panel-title::after{left:14px}.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-stat:nth-child(2){border-right:0}.dash-stat:nth-child(-n+2){border-bottom:1px solid rgba(220,225,233,.08)}html.light .dash-stat:nth-child(-n+2){border-bottom-color:rgba(29,46,69,.08)}.dash-stat strong{font-size:23px}.dash-clock{min-width:78px}.clock-face{width:52px;height:52px}.dash-ops-flow{padding-inline:10px}.dash-shipment-grid{padding:9px}.home-dashboard::after{font-size:6.5px;letter-spacing:.23em}
}

body.home-cockpit .hero .hchips{display:none!important}
.home-benefits-cockpit{max-width:1460px;margin:-18px auto 13px;padding:0 24px;position:relative;z-index:8}
.home-benefits-cockpit>.wrap{max-width:none!important;padding:0!important}
.home-benefits-cockpit .hchips{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0!important;max-width:none!important;width:100%!important}
.home-benefits-cockpit .hchip{position:relative;min-height:104px;padding:13px 13px 12px;border-radius:12px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto 1fr;column-gap:11px;row-gap:4px;align-items:center;text-align:left;color:#f3f5f8;background:linear-gradient(145deg,rgba(15,18,22,.91),rgba(4,6,9,.88));border:1px solid rgba(226,231,238,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 15px 32px rgba(0,0,0,.25);backdrop-filter:blur(15px) saturate(1.08);-webkit-backdrop-filter:blur(15px) saturate(1.08);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-benefits-cockpit .hchip::before{content:"";position:absolute;inset:-35% auto -35% -42%;width:42%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(239,39,54,.12),rgba(255,255,255,.07),transparent);opacity:0;pointer-events:none}
.home-benefits-cockpit .hchip:hover{transform:translateY(-3px);border-color:rgba(239,39,54,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 38px rgba(0,0,0,.30),0 0 20px rgba(239,39,54,.08)}
.home-benefits-cockpit .hchip:hover::before{opacity:1;animation:v180BenefitSweep .9s ease-out}
@keyframes v180BenefitSweep{from{left:-42%}to{left:118%}}
.home-benefits-cockpit .hchip-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.24),transparent 31%),linear-gradient(145deg,#aeb4bd 0%,#282e35 25%,#07090c 56%,#59636e 78%,#dce0e5 100%);border:1px solid rgba(241,244,248,.58);box-shadow:inset 0 0 0 3px rgba(3,5,8,.78),0 0 0 1px rgba(239,39,54,.27),0 8px 18px rgba(0,0,0,.28)}
.home-benefits-cockpit .hchip-icon::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(239,39,54,.46)}
.home-benefits-cockpit .hchip-icon svg{width:20px;height:20px;color:#f2f4f7;stroke-width:1.6;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}
.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.8px;font-weight:680;line-height:1.22;align-self:end}
.home-benefits-cockpit .hchip-desc{font-size:9.4px;line-height:1.36;font-weight:430;color:#a4abb4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;align-self:start}
html.light .home-benefits-cockpit .hchip{color:#17243a;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(222,228,237,.78));border-color:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 #fff,0 15px 32px rgba(31,48,72,.11)}
html.light .home-benefits-cockpit .hchip::before{background:linear-gradient(90deg,transparent,rgba(40,103,216,.11),rgba(255,255,255,.70),transparent)}
html.light .home-benefits-cockpit .hchip:hover{border-color:rgba(40,103,216,.50);box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(31,48,72,.14),0 0 20px rgba(40,103,216,.08)}
html.light .home-benefits-cockpit .hchip-icon{box-shadow:inset 0 0 0 3px rgba(241,245,251,.91),0 0 0 1px rgba(40,103,216,.28),0 8px 18px rgba(31,48,72,.16)}
html.light .home-benefits-cockpit .hchip-icon::after{border-color:rgba(40,103,216,.48)}
html.light .home-benefits-cockpit .hchip-icon svg{color:#17386f;filter:none}
html.light .home-benefits-cockpit .hchip-desc{color:#657287}

.dash-partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:16px;min-height:130px;position:relative;z-index:1;align-items:stretch}
.dash-partner-slot{min-width:0;border:1px solid rgba(225,230,237,.13);border-radius:9px;background:linear-gradient(145deg,rgba(28,32,38,.54),rgba(6,8,11,.64));display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;color:#7e8792;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:.2s ease}
.dash-partner-slot span{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.18em}
.dash-partner-slot small{font:500 7px/1 "IBM Plex Mono",monospace;color:#535c68}
.dash-partner-slot:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.34);color:#bbc1c9;background:linear-gradient(145deg,rgba(36,40,47,.68),rgba(7,9,12,.76))}
html.light .dash-partner-slot{border-color:rgba(30,47,70,.12);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(221,227,236,.68));color:#718096;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
html.light .dash-partner-slot small{color:#9aa4b1}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.32);color:#35567f;background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(225,232,242,.82))}

.dash-clock-strip.is-auto-scroll{justify-content:flex-start!important;scroll-behavior:auto!important;overscroll-behavior-x:contain;touch-action:pan-x}
.dash-clock-strip.is-auto-scroll .dash-clock{flex:0 0 86px}
.dash-clock-clone{pointer-events:none}

.main .nav-home-link{position:relative}
.main .nav-home-link.active{color:#fff}
html.light .main .nav-home-link.active{color:#16243a}

@media(max-width:1200px){
 .home-benefits-cockpit{margin:12px auto 12px;padding:0 14px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(3,1fr)}
 .home-benefits-cockpit .hchip{min-height:94px}
 .dash-partner-grid{grid-template-columns:repeat(4,minmax(92px,1fr));overflow-x:auto}
}
@media(max-width:600px){
 .home-benefits-cockpit{padding:0 9px;margin:9px auto 10px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(2,1fr);gap:8px}
 .home-benefits-cockpit .hchip{min-height:84px;padding:10px;grid-template-columns:38px 1fr;column-gap:8px}
 .home-benefits-cockpit .hchip-icon{width:36px;height:36px}
 .home-benefits-cockpit .hchip-icon svg{width:17px;height:17px}
 .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px}
 .home-benefits-cockpit .hchip-desc{font-size:8.5px;-webkit-line-clamp:2}
 .dash-partner-grid{display:flex;overflow-x:auto;min-height:105px;padding:10px;scroll-snap-type:x proximity}
 .dash-partner-slot{min-width:118px;min-height:82px;scroll-snap-align:start}
}
@media(prefers-reduced-motion:reduce){.home-benefits-cockpit .hchip:hover::before{animation:none}.dash-clock-strip.is-auto-scroll{scroll-behavior:auto!important}}

@media(min-width:1101px){
  body.home-cockpit .hero-inner{
    padding:96px 72px 80px!important;
  }
  body.home-cockpit .hero .eyebrow{
    margin-bottom:18px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:12px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:28px!important;
    height:1px!important;
    min-width:28px!important;
    border-radius:0!important;
    background:#ef2736!important;
    box-shadow:0 0 8px rgba(239,39,54,.26)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{
    background:#2867d8!important;
    box-shadow:0 0 8px rgba(40,103,216,.22)!important;
  }
}
@media(min-width:601px) and (max-width:1100px){
  body.home-cockpit .hero-inner{
    padding:132px 24px 28px!important;
  }
  body.home-cockpit .hero .eyebrow{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    margin-bottom:18px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:24px!important;height:1px!important;min-width:24px!important;border-radius:0!important;
    background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.24)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{background:#2867d8!important;box-shadow:0 0 7px rgba(40,103,216,.20)!important}
}
@media(max-width:600px){
  body.home-cockpit .hero-inner{
    padding:122px 18px 24px!important;
  }
  body.home-cockpit .hero .eyebrow{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    margin-bottom:16px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:22px!important;height:1px!important;min-width:22px!important;border-radius:0!important;
    background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.22)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{background:#2867d8!important;box-shadow:0 0 7px rgba(40,103,216,.18)!important}
}

.dash-clocks{
  --clock-accent:#ef2938;
  --clock-metal-hi:#cfd3d8;
  --clock-metal-mid:#777e86;
  --clock-metal-lo:#252a30;
}
.dash-clocks .dash-panel-title{
  justify-content:center;
  text-align:center;
  letter-spacing:.07em;
  font-weight:500;
}
.dash-clocks .dash-panel-title::after{display:none}
.dash-clock-strip{
  min-height:142px;
  gap:18px;
  padding:10px 54px 12px;
  justify-content:space-evenly;
}
.dash-clock{
  flex:0 0 94px;
  min-width:94px;
  color:#e9edf2;
}
.dash-clock>strong{
  margin-top:6px;
  font:600 9px/1.05 "Inter",Arial,sans-serif;
  letter-spacing:.045em;
  color:#f1f3f6;
}
.dash-clock .clock-time{
  margin-top:2px;
  font:500 17px/1.02 "IBM Plex Mono",ui-monospace,monospace;
  letter-spacing:-.035em;
  color:#f7f8fa;
}
.dash-clock .clock-country{
  display:block;
  margin-top:2px;
  min-height:11px;
  font:400 8px/1.1 "Inter",Arial,sans-serif;
  color:#9da4ad;
  white-space:nowrap;
}
.clock-face{
  width:62px;
  height:62px;
  isolation:isolate;
  border:1px solid rgba(234,238,242,.72);
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.10),transparent 25%),
    radial-gradient(circle at 50% 53%,#171a1e 0 39%,#080a0d 62%,#020304 100%);
  box-shadow:
    0 4px 12px rgba(0,0,0,.48),
    0 0 0 1px #171a20,
    0 0 0 2px rgba(184,191,199,.38),
    inset 0 0 0 2px #050608,
    inset 0 0 0 4px rgba(183,190,198,.16),
    inset 0 0 18px rgba(0,0,0,.72);
}
.clock-face::before{
  inset:6px;
  opacity:.72;
  background:repeating-conic-gradient(from -1deg,rgba(238,241,244,.65) 0 .65deg,transparent .65deg 6deg);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
}
.clock-face::after{
  content:"12\A 9\00a0\00a0\00a0 3\A 6";
  white-space:pre;
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  color:#d8dde3;
  font:600 5.5px/19px "IBM Plex Mono",monospace;
  text-align:center;
  letter-spacing:0;
  padding-top:1px;
  opacity:.84;
  text-shadow:0 1px 1px #000;
}
.clock-face .tick{z-index:2;background:#c9ced4;opacity:.8}
.clock-face .t1,.clock-face .t3{height:3px}
.clock-face .t2,.clock-face .t4{width:3px}
.clock-face .hand{z-index:4;box-shadow:0 1px 2px rgba(0,0,0,.75)}
.clock-face .hour{
  width:2px;height:16px;margin-left:-1px;
  background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299);
}
.clock-face .minute{
  width:1.5px;height:22px;margin-left:-.75px;
  background:#eff1f3;
}
.clock-face .second{
  width:1px;height:24px;margin-left:-.5px;
  background:#d85a38;
  box-shadow:0 0 5px rgba(216,90,56,.28);
}
.clock-face em{
  z-index:6;
  width:5px;height:5px;
  background:#d9dde1;
  box-shadow:0 0 0 1px #11151a,0 0 5px rgba(255,255,255,.15);
}
.dash-clock-nav{
  width:32px;height:42px;
  color:#cdd2d8;
  font-size:31px;
  font-weight:200;
  opacity:.9;
  transition:color .2s ease,transform .2s ease,opacity .2s ease;
}
.dash-clock-nav.prev{left:15px}
.dash-clock-nav.next{right:15px}
.dash-clock-nav:hover{color:#fff;opacity:1}
.dash-clock-nav.prev:hover{transform:translate(-2px,3px)}
.dash-clock-nav.next:hover{transform:translate(2px,3px)}

html.light .dash-clocks{--clock-accent:#2f72e5}
html.light .dash-clock{color:#1a2433}
html.light .dash-clock>strong{color:#1a2433}
html.light .dash-clock .clock-time{color:#152033}
html.light .dash-clock .clock-country{color:#667387}
html.light .clock-face{
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.12),transparent 25%),
    radial-gradient(circle at 50% 53%,#191c20 0 39%,#090b0e 62%,#020304 100%);
  border-color:#6c7580;
  box-shadow:0 4px 12px rgba(19,29,43,.20),0 0 0 1px #c9ced5,0 0 0 2px rgba(83,94,108,.22),inset 0 0 0 2px #050608,inset 0 0 0 4px rgba(183,190,198,.16),inset 0 0 18px rgba(0,0,0,.72);
}
html.light .clock-face .hour{background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299)}
html.light .clock-face .minute{background:#eff1f3}
html.light .clock-face .second{background:#d85a38}
html.light .clock-face em{background:#d9dde1;box-shadow:0 0 0 1px #11151a}
html.light .dash-clock-nav{color:#5c6878}
html.light .dash-clock-nav:hover{color:#1f2937}

@media(max-width:900px){
  .dash-clock-strip{min-height:136px;gap:14px;padding-inline:46px;justify-content:flex-start}
  .dash-clock{flex-basis:88px;min-width:88px}
  .clock-face{width:58px;height:58px}
  .dash-clock .clock-time{font-size:16px}
}
@media(max-width:600px){
  .dash-clock-strip{min-height:128px;padding:8px 42px 10px;gap:12px}
  .dash-clock{flex-basis:82px;min-width:82px}
  .clock-face{width:54px;height:54px}
  .dash-clock>strong{font-size:8px}
  .dash-clock .clock-time{font-size:15px}
  .dash-clock .clock-country{font-size:7.5px}
  .dash-clock-nav{font-size:28px}
}

.product-group-grid{
  --pg-accent-rgb:239,39,54;
  background:
    radial-gradient(90% 140% at 12% 0%,rgba(255,255,255,.045),transparent 52%),
    linear-gradient(145deg,rgba(17,20,25,.92),rgba(6,8,11,.94))!important;
  border-color:rgba(206,214,224,.18)!important;
  box-shadow:0 30px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055),inset 0 -1px 0 rgba(255,255,255,.018)!important;
}
.product-group-card{
  min-height:188px!important;
  padding:34px 30px 29px!important;
  grid-template-columns:78px minmax(0,1fr) auto!important;
  column-gap:22px!important;
  background:
    radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%),
    transparent!important;
}
.product-group-card+.product-group-card{border-inline-start-color:rgba(209,216,224,.13)!important}
.product-group-card::after{
  inset:18px auto 18px 0!important;
  width:1px!important;
  border-radius:999px;
  background:linear-gradient(180deg,transparent,rgba(var(--pg-accent-rgb),.95),transparent)!important;
  box-shadow:0 0 16px rgba(var(--pg-accent-rgb),.24)!important;
  opacity:.75!important;
}
.product-group-card:hover::after{width:2px!important;opacity:1!important}

.product-group-copy,.product-group-action{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:5!important;
  filter:none!important;
}
.product-group-copy{display:flex!important;transform:none!important}
.product-group-copy strong{
  display:block!important;
  color:#f2f4f7!important;
  -webkit-text-fill-color:#f2f4f7!important;
  font-size:clamp(21px,1.7vw,27px)!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
  text-shadow:0 1px 12px rgba(0,0,0,.28);
}
.product-group-copy>span{
  display:block!important;
  color:#9ea7b4!important;
  -webkit-text-fill-color:#9ea7b4!important;
  font-size:13px!important;
  line-height:1.58!important;
  max-width:440px!important;
}
.product-group-action{
  display:flex!important;
  color:#e8ebef!important;
  -webkit-text-fill-color:#e8ebef!important;
  min-width:158px!important;
  border-color:rgba(207,214,223,.14)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.product-group-action>span{display:inline!important}
.product-group-action b{
  color:#f05a65!important;
  -webkit-text-fill-color:#f05a65!important;
  background:rgba(var(--pg-accent-rgb),.085)!important;
  border:1px solid rgba(var(--pg-accent-rgb),.16);
}

.product-group-icon{
  width:70px!important;
  height:70px!important;
  border-radius:50%!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  color:#edf0f4!important;
  background:
    linear-gradient(145deg,#f5f6f8 0%,#959da7 13%,#282d34 31%,#090b0e 52%,#59616b 72%,#f0f2f4 100%)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:
    0 13px 28px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.045),
    0 0 18px rgba(var(--pg-accent-rgb),.075),
    inset 0 1px 0 rgba(255,255,255,.55)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.product-group-icon::before{
  content:""!important;
  position:absolute!important;
  inset:5px!important;
  border-radius:50%!important;
  z-index:0!important;
  background:
    radial-gradient(circle at 35% 28%,rgba(255,255,255,.08),transparent 24%),
    linear-gradient(145deg,#191d22,#050608 68%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.09),inset 0 0 18px rgba(0,0,0,.68)!important;
}
.product-group-icon::after{
  content:"";
  position:absolute;
  inset:-3px;
  z-index:-1;
  border-radius:50%;
  background:conic-gradient(from 205deg,transparent 0 17%,rgba(var(--pg-accent-rgb),.96) 20% 34%,transparent 38% 76%,rgba(255,255,255,.38) 80% 86%,transparent 90%);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  filter:drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.22));
  opacity:.82;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
}
.product-group-icon svg{
  width:32px!important;
  height:32px!important;
  position:relative!important;
  z-index:2!important;
  stroke:#f2f4f7!important;
  stroke-width:1.55!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.55)) drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.10));
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px)!important;
  box-shadow:0 17px 34px rgba(0,0,0,.38),0 0 0 1px rgba(var(--pg-accent-rgb),.16),0 0 22px rgba(var(--pg-accent-rgb),.12),inset 0 1px 0 rgba(255,255,255,.62)!important;
}
.product-group-card:hover .product-group-icon::after{transform:rotate(16deg);opacity:1}
.product-group-card:hover .product-group-action{
  transform:translateX(2px)!important;
  border-color:rgba(var(--pg-accent-rgb),.28)!important;
  background:linear-gradient(145deg,rgba(var(--pg-accent-rgb),.065),rgba(255,255,255,.02))!important;
}

.product-group-clean{--pg-accent-rgb:239,39,54}
html.light .product-group-grid{--pg-accent-rgb:40,103,216}
html.light .product-group-card,html.light .product-group-clean{--pg-accent-rgb:40,103,216}
html.light .product-group-grid{
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(232,237,244,.90))!important;
  border-color:rgba(30,47,70,.15)!important;
  box-shadow:0 28px 66px rgba(26,43,66,.12),inset 0 1px 0 #fff!important;
}
html.light .product-group-card{background:radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%)!important}
html.light .product-group-copy strong{color:#162238!important;-webkit-text-fill-color:#162238!important;text-shadow:none}
html.light .product-group-copy>span{color:#657287!important;-webkit-text-fill-color:#657287!important}
html.light .product-group-action{color:#22334d!important;-webkit-text-fill-color:#22334d!important;border-color:rgba(31,53,83,.13)!important;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(224,230,238,.64))!important}
html.light .product-group-action b{color:#2867d8!important;-webkit-text-fill-color:#2867d8!important;background:rgba(40,103,216,.075)!important;border-color:rgba(40,103,216,.14)!important}
html.light .product-group-icon{
  color:#163566!important;
  background:linear-gradient(145deg,#fff 0%,#d9dee5 18%,#87919e 39%,#f7f9fb 61%,#a8b0ba 78%,#fff 100%)!important;
  border-color:rgba(27,48,76,.20)!important;
  box-shadow:0 12px 24px rgba(31,48,72,.15),0 0 15px rgba(40,103,216,.075),inset 0 1px 0 #fff!important;
}
html.light .product-group-icon::before{background:linear-gradient(145deg,#fbfcfe,#dfe4eb)!important;box-shadow:inset 0 0 0 1px rgba(39,59,86,.08),inset 0 0 14px rgba(53,74,103,.055)!important}
html.light .product-group-icon svg{stroke:#173a70!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.85))}

@media(max-width:900px){
  .product-group-card{grid-template-columns:64px minmax(0,1fr) 44px!important;min-height:160px!important;padding:26px 22px!important;column-gap:15px!important}
  .product-group-icon{width:58px!important;height:58px!important}
  .product-group-icon svg{width:27px!important;height:27px!important}
  .product-group-action{min-width:0!important;width:44px!important;height:44px!important;padding:0!important;justify-content:center!important}
  .product-group-action>span{display:none!important}
}
@media(max-width:600px){
  .product-group-card{grid-template-columns:54px minmax(0,1fr) 38px!important;min-height:148px!important;padding:22px 18px!important;column-gap:12px!important}
  .product-group-icon{width:50px!important;height:50px!important}
  .product-group-icon svg{width:24px!important;height:24px!important}
  .product-group-copy strong{font-size:18px!important}
  .product-group-copy>span{font-size:11.5px!important;line-height:1.48!important}
  .product-group-action{width:38px!important;height:38px!important}
}

body.home-cockpit .home-benefits-cockpit{max-width:1500px!important;margin:16px auto 18px!important;padding:0 28px!important}
body.home-cockpit .home-benefits-cockpit .hchips{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:11px!important}
body.home-cockpit .home-benefits-cockpit .hchip,
html.light body.home-cockpit .home-benefits-cockpit .hchip{
  min-height:128px!important;padding:14px 14px 13px!important;border-radius:14px!important;
  grid-template-columns:66px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;column-gap:12px!important;row-gap:5px!important;
  background:linear-gradient(145deg,rgba(13,16,20,.91),rgba(3,5,8,.94))!important;
  border:1px solid rgba(221,227,234,.20)!important;color:#f3f5f7!important;text-align:left!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(12px) saturate(1.03)!important;-webkit-backdrop-filter:blur(12px) saturate(1.03)!important;
}
body.home-cockpit .home-benefits-cockpit .hchip::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,transparent 18%,rgba(239,39,54,.055) 45%,transparent 70%);opacity:.55}
body.home-cockpit .home-benefits-cockpit .hchip:hover{transform:translateY(-3px)!important;border-color:rgba(239,39,54,.50)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 17px 34px rgba(0,0,0,.31),0 0 18px rgba(239,39,54,.11)!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover{border-color:rgba(40,103,216,.50)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 17px 34px rgba(0,0,0,.31),0 0 18px rgba(40,103,216,.11)!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  grid-row:1/3!important;width:62px!important;height:62px!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:grid!important;place-items:center!important;
}
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after{display:none!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon img{display:block;width:62px!important;height:62px!important;object-fit:contain!important;filter:drop-shadow(0 8px 12px rgba(0,0,0,.35));transition:transform .22s ease,filter .22s ease}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{filter:hue-rotate(215deg) saturate(.9) brightness(1.05) drop-shadow(0 8px 12px rgba(12,32,62,.18))}
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{transform:translateY(-2px) scale(1.035);filter:drop-shadow(0 8px 14px rgba(0,0,0,.40)) drop-shadow(0 0 7px rgba(239,39,54,.18))}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{filter:hue-rotate(215deg) saturate(.95) brightness(1.07) drop-shadow(0 8px 14px rgba(12,32,62,.19)) drop-shadow(0 0 7px rgba(40,103,216,.17))}
body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){align-self:end!important;color:#f6f7f9!important;font-size:12.5px!important;font-weight:700!important;line-height:1.24!important;text-shadow:0 1px 2px #000!important}
body.home-cockpit .home-benefits-cockpit .hchip-desc{align-self:start!important;color:#b2b8c0!important;font-size:10px!important;line-height:1.42!important;font-weight:440!important;-webkit-line-clamp:2!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#f6f7f9!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip-desc{color:#c5cad1!important}

body.home-cockpit .product-groups{padding:74px 0 88px!important;background:#030406!important;border-top:1px solid rgba(223,228,235,.10)!important;border-bottom:1px solid rgba(223,228,235,.10)!important}
html.light body.home-cockpit .product-groups{background:#eef1f5!important;border-color:rgba(28,44,66,.10)!important}
body.home-cockpit .product-groups .wrap{max-width:1600px!important;padding-inline:34px!important}
body.home-cockpit .product-groups-head{text-align:center!important;max-width:1040px!important;margin:0 auto 36px!important}
body.home-cockpit .product-groups-head .kick{display:inline-flex!important;align-items:center!important;gap:16px!important;color:#ef3140!important;letter-spacing:.24em!important;font-size:12px!important;font-weight:700!important}
body.home-cockpit .product-groups-head .title{max-width:1040px!important;margin:20px auto 16px!important;font-size:clamp(38px,4vw,62px)!important;line-height:1.03!important;letter-spacing:-.045em!important;color:#f7f8fa!important}
body.home-cockpit .product-groups-head .lead{max-width:920px!important;margin:0 auto!important;font-size:16px!important;line-height:1.65!important;color:#939ba6!important}
html.light body.home-cockpit .product-groups-head .kick{color:#2867d8!important}
html.light body.home-cockpit .product-groups-head .title{color:#162238!important}
html.light body.home-cockpit .product-groups-head .lead{color:#667387!important}
body.home-cockpit .product-group-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card{
  --pg-accent-rgb:239,39,54;position:relative!important;display:grid!important;
  grid-template-columns:minmax(260px,38%) 76px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;
  min-height:390px!important;padding:28px 34px 34px 0!important;column-gap:20px!important;row-gap:8px!important;
  border:1px solid rgba(215,222,230,.27)!important;border-radius:24px!important;overflow:hidden!important;
  background:radial-gradient(75% 110% at 9% 48%,rgba(239,39,54,.08),transparent 58%),linear-gradient(145deg,#15191e,#080a0d 62%,#11151a)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 55px rgba(0,0,0,.23)!important;
  color:#f3f5f8!important;transform:none!important;
}
body.home-cockpit .product-group-card+.product-group-card{border-inline-start:1px solid rgba(215,222,230,.27)!important}
body.home-cockpit .product-group-card::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(115deg,transparent 20%,rgba(239,39,54,.045) 47%,transparent 69%)!important;opacity:.45!important;pointer-events:none!important}
body.home-cockpit .product-group-card::after{left:0!important;right:auto!important;top:0!important;bottom:0!important;width:1px!important;height:auto!important;background:linear-gradient(180deg,transparent 6%,#ef2736 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(239,39,54,.28)!important;opacity:.85!important}
body.home-cockpit .product-group-card:hover{transform:translateY(-3px)!important;border-color:rgba(239,39,54,.40)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 28px 64px rgba(0,0,0,.30),0 0 22px rgba(239,39,54,.07)!important}
body.home-cockpit .product-group-visual{grid-column:1!important;grid-row:1/4!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:330px!important;object-fit:cover!important;object-position:center bottom!important;opacity:.98!important;z-index:1!important;pointer-events:none!important;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,.65) 88%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,.65) 88%,transparent 100%)}
body.home-cockpit .product-group-index{position:absolute!important;left:30px!important;top:28px!important;z-index:6!important;color:#ef3140!important;font:700 13px/1 "IBM Plex Mono",monospace!important;letter-spacing:.08em!important}
body.home-cockpit .product-group-icon{grid-column:2!important;grid-row:1!important;align-self:end!important;width:70px!important;height:70px!important;border-radius:50%!important;margin-top:52px!important;z-index:4!important}
body.home-cockpit .product-group-copy{grid-column:3!important;grid-row:1/3!important;display:flex!important;align-self:center!important;justify-self:stretch!important;transform:none!important;opacity:1!important;visibility:visible!important;z-index:4!important;margin-top:46px!important}
body.home-cockpit .product-group-copy strong{font-size:31px!important;line-height:1.06!important;color:#f8f9fa!important;-webkit-text-fill-color:#f8f9fa!important;letter-spacing:-.035em!important}
body.home-cockpit .product-group-copy strong::after{content:"";display:block;width:62px;height:2px;background:#ef2736;margin-top:22px;box-shadow:0 0 9px rgba(239,39,54,.22)}
body.home-cockpit .product-group-copy>span{margin-top:24px!important;max-width:510px!important;font-size:17px!important;line-height:1.58!important;color:#c2c7cf!important;-webkit-text-fill-color:#c2c7cf!important}
body.home-cockpit .product-group-action{grid-column:3!important;grid-row:3!important;justify-self:start!important;align-self:end!important;display:inline-flex!important;min-width:220px!important;min-height:58px!important;padding:0 18px 0 24px!important;gap:22px!important;border-radius:14px!important;border:1px solid rgba(239,39,54,.48)!important;background:linear-gradient(145deg,rgba(239,39,54,.085),rgba(8,10,13,.42))!important;color:#f6f7f9!important;z-index:4!important}
body.home-cockpit .product-group-action>span{display:inline!important;font-size:14px!important;font-weight:700!important}
body.home-cockpit .product-group-action b{width:38px!important;height:38px!important;border-radius:11px!important;color:#ff3443!important;background:rgba(239,39,54,.08)!important;border-color:rgba(239,39,54,.14)!important;font-size:22px!important}
html.light body.home-cockpit .product-group-card{--pg-accent-rgb:40,103,216;background:radial-gradient(75% 110% at 9% 48%,rgba(40,103,216,.055),transparent 58%),linear-gradient(145deg,#fbfcfe,#e7ebf1 62%,#f2f5f9)!important;border-color:rgba(30,48,74,.18)!important;box-shadow:inset 0 1px 0 #fff,0 22px 50px rgba(32,49,73,.10)!important;color:#172338!important}
html.light body.home-cockpit .product-group-card::before{background:linear-gradient(115deg,transparent 20%,rgba(40,103,216,.045) 47%,transparent 69%)!important}
html.light body.home-cockpit .product-group-card::after{background:linear-gradient(180deg,transparent 6%,#2867d8 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(40,103,216,.22)!important}
html.light body.home-cockpit .product-group-index{color:#2867d8!important}
html.light body.home-cockpit .product-group-copy strong{color:#172338!important;-webkit-text-fill-color:#172338!important}
html.light body.home-cockpit .product-group-copy strong::after{background:#2867d8;box-shadow:0 0 9px rgba(40,103,216,.18)}
html.light body.home-cockpit .product-group-copy>span{color:#59677a!important;-webkit-text-fill-color:#59677a!important}
html.light body.home-cockpit .product-group-action{border-color:rgba(40,103,216,.36)!important;background:linear-gradient(145deg,rgba(40,103,216,.06),rgba(255,255,255,.52))!important;color:#20314b!important}
html.light body.home-cockpit .product-group-action b{color:#2867d8!important;background:rgba(40,103,216,.07)!important;border-color:rgba(40,103,216,.13)!important}

body.home-cockpit .dash-partners{position:relative!important;overflow:hidden!important}
body.home-cockpit .dash-partner-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:hidden!important;scrollbar-width:none!important;scroll-snap-type:none!important;justify-content:flex-start!important;padding:12px 44px 14px!important;min-height:112px!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
body.home-cockpit .dash-partner-grid::-webkit-scrollbar{display:none!important}
body.home-cockpit .dash-partner-slot{flex:0 0 132px!important;min-width:132px!important;min-height:76px!important}
.dash-partner-clone{pointer-events:none!important}
.dash-partner-nav{position:absolute;z-index:8;top:50%;transform:translateY(-7%);width:34px;height:46px;border:0;background:transparent;color:#cdd2d8;font-size:31px;font-weight:200;cursor:pointer;display:grid;place-items:center;opacity:.9}
.dash-partner-nav.prev{left:9px}.dash-partner-nav.next{right:9px}
.dash-partner-nav:hover{color:#fff}.dash-partner-nav.prev:hover{transform:translate(-2px,-7%)}.dash-partner-nav.next:hover{transform:translate(2px,-7%)}
html.light .dash-partner-nav{color:#667386}html.light .dash-partner-nav:hover{color:#1f2937}

body.home-cockpit .dash-clock-strip{min-height:150px!important;display:flex!important;gap:16px!important;padding:10px 52px 12px!important;justify-content:flex-start!important;overflow-x:hidden!important;scrollbar-width:none!important;scroll-snap-type:none!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
body.home-cockpit .dash-clock-strip::-webkit-scrollbar{display:none!important}
body.home-cockpit .dash-clock{flex:0 0 96px!important;min-width:96px!important}
body.home-cockpit .clock-face{width:68px!important;height:68px!important}
body.home-cockpit .dash-clock>strong{font-size:9.5px!important;margin-top:7px!important}
body.home-cockpit .dash-clock .clock-time{font-size:17px!important;margin-top:2px!important}
body.home-cockpit .dash-clock .clock-country{font-size:8px!important;margin-top:3px!important}
body.home-cockpit .clock-face .hour{height:17px!important}
body.home-cockpit .clock-face .minute{height:24px!important}
body.home-cockpit .clock-face .second{height:26px!important;background:#dc633e!important;box-shadow:0 0 5px rgba(220,99,62,.30)!important}
.v183-marquee-clone{pointer-events:none!important}

@media(max-width:1200px){
 body.home-cockpit .home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.home-cockpit .product-group-card{grid-template-columns:minmax(190px,34%) 60px minmax(0,1fr)!important;min-height:330px!important;padding:24px 24px 28px 0!important;column-gap:14px!important}
 body.home-cockpit .product-group-visual{min-height:280px!important}
 body.home-cockpit .product-group-icon{width:58px!important;height:58px!important}
 body.home-cockpit .product-group-copy strong{font-size:26px!important}
 body.home-cockpit .product-group-copy>span{font-size:14px!important}
 body.home-cockpit .product-group-action{min-width:0!important;min-height:50px!important}
}
@media(max-width:760px){
 body.home-cockpit .home-benefits-cockpit{padding:0 12px!important}
 body.home-cockpit .home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 body.home-cockpit .home-benefits-cockpit .hchip{min-height:112px!important;padding:10px!important;grid-template-columns:52px minmax(0,1fr)!important;column-gap:8px!important}
 body.home-cockpit .home-benefits-cockpit .hchip-icon,body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:50px!important;height:50px!important}
 body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px!important}
 body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:8.7px!important}
 body.home-cockpit .product-groups{padding:52px 0 62px!important}
 body.home-cockpit .product-groups .wrap{padding-inline:14px!important}
 body.home-cockpit .product-groups-head{margin-bottom:24px!important;text-align:left!important}
 body.home-cockpit .product-groups-head .title{font-size:34px!important;margin:14px 0 12px!important}
 body.home-cockpit .product-groups-head .lead{font-size:13px!important;margin:0!important}
 body.home-cockpit .product-group-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding-bottom:5px!important;scrollbar-width:none!important}
 body.home-cockpit .product-group-grid::-webkit-scrollbar{display:none!important}
 body.home-cockpit .product-group-card{flex:0 0 88vw!important;display:grid!important;grid-template-columns:126px 52px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;min-height:290px!important;padding:20px 18px 22px 0!important;column-gap:10px!important;scroll-snap-align:center!important}
 body.home-cockpit .product-group-visual{min-height:250px!important}
 body.home-cockpit .product-group-index{left:18px!important;top:18px!important;font-size:10px!important}
 body.home-cockpit .product-group-icon{width:50px!important;height:50px!important;margin-top:40px!important}
 body.home-cockpit .product-group-copy{margin-top:34px!important}
 body.home-cockpit .product-group-copy strong{font-size:19px!important}
 body.home-cockpit .product-group-copy strong::after{width:40px!important;margin-top:12px!important}
 body.home-cockpit .product-group-copy>span{font-size:11.3px!important;line-height:1.48!important;margin-top:12px!important}
 body.home-cockpit .product-group-action{min-height:42px!important;padding:0 10px 0 13px!important;gap:8px!important;border-radius:11px!important}
 body.home-cockpit .product-group-action>span{font-size:10px!important}
 body.home-cockpit .product-group-action b{width:28px!important;height:28px!important;font-size:17px!important}
 body.home-cockpit .dash-partner-slot{flex-basis:112px!important;min-width:112px!important}
 body.home-cockpit .dash-clock{flex-basis:88px!important;min-width:88px!important}
 body.home-cockpit .clock-face{width:60px!important;height:60px!important}
}

body.home-cockpit .marq{display:none!important}

body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  width:70px!important;height:70px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.16),transparent 28%),linear-gradient(145deg,#20252b 0%,#090b0e 55%,#171b20 100%)!important;
  border:1px solid rgba(220,225,232,.48)!important;
  box-shadow:inset 0 0 0 3px rgba(2,4,7,.9),inset 0 0 0 4px rgba(255,255,255,.06),0 0 0 1px rgba(239,39,54,.38),0 9px 20px rgba(0,0,0,.34)!important;
  position:relative!important;
}
body.home-cockpit .home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:5px!important;border-radius:50%!important;
  border:1px solid rgba(239,39,54,.42)!important;pointer-events:none!important;z-index:2!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,#f8fbff 0%,#cbd3de 50%,#eef2f7 100%)!important;
  border-color:rgba(67,82,105,.38)!important;
  box-shadow:inset 0 0 0 3px rgba(245,248,252,.95),inset 0 0 0 4px rgba(42,65,98,.08),0 0 0 1px rgba(40,103,216,.34),0 9px 20px rgba(31,48,72,.14)!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before{border-color:rgba(40,103,216,.42)!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important;border-radius:50%!important;
  transform:none!important;filter:drop-shadow(0 5px 8px rgba(0,0,0,.40))!important;position:relative!important;z-index:1!important;
}
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{transform:scale(1.04)!important;filter:drop-shadow(0 5px 9px rgba(0,0,0,.46)) drop-shadow(0 0 7px rgba(239,39,54,.22))!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{filter:drop-shadow(0 5px 9px rgba(22,39,66,.18)) drop-shadow(0 0 7px rgba(40,103,216,.20))!important}

body.home-cockpit .dash-ops{background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important;border-color:rgba(210,216,225,.22)!important;overflow:hidden!important}
body.home-cockpit .dash-ops .dash-panel-title{height:48px!important;padding:0 28px!important;font-family:Georgia,'Times New Roman',serif!important;font-size:15px!important;letter-spacing:.035em!important;color:#f1f2f4!important}
body.home-cockpit .dash-ops .dash-panel-title::after{left:28px!important;width:20px!important;height:1px!important;background:#ef2736!important;box-shadow:none!important}
body.home-cockpit .dash-ops-flow{
  min-height:174px!important;padding:20px 22px 17px!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:6px!important;align-items:start!important;overflow:visible!important;
}
body.home-cockpit .dash-ops-flow::before{
  left:8.7%!important;right:8.7%!important;top:50px!important;height:2px!important;
  background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.20)!important;opacity:.95!important;
}
body.home-cockpit .dash-op{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;color:#f0f1f3!important;min-width:0!important;position:relative!important}
body.home-cockpit .dash-op-ico{
  order:1!important;width:62px!important;height:62px!important;display:block!important;border:0!important;border-radius:50%!important;
  background:none!important;box-shadow:none!important;padding:0!important;overflow:visible!important;position:relative!important;z-index:2!important;
}
body.home-cockpit .dash-op-ico img{display:block!important;width:62px!important;height:62px!important;object-fit:contain!important;border-radius:50%!important;filter:drop-shadow(0 7px 12px rgba(0,0,0,.40))!important}
body.home-cockpit .dash-op b{order:2!important;margin:7px 0 0!important;color:#ef2736!important;font:500 10px/1 'IBM Plex Mono',monospace!important}
body.home-cockpit .dash-op small{order:3!important;margin-top:7px!important;max-width:112px!important;min-height:34px!important;color:#f0f1f3!important;font-size:11.6px!important;line-height:1.35!important;font-weight:440!important}
body.home-cockpit .dash-op:hover{transform:translateY(-2px)!important}
body.home-cockpit .dash-op:hover .dash-op-ico{box-shadow:none!important}
body.home-cockpit .dash-op:hover .dash-op-ico img{filter:drop-shadow(0 7px 12px rgba(0,0,0,.45)) drop-shadow(0 0 8px rgba(239,39,54,.20))!important}
html.light body.home-cockpit .dash-ops{background:linear-gradient(155deg,#10141a,#06080b 72%)!important;border-color:rgba(44,57,76,.25)!important}
html.light body.home-cockpit .dash-ops-flow::before{background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.18)!important}
html.light body.home-cockpit .dash-op,html.light body.home-cockpit .dash-op small{color:#f0f1f3!important}
html.light body.home-cockpit .dash-op b{color:#ef2736!important}

body.home-cockpit .dash-clock-strip,body.home-cockpit .dash-partner-grid{
  overflow:hidden!important;position:relative!important;scroll-behavior:auto!important;touch-action:pan-y!important;cursor:grab!important;
}
body.home-cockpit .dash-clock-strip:active,body.home-cockpit .dash-partner-grid:active{cursor:grabbing!important}
.v184-rail-track{display:flex!important;align-items:center!important;width:max-content!important;will-change:transform!important;transform:translate3d(0,0,0);gap:inherit!important}
body.home-cockpit .dash-clock-strip>.v184-rail-track{padding:0!important}
body.home-cockpit .dash-partner-grid>.v184-rail-track{padding:0!important;align-items:stretch!important}
.v184-rail-clone{pointer-events:none!important;user-select:none!important}
body.home-cockpit .dash-clock-strip .dash-clock{flex:0 0 104px!important;min-width:104px!important}
body.home-cockpit .dash-partner-grid .dash-partner-slot{flex:0 0 132px!important;min-width:132px!important}
body.home-cockpit .dash-clock-strip{padding:10px 52px 12px!important;gap:0!important}
body.home-cockpit .dash-clock-strip .v184-rail-track{gap:16px!important}
body.home-cockpit .dash-partner-grid{padding:12px 44px 14px!important;gap:0!important}
body.home-cockpit .dash-partner-grid .v184-rail-track{gap:10px!important}

body.home-cockpit .clock-face{width:72px!important;height:72px!important;border:1px solid #c1c6cd!important;background:radial-gradient(circle at 36% 30%,#2a2e34 0%,#0a0c0f 58%,#020304 100%)!important;box-shadow:inset 0 0 0 3px #090b0e,inset 0 0 0 4px rgba(255,255,255,.18),0 7px 15px rgba(0,0,0,.34)!important}
body.home-cockpit .dash-clock>strong{font-size:10px!important;color:#f2f3f5!important;letter-spacing:.035em!important}
body.home-cockpit .dash-clock .clock-time{font-size:18px!important;color:#fff!important;font-weight:560!important}
body.home-cockpit .dash-clock .clock-country{font-size:9px!important;color:#c6cbd1!important}
body.home-cockpit .clock-face .second{background:#e06940!important;box-shadow:0 0 5px rgba(224,105,64,.35)!important}
html.light body.home-cockpit .dash-clocks{background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important;color:#f3f5f8!important}
html.light body.home-cockpit .dash-clocks .dash-panel-title,html.light body.home-cockpit .dash-clock>strong,html.light body.home-cockpit .dash-clock .clock-time{color:#f3f5f8!important}
html.light body.home-cockpit .dash-clock .clock-country{color:#c3c8cf!important}

@media(max-width:1200px){
  body.home-cockpit .dash-ops-flow{grid-template-columns:repeat(6,100px)!important;overflow-x:auto!important;justify-content:flex-start!important;padding-inline:16px!important}
  body.home-cockpit .dash-ops-flow::before{left:56px!important;right:auto!important;width:500px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:62px!important;height:62px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:52px!important;height:52px!important}
}
@media(max-width:760px){
  body.home-cockpit .home-benefits-cockpit .hchip{grid-template-columns:54px minmax(0,1fr)!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:52px!important;height:52px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:44px!important;height:44px!important}
  body.home-cockpit .dash-ops-flow{min-height:166px!important}
  body.home-cockpit .dash-op small{font-size:10px!important;max-width:92px!important}
  body.home-cockpit .dash-clock-strip .dash-clock{flex-basis:92px!important;min-width:92px!important}
  body.home-cockpit .clock-face{width:64px!important;height:64px!important}
}
@media(prefers-reduced-motion:reduce){.v184-rail-track{will-change:auto!important}}

.home-benefits-cockpit .hchip,
body.home-cockpit .home-benefits-cockpit .hchip,
html.light body.home-cockpit .home-benefits-cockpit .hchip{
  grid-template-columns:66px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  row-gap:10px!important;
  align-items:center!important;
  align-content:center!important;
  min-height:132px!important;
  padding:14px 13px 14px!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
}

.home-benefits-cockpit .hchip>span:not(.hchip-icon),
body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  text-align:left!important;
  font-size:12.6px!important;
  line-height:1.26!important;
  font-weight:700!important;
  overflow-wrap:anywhere!important;
}

.home-benefits-cockpit .hchip-desc,
body.home-cockpit .home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:stretch!important;
  width:100%!important;
  text-align:center!important;
  display:block!important;
  -webkit-line-clamp:none!important;
  -webkit-box-orient:horizontal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:10.4px!important;
  line-height:1.5!important;
  font-weight:450!important;
  padding-top:2px!important;
  overflow-wrap:anywhere!important;
}

html[dir="rtl"] .home-benefits-cockpit .hchip>span:not(.hchip-icon),
html[dir="rtl"] body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  text-align:right!important;
}

@media(max-width:1200px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:62px minmax(0,1fr)!important;min-height:130px!important}
}
@media(max-width:1100px){
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.2px!important}
}
@media(max-width:760px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:54px minmax(0,1fr)!important;
    column-gap:9px!important;row-gap:8px!important;
    min-height:126px!important;padding:12px 10px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.4px!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9.6px!important;line-height:1.45!important}
}

html.light body.home-cockpit .home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
.home-benefits-cockpit .hchip-icon{
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.10),transparent 30%),linear-gradient(150deg,#1b2026 0%,#080a0d 58%,#141319 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 3px rgba(2,4,7,.92),0 0 0 1px rgba(239,39,54,.30),0 8px 18px rgba(0,0,0,.34)!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:4px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.34)!important;pointer-events:none!important;z-index:2!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
.home-benefits-cockpit .hchip-icon::after{display:none!important}

html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.40))!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  filter:drop-shadow(0 5px 9px rgba(0,0,0,.46)) drop-shadow(0 0 7px rgba(239,39,54,.22))!important;
}

@media(max-width:600px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:138px!important;padding:11px 9px!important}
  .home-benefits-cockpit .hchip-icon,
  body.home-cockpit .home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:46px!important;height:46px!important}
  .home-benefits-cockpit .hchip-icon img,
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
    width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.6px!important;line-height:1.22!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9px!important;line-height:1.44!important}
}

.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;
  max-width:100%!important;max-height:100%!important;
  border-radius:50%!important;
  object-fit:cover!important;object-position:center center!important;
  display:block!important;
  transform:none!important;
  filter:none!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:scale(1.05)!important;
  filter:none!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(239,39,54,.34),0 8px 18px rgba(0,0,0,.34)!important;
}
.home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:3px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.40)!important;
  pointer-events:none!important;z-index:2!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  background:transparent!important;border:0!important;box-shadow:none!important;
  border-radius:0!important;overflow:visible!important;
}
.home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after{display:none!important}
.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;border-radius:0!important;transform:none!important;
  filter:drop-shadow(0 7px 12px rgba(0,0,0,.40))!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:translateY(-2px) scale(1.05)!important;
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.45)) drop-shadow(0 0 9px rgba(239,39,54,.22))!important;
}

.dash-partner-slot{padding:10px 14px!important}
.dash-partner-slot img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}
body.home-cockpit .dash-partner-slot{flex:0 0 152px!important;min-width:152px!important;min-height:80px!important}

html.light .dash-partner-slot{
  border-color:rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,rgba(28,32,38,.92),rgba(6,8,11,.94))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
@media(max-width:700px){
  body.home-cockpit .dash-partner-slot{flex:0 0 128px!important;min-width:128px!important;min-height:70px!important}
}

.dash-partner-slot,
html.light .dash-partner-slot,
body.home-cockpit .dash-partner-slot{
  background:linear-gradient(160deg,#ffffff 0%,#eef1f5 100%)!important;
  border:1px solid rgba(18,28,44,.10)!important;
  box-shadow:inset 0 1px 0 #fff,0 6px 14px rgba(0,0,0,.22)!important;
}
.dash-partner-slot:hover,
html.light .dash-partner-slot:hover{
  border-color:rgba(239,39,54,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 18px rgba(0,0,0,.28),0 0 14px rgba(239,39,54,.10)!important;
}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.4)!important}
.dash-partner-slot img{filter:none!important}

body.home-cockpit .dash-weekly{min-width:0;overflow:hidden!important;background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important}
body.home-cockpit .weekly-deals-head{gap:12px;white-space:nowrap}
body.home-cockpit .weekly-deals-head>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}
.weekly-refresh{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(239,39,54,.28);border-radius:999px;background:rgba(239,39,54,.07);color:#f1b9bf;font:650 8px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;white-space:nowrap}
.weekly-refresh i{width:6px;height:6px;border-radius:50%;background:#ef2736;box-shadow:0 0 10px rgba(239,39,54,.62);animation:v205DealPulse 1.8s ease-in-out infinite}
@keyframes v205DealPulse{50%{opacity:.45;transform:scale(.78)}}
.weekly-deals-sub{position:relative;z-index:2;padding:8px 50px 2px;color:#969faa;font-size:9.2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-vp{position:relative;z-index:2;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x pan-y;padding:7px 50px 8px;direction:ltr}
.weekly-deal-vp::-webkit-scrollbar{display:none}
.weekly-deal-track{display:flex;gap:10px;width:max-content;min-width:100%}
.weekly-deal-card{position:relative;display:grid;grid-template-columns:92px minmax(145px,1fr);flex:0 0 292px;height:96px;border:1px solid rgba(225,230,237,.14);border-radius:10px;overflow:hidden;background:linear-gradient(145deg,rgba(26,30,36,.78),rgba(7,9,12,.88));color:#f3f5f8;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 19px rgba(0,0,0,.18);scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.weekly-deal-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.035) 45%,transparent 61%)}
.weekly-deal-card:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 25px rgba(0,0,0,.24),0 0 16px rgba(239,39,54,.07)}
.weekly-deal-media{position:relative;min-width:0;overflow:hidden;background:#0b0d11}
.weekly-deal-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(7,9,12,.92) 100%);pointer-events:none}
.weekly-deal-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.76) saturate(.82) contrast(1.03);transition:transform .28s ease,filter .28s ease}
.weekly-deal-card:hover .weekly-deal-media img{transform:scale(1.035);filter:brightness(.84) saturate(.92) contrast(1.04)}
.weekly-deal-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:10px 12px 10px 10px;text-align:left;direction:ltr}
html[dir="rtl"] .weekly-deal-copy{direction:rtl;text-align:right;align-items:flex-end}
.weekly-deal-badge{display:inline-flex;padding:4px 6px;border-radius:5px;border:1px solid rgba(239,39,54,.27);background:rgba(239,39,54,.08);color:#f0adb5;font:650 7px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;text-transform:uppercase;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-copy strong{display:block;width:100%;margin-top:6px;color:#f7f8fa;font-size:12.5px;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-meta{display:block;width:100%;margin-top:4px;color:#8e98a5;font:500 8px/1.15 "IBM Plex Mono",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-cta{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#d9dde3;font-size:8.4px;font-weight:650}
.weekly-deal-cta b{color:#ef2736;font-size:12px;line-height:1;transition:transform .18s ease}.weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(2px)}
html[dir="rtl"] .weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(-2px)}
.weekly-deal-nav{position:absolute;z-index:6;top:50%;transform:translateY(-1px);width:30px;height:42px;border:0;background:linear-gradient(90deg,rgba(5,7,10,.88),rgba(5,7,10,.30));color:#d7dce2;font-size:27px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:.92;transition:color .18s ease,transform .18s ease}
.weekly-deal-nav.prev{left:10px}.weekly-deal-nav.next{right:10px;background:linear-gradient(270deg,rgba(5,7,10,.88),rgba(5,7,10,.30))}.weekly-deal-nav:hover{color:#ef2736}.weekly-deal-nav.prev:hover{transform:translate(-2px,-1px)}.weekly-deal-nav.next:hover{transform:translate(2px,-1px)}
.weekly-deals-note{position:relative;z-index:2;min-height:24px;padding:2px 50px 8px;color:#68727f;font-size:7.6px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html.light body.home-cockpit .dash-weekly{background:linear-gradient(155deg,#10141a,#06080b 72%)!important;color:#f3f5f8!important}
html.light body.home-cockpit .dash-weekly .dash-panel-title{color:#f1f2f4!important;border-bottom-color:rgba(220,225,233,.10)!important}
html.light body.home-cockpit .dash-weekly .dash-panel-title::after{background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.36)!important}
html.light .weekly-deals-sub{color:#aeb6c1}.weekly-deal-card{isolation:isolate}
@media(max-width:1200px){.weekly-deal-card{flex-basis:276px}.weekly-deals-sub{padding-inline:46px}}
@media(max-width:760px){
 body.home-cockpit .weekly-deals-head{height:auto!important;min-height:44px!important;padding-top:8px!important;padding-bottom:8px!important;align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
 body.home-cockpit .weekly-deals-head>span:first-child{white-space:normal!important;line-height:1.15!important;overflow:visible!important}
 .weekly-refresh{font-size:7px;padding:4px 7px}
 .weekly-deals-sub{padding:8px 42px 2px;font-size:8.4px;white-space:normal;min-height:31px}
 .weekly-deal-vp{padding:7px 42px 8px}
 .weekly-deal-card{grid-template-columns:78px minmax(130px,1fr);flex-basis:min(82vw,282px);height:94px}
 .weekly-deal-copy strong{font-size:11.7px}.weekly-deal-meta{font-size:7.4px}.weekly-deal-cta{font-size:8px}
 .weekly-deal-nav{width:27px;height:40px}.weekly-deal-nav.prev{left:6px}.weekly-deal-nav.next{right:6px}
 .weekly-deals-note{padding:2px 42px 8px;font-size:7px;white-space:normal;min-height:27px}
}
@media(prefers-reduced-motion:reduce){.weekly-refresh i{animation:none}.weekly-deal-vp{scroll-behavior:auto}.weekly-deal-card,.weekly-deal-media img,.weekly-deal-cta b{transition:none!important}}

body.home-cockpit .hero-logo-marquee{
  position:relative;z-index:5;width:100%;height:104px;overflow:hidden;
  direction:ltr;
  background:
    radial-gradient(60% 170% at 50% -80%,rgba(239,39,54,.105),transparent 62%),
    linear-gradient(180deg,rgba(11,14,18,.985),rgba(5,7,10,.995));
  border-top:1px solid rgba(231,235,241,.10);
  border-bottom:1px solid rgba(231,235,241,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(0,0,0,.52),0 12px 34px rgba(0,0,0,.18);
}
body.home-cockpit .hero-logo-marquee::before,
body.home-cockpit .hero-logo-marquee::after{
  content:"";position:absolute;z-index:4;top:0;bottom:0;width:min(8vw,128px);pointer-events:none;
}
body.home-cockpit .hero-logo-marquee::before{left:0;background:linear-gradient(90deg,#07090c 8%,rgba(7,9,12,.88) 31%,transparent)}
body.home-cockpit .hero-logo-marquee::after{right:0;background:linear-gradient(270deg,#07090c 8%,rgba(7,9,12,.88) 31%,transparent)}
body.home-cockpit .hero-logo-marquee::selection{background:transparent}
body.home-cockpit .hero-logo-a11y{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
body.home-cockpit .hero-logo-vp{
  width:100%;height:100%;display:flex;align-items:center;overflow:hidden!important;position:relative;z-index:2;
  cursor:grab;touch-action:pan-y;overscroll-behavior-x:contain;user-select:none;-webkit-user-select:none;
}
body.home-cockpit .hero-logo-vp:active{cursor:grabbing}
body.home-cockpit .hero-logo-vp>.v184-rail-track{
  height:100%;align-items:center!important;gap:34px!important;padding:0 28px!important;
}
body.home-cockpit .hero-logo-item{
  flex:0 0 158px;min-width:158px;height:84px;display:grid;place-items:center;position:relative;
  background:transparent!important;border:0!important;box-shadow:none!important;
  opacity:.94;transition:opacity .18s ease,transform .18s ease,filter .18s ease;
}
body.home-cockpit .hero-logo-item img{
  display:block;max-width:154px;max-height:62px;width:auto;height:auto;object-fit:contain;
  pointer-events:none;user-select:none;-webkit-user-drag:none;
  filter:drop-shadow(0 4px 6px rgba(0,0,0,.42));
}
body.home-cockpit .hero-logo-item:hover{
  opacity:1;transform:scale(1.055);filter:drop-shadow(0 0 9px rgba(239,39,54,.10));
}

html.light body.home-cockpit .hero-logo-marquee{
  background:
    radial-gradient(60% 170% at 50% -80%,rgba(239,39,54,.095),transparent 62%),
    linear-gradient(180deg,#10141a,#06080b 92%)!important;
  border-top-color:rgba(225,230,238,.15)!important;border-bottom-color:rgba(20,28,40,.42)!important;
}
html.light body.home-cockpit .hero-logo-marquee::before{background:linear-gradient(90deg,#080b0f 8%,rgba(8,11,15,.89) 31%,transparent)!important}
html.light body.home-cockpit .hero-logo-marquee::after{background:linear-gradient(270deg,#080b0f 8%,rgba(8,11,15,.89) 31%,transparent)!important}

body.home-cockpit .dash-grid-top{grid-template-columns:minmax(0,1fr)!important}

@media(max-width:980px){
  body.home-cockpit .hero-logo-marquee{height:94px}
  body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:25px!important;padding-inline:20px!important}
  body.home-cockpit .hero-logo-item{flex-basis:140px;min-width:140px;height:78px}
  body.home-cockpit .hero-logo-item img{max-width:136px;max-height:57px}
}
@media(max-width:620px){
  body.home-cockpit .hero-logo-marquee{height:82px}
  body.home-cockpit .hero-logo-marquee::before,body.home-cockpit .hero-logo-marquee::after{width:38px}
  body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:19px!important;padding-inline:14px!important}
  body.home-cockpit .hero-logo-item{flex-basis:116px;min-width:116px;height:68px}
  body.home-cockpit .hero-logo-item img{max-width:112px;max-height:49px}
}
@media(prefers-reduced-motion:reduce){
  body.home-cockpit .hero-logo-item{transition:none!important}
}

body.home-cockpit .hero-logo-marquee{
  height:74px!important;
  background:linear-gradient(180deg,#07080a 0%,#020304 100%)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02),0 8px 22px rgba(0,0,0,.16)!important;
}
body.home-cockpit .hero-logo-marquee::before,
body.home-cockpit .hero-logo-marquee::after{width:min(6vw,86px)!important}
body.home-cockpit .hero-logo-marquee::before{background:linear-gradient(90deg,#020304 10%,rgba(2,3,4,.88) 38%,transparent)!important}
body.home-cockpit .hero-logo-marquee::after{background:linear-gradient(270deg,#020304 10%,rgba(2,3,4,.88) 38%,transparent)!important}
body.home-cockpit .hero-logo-vp>.v184-rail-track{
  gap:20px!important;padding:0 18px!important;height:100%;align-items:center!important;
}
body.home-cockpit .hero-logo-item{
  flex:0 0 124px!important;min-width:124px!important;height:58px!important;
  display:grid!important;place-items:center!important;opacity:.98!important;
  transform:translateZ(0);filter:none!important;
}
body.home-cockpit .hero-logo-item::before{
  content:"";display:block;width:116px;height:44px;
  background-image:var(--logo-dark);background-repeat:no-repeat;background-position:center;background-size:contain;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.88)) drop-shadow(0 0 1px rgba(255,255,255,.11));
  transform:translateZ(0);transition:transform .18s ease,filter .18s ease,opacity .18s ease;
}
body.home-cockpit .hero-logo-item:hover::before{
  transform:scale(1.045);filter:drop-shadow(0 2px 3px rgba(0,0,0,.82)) drop-shadow(0 0 5px rgba(239,39,54,.12));
}
body.home-cockpit .hero-logo-item img{display:none!important}

html.light body.home-cockpit .hero-logo-marquee{
  background:linear-gradient(180deg,#ffffff 0%,#f7f8fa 100%)!important;
  border-top:1px solid rgba(17,24,39,.09)!important;
  border-bottom:1px solid rgba(17,24,39,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 20px rgba(15,23,42,.07)!important;
}
html.light body.home-cockpit .hero-logo-marquee::before{background:linear-gradient(90deg,#fff 10%,rgba(255,255,255,.92) 38%,transparent)!important}
html.light body.home-cockpit .hero-logo-marquee::after{background:linear-gradient(270deg,#fff 10%,rgba(255,255,255,.92) 38%,transparent)!important}
html.light body.home-cockpit .hero-logo-item::before{
  background-image:var(--logo-light);
  filter:drop-shadow(0 1px 1px rgba(15,23,42,.13));
}
html.light body.home-cockpit .hero-logo-item:hover::before{
  filter:drop-shadow(0 2px 4px rgba(15,23,42,.16)) drop-shadow(0 0 4px rgba(239,39,54,.08));
}

@media(max-width:980px){
  body.home-cockpit .hero-logo-marquee{height:64px!important}
  body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:16px!important;padding-inline:14px!important}
  body.home-cockpit .hero-logo-item{flex-basis:110px!important;min-width:110px!important;height:52px!important}
  body.home-cockpit .hero-logo-item::before{width:102px;height:38px}
}
@media(max-width:620px){
  body.home-cockpit .hero-logo-marquee{height:56px!important}
  body.home-cockpit .hero-logo-marquee::before,body.home-cockpit .hero-logo-marquee::after{width:28px!important}
  body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:13px!important;padding-inline:10px!important}
  body.home-cockpit .hero-logo-item{flex-basis:96px!important;min-width:96px!important;height:46px!important}
  body.home-cockpit .hero-logo-item::before{width:88px;height:33px}
}

body.home-cockpit .hero{
  height:clamp(930px,calc(100svh + 90px),1180px)!important;
  min-height:930px!important;
  box-sizing:border-box!important;
  isolation:isolate;
}
body.home-cockpit .hero .hero-vid,
body.home-cockpit .hero::before{
  width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center center!important;
}

body.home-cockpit .hero .hero-inner{
  z-index:4!important;
  width:min(100%,1180px)!important;
  transform:translateY(-86px);
  padding-inline:24px!important;
}
body.home-cockpit .hero .scroll-cue,
body.home-cockpit .hero .hero-stage{display:none!important}

body.home-cockpit .hero>.home-benefits-cockpit{
  position:absolute!important;
  z-index:6!important;
  left:50%!important;right:auto!important;
  bottom:28px!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 56px),1660px)!important;
  max-width:1660px!important;
  margin:0!important;padding:0!important;
  pointer-events:auto;
}
body.home-cockpit .hero>.home-benefits-cockpit>.wrap{max-width:none!important;width:100%!important;padding:0!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;max-width:none!important;margin:0!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-width:0!important;
  min-height:172px!important;
  padding:16px 15px 14px!important;
  border-radius:14px!important;
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  grid-template-rows:minmax(76px,auto) 1fr!important;
  column-gap:12px!important;row-gap:9px!important;
  align-items:center!important;
  text-align:left!important;
  color:#f4f6f8!important;
  background:linear-gradient(145deg,rgba(14,17,21,.86),rgba(4,6,9,.79))!important;
  border:1px solid rgba(220,226,234,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 14px 34px rgba(0,0,0,.32)!important;
  backdrop-filter:blur(13px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(13px) saturate(1.08)!important;
  overflow:hidden!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  background:linear-gradient(115deg,transparent 18%,rgba(239,39,54,.05) 46%,transparent 72%)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(239,39,54,.48)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(0,0,0,.38),0 0 18px rgba(239,39,54,.10)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  grid-column:1!important;grid-row:1!important;
  width:76px!important;height:76px!important;
  align-self:center!important;justify-self:center!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  width:76px!important;height:76px!important;max-width:76px!important;max-height:76px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 7px 13px rgba(0,0,0,.46))!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2!important;grid-row:1!important;
  align-self:center!important;
  color:#f5f6f8!important;
  -webkit-text-fill-color:#f5f6f8!important;
  font-size:clamp(12px,.78vw,15px)!important;
  line-height:1.22!important;font-weight:760!important;
  text-align:left!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;grid-row:2!important;
  align-self:start!important;
  display:block!important;width:100%!important;
  padding:0 2px!important;
  color:#aeb6c1!important;-webkit-text-fill-color:#aeb6c1!important;
  font-size:10.2px!important;line-height:1.46!important;font-weight:450!important;
  text-align:center!important;
  overflow:visible!important;text-overflow:clip!important;
  white-space:normal!important;
}
html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){text-align:right!important}
html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{text-align:center!important}

body.home-cockpit .hero .fade::after{
  content:"";position:absolute;inset:auto 0 0;height:34%;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(2,4,7,.40) 42%,rgba(2,4,7,.68));
}

@media(max-width:1320px){
  body.home-cockpit .hero{height:clamp(930px,calc(100svh + 110px),1160px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit{width:min(calc(100% - 34px),1320px)!important;bottom:22px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:124px!important;grid-template-columns:62px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;padding:11px 13px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:60px!important;height:60px!important;max-width:60px!important;max-height:60px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:9.4px!important;line-height:1.4!important}
  body.home-cockpit .hero .hero-inner{transform:translateY(-115px)}
}

@media(max-width:760px){
  body.home-cockpit .hero{
    height:auto!important;min-height:1160px!important;
    padding:104px 0 32px!important;
    align-items:flex-start!important;
  }
  body.home-cockpit .hero .hero-inner{
    position:relative!important;transform:none!important;
    margin:54px auto 0!important;padding:0 18px!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit{
    left:12px!important;right:12px!important;bottom:20px!important;
    width:auto!important;max-width:none!important;transform:none!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:139px!important;padding:11px 9px!important;
    grid-template-columns:48px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;
    column-gap:8px!important;row-gap:7px!important;border-radius:12px!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.4px!important;line-height:1.2!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.7px!important;line-height:1.38!important;padding:0!important}
  body.home-cockpit .hero .fade::after{height:48%}
}

@media(max-width:390px){
  body.home-cockpit .hero{min-height:1200px!important}
  body.home-cockpit .hero>.home-benefits-cockpit{left:8px!important;right:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:7px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:146px!important;padding:10px 8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.2px!important}
}

body.home-cockpit .hero>.home-benefits-cockpit{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}
body.home-cockpit .hero>.home-benefits-cockpit>.wrap{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  inset:auto!important;
  transform:none!important;
  height:auto!important;
  min-height:0!important;
}

body.home-cockpit .hero .hero-vid,
html.light body.home-cockpit .hero .hero-vid{
  filter:none!important;
}
body.home-cockpit .hero::before,
html.light body.home-cockpit .hero::before{
  filter:none!important;
}
body.home-cockpit .hero .fade,
html.light body.home-cockpit .hero .fade{
  background:transparent!important;
}
body.home-cockpit .hero .fade::before,
body.home-cockpit .hero .fade::after,
html.light body.home-cockpit .hero .fade::before,
html.light body.home-cockpit .hero .fade::after{
  content:none!important;
  display:none!important;
  background:none!important;
}

@media(min-width:761px){
  body.home-cockpit .hero{
    height:100svh!important;
    min-height:100svh!important;
    max-height:100svh!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body.home-cockpit .hero .hero-vid,
  body.home-cockpit .hero::before{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

@media(min-width:1101px) and (max-height:820px){
  body.home-cockpit .hero .hero-inner{transform:translateY(-62px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit{bottom:16px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:148px!important;
    padding-top:12px!important;
    padding-bottom:11px!important;
    grid-template-columns:66px minmax(0,1fr)!important;
    grid-template-rows:minmax(66px,auto) 1fr!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:66px!important;height:66px!important;max-width:66px!important;max-height:66px!important;
  }
}

@media(min-width:761px) and (max-width:1320px) and (max-height:820px){
  body.home-cockpit .hero .hero-inner{transform:translateY(-104px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:108px!important;
    padding:9px 11px!important;
  }
}

@media(max-width:760px){
  body.home-cockpit .hero{
    height:auto!important;
    min-height:max(100svh,1160px)!important;
    max-height:none!important;
  }
}
@media(max-width:390px){body.home-cockpit .hero{min-height:max(100svh,1200px)!important}}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  color:#132239!important;
  background:
    radial-gradient(125% 150% at 8% -20%,rgba(55,113,213,.13),transparent 42%),
    linear-gradient(146deg,rgba(255,255,255,.965) 0%,rgba(247,250,254,.94) 48%,rgba(231,238,247,.91) 100%)!important;
  border:1px solid rgba(83,105,136,.27)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(91,112,140,.10),
    0 18px 42px rgba(25,45,73,.16),
    0 3px 9px rgba(25,45,73,.08)!important;
  backdrop-filter:blur(20px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.18)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;position:absolute!important;inset:0!important;width:auto!important;height:auto!important;
  transform:none!important;animation:none!important;opacity:1!important;pointer-events:none!important;
  background:linear-gradient(118deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.20) 22%,transparent 44%,rgba(40,103,216,.035) 72%,transparent 100%)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;position:absolute!important;left:14px!important;right:14px!important;bottom:0!important;top:auto!important;
  height:2px!important;border-radius:99px!important;opacity:.72!important;pointer-events:none!important;
  background:linear-gradient(90deg,transparent,rgba(40,103,216,.58) 24%,rgba(173,187,207,.72) 58%,rgba(40,103,216,.18) 82%,transparent)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-4px)!important;
  border-color:rgba(40,103,216,.48)!important;
  background:
    radial-gradient(125% 150% at 8% -20%,rgba(40,103,216,.17),transparent 44%),
    linear-gradient(146deg,#fff 0%,#f7faff 52%,#e9f0f9 100%)!important;
  box-shadow:inset 0 1px 0 #fff,0 22px 46px rgba(29,59,103,.19),0 0 0 1px rgba(40,103,216,.06),0 0 24px rgba(40,103,216,.10)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#102039!important;-webkit-text-fill-color:#102039!important;
  text-shadow:0 1px 0 rgba(255,255,255,.85)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:#53657c!important;-webkit-text-fill-color:#53657c!important;font-weight:500!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  border-radius:18px!important;
  background:radial-gradient(circle at 35% 22%,#fff 0%,#f6f8fb 43%,#e3e9f1 100%)!important;
  border:1px solid rgba(89,108,134,.18)!important;
  box-shadow:inset 0 1px 0 #fff,0 8px 18px rgba(28,47,73,.10)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;
  filter:drop-shadow(0 6px 10px rgba(28,43,65,.20))!important;
}

html.light body.home-cockpit .home-dashboard{
  isolation:isolate;
}
html.light body.home-cockpit .home-dashboard::before{
  content:"";position:absolute;z-index:-1;inset:-24px -42px -28px;pointer-events:none;border-radius:34px;
  background:
    radial-gradient(42% 100% at 15% 0%,rgba(40,103,216,.075),transparent 68%),
    radial-gradient(34% 90% at 86% 12%,rgba(133,151,177,.08),transparent 70%);
  filter:blur(.1px);
}

html.light body.home-cockpit .dash-ops{
  background:
    radial-gradient(92% 145% at 4% -25%,rgba(40,103,216,.12),transparent 52%),
    radial-gradient(75% 110% at 100% 110%,rgba(154,172,196,.12),transparent 62%),
    linear-gradient(150deg,#ffffff 0%,#f5f8fc 48%,#e7edf5 100%)!important;
  border:1px solid rgba(76,98,128,.24)!important;
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(91,111,138,.08),0 20px 44px rgba(27,47,76,.13),0 3px 10px rgba(27,47,76,.07)!important;
}
html.light body.home-cockpit .dash-ops::after{
  background:linear-gradient(118deg,transparent 17%,rgba(255,255,255,.74) 35%,transparent 53%,rgba(40,103,216,.025) 80%)!important;
}
html.light body.home-cockpit .dash-ops .dash-panel-title{
  color:#15243a!important;
  border-bottom:1px solid rgba(66,89,120,.12)!important;
  text-shadow:0 1px 0 #fff!important;
}
html.light body.home-cockpit .dash-ops .dash-panel-title::after{
  background:linear-gradient(90deg,#2867d8 0%,#6f97df 62%,rgba(40,103,216,0) 100%)!important;
  width:34px!important;height:2px!important;box-shadow:0 0 10px rgba(40,103,216,.18)!important;
}
html.light body.home-cockpit .dash-ops-flow::before{
  height:2px!important;
  background:linear-gradient(90deg,transparent 0%,rgba(40,103,216,.30) 7%,rgba(121,145,178,.42) 48%,rgba(40,103,216,.30) 93%,transparent 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.95),0 0 9px rgba(40,103,216,.08)!important;
}
html.light body.home-cockpit .dash-op{
  color:#1d2e47!important;border-radius:14px!important;padding:7px 3px 9px!important;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease!important;
}
html.light body.home-cockpit .dash-op small{
  color:#34465f!important;font-weight:560!important;text-shadow:0 1px 0 rgba(255,255,255,.88)!important;
}
html.light body.home-cockpit .dash-op b{
  color:#2867d8!important;font-weight:650!important;letter-spacing:.04em!important;
}
html.light body.home-cockpit .dash-op-ico{
  width:68px!important;height:68px!important;display:grid!important;place-items:center!important;
  background:radial-gradient(circle at 34% 25%,#fff 0%,#f8fafc 44%,#dde5ef 100%)!important;
  border:1px solid rgba(83,105,136,.24)!important;
  box-shadow:inset 0 1px 0 #fff,0 0 0 4px rgba(255,255,255,.58),0 10px 20px rgba(29,49,76,.13)!important;
}
html.light body.home-cockpit .dash-op-ico img{
  width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;
  filter:drop-shadow(0 5px 8px rgba(29,43,64,.18))!important;
}
html.light body.home-cockpit .dash-op:hover{
  transform:translateY(-3px)!important;background:rgba(255,255,255,.56)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 9px 18px rgba(36,62,96,.08)!important;
}
html.light body.home-cockpit .dash-op:hover .dash-op-ico img{
  filter:drop-shadow(0 6px 10px rgba(28,43,65,.22)) drop-shadow(0 0 7px rgba(40,103,216,.18))!important;
}

html.light body.home-cockpit .dash-shipments{
  background:
    radial-gradient(90% 130% at 100% -40%,rgba(40,103,216,.07),transparent 56%),
    linear-gradient(148deg,#fff 0%,#f7f9fc 56%,#edf2f7 100%)!important;
  border-color:rgba(76,98,128,.20)!important;
  box-shadow:inset 0 1px 0 #fff,0 18px 40px rgba(29,49,76,.10)!important;
}
html.light body.home-cockpit .dash-ship{
  border-color:rgba(73,96,127,.22)!important;
  box-shadow:0 10px 22px rgba(29,49,76,.12),inset 0 1px 0 rgba(255,255,255,.20)!important;
}
html.light body.home-cockpit .dash-ship img{
  filter:brightness(.82) saturate(1.02) contrast(1.035)!important;
}
html.light body.home-cockpit .dash-ship::after{
  background:linear-gradient(180deg,rgba(2,7,14,0) 0%,rgba(2,7,14,.08) 34%,rgba(2,6,12,.78) 100%)!important;
}
html.light body.home-cockpit .dash-ship-badge{
  color:#172b47!important;background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,255,255,.82)!important;
  box-shadow:0 4px 10px rgba(10,25,45,.15)!important;
  backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important;
}
html.light body.home-cockpit .dash-ship small{color:#d4dbe5!important}
html.light body.home-cockpit .dash-ship:hover{
  border-color:rgba(40,103,216,.44)!important;
  box-shadow:0 14px 29px rgba(29,55,91,.16),0 0 18px rgba(40,103,216,.08)!important;
}
html.light body.home-cockpit .dash-ship:hover img{
  filter:brightness(.90) saturate(1.08) contrast(1.045)!important;
}

@media(max-width:1320px){
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:54px!important;height:54px!important;max-width:54px!important;max-height:54px!important;
  }
}
@media(max-width:760px){
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{border-radius:12px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;
  }
  html.light body.home-cockpit .dash-op{padding-inline:2px!important}
}

.trx-pointer-glow{display:none!important;opacity:0!important}

body.home-cockpit .hero-logo-marquee + .product-groups{
  padding-top:clamp(48px,4.7vw,76px)!important;
  padding-bottom:clamp(54px,5vw,82px)!important;
}

body.home-cockpit .home-dashboard{
  width:calc(100% - 48px)!important;
  max-width:2040px!important;
  margin:30px auto 48px!important;
  padding:0!important;
}
body.home-cockpit .dash-grid-bottom{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.38fr)!important;
  gap:18px!important;
  margin-bottom:18px!important;
}
body.home-cockpit .dash-panel{border-radius:18px!important}
body.home-cockpit .dash-panel-title,
body.home-cockpit .dash-ops .dash-panel-title{
  height:56px!important;
  padding-inline:28px!important;
  font-size:16px!important;
}
body.home-cockpit .dash-panel-title::after,
body.home-cockpit .dash-ops .dash-panel-title::after{left:28px!important;width:36px!important;height:2px!important}
body.home-cockpit .dash-view-all{font-size:10.5px!important;padding:7px 11px!important}

body.home-cockpit .dash-ops-flow{
  min-height:228px!important;
  padding:26px 22px 22px!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  overflow:visible!important;
}
body.home-cockpit .dash-ops-flow::before{
  left:8.4%!important;right:8.4%!important;top:64px!important;height:2px!important;
}
body.home-cockpit .dash-op{padding:0 4px 10px!important}
body.home-cockpit .dash-op-ico,
html.light body.home-cockpit .dash-op-ico{
  width:78px!important;height:78px!important;
}
body.home-cockpit .dash-op-ico img,
html.light body.home-cockpit .dash-op-ico img{
  width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;
}
body.home-cockpit .dash-op b,
html.light body.home-cockpit .dash-op b{
  margin-top:9px!important;font-size:10.5px!important;
}
body.home-cockpit .dash-op small,
html.light body.home-cockpit .dash-op small{
  margin-top:8px!important;max-width:142px!important;min-height:42px!important;
  font-size:12.2px!important;line-height:1.36!important;
}

body.home-cockpit .dash-shipment-grid{
  min-height:228px!important;
  padding:16px!important;
  gap:14px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body.home-cockpit .dash-ship{
  height:194px!important;border-radius:12px!important;
}
body.home-cockpit .dash-ship-badge{
  left:10px!important;top:10px!important;padding:5px 7px!important;font-size:8px!important;
}
body.home-cockpit .dash-ship strong{
  left:12px!important;right:11px!important;bottom:39px!important;
  font-size:11.5px!important;line-height:1.28!important;
}
body.home-cockpit .dash-ship small{
  left:12px!important;right:11px!important;bottom:13px!important;font-size:9px!important;
}
html.light body.home-cockpit .dash-ship img{
  filter:brightness(.93) saturate(1.05) contrast(1.025)!important;
}
html.light body.home-cockpit .dash-ship:hover img{
  filter:brightness(.97) saturate(1.08) contrast(1.03)!important;
}
body.home-cockpit .home-dashboard::after{height:34px!important;margin-top:7px!important}

body.home-cockpit .hero-logo-vp,
body.home-cockpit .hero-logo-vp:active{cursor:default!important}

@media (max-width:1100px){
  body.home-cockpit .home-dashboard{
    width:calc(100% - 28px)!important;margin:24px auto 38px!important;padding:0!important;
  }
  body.home-cockpit .dash-grid-bottom{grid-template-columns:1fr!important;gap:16px!important}
  body.home-cockpit .dash-ops-flow{
    min-height:0!important;overflow:visible!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px 12px!important;padding:24px 18px 22px!important;
  }
  body.home-cockpit .dash-ops-flow::before{display:none!important}
  body.home-cockpit .dash-shipment-grid{
    display:grid!important;overflow:visible!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    min-height:0!important;padding:14px!important;
  }
  body.home-cockpit .dash-ship{min-width:0!important;height:190px!important}
}

@media (max-width:620px){
  body.home-cockpit .hero-logo-marquee + .product-groups{padding-top:40px!important;padding-bottom:48px!important}
  body.home-cockpit .home-dashboard{width:calc(100% - 18px)!important;margin:18px auto 32px!important}
  body.home-cockpit .dash-panel-title,
  body.home-cockpit .dash-ops .dash-panel-title{height:50px!important;padding-inline:16px!important;font-size:13px!important}
  body.home-cockpit .dash-panel-title::after,
  body.home-cockpit .dash-ops .dash-panel-title::after{left:16px!important}
  body.home-cockpit .dash-view-all{font-size:8.5px!important;padding:6px 8px!important}
  body.home-cockpit .dash-ops-flow{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 8px!important;padding:20px 10px!important}
  body.home-cockpit .dash-op-ico,
  html.light body.home-cockpit .dash-op-ico{width:66px!important;height:66px!important}
  body.home-cockpit .dash-op-ico img,
  html.light body.home-cockpit .dash-op-ico img{width:62px!important;height:62px!important;max-width:62px!important;max-height:62px!important}
  body.home-cockpit .dash-op small,
  html.light body.home-cockpit .dash-op small{max-width:145px!important;font-size:11px!important;min-height:0!important}
  body.home-cockpit .dash-shipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;padding:10px!important}
  body.home-cockpit .dash-ship{height:158px!important}
  body.home-cockpit .dash-ship strong{font-size:9.5px!important;bottom:34px!important}
  body.home-cockpit .dash-ship small{font-size:7.8px!important;bottom:10px!important}
}

body.home-cockpit .home-dashboard + #faq{
  padding-top:clamp(72px,6vw,104px)!important;
}
@media (max-width:620px){
  body.home-cockpit .home-dashboard + #faq{padding-top:56px!important}
}

body.home-cockpit .hero .hero-inner{
  width:min(690px,calc(100% - 48px))!important;
  max-width:690px!important;
  padding:27px 30px 26px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(4,7,12,.62),rgba(4,7,12,.38))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(13px) saturate(1.13)!important;
  -webkit-backdrop-filter:blur(13px) saturate(1.13)!important;
}
body.home-cockpit .hero .eyebrow{
  margin-bottom:17px!important;
  color:#ff8490!important;
  background:rgba(4,7,11,.36)!important;
  border-color:rgba(255,255,255,.14)!important;
  text-shadow:0 1px 12px rgba(0,0,0,.55)!important;
}
body.home-cockpit .hero h1{
  color:#fff!important;
  text-shadow:0 3px 20px rgba(0,0,0,.50),0 1px 1px rgba(0,0,0,.72)!important;
  letter-spacing:-.035em!important;
}
body.home-cockpit .hero .sub{
  max-width:610px!important;
  margin-top:17px!important;
  color:rgba(244,247,251,.94)!important;
  font-size:15.5px!important;
  line-height:1.63!important;
  font-weight:500!important;
  text-shadow:0 1px 14px rgba(0,0,0,.55)!important;
}
body.home-cockpit .hero .ctas{margin-top:20px!important}
body.home-cockpit .hero .offer{
  color:rgba(234,239,246,.88)!important;
  font-size:10.5px!important;
  line-height:1.5!important;
  text-shadow:0 1px 10px rgba(0,0,0,.5)!important;
}

html.light body.home-cockpit .hero .hero-inner{
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(243,248,254,.52))!important;
  border-color:rgba(255,255,255,.82)!important;
  box-shadow:inset 0 1px 0 #fff,0 24px 72px rgba(16,37,65,.20),0 0 0 1px rgba(68,94,130,.06)!important;
  backdrop-filter:blur(15px) saturate(1.16)!important;
  -webkit-backdrop-filter:blur(15px) saturate(1.16)!important;
}
html.light body.home-cockpit .hero .eyebrow{
  color:#185bc5!important;
  background:rgba(255,255,255,.48)!important;
  border-color:rgba(62,102,158,.18)!important;
  text-shadow:none!important;
}
html.light body.home-cockpit .hero h1{
  color:#0b1b32!important;
  text-shadow:0 1px 0 rgba(255,255,255,.88),0 6px 24px rgba(34,63,101,.12)!important;
}
html.light body.home-cockpit .hero .sub{
  color:#243a57!important;
  text-shadow:0 1px 0 rgba(255,255,255,.70)!important;
  font-weight:550!important;
}
html.light body.home-cockpit .hero .offer{
  color:#334a68!important;text-shadow:none!important;
}

body.home-cockpit .hero>.home-benefits-cockpit{
  width:min(calc(100% - 56px),1480px)!important;
  bottom:22px!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  gap:12px!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  position:relative!important;
  min-width:0!important;
  min-height:142px!important;
  padding:17px 16px 15px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr!important;
  column-gap:13px!important;
  row-gap:10px!important;
  align-content:start!important;
  text-align:left!important;
  overflow:hidden!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,rgba(8,12,18,.56),rgba(8,12,18,.29))!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 15px 34px rgba(0,0,0,.23)!important;
  backdrop-filter:blur(18px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.18)!important;
  color:#fff!important;
  transform:none!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:none!important;display:none!important;animation:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{
  position:absolute;right:14px;top:11px;z-index:3;
  font-family:"IBM Plex Mono",monospace;font-size:8px;line-height:1;
  letter-spacing:.12em;color:rgba(255,255,255,.48);font-weight:600;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  grid-column:1;grid-row:1;
  width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;
  margin:0!important;padding:0!important;border-radius:14px!important;
  display:grid!important;place-items:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 20px rgba(0,0,0,.15)!important;
  color:#ff5b69!important;overflow:hidden!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after{content:none!important;display:none!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg{
  width:27px!important;height:27px!important;display:block!important;
  fill:none!important;stroke:currentColor!important;stroke-width:1.55!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;
  filter:none!important;transform:none!important;padding:0!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2;grid-row:1;align-self:center;
  padding-right:14px!important;margin:0!important;
  color:#fff!important;font-size:14px!important;line-height:1.22!important;font-weight:750!important;
  text-align:left!important;text-shadow:0 1px 10px rgba(0,0,0,.44)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;grid-row:2!important;
  display:block!important;align-self:start!important;
  margin:0!important;padding:0 1px!important;max-width:none!important;min-height:0!important;
  color:rgba(242,246,251,.82)!important;
  font-size:11.2px!important;line-height:1.48!important;font-weight:500!important;
  text-align:left!important;text-shadow:0 1px 10px rgba(0,0,0,.36)!important;
  white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:linear-gradient(145deg,rgba(255,255,255,.58),rgba(235,243,252,.30))!important;
  border-color:rgba(255,255,255,.76)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 16px 36px rgba(27,52,86,.16),0 0 0 1px rgba(74,106,147,.06)!important;
  backdrop-filter:blur(20px) saturate(1.20)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.20)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{color:rgba(30,71,126,.48)!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  color:#155fc9!important;
  background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(223,235,249,.28))!important;
  border-color:rgba(111,145,190,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 18px rgba(29,61,103,.11)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#10243f!important;text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:#354c69!important;text-shadow:0 1px 0 rgba(255,255,255,.58)!important;font-weight:550!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(255,91,105,.46)!important;
  background:linear-gradient(145deg,rgba(11,15,22,.68),rgba(8,12,18,.39))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 19px 40px rgba(0,0,0,.29),0 0 0 1px rgba(255,74,89,.08)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(61,111,180,.40)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.70),rgba(231,241,252,.39))!important;
  box-shadow:inset 0 1px 0 #fff,0 20px 42px rgba(27,52,86,.20),0 0 0 1px rgba(26,100,207,.08)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:none!important;filter:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{outline:2px solid #ff5b69!important;outline-offset:3px!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{outline-color:#1765d3!important}

@media(min-width:1321px){
  body.home-cockpit .hero .hero-inner{transform:translateY(-88px)!important}
}
@media(min-width:1321px) and (max-height:860px){
  body.home-cockpit .hero .hero-inner{
    width:min(620px,calc(100% - 48px))!important;max-width:620px!important;
    padding:20px 24px 19px!important;transform:translateY(-72px)!important;
  }
  body.home-cockpit .hero h1{font-size:clamp(39px,3.8vw,58px)!important}
  body.home-cockpit .hero .sub{font-size:13.5px!important;line-height:1.52!important;margin-top:12px!important}
  body.home-cockpit .hero .ctas{margin-top:14px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:124px!important;padding:14px 13px 12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg{width:24px!important;height:24px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{grid-template-columns:46px minmax(0,1fr)!important;column-gap:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:9.6px!important;line-height:1.38!important}
}

@media(max-width:1320px) and (min-width:761px){
  body.home-cockpit .hero .hero-inner{
    width:min(610px,calc(100% - 42px))!important;max-width:610px!important;
    padding:22px 25px!important;transform:translateY(-102px)!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit{width:min(calc(100% - 32px),1120px)!important;bottom:18px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:105px!important;padding:12px 13px 11px!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:10px!important;row-gap:7px!important;border-radius:14px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:11px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg{width:22px!important;height:22px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11px!important;line-height:1.18!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:9.2px!important;line-height:1.36!important}
}

@media(max-width:760px){
  body.home-cockpit .hero{min-height:max(100svh,1110px)!important}
  body.home-cockpit .hero .hero-inner{
    width:calc(100% - 24px)!important;max-width:none!important;
    margin:34px auto 0!important;padding:19px 18px 18px!important;border-radius:18px!important;
  }
  body.home-cockpit .hero h1{font-size:clamp(31px,10vw,43px)!important}
  body.home-cockpit .hero .sub{font-size:13px!important;line-height:1.52!important;margin-top:12px!important}
  body.home-cockpit .hero .ctas{margin-top:15px!important}
  body.home-cockpit .hero>.home-benefits-cockpit{left:9px!important;right:9px!important;bottom:16px!important;width:auto!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:130px!important;padding:12px 10px 11px!important;grid-template-columns:39px minmax(0,1fr)!important;column-gap:8px!important;row-gap:7px!important;border-radius:14px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon svg{width:21px!important;height:21px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.1px!important;line-height:1.18!important;padding-right:4px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.7px!important;line-height:1.36!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{right:9px;top:8px;font-size:7px}
}
@media(max-width:390px){
  body.home-cockpit .hero{min-height:max(100svh,1140px)!important}
}

html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip{text-align:right!important}
html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{text-align:right!important}
html[dir="rtl"] body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{right:auto!important;left:14px!important}

body.home-cockpit .hero .hero-inner,
html.light body.home-cockpit .hero .hero-inner{
  position:relative!important;
  width:min(660px,calc(100% - 48px))!important;
  max-width:660px!important;
  padding:28px 34px 29px 37px!important;
  border-radius:4px 22px 22px 4px!important;
  border:0!important;
  border-left:2px solid rgba(222,35,48,.92)!important;
  background:
    linear-gradient(90deg,rgba(5,8,12,.72) 0%,rgba(5,8,12,.55) 57%,rgba(5,8,12,.18) 90%,rgba(5,8,12,0) 100%)!important;
  box-shadow:none!important;
  backdrop-filter:blur(8px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.08)!important;
}
body.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit .hero .hero-inner::before{
  content:""!important;
  position:absolute!important;
  left:0!important;top:0!important;right:8%!important;height:1px!important;
  display:block!important;
  background:linear-gradient(90deg,rgba(255,255,255,.68),rgba(174,184,196,.22),transparent)!important;
  pointer-events:none!important;
}
body.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit .hero .hero-inner::after{
  content:""!important;
  position:absolute!important;
  left:0!important;bottom:0!important;width:118px!important;height:1px!important;
  display:block!important;
  background:linear-gradient(90deg,#d92332 0 48%,rgba(235,239,244,.72) 48% 78%,transparent 78%)!important;
  pointer-events:none!important;
}
body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{
  display:inline-flex!important;
  width:auto!important;
  margin:0 0 17px!important;
  padding:0!important;
  color:rgba(239,242,246,.76)!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  text-shadow:0 1px 12px rgba(0,0,0,.45)!important;
  font-family:"IBM Plex Mono",monospace!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.22em!important;
}
body.home-cockpit .hero .eyebrow::before,
html.light body.home-cockpit .hero .eyebrow::before{
  content:""!important;width:26px!important;height:1px!important;margin-right:11px!important;
  background:#df2735!important;align-self:center!important;
}
body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  color:#f8fafc!important;
  font-size:clamp(44px,4.25vw,72px)!important;
  line-height:.94!important;
  letter-spacing:-.047em!important;
  font-weight:650!important;
  text-shadow:0 2px 22px rgba(0,0,0,.56)!important;
}
body.home-cockpit .hero h1 .accent,
html.light body.home-cockpit .hero h1 .accent{color:#e12735!important}
body.home-cockpit .hero .sub,
html.light body.home-cockpit .hero .sub{
  max-width:575px!important;
  margin-top:20px!important;
  color:rgba(234,239,245,.92)!important;
  font-size:15px!important;
  line-height:1.66!important;
  font-weight:480!important;
  letter-spacing:.002em!important;
  text-shadow:0 2px 14px rgba(0,0,0,.52)!important;
}
body.home-cockpit .hero .btn.primary,
html.light body.home-cockpit .hero .btn.primary{
  background:linear-gradient(180deg,#df2c3a,#bb1724)!important;
  color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.19),0 9px 24px rgba(127,6,17,.26)!important;
}
body.home-cockpit .hero .btn:not(.primary),
html.light body.home-cockpit .hero .btn:not(.primary){
  color:#eef2f7!important;
  background:linear-gradient(180deg,rgba(25,30,37,.64),rgba(7,10,14,.56))!important;
  border:1px solid rgba(213,221,230,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(9px)!important;-webkit-backdrop-filter:blur(9px)!important;
}

body.home-cockpit .hero>.home-benefits-cockpit,
html.light body.home-cockpit .hero>.home-benefits-cockpit{
  width:min(calc(100% - 64px),1540px)!important;
  bottom:24px!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchips,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  gap:10px!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  position:relative!important;
  isolation:isolate!important;
  min-height:150px!important;
  padding:15px 16px 14px!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  grid-template-rows:72px auto!important;
  column-gap:10px!important;
  row-gap:8px!important;
  align-items:start!important;
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(197,205,214,.32)!important;
  background:
    linear-gradient(145deg,rgba(19,23,29,.68),rgba(8,11,15,.47) 64%,rgba(18,22,27,.58))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(0,0,0,.34),
    0 14px 34px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(18px) saturate(1.10)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.10)!important;
  transform:translateZ(0)!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;display:block!important;position:absolute!important;z-index:-1!important;
  left:0!important;right:0!important;top:0!important;height:1px!important;
  background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.65) 18%,rgba(255,255,255,.22) 62%,transparent 100%)!important;
  pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;display:block!important;position:absolute!important;z-index:2!important;
  left:16px!important;bottom:0!important;width:44px!important;height:2px!important;
  background:linear-gradient(90deg,#d82432 0 68%,#d7dde4 68% 86%,transparent 86%)!important;
  opacity:.92!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(230,235,241,.52)!important;
  background:linear-gradient(145deg,rgba(30,35,42,.74),rgba(9,12,16,.54) 66%,rgba(20,24,30,.64))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 18px 40px rgba(0,0,0,.27)!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  grid-column:1!important;grid-row:1!important;
  width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;
  margin:0!important;padding:5px!important;
  position:relative!important;display:grid!important;place-items:center!important;
  border-radius:17px!important;
  border:1px solid rgba(211,218,226,.38)!important;
  background:
    linear-gradient(145deg,rgba(231,236,242,.17),rgba(33,38,44,.15) 25%,rgba(3,5,8,.48) 68%,rgba(255,255,255,.08))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.31),
    inset 0 -1px 0 rgba(0,0,0,.55),
    0 9px 20px rgba(0,0,0,.22)!important;
  overflow:visible!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;
  inset:-1px!important;border-radius:17px!important;padding:1px!important;
  background:linear-gradient(135deg,#e7ecf1 0%,#68717c 28%,#171b20 55%,#e6ebf0 82%,#737c86 100%)!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;mask-composite:exclude!important;
  opacity:.78!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after{
  content:""!important;display:block!important;position:absolute!important;
  left:9px!important;right:9px!important;bottom:-5px!important;height:1px!important;
  background:linear-gradient(90deg,transparent,#da2634,transparent)!important;
  box-shadow:0 0 8px rgba(218,38,52,.24)!important;
  opacity:.82!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  width:66px!important;height:66px!important;max-width:none!important;max-height:none!important;
  object-fit:contain!important;display:block!important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.34)) contrast(1.04) saturate(.96)!important;
  transform:none!important;transition:transform .22s ease,filter .22s ease!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon img{
  transform:scale(1.025)!important;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.38)) contrast(1.06) saturate(1.02)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-no,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{
  position:absolute!important;right:12px!important;top:10px!important;z-index:4!important;
  color:rgba(228,233,239,.48)!important;font-size:7.5px!important;letter-spacing:.16em!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2!important;grid-row:1!important;align-self:center!important;
  margin:0!important;padding:0 9px 0 1px!important;
  color:#f5f7fa!important;font-size:13px!important;line-height:1.22!important;font-weight:700!important;
  text-align:left!important;text-shadow:0 1px 10px rgba(0,0,0,.48)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;grid-row:2!important;
  display:block!important;margin:0!important;padding:0 1px!important;
  color:rgba(220,226,233,.82)!important;font-size:10.5px!important;line-height:1.46!important;font-weight:480!important;
  text-align:left!important;text-shadow:0 1px 8px rgba(0,0,0,.45)!important;
}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  border-color:rgba(230,235,241,.40)!important;
  background:linear-gradient(145deg,rgba(16,20,25,.61),rgba(5,8,12,.43) 65%,rgba(17,21,26,.55))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 15px 36px rgba(0,0,0,.22)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  border-color:rgba(224,230,237,.42)!important;
  background:linear-gradient(145deg,rgba(233,237,242,.20),rgba(30,35,41,.13) 30%,rgba(1,3,6,.52) 72%,rgba(255,255,255,.09))!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip *,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip *{
  animation:none!important;
}

@media(max-width:1180px){
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:132px!important;grid-template-columns:64px minmax(0,1fr)!important;grid-template-rows:64px auto!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:58px!important;height:58px!important}
}
@media(max-width:700px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{width:calc(100% - 28px)!important;padding:22px 22px 23px 25px!important}
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(37px,11.4vw,50px)!important}
  body.home-cockpit .hero .sub,
  html.light body.home-cockpit .hero .sub{font-size:13.5px!important;line-height:1.58!important}
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{width:calc(100% - 24px)!important;bottom:14px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:126px!important;padding:11px 10px 10px!important;border-radius:14px!important;
    grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:52px auto!important;column-gap:7px!important;row-gap:7px!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-radius:13px!important;padding:3px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:48px!important;height:48px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.8px!important;padding-right:3px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.8px!important;line-height:1.35!important}
}

@media(min-width:761px){
  body.home-cockpit .hero{
    justify-content:flex-start!important;
    align-items:center!important;
  }
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin-left:clamp(28px,3.2vw,64px)!important;
    margin-right:auto!important;
    transform:translateY(-70px)!important;
  }
}

body.home-cockpit .hero .hero-inner,
html.light body.home-cockpit .hero .hero-inner{
  width:min(610px,calc(100% - 56px))!important;
  max-width:610px!important;
  padding:29px 34px 30px 36px!important;
  border-radius:2px 20px 20px 2px!important;
  border:0!important;
  border-left:1px solid rgba(229,235,241,.72)!important;
  background:
    linear-gradient(90deg,rgba(4,7,11,.78) 0%,rgba(5,8,12,.66) 58%,rgba(5,8,12,.22) 88%,rgba(5,8,12,0) 100%)!important;
  box-shadow:
    inset 1px 0 0 rgba(255,255,255,.08),
    0 22px 54px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(4px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(4px) saturate(1.08)!important;
  overflow:hidden!important;
}
body.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit .hero .hero-inner::before{
  content:""!important;display:block!important;position:absolute!important;
  left:0!important;top:0!important;width:86%!important;height:1px!important;
  background:linear-gradient(90deg,#f7f9fb 0%,#89939e 25%,rgba(255,255,255,.30) 55%,transparent 100%)!important;
  opacity:.82!important;pointer-events:none!important;
}
body.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit .hero .hero-inner::after{
  content:""!important;display:block!important;position:absolute!important;
  left:0!important;bottom:0!important;width:148px!important;height:2px!important;
  background:linear-gradient(90deg,#d51f2f 0 43%,#f1f4f7 43% 68%,#6f7883 68% 79%,transparent 79%)!important;
  box-shadow:0 -5px 18px rgba(213,31,47,.11)!important;
  pointer-events:none!important;
}
body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{
  color:rgba(231,236,242,.78)!important;
  font-size:9.5px!important;letter-spacing:.25em!important;font-weight:650!important;
  text-shadow:0 1px 14px rgba(0,0,0,.54)!important;
}
body.home-cockpit .hero .eyebrow::before,
html.light body.home-cockpit .hero .eyebrow::before{
  width:20px!important;background:linear-gradient(90deg,#d81f2e,#f0f2f4)!important;
}
body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  color:#f8fafc!important;
  font-size:clamp(46px,4.1vw,70px)!important;
  line-height:.93!important;
  letter-spacing:-.052em!important;
  font-weight:660!important;
  text-shadow:0 2px 20px rgba(0,0,0,.64),0 0 1px rgba(255,255,255,.65)!important;
}
body.home-cockpit .hero .sub,
html.light body.home-cockpit .hero .sub{
  max-width:540px!important;color:rgba(236,241,247,.94)!important;
  font-size:15px!important;line-height:1.62!important;font-weight:510!important;
  text-shadow:0 2px 14px rgba(0,0,0,.64)!important;
}
body.home-cockpit .hero .offer,
html.light body.home-cockpit .hero .offer{color:rgba(222,229,237,.82)!important}

body.home-cockpit .hero .hero-lux-fx{
  position:absolute!important;inset:0!important;z-index:3!important;
  pointer-events:none!important;overflow:hidden!important;mix-blend-mode:screen!important;
}
body.home-cockpit .hero .hero-lux-fx i{position:absolute!important;display:block!important;pointer-events:none!important}
body.home-cockpit .hero .hero-lux-fx .lux-rail{
  left:0;top:84px;width:46%;height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(245,248,250,.48),rgba(255,255,255,.04),transparent);
  box-shadow:0 0 14px rgba(225,232,239,.14);
  opacity:.76;
}
body.home-cockpit .hero .hero-lux-fx .lux-edge{
  left:0;top:84px;width:2px;height:43%;
  background:linear-gradient(180deg,transparent,rgba(237,242,247,.62) 20%,rgba(208,214,221,.22) 68%,transparent);
  box-shadow:4px 0 20px rgba(235,241,247,.13);
}
body.home-cockpit .hero .hero-lux-fx .lux-floor{
  left:0;right:0;bottom:198px;height:1px;
  background:linear-gradient(90deg,transparent 0 4%,rgba(230,235,240,.13) 20%,rgba(230,235,240,.50) 50%,rgba(216,31,46,.25) 78%,transparent 96%);
  box-shadow:0 0 18px rgba(222,229,235,.10);
  opacity:.68;
}
body.home-cockpit .hero .hero-lux-fx .lux-sweep{
  top:-15%;left:-22%;width:19%;height:130%;
  transform:skewX(-13deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.015) 26%,rgba(244,247,250,.15) 50%,rgba(255,255,255,.018) 73%,transparent);
  filter:blur(1px);
  opacity:.68;
  animation:trexporLuxSweep 11s cubic-bezier(.45,0,.55,1) infinite;
}
@keyframes trexporLuxSweep{
  0%,12%{transform:translateX(0) skewX(-13deg);opacity:0}
  20%{opacity:.50}
  60%{opacity:.66}
  82%,100%{transform:translateX(720%) skewX(-13deg);opacity:0}
}

body.home-cockpit .hero>.home-benefits-cockpit,
html.light body.home-cockpit .hero>.home-benefits-cockpit{
  width:min(calc(100% - 48px),1580px)!important;
  bottom:20px!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:154px!important;
  padding:14px 15px 14px!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  grid-template-rows:78px auto!important;
  column-gap:11px!important;row-gap:9px!important;
  border-radius:17px!important;
  border:1px solid rgba(191,200,210,.33)!important;
  background:
    linear-gradient(155deg,rgba(33,38,44,.67) 0%,rgba(8,11,15,.67) 46%,rgba(3,5,8,.78) 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.56),
    0 16px 38px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(17px) saturate(1.10)!important;
  -webkit-backdrop-filter:blur(17px) saturate(1.10)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  border-radius:inherit!important;pointer-events:none!important;
  background:
    linear-gradient(115deg,transparent 0 36%,rgba(255,255,255,.09) 48%,transparent 60%)!important;
  background-size:260% 100%!important;background-position:160% 0!important;
  opacity:.55!important;
  animation:trexporCardSheen 12s ease-in-out infinite!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2)::before{animation-delay:-2s!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3)::before{animation-delay:-4s!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4)::before{animation-delay:-6s!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5)::before{animation-delay:-8s!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6)::before{animation-delay:-10s!important}
@keyframes trexporCardSheen{
  0%,68%{background-position:160% 0;opacity:0}
  73%{opacity:.42}
  84%{background-position:-60% 0;opacity:.52}
  89%,100%{background-position:-60% 0;opacity:0}
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;display:block!important;position:absolute!important;
  left:15px!important;bottom:0!important;width:54px!important;height:2px!important;
  background:linear-gradient(90deg,#d71f2f 0 56%,#e8edf2 56% 80%,#6e7781 80% 91%,transparent 91%)!important;
  box-shadow:0 -4px 14px rgba(215,31,47,.10)!important;
  opacity:.96!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(228,234,240,.48)!important;
  background:linear-gradient(155deg,rgba(43,49,56,.73),rgba(9,12,16,.72) 48%,rgba(3,5,8,.82))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 20px 42px rgba(0,0,0,.32)!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;
  padding:5px!important;border-radius:18px!important;
  background:
    linear-gradient(145deg,rgba(246,249,252,.18),rgba(115,126,138,.07) 23%,rgba(5,7,10,.58) 63%,rgba(255,255,255,.10))!important;
  border:1px solid rgba(215,222,229,.39)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.33),inset 0 -1px 0 rgba(0,0,0,.64),0 9px 22px rgba(0,0,0,.29)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;
  inset:-1px!important;border-radius:18px!important;padding:1px!important;
  background:linear-gradient(135deg,#fbfcfd 0%,#8f99a4 23%,#292e34 49%,#e9edf1 73%,#707984 100%)!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;mask-composite:exclude!important;
  opacity:.84!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after{
  content:""!important;display:block!important;position:absolute!important;
  left:12px!important;right:12px!important;bottom:-5px!important;height:1px!important;
  background:linear-gradient(90deg,transparent,#d92333,#f2f4f6,#d92333,transparent)!important;
  box-shadow:0 0 9px rgba(217,35,51,.18)!important;opacity:.86!important;pointer-events:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.40)) contrast(1.06) saturate(1.02)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#f7f9fb!important;-webkit-text-fill-color:#f7f9fb!important;
  font-size:12.8px!important;line-height:1.18!important;font-weight:730!important;
  text-shadow:0 2px 10px rgba(0,0,0,.62)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:rgba(215,223,231,.86)!important;-webkit-text-fill-color:rgba(215,223,231,.86)!important;
  font-size:10px!important;line-height:1.42!important;font-weight:470!important;text-align:left!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-no,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{
  color:rgba(226,232,238,.49)!important;font-size:7.2px!important;
}

@media(min-width:1101px) and (max-height:820px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{transform:translateY(-54px)!important;padding-top:22px!important;padding-bottom:23px!important}
  body.home-cockpit .hero h1,html.light body.home-cockpit .hero h1{font-size:clamp(42px,3.7vw,60px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:140px!important;grid-template-columns:67px minmax(0,1fr)!important;grid-template-rows:67px auto!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:65px!important;height:65px!important;min-width:65px!important;min-height:65px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:62px!important;height:62px!important}
}

@media(max-width:1320px) and (min-width:761px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin-left:24px!important;transform:translateY(-90px)!important;
    width:min(570px,calc(100% - 48px))!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:112px!important;grid-template-columns:54px minmax(0,1fr)!important;grid-template-rows:54px auto!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border-radius:14px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:50px!important;height:50px!important}
}

@media(max-width:760px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin:30px 12px 0!important;width:calc(100% - 24px)!important;max-width:none!important;
    padding:21px 20px 22px!important;transform:none!important;border-radius:2px 17px 17px 2px!important;
  }
  body.home-cockpit .hero .hero-lux-fx .lux-sweep{opacity:.25!important}
  body.home-cockpit .hero .hero-lux-fx .lux-floor{bottom:410px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:132px!important;grid-template-columns:43px minmax(0,1fr)!important;grid-template-rows:43px auto!important;
    padding:11px 10px!important;
  }
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:41px!important;height:41px!important;min-width:41px!important;min-height:41px!important;border-radius:11px!important;padding:2px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:40px!important;height:40px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.6px!important;line-height:1.34!important}
}

@media(min-width:761px){
  html[dir="rtl"] body.home-cockpit .hero{justify-content:flex-end!important}
  html[dir="rtl"] body.home-cockpit .hero .hero-inner{
    margin-left:auto!important;margin-right:clamp(28px,3.2vw,64px)!important;
    border-left:0!important;border-right:1px solid rgba(229,235,241,.72)!important;
    border-radius:20px 2px 2px 20px!important;
    background:linear-gradient(270deg,rgba(4,7,11,.78) 0%,rgba(5,8,12,.66) 58%,rgba(5,8,12,.22) 88%,rgba(5,8,12,0) 100%)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.home-cockpit .hero .hero-lux-fx .lux-sweep,
  body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important}
}

body.home-cockpit .hero .hero-inner,
html.light body.home-cockpit .hero .hero-inner{
  position:relative!important;
  z-index:6!important;
  isolation:isolate!important;
  width:min(620px,calc(100% - 44px))!important;
  max-width:620px!important;
  padding:25px 30px 27px 30px!important;
  margin-right:auto!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
}

body.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit .hero .hero-inner::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:-1!important;
  pointer-events:none!important;
  left:-150px!important;
  right:-220px!important;
  top:-92px!important;
  bottom:-86px!important;
  width:auto!important;
  height:auto!important;
  opacity:1!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:linear-gradient(90deg,
      rgba(2,5,9,.58) 0%,
      rgba(2,5,9,.49) 26%,
      rgba(2,5,9,.28) 54%,
      rgba(2,5,9,.10) 72%,
      rgba(2,5,9,0) 92%)!important;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 17%,#000 83%,transparent 100%)!important;
  mask-image:linear-gradient(180deg,transparent 0%,#000 17%,#000 83%,transparent 100%)!important;
}

body.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit .hero .hero-inner::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:30px!important;
  right:auto!important;
  bottom:0!important;
  width:126px!important;
  height:2px!important;
  border:0!important;
  background:linear-gradient(90deg,#d51f2f 0 45%,#f1f4f7 45% 68%,#69737e 68% 80%,transparent 80%)!important;
  box-shadow:0 0 15px rgba(213,31,47,.09)!important;
  pointer-events:none!important;
}

@media(min-width:761px){
  body.home-cockpit .hero,
  html.light body.home-cockpit .hero{
    justify-content:flex-start!important;
    align-items:center!important;
  }
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin-left:clamp(22px,3vw,58px)!important;
    margin-right:auto!important;
    transform:translateY(-62px)!important;
  }
}

body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  color:#fbfcfd!important;
  -webkit-text-fill-color:#fbfcfd!important;
  font-size:clamp(48px,4.05vw,70px)!important;
  line-height:.94!important;
  letter-spacing:-.052em!important;
  font-weight:690!important;
  text-shadow:0 2px 3px rgba(0,0,0,.82),0 10px 28px rgba(0,0,0,.48)!important;
}
body.home-cockpit .hero .sub,
html.light body.home-cockpit .hero .sub{
  color:rgba(244,247,250,.96)!important;
  -webkit-text-fill-color:rgba(244,247,250,.96)!important;
  max-width:545px!important;
  font-size:15px!important;
  line-height:1.60!important;
  font-weight:520!important;
  text-shadow:0 2px 3px rgba(0,0,0,.86),0 8px 20px rgba(0,0,0,.48)!important;
}
body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{
  color:rgba(238,243,248,.88)!important;
  -webkit-text-fill-color:rgba(238,243,248,.88)!important;
  text-shadow:0 2px 8px rgba(0,0,0,.78)!important;
}

body.home-cockpit .hero .btn-ghost-auto,
html.light body.home-cockpit .hero .btn-ghost-auto{
  color:#f5f8fb!important;-webkit-text-fill-color:#f5f8fb!important;
  background:rgba(5,8,12,.62)!important;
  border:1px solid rgba(225,232,239,.38)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 20px rgba(0,0,0,.18)!important;
  text-shadow:0 1px 5px rgba(0,0,0,.75)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
body.home-cockpit .hero .btn-ghost-auto:hover,
body.home-cockpit .hero .btn-ghost-auto:focus-visible,
html.light body.home-cockpit .hero .btn-ghost-auto:hover,
html.light body.home-cockpit .hero .btn-ghost-auto:focus-visible{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  background:rgba(12,17,23,.82)!important;border-color:rgba(242,246,250,.58)!important;
}

body.home-cockpit .hero .hero-lux-fx,
html.light body.home-cockpit .hero .hero-lux-fx{
  position:absolute!important;inset:0!important;z-index:3!important;
  pointer-events:none!important;overflow:hidden!important;mix-blend-mode:screen!important;
}
body.home-cockpit .hero .hero-lux-fx .lux-rail,
html.light body.home-cockpit .hero .hero-lux-fx .lux-rail{
  left:0!important;top:88px!important;width:min(700px,46vw)!important;height:1px!important;
  background:linear-gradient(90deg,rgba(214,31,47,.62) 0 3%,rgba(244,247,250,.48) 10%,rgba(244,247,250,.08) 60%,transparent 100%)!important;
  box-shadow:0 0 12px rgba(232,238,244,.09)!important;opacity:.74!important;
}
body.home-cockpit .hero .hero-lux-fx .lux-edge,
html.light body.home-cockpit .hero .hero-lux-fx .lux-edge{
  display:none!important; 
}
body.home-cockpit .hero .hero-lux-fx .lux-floor,
html.light body.home-cockpit .hero .hero-lux-fx .lux-floor{
  left:2.5%!important;right:2.5%!important;bottom:194px!important;height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(235,240,245,.14) 22%,rgba(239,243,247,.43) 50%,rgba(214,31,47,.18) 77%,transparent)!important;
  box-shadow:0 0 15px rgba(230,236,242,.08)!important;opacity:.63!important;
}
body.home-cockpit .hero .hero-lux-fx .lux-sweep,
html.light body.home-cockpit .hero .hero-lux-fx .lux-sweep{
  top:-15%!important;left:-25%!important;width:15%!important;height:130%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.018) 34%,rgba(248,250,252,.105) 50%,rgba(255,255,255,.018) 66%,transparent)!important;
  filter:none!important;
  opacity:.58!important;
  animation:trexporLuxSweep218 13.5s cubic-bezier(.45,0,.55,1) infinite!important;
}
@keyframes trexporLuxSweep218{
  0%,12%{transform:translateX(0) skewX(-12deg);opacity:0}
  20%{opacity:.42}
  62%{opacity:.58}
  84%,100%{transform:translateX(850%) skewX(-12deg);opacity:0}
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:linear-gradient(150deg,rgba(34,40,47,.68) 0%,rgba(8,11,15,.72) 48%,rgba(3,5,8,.84) 100%)!important;
  border-color:rgba(210,219,228,.38)!important;
  backdrop-filter:blur(14px) saturate(1.06)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.06)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;
  text-shadow:0 2px 8px rgba(0,0,0,.72)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:rgba(222,229,236,.91)!important;-webkit-text-fill-color:rgba(222,229,236,.91)!important;
  text-shadow:0 1px 6px rgba(0,0,0,.58)!important;
}

@media(min-width:1101px) and (max-height:830px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    transform:translateY(-46px)!important;
    padding-top:18px!important;padding-bottom:21px!important;
  }
  body.home-cockpit .hero h1,html.light body.home-cockpit .hero h1{font-size:clamp(42px,3.55vw,58px)!important}
  body.home-cockpit .hero .sub,html.light body.home-cockpit .hero .sub{font-size:13.5px!important;line-height:1.5!important}
}

@media(max-width:1320px) and (min-width:761px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin-left:22px!important;
    margin-right:auto!important;
    width:min(565px,calc(100% - 44px))!important;
    transform:translateY(-86px)!important;
  }
  body.home-cockpit .hero .hero-inner::before,
  html.light body.home-cockpit .hero .hero-inner::before{left:-100px!important;right:-130px!important}
  body.home-cockpit .hero .hero-lux-fx .lux-floor,
  html.light body.home-cockpit .hero .hero-lux-fx .lux-floor{bottom:302px!important}
}

@media(max-width:760px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin:24px 14px 0!important;
    width:calc(100% - 28px)!important;
    max-width:none!important;
    padding:18px 14px 20px!important;
    transform:none!important;
    background:transparent!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;
    backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  }
  body.home-cockpit .hero .hero-inner::before,
  html.light body.home-cockpit .hero .hero-inner::before{
    left:-34px!important;right:-28px!important;top:-42px!important;bottom:-42px!important;
    background:linear-gradient(90deg,rgba(2,5,9,.57),rgba(2,5,9,.29) 68%,rgba(2,5,9,0) 100%)!important;
  }
  body.home-cockpit .hero h1,html.light body.home-cockpit .hero h1{
    font-size:clamp(37px,11vw,49px)!important;line-height:.96!important;
  }
  body.home-cockpit .hero .sub,html.light body.home-cockpit .hero .sub{
    font-size:12.5px!important;line-height:1.5!important;
  }
  body.home-cockpit .hero .hero-lux-fx .lux-rail{width:65%!important;top:70px!important}
  body.home-cockpit .hero .hero-lux-fx .lux-sweep{opacity:.30!important}
}

@media(min-width:761px){
  html[dir="rtl"] body.home-cockpit .hero,
  html[dir="rtl"].light body.home-cockpit .hero{justify-content:flex-end!important}
  html[dir="rtl"] body.home-cockpit .hero .hero-inner,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner{
    margin-left:auto!important;
    margin-right:clamp(22px,3vw,58px)!important;
    border:0!important;border-radius:0!important;background:transparent!important;
  }
  html[dir="rtl"] body.home-cockpit .hero .hero-inner::before,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner::before{
    background:linear-gradient(270deg,rgba(2,5,9,.58) 0%,rgba(2,5,9,.49) 26%,rgba(2,5,9,.28) 54%,rgba(2,5,9,.10) 72%,rgba(2,5,9,0) 92%)!important;
  }
  html[dir="rtl"] body.home-cockpit .hero .hero-inner::after,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner::after{
    left:auto!important;right:30px!important;transform:scaleX(-1)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.home-cockpit .hero .hero-lux-fx .lux-sweep,
  html.light body.home-cockpit .hero .hero-lux-fx .lux-sweep{animation:none!important;opacity:.18!important}
}

header .btn-pill,
html.light header .btn-pill{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:40px!important;
  padding:9px 15px 9px 18px!important;
  border-radius:10px!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  font-weight:720!important;
  letter-spacing:.005em!important;
  background:
    linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.75),
    0 8px 20px rgba(7,14,24,.16),
    0 0 0 1px rgba(255,255,255,.04)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.72)!important;
  transform:translateZ(0)!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .24s,box-shadow .24s,background .24s!important;
}
header .btn-pill::before,
html.light header .btn-pill::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:12px!important;
  right:12px!important;
  top:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.64),transparent)!important;
  opacity:.72!important;
  pointer-events:none!important;
}
header .btn-pill::after,
html.light header .btn-pill::after{
  content:"→"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  border-left:1px solid rgba(255,255,255,.18)!important;
  padding-left:9px!important;
  margin-left:1px!important;
  color:#ff5362!important;
  -webkit-text-fill-color:#ff5362!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:760!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),color .24s!important;
}
header .btn-pill:hover,
header .btn-pill:focus-visible,
html.light header .btn-pill:hover,
html.light header .btn-pill:focus-visible{
  transform:translateY(-1px)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(207,216,225,.78)!important;
  background:linear-gradient(145deg,#343b43 0%,#15191e 40%,#05070a 72%,#1f242a 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(0,0,0,.78),
    0 10px 24px rgba(7,14,24,.22),
    0 0 18px rgba(213,31,47,.10)!important;
}
header .btn-pill:hover::after,
header .btn-pill:focus-visible::after,
html.light header .btn-pill:hover::after,
html.light header .btn-pill:focus-visible::after{
  transform:translateX(2px)!important;
  color:#ff6875!important;
  -webkit-text-fill-color:#ff6875!important;
}
@media(max-width:600px){
  header .btn-pill,html.light header .btn-pill{min-height:37px!important;padding:8px 12px 8px 14px!important;border-radius:9px!important}
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip-no,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-no{
  display:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:
    linear-gradient(150deg,rgba(30,36,43,.36) 0%,rgba(9,13,18,.27) 48%,rgba(2,5,8,.34) 100%)!important;
  border-color:rgba(222,229,236,.33)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.32),
    0 12px 30px rgba(0,0,0,.15)!important;
  backdrop-filter:blur(8px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.12)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  background:linear-gradient(112deg,transparent 0 40%,rgba(255,255,255,.07) 49%,transparent 58%)!important;
  opacity:.38!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  background:linear-gradient(150deg,rgba(42,49,57,.43),rgba(11,15,20,.33) 50%,rgba(2,5,8,.39))!important;
  border-color:rgba(237,242,247,.48)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.23),
    inset 0 -1px 0 rgba(0,0,0,.34),
    0 16px 34px rgba(0,0,0,.19),
    0 0 18px rgba(213,31,47,.05)!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  background:linear-gradient(145deg,rgba(246,249,252,.14),rgba(112,124,137,.045) 25%,rgba(3,6,9,.38) 67%,rgba(255,255,255,.07))!important;
  border-color:rgba(222,229,236,.35)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.48),0 7px 18px rgba(0,0,0,.18)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#fbfcfd!important;-webkit-text-fill-color:#fbfcfd!important;
  text-shadow:0 2px 10px rgba(0,0,0,.78)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:rgba(235,240,245,.93)!important;-webkit-text-fill-color:rgba(235,240,245,.93)!important;
  text-shadow:0 2px 7px rgba(0,0,0,.78)!important;
}

html:not(.light) body.home-cockpit header .btn-pill,
html:not(.light) header .btn-pill{
  color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;
  background:linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.75),0 8px 20px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.04)!important;
}
html:not(.light) body.home-cockpit header .btn-pill:hover,
html:not(.light) body.home-cockpit header .btn-pill:focus-visible,
html:not(.light) header .btn-pill:hover,
html:not(.light) header .btn-pill:focus-visible{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  background:linear-gradient(145deg,#343b43 0%,#15191e 40%,#05070a 72%,#1f242a 100%)!important;
  border-color:rgba(207,216,225,.78)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.78),0 10px 24px rgba(0,0,0,.28),0 0 18px rgba(213,31,47,.10)!important;
}

html:not(.light) body.home-cockpit{
  background-color:#050607!important;
  background-image:
    radial-gradient(1000px 560px at 16% 4%,rgba(176,116,36,.028),transparent 67%),
    linear-gradient(rgba(3,5,7,.91),rgba(3,5,7,.935)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,1380px auto!important;
  background-position:center,center,center top!important;
  background-repeat:no-repeat,no-repeat,repeat-y!important;
}

html:not(.light) body.home-cockpit .product-groups{
  background-color:#030406!important;
  background-image:
    radial-gradient(ellipse 58% 110% at 50% 50%,rgba(3,4,6,.94) 0%,rgba(3,4,6,.89) 58%,rgba(3,4,6,.82) 100%),
    linear-gradient(rgba(3,4,6,.87),rgba(3,4,6,.93)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,1450px auto!important;
  background-position:center,center,center 32%!important;
  background-repeat:no-repeat,no-repeat,no-repeat!important;
}

html:not(.light) body.home-cockpit .home-dashboard{
  background:transparent!important;
}

html:not(.light) body.home-cockpit #faq,
html:not(.light) body.home-cockpit .formsec{
  background-color:#050607!important;
  background-image:
    radial-gradient(ellipse 68% 92% at 50% 42%,rgba(4,6,8,.945),rgba(4,6,8,.885) 72%,rgba(4,6,8,.82)),
    linear-gradient(rgba(4,6,8,.86),rgba(4,6,8,.92)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,1320px auto!important;
  background-repeat:no-repeat,no-repeat,no-repeat!important;
}
html:not(.light) body.home-cockpit #faq{background-position:center,center,18% 64%!important}
html:not(.light) body.home-cockpit .formsec{background-position:center,center,82% 24%!important}

html:not(.light) body.home-cockpit footer{
  background-color:#050608!important;
  background-image:
    linear-gradient(rgba(5,6,8,.93),rgba(5,6,8,.965)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1180px auto!important;
  background-position:center,center 74%!important;
  background-repeat:no-repeat,no-repeat!important;
}

@media(max-width:760px){
  html:not(.light) body.home-cockpit{background-size:auto,auto,980px auto!important}
  html:not(.light) body.home-cockpit .product-groups,
  html:not(.light) body.home-cockpit #faq,
  html:not(.light) body.home-cockpit .formsec{background-size:auto,auto,1050px auto!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  gap:clamp(8px,.72vw,13px)!important;
  align-items:stretch!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  --crystal-gold:#d7a64c;
  --crystal-gold-hi:#ffe5a0;
  --crystal-gold-deep:#6d4514;
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:178px!important;
  padding:14px 17px 23px!important;
  gap:6px!important;
  text-align:center!important;
  border:0!important;
  border-radius:0!important;
  clip-path:polygon(14% 0,86% 0,100% 19%,94% 76%,50% 100%,6% 76%,0 19%)!important;
  background:linear-gradient(132deg,
    #8d6429 0%,#f8d98d 12%,#7b501a 25%,#ffe8a3 43%,#8a5c20 58%,#f2c76c 77%,#614014 100%)!important;
  box-shadow:none!important;
  filter:
    drop-shadow(0 12px 22px rgba(0,0,0,.42))
    drop-shadow(0 0 8px rgba(211,157,63,.16))!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:hidden!important;
  transform:translateZ(0)!important;
  transition:transform .32s cubic-bezier(.22,1,.36,1),filter .32s ease!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  inset:1px!important;
  clip-path:polygon(14% 0,86% 0,100% 19%,94% 76%,50% 100%,6% 76%,0 19%)!important;
  background-image:
    radial-gradient(ellipse 62% 32% at 50% 3%,rgba(255,225,153,.10),transparent 68%),
    linear-gradient(155deg,rgba(13,16,19,.83),rgba(2,4,6,.91) 54%,rgba(11,8,4,.91)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,520px auto!important;
  background-position:center,center,center 46%!important;
  background-repeat:no-repeat,no-repeat,no-repeat!important;
  opacity:1!important;
  animation:none!important;
  pointer-events:none!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  top:-7px!important;
  left:24%!important;
  width:52%!important;
  height:18px!important;
  background:radial-gradient(ellipse at center,
    rgba(255,247,215,.98) 0%,rgba(255,211,112,.65) 14%,rgba(211,145,46,.23) 38%,transparent 72%)!important;
  box-shadow:none!important;
  opacity:.34!important;
  transform:none!important;
  pointer-events:none!important;
  animation:trxCrystalGoldPulse 5.8s ease-in-out infinite!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2)::after{animation-delay:-.9s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3)::after{animation-delay:-1.8s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4)::after{animation-delay:-2.7s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5)::after{animation-delay:-3.6s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6)::after{animation-delay:-4.5s!important}
@keyframes trxCrystalGoldPulse{
  0%,100%{opacity:.22;filter:blur(.4px)}
  44%{opacity:.44;filter:blur(0)}
  58%{opacity:.74;filter:blur(0)}
  72%{opacity:.36;filter:blur(.3px)}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>*{
  position:relative!important;
  z-index:3!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  position:relative!important;
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  min-height:82px!important;
  flex:0 0 82px!important;
  margin:0 auto 1px!important;
  padding:4px!important;
  border:0!important;
  border-radius:0!important;
  clip-path:polygon(50% 0,80% 8%,98% 31%,94% 68%,72% 91%,50% 100%,28% 91%,6% 68%,2% 31%,20% 8%)!important;
  background:linear-gradient(138deg,
    #6f4918 0%,#f7d681 12%,#8a5c20 25%,#ffe8a7 44%,#81531c 58%,#eabd60 77%,#5d3b12 100%)!important;
  box-shadow:none!important;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.43)) drop-shadow(0 0 9px rgba(234,181,82,.20))!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  inset:2px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  clip-path:inherit!important;
  -webkit-mask:none!important;
  mask:none!important;
  background:
    radial-gradient(circle at 32% 19%,rgba(255,255,255,.13),transparent 27%),
    linear-gradient(150deg,rgba(30,29,25,.94),rgba(4,5,6,.98) 52%,rgba(18,11,3,.96))!important;
  opacity:1!important;
  box-shadow:inset 0 0 20px rgba(231,176,76,.06)!important;
  pointer-events:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  inset:-25% -75%!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(112deg,transparent 41%,rgba(255,252,236,.08) 46%,rgba(255,235,178,.64) 50%,rgba(255,255,255,.13) 54%,transparent 60%)!important;
  box-shadow:none!important;
  opacity:0!important;
  transform:translateX(-48%)!important;
  animation:trxCrystalFacetSweep 7.2s cubic-bezier(.45,0,.55,1) infinite!important;
  pointer-events:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon::after{animation-delay:-1.2s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon::after{animation-delay:-2.4s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon::after{animation-delay:-3.6s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon::after{animation-delay:-4.8s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon::after{animation-delay:-6s!important}
@keyframes trxCrystalFacetSweep{
  0%,69%{transform:translateX(-48%);opacity:0}
  74%{opacity:.52}
  84%{transform:translateX(48%);opacity:.75}
  89%,100%{transform:translateX(48%);opacity:0}
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  position:relative!important;
  z-index:1!important;
  width:76px!important;
  height:76px!important;
  max-width:76px!important;
  max-height:76px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.50)) contrast(1.07) saturate(1.04) brightness(1.04)!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  width:100%!important;
  color:#fffaf0!important;
  -webkit-text-fill-color:#fffaf0!important;
  font-size:12.4px!important;
  line-height:1.16!important;
  font-weight:740!important;
  text-align:center!important;
  letter-spacing:-.015em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.82),0 0 12px rgba(213,160,66,.08)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  width:100%!important;
  margin-top:auto!important;
  color:rgba(235,225,204,.84)!important;
  -webkit-text-fill-color:rgba(235,225,204,.84)!important;
  font-size:9.2px!important;
  line-height:1.32!important;
  font-weight:470!important;
  text-align:center!important;
  text-shadow:0 2px 7px rgba(0,0,0,.82)!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-4px) scale(1.008)!important;
  filter:
    drop-shadow(0 15px 25px rgba(0,0,0,.48))
    drop-shadow(0 0 13px rgba(235,181,80,.30))!important;
  outline:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover::after,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible::after{opacity:.82!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.035)!important;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.48)) drop-shadow(0 0 14px rgba(242,191,89,.36))!important;
}

@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:154px!important;padding:10px 14px 19px!important;gap:4px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
    width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;flex-basis:68px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:63px!important;height:63px!important;max-width:63px!important;max-height:63px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.3px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.35px!important}
}

@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:124px!important;
    padding:9px 13px 15px!important;
    clip-path:polygon(10% 0,90% 0,100% 17%,96% 82%,50% 100%,4% 82%,0 17%)!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
    clip-path:polygon(10% 0,90% 0,100% 17%,96% 82%,50% 100%,4% 82%,0 17%)!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
    width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;flex-basis:52px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:49px!important;height:49px!important;max-width:49px!important;max-height:49px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.2px!important;line-height:1.27!important}
}

@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:8px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:122px!important;
    padding:9px 9px 15px!important;
    gap:3px!important;
    clip-path:polygon(9% 0,91% 0,100% 14%,97% 84%,50% 100%,3% 84%,0 14%)!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
    clip-path:polygon(9% 0,91% 0,100% 14%,97% 84%,50% 100%,3% 84%,0 14%)!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;flex-basis:44px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
    width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:9.7px!important;line-height:1.14!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.8px!important;line-height:1.24!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover{transform:none!important}
}

@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon::after{animation:none!important;opacity:.30!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:transparent!important;
  animation:trxCrystalCardGlow 6.2s ease-in-out infinite!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2){animation-delay:-1s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3){animation-delay:-2s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4){animation-delay:-3s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5){animation-delay:-4s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6){animation-delay:-5s!important}
@keyframes trxCrystalCardGlow{
  0%,100%{filter:drop-shadow(0 12px 22px rgba(0,0,0,.44)) drop-shadow(0 0 5px rgba(211,157,63,.12))}
  52%{filter:drop-shadow(0 13px 24px rgba(0,0,0,.48)) drop-shadow(0 0 9px rgba(241,190,89,.23))}
  63%{filter:drop-shadow(0 13px 24px rgba(0,0,0,.48)) drop-shadow(0 0 13px rgba(255,205,103,.32))}
  78%{filter:drop-shadow(0 12px 22px rgba(0,0,0,.45)) drop-shadow(0 0 7px rgba(222,164,65,.16))}
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  z-index:0!important;
  inset:0!important;
  clip-path:inherit!important;
  background:linear-gradient(132deg,
    #6e4818 0%,#f8d88b 11%,#7b501a 24%,#ffe9aa 42%,#85571d 57%,#eec56c 76%,#59380f 100%)!important;
  opacity:1!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  z-index:1!important;
  inset:1.5px!important;
  left:1.5px!important;right:1.5px!important;top:1.5px!important;bottom:1.5px!important;
  width:auto!important;height:auto!important;
  clip-path:inherit!important;
  background-image:
    radial-gradient(ellipse 34% 7% at 50% 0%,rgba(255,244,210,.78),rgba(237,187,88,.20) 34%,transparent 72%),
    linear-gradient(26deg,transparent 49.45%,rgba(255,214,126,.045) 49.8%,rgba(255,255,255,.018) 50.2%,transparent 50.55%),
    linear-gradient(154deg,transparent 49.55%,rgba(223,171,78,.04) 49.85%,transparent 50.35%),
    linear-gradient(155deg,rgba(18,21,24,.93),rgba(3,5,7,.965) 51%,rgba(14,10,5,.96)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,auto,auto,560px auto!important;
  background-position:center,center,center,center,center 50%!important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat!important;
  box-shadow:inset 0 1px 0 rgba(255,243,207,.10),inset 0 -8px 22px rgba(0,0,0,.18)!important;
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>*{z-index:3!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  animation:none!important;
  filter:drop-shadow(0 16px 27px rgba(0,0,0,.52)) drop-shadow(0 0 15px rgba(249,197,94,.34))!important;
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{animation:none!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:188px!important;
  padding:13px 16px 36px!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{
  width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;flex-basis:76px!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{
  width:70px!important;height:70px!important;max-width:70px!important;max-height:70px!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  margin-top:3px!important;
  margin-bottom:0!important;
}
@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:160px!important;padding:9px 13px 27px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:61px!important;height:61px!important;min-width:61px!important;min-height:61px!important;flex-basis:61px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:57px!important;height:57px!important;max-width:57px!important;max-height:57px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8px!important;margin-top:2px!important}
}
@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:132px!important;padding:8px 12px 24px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:45px!important;height:45px!important;max-width:45px!important;max-height:45px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.7px!important;margin-top:2px!important}
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:130px!important;padding:8px 8px 23px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;flex-basis:40px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-icon img{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.45px!important;margin-top:2px!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  position:relative!important;
  width:94px!important;
  height:94px!important;
  min-width:94px!important;
  min-height:94px!important;
  flex:0 0 94px!important;
  margin:0 auto 2px!important;
  padding:17px!important;
  border:0!important;
  border-radius:0!important;
  clip-path:none!important;
  overflow:visible!important;
  isolation:isolate!important;
  background:url('/assets/crystal-icon-frame-v222.png') center/contain no-repeat!important;
  box-shadow:none!important;
  filter:
    drop-shadow(0 9px 14px rgba(0,0,0,.58))
    drop-shadow(0 0 7px rgba(224,164,54,.28))!important;
  transform:translateZ(0)!important;
  transition:transform .32s cubic-bezier(.2,.75,.25,1),filter .32s ease!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:11%!important;
  display:block!important;
  border:0!important;
  border-radius:50%!important;
  clip-path:none!important;
  background:radial-gradient(circle,
    rgba(255,202,86,.24) 0%,
    rgba(229,159,40,.10) 38%,
    rgba(0,0,0,0) 72%)!important;
  box-shadow:none!important;
  opacity:.72!important;
  filter:blur(7px)!important;
  pointer-events:none!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{
  content:""!important;
  position:absolute!important;
  z-index:4!important;
  inset:0!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  clip-path:none!important;
  background:
    radial-gradient(circle at 79% 15%,rgba(255,255,247,.96) 0 1.3%,rgba(255,220,126,.72) 1.6%,transparent 4.5%),
    linear-gradient(90deg,transparent 76%,rgba(255,232,166,.70) 79%,transparent 82%) 0 0/100% 1px no-repeat,
    linear-gradient(0deg,transparent 11%,rgba(255,228,146,.58) 14%,transparent 17%) 100% 0/1px 100% no-repeat!important;
  opacity:.68!important;
  transform:none!important;
  animation:trxV222GemPulse 5.8s ease-in-out infinite!important;
  pointer-events:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon::after{animation-delay:-.95s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon::after{animation-delay:-1.9s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon::after{animation-delay:-2.85s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon::after{animation-delay:-3.8s!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon::after{animation-delay:-4.75s!important}
@keyframes trxV222GemPulse{
  0%,100%{opacity:.38;filter:brightness(.92)}
  45%{opacity:.56;filter:brightness(1)}
  54%{opacity:1;filter:brightness(1.22)}
  65%{opacity:.52;filter:brightness(1)}
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  width:60px!important;
  height:60px!important;
  max-width:60px!important;
  max-height:60px!important;
  margin:0!important;
  object-fit:contain!important;
  filter:
    contrast(1.09)
    saturate(1.07)
    brightness(1.07)
    drop-shadow(0 7px 8px rgba(0,0,0,.58))
    drop-shadow(0 0 4px rgba(255,205,105,.13))!important;
  transform:translateZ(0)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.045)!important;
  filter:
    drop-shadow(0 11px 16px rgba(0,0,0,.62))
    drop-shadow(0 0 12px rgba(255,196,74,.42))!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon::before,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon::before{opacity:1!important}

@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:74px!important;height:74px!important;min-width:74px!important;min-height:74px!important;flex-basis:74px!important;padding:13px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;
  }
}
@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;flex-basis:62px!important;padding:11px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;
  }
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;flex-basis:54px!important;padding:10px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{animation:none!important;opacity:.62!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:136px!important;
  height:76px!important;
  min-width:136px!important;
  min-height:76px!important;
  flex:0 0 136px!important;
  margin:0 auto 4px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  box-shadow:none!important;
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.60)) drop-shadow(0 0 7px rgba(228,169,59,.30))!important;
  transition:transform .3s cubic-bezier(.2,.75,.25,1),filter .3s ease!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/crystal-service-1-v224.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/crystal-service-2-v224.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/crystal-service-3-v224.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/crystal-service-4-v224.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/crystal-service-5-v224.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/crystal-service-6-v224.webp')!important}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before{content:none!important;display:none!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:4!important;
  background:radial-gradient(circle at 50% 9%,rgba(255,255,247,.92) 0 1.3%,rgba(255,218,116,.48) 1.7%,transparent 5%)!important;
  opacity:.55!important;animation:trxV223CrystalBreath 5.4s ease-in-out infinite!important;pointer-events:none!important
}
@keyframes trxV223CrystalBreath{0%,100%{opacity:.28;filter:brightness(.92)}50%{opacity:.72;filter:brightness(1.16)}}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.035)!important;
  filter:drop-shadow(0 12px 17px rgba(0,0,0,.64)) drop-shadow(0 0 12px rgba(255,190,62,.40))!important
}
@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:112px!important;height:63px!important;min-width:112px!important;min-height:63px!important;flex-basis:112px!important}
}
@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:96px!important;height:54px!important;min-width:96px!important;min-height:54px!important;flex-basis:96px!important}
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:82px!important;height:46px!important;min-width:82px!important;min-height:46px!important;flex-basis:82px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon{transform:none!important}
}
@media(prefers-reduced-motion:reduce){html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{animation:none!important}}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;flex:0 0 92px!important;
  margin:0 auto 5px!important;padding:0!important;background-size:contain!important;background-position:center!important;
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.62)) drop-shadow(0 0 7px rgba(227,169,61,.25))!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{
  background:radial-gradient(circle at 50% 7%,rgba(255,255,245,.96) 0 1.2%,rgba(255,211,101,.38) 1.8%,transparent 5.5%)!important;
}
@media(min-width:1101px) and (max-height:960px){html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:74px!important;height:74px!important;min-width:74px!important;min-height:74px!important;flex-basis:74px!important}}
@media(max-width:1100px) and (min-width:761px){html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;flex-basis:64px!important}}
@media(max-width:760px){html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;flex-basis:54px!important}}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  gap:clamp(9px,.75vw,14px)!important;
  align-items:stretch!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:178px!important;
  padding:10px 14px 15px!important;
  gap:3px!important;
  text-align:center!important;
  clip-path:none!important;
  border-radius:18px!important;
  border:1px solid rgba(255,226,164,.18)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012) 42%,rgba(0,0,0,.14)),
    rgba(5,8,12,.23)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 -1px 0 rgba(210,154,58,.06),
    0 14px 30px rgba(0,0,0,.20)!important;
  filter:none!important;
  backdrop-filter:blur(5px) saturate(1.05)!important;
  -webkit-backdrop-filter:blur(5px) saturate(1.05)!important;
  overflow:visible!important;
  transform:translateZ(0)!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,background .28s ease,box-shadow .28s ease!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>*{position:relative!important;z-index:2!important}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  position:relative!important;
  width:108px!important;
  height:108px!important;
  min-width:108px!important;
  min-height:108px!important;
  flex:0 0 108px!important;
  margin:-5px auto 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  clip-path:none!important;
  overflow:visible!important;
  background-color:transparent!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  box-shadow:none!important;
  filter:drop-shadow(0 10px 13px rgba(0,0,0,.57)) drop-shadow(0 0 6px rgba(224,158,48,.16))!important;
  transform:translateZ(0)!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1),filter .28s ease!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/crystal-service-1-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/crystal-service-2-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/crystal-service-3-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/crystal-service-4-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/crystal-service-5-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/crystal-service-6-v225.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{
  content:none!important;display:none!important;animation:none!important;background:none!important;box-shadow:none!important
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  width:100%!important;
  color:#fffdf8!important;
  -webkit-text-fill-color:#fffdf8!important;
  font-size:12.2px!important;
  line-height:1.15!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
  text-align:center!important;
  text-shadow:0 2px 9px rgba(0,0,0,.75)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  width:100%!important;
  margin-top:auto!important;
  color:rgba(236,230,218,.88)!important;
  -webkit-text-fill-color:rgba(236,230,218,.88)!important;
  font-size:8.9px!important;
  line-height:1.28!important;
  font-weight:480!important;
  text-align:center!important;
  text-shadow:0 2px 7px rgba(0,0,0,.72)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(255,213,126,.34)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.015) 45%,rgba(0,0,0,.10)),rgba(5,8,12,.27)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 34px rgba(0,0,0,.28),0 0 18px rgba(217,151,40,.08)!important;
  outline:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.025)!important;
  filter:drop-shadow(0 12px 15px rgba(0,0,0,.62)) drop-shadow(0 0 10px rgba(235,174,65,.24))!important;
}

@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:151px!important;padding:7px 11px 11px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:82px!important;height:82px!important;min-width:82px!important;min-height:82px!important;flex-basis:82px!important;margin:-5px auto -1px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.8px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.8px!important}
}
@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:138px!important;padding:7px 9px 10px!important;border-radius:15px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;flex-basis:70px!important;margin:-4px auto 0!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.55px!important}
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:7px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:128px!important;padding:6px 7px 9px!important;border-radius:14px!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;flex-basis:58px!important;margin:-3px auto 0!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:9.35px!important;line-height:1.12!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.2px!important;line-height:1.22!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{transition:none!important;transform:none!important}
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:
    linear-gradient(145deg,rgba(255,255,255,.042),rgba(255,255,255,.008) 46%,rgba(0,0,0,.10)),
    rgba(3,6,9,.15)!important;
  border:1px solid rgba(231,190,103,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 12px 28px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(3px) saturate(1.03)!important;
  -webkit-backdrop-filter:blur(3px) saturate(1.03)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:none!important;display:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:122px!important;
  height:122px!important;
  min-width:122px!important;
  min-height:122px!important;
  flex:0 0 122px!important;
  margin:-13px auto -2px!important;
  border:0!important;
  background-color:transparent!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  filter:
    drop-shadow(0 14px 18px rgba(0,0,0,.58))
    drop-shadow(0 0 9px rgba(222,153,42,.16))!important;
  transform:translateZ(0)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/crystal-service-1-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/crystal-service-2-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/crystal-service-3-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/crystal-service-4-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/crystal-service-5-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/crystal-service-6-v233.webp')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{opacity:0!important;visibility:hidden!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#fffdf9!important;-webkit-text-fill-color:#fffdf9!important;
  font-weight:760!important;
  text-shadow:0 2px 11px rgba(0,0,0,.82)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:rgba(239,233,222,.91)!important;-webkit-text-fill-color:rgba(239,233,222,.91)!important;
  text-shadow:0 2px 8px rgba(0,0,0,.82)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-2px)!important;
  border-color:rgba(245,206,125,.27)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.01) 48%,rgba(0,0,0,.09)),rgba(3,6,9,.17)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 15px 31px rgba(0,0,0,.22)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.018)!important;
  filter:drop-shadow(0 15px 20px rgba(0,0,0,.62)) drop-shadow(0 0 12px rgba(224,157,48,.22))!important;
}
@media (max-width:1600px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:110px!important;height:110px!important;min-width:110px!important;min-height:110px!important;flex-basis:110px!important;
  }
}
@media (max-width:1100px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:102px!important;height:102px!important;min-width:102px!important;min-height:102px!important;flex-basis:102px!important;margin:-7px auto 0!important;
  }
}
@media (max-width:699px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:86px!important;height:86px!important;min-width:86px!important;min-height:86px!important;flex-basis:86px!important;margin:-2px auto 0!important;
  }
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{
  bottom:54px!important;
  width:min(calc(100% - 72px),1580px)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  gap:clamp(10px,.72vw,14px)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:188px!important;
  padding:11px 15px 16px!important;
  border-radius:19px!important;
  border:1px solid rgba(244,249,255,.54)!important;
  background:
    linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.012) 38%,rgba(1,4,8,.14)),
    rgba(3,7,12,.30)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -1px 0 rgba(0,0,0,.34),
    0 13px 30px rgba(0,0,0,.24),
    0 0 0 1px rgba(235,245,255,.06),
    0 0 18px rgba(224,239,255,.055)!important;
  backdrop-filter:blur(8px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.08)!important;
  overflow:hidden!important;
}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-1px!important;
  border-radius:inherit!important;
  padding:1px!important;
  pointer-events:none!important;
  z-index:5!important;
  background:linear-gradient(112deg,
    rgba(255,255,255,.10) 0%,
    rgba(255,255,255,.22) 15%,
    rgba(247,252,255,.95) 24%,
    rgba(191,220,245,.48) 29%,
    rgba(255,255,255,.11) 42%,
    rgba(255,255,255,.08) 100%)!important;
  background-size:320% 100%!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  opacity:.72!important;
  animation:v227WhiteEdge 6.8s linear infinite!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:11%!important;right:11%!important;top:-1px!important;height:1px!important;
  pointer-events:none!important;z-index:6!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.76),transparent)!important;
  box-shadow:0 0 8px rgba(225,241,255,.24)!important;
  opacity:.46!important;
}
@keyframes v227WhiteEdge{0%{background-position:165% 0}100%{background-position:-155% 0}}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:138px!important;
  height:138px!important;
  min-width:138px!important;
  min-height:138px!important;
  flex:0 0 138px!important;
  margin:-16px auto -5px!important;
  filter:
    drop-shadow(0 15px 19px rgba(0,0,0,.60))
    drop-shadow(0 0 8px rgba(255,255,255,.13))
    drop-shadow(0 0 11px rgba(218,153,48,.15))!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  font-size:13.2px!important;
  line-height:1.16!important;
  font-weight:800!important;
  letter-spacing:-.014em!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 2px 8px rgba(0,0,0,.92),0 0 10px rgba(0,0,0,.44)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  margin-top:4px!important;
  font-size:9.7px!important;
  line-height:1.35!important;
  font-weight:570!important;
  color:rgba(250,252,255,.94)!important;
  -webkit-text-fill-color:rgba(250,252,255,.94)!important;
  text-shadow:0 2px 7px rgba(0,0,0,.96),0 0 8px rgba(0,0,0,.48)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-4px)!important;
  border-color:rgba(255,255,255,.82)!important;
  background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,255,255,.018) 42%,rgba(1,4,8,.12)),rgba(3,7,12,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 17px 36px rgba(0,0,0,.29),0 0 18px rgba(223,240,255,.10)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.025)!important;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.63)) drop-shadow(0 0 11px rgba(255,255,255,.17)) drop-shadow(0 0 12px rgba(220,157,51,.18))!important;
}

@media(min-width:1101px) and (max-height:960px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{bottom:50px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
    min-height:164px!important;
    padding:8px 12px 12px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:106px!important;height:106px!important;min-width:106px!important;min-height:106px!important;flex-basis:106px!important;margin:-10px auto -4px!important;
  }
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.1px!important;line-height:1.15!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.65px!important;line-height:1.31!important;margin-top:3px!important}
}
@media(max-width:1100px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{bottom:30px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:148px!important;padding:8px 10px 11px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:82px!important;height:82px!important;min-width:82px!important;min-height:82px!important;flex-basis:82px!important;margin:-5px auto -1px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.8px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8px!important;line-height:1.28!important}
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{bottom:24px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:138px!important;padding:7px 7px 10px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;flex-basis:66px!important;margin:-3px auto 0!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:9.8px!important;line-height:1.14!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.45px!important;line-height:1.24!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;opacity:.48!important}
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 0!important}
}

body.home-cockpit #hdr nav.main>a.active:hover::after,
body.home-cockpit #hdr nav.main>a.active:focus::after,
body.home-cockpit #hdr nav.main>a.active:focus-visible::after,
html.light body.home-cockpit #hdr nav.main>a.active:hover::after,
html.light body.home-cockpit #hdr nav.main>a.active:focus::after,
html.light body.home-cockpit #hdr nav.main>a.active:focus-visible::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active:hover::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active:focus::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active:focus-visible::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  animation:trxHomeMetalSweep 2.4s ease-in-out infinite alternate!important;
}

.mega-menu.about-menu,
.mnav-sub{
  gap:6px!important;
  padding:8px!important;
  border:1px solid rgba(196,203,208,.25)!important;
  border-radius:14px!important;
  background:linear-gradient(140deg,rgba(33,39,44,.96),rgba(11,15,18,.97))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.36)!important;
  backdrop-filter:blur(20px) saturate(.92)!important;
  -webkit-backdrop-filter:blur(20px) saturate(.92)!important;
}
.mega-menu.about-menu a,
.mnav-sub a{
  min-height:46px!important;
  padding:7px 10px!important;
  gap:0!important;
  border-color:rgba(204,211,215,.14)!important;
  border-radius:8px!important;
  background:linear-gradient(108deg,rgba(255,255,255,.055),rgba(255,255,255,.017))!important;
  color:#e0e4e6!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 4px 10px rgba(0,0,0,.10)!important;
}
.mega-menu.about-menu a>span:last-child,
.mnav-sub a>span[data-i18n]{font-size:12.6px!important;font-weight:750!important;letter-spacing:.005em!important}
.mega-menu.about-menu a::after,
.mnav-sub a::after{
  flex-basis:22px!important;width:22px!important;height:22px!important;
  border-color:rgba(205,212,216,.18)!important;border-radius:6px!important;
  background:rgba(255,255,255,.028)!important;color:#aeb6bb!important;font-size:15px!important;
}
.mega-menu.about-menu a:hover,
.mega-menu.about-menu a:focus-visible,
.mnav-sub a:hover,
.mnav-sub a:focus-visible{
  border-color:rgba(225,230,233,.39)!important;
  background:linear-gradient(108deg,rgba(255,255,255,.095),rgba(255,255,255,.032))!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 6px 14px rgba(0,0,0,.15)!important;
}
.mega-menu.about-menu a:hover::after,
.mega-menu.about-menu a:focus-visible::after,
.mnav-sub a:hover::after,
.mnav-sub a:focus-visible::after{border-color:rgba(229,234,237,.37)!important;background:rgba(255,255,255,.085)!important;color:#f2f4f5!important}
html.light .mega-menu.about-menu,
html.light .mnav-sub{
  border-color:rgba(80,91,98,.26)!important;
  background:linear-gradient(140deg,rgba(231,235,237,.96),rgba(185,193,198,.94))!important;
  box-shadow:0 16px 34px rgba(36,46,52,.15),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -1px 0 rgba(80,91,98,.13)!important;
}
html.light .mega-menu.about-menu a,
html.light .mnav-sub a{
  border-color:rgba(80,91,98,.17)!important;
  background:linear-gradient(108deg,rgba(255,255,255,.54),rgba(230,235,237,.30))!important;
  color:#273139!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 3px 8px rgba(38,49,56,.07)!important;
}
html.light .mega-menu.about-menu a:hover,
html.light .mega-menu.about-menu a:focus-visible,
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{border-color:rgba(64,75,82,.34)!important;background:linear-gradient(108deg,rgba(255,255,255,.73),rgba(213,220,223,.38))!important;color:#161d22!important}
html.light .mega-menu.about-menu a::after,
html.light .mnav-sub a::after{border-color:rgba(69,80,88,.18)!important;background:rgba(255,255,255,.34)!important;color:#59656c!important}
html.light .mega-menu.about-menu a:hover::after,
html.light .mega-menu.about-menu a:focus-visible::after,
html.light .mnav-sub a:hover::after,
html.light .mnav-sub a:focus-visible::after{border-color:rgba(61,72,79,.30)!important;background:rgba(255,255,255,.56)!important;color:#313b41!important}

.about-code,
.product-group-index,
.dash-op>b,
.doc-no,
.docs-flow-step>b,
.pl-row>.pl-rank,
.step .n{display:none!important}
.about-card .about-no{color:#9ca5aa!important;letter-spacing:.12em!important}
.about-card .about-no::before{background:linear-gradient(90deg,#747e85,#d8dde0,#747e85)!important}
html.light .about-card .about-no{color:#566169!important}
.svc-no,
.docs-factor>i{display:none!important}

body.home-cockpit #hdr nav.main>a.active:hover::after,
body.home-cockpit #hdr nav.main>a.active:focus-visible::after,
html.light body.home-cockpit #hdr nav.main>a.active:hover::after,
html.light body.home-cockpit #hdr nav.main>a.active:focus-visible::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active:hover::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active:focus-visible::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  animation:trxHomeMetalSweep 2.4s ease-in-out infinite alternate!important;
}

.mega-menu.about-menu,
.mnav-sub{
  gap:7px!important;
  padding:9px!important;
  border:1px solid rgba(178,187,194,.22)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,rgba(20,25,30,.94),rgba(8,12,16,.95))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px) saturate(1.02)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.02)!important;
}
.mega-menu.about-menu a,
.mnav-sub a{
  min-height:48px!important;
  margin:0!important;
  padding:7px 9px!important;
  gap:10px!important;
  border:1px solid rgba(177,187,194,.14)!important;
  border-radius:10px!important;
  background:linear-gradient(105deg,rgba(255,255,255,.035),rgba(255,255,255,.014))!important;
  color:#d8dde1!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 5px 12px rgba(0,0,0,.11)!important;
  transform:none!important;
}
.mega-menu.about-menu a>span:last-child,
.mnav-sub a>span[data-i18n]{font-size:12.4px!important;font-weight:700!important;letter-spacing:-.012em!important}
.mega-menu.about-menu .about-code,
.mnav-sub .about-code{
  flex-basis:32px!important;width:32px!important;height:32px!important;
  border:1px solid rgba(179,189,197,.30)!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,rgba(207,214,218,.12),rgba(53,60,66,.18))!important;
  color:#c7cdd2!important;
  font-size:9px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.24)!important;
}
.mega-menu.about-menu a::after,
.mnav-sub a::after{
  flex-basis:24px!important;width:24px!important;height:24px!important;
  border:1px solid rgba(178,188,195,.16)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.025)!important;
  color:#9ba4ab!important;
  font-size:16px!important;
  box-shadow:none!important;
}
.mega-menu.about-menu a:hover,
.mega-menu.about-menu a:focus-visible,
.mnav-sub a:hover,
.mnav-sub a:focus-visible{border-color:rgba(201,209,214,.36)!important;background:linear-gradient(105deg,rgba(255,255,255,.070),rgba(255,255,255,.025))!important;color:#f0f2f3!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 7px 16px rgba(0,0,0,.16)!important;transform:none!important}
.mega-menu.about-menu a:hover .about-code,
.mega-menu.about-menu a:focus-visible .about-code,
.mnav-sub a:hover .about-code,
.mnav-sub a:focus-visible .about-code{color:#f1f3f4!important;border-color:rgba(215,222,226,.54)!important;background:linear-gradient(145deg,rgba(220,226,230,.20),rgba(72,79,85,.25))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.22)!important;transform:none!important}
.mega-menu.about-menu a:hover::after,
.mega-menu.about-menu a:focus-visible::after,
.mnav-sub a:hover::after,
.mnav-sub a:focus-visible::after{color:#e6eaec!important;border-color:rgba(208,216,221,.34)!important;background:rgba(255,255,255,.07)!important;transform:none!important}
html.light .mega-menu.about-menu,
html.light .mnav-sub{border-color:rgba(82,94,103,.22)!important;background:linear-gradient(145deg,rgba(222,227,230,.92),rgba(197,204,208,.88))!important;box-shadow:0 18px 42px rgba(31,42,49,.16),inset 0 1px 0 rgba(255,255,255,.66)!important}
html.light .mega-menu.about-menu a,
html.light .mnav-sub a{border-color:rgba(78,92,102,.16)!important;background:linear-gradient(105deg,rgba(255,255,255,.42),rgba(255,255,255,.20))!important;color:#29333b!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 4px 10px rgba(42,54,62,.08)!important}
html.light .mega-menu.about-menu .about-code,
html.light .mnav-sub .about-code{border-color:rgba(79,94,104,.25)!important;background:linear-gradient(145deg,rgba(255,255,255,.54),rgba(151,161,168,.22))!important;color:#4b5962!important}
html.light .mega-menu.about-menu a::after,
html.light .mnav-sub a::after{border-color:rgba(76,90,100,.16)!important;background:rgba(255,255,255,.28)!important;color:#66737c!important}
html.light .mega-menu.about-menu a:hover,
html.light .mega-menu.about-menu a:focus-visible,
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{border-color:rgba(75,88,97,.30)!important;background:linear-gradient(105deg,rgba(255,255,255,.58),rgba(227,232,235,.34))!important;color:#182127!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 6px 14px rgba(42,54,62,.10)!important}

:root{
  --brand-lockup-width:270px;
  --brand-image-width:260px;
  --brand-image-height:63px;
}
header .header-brand-signature,
html.light header .header-brand-signature{display:none!important}
header .header-brand>img,
html.light header .header-brand>img{
  flex:0 0 var(--brand-image-height)!important;
  inline-size:var(--brand-image-width)!important;
  min-inline-size:var(--brand-image-width)!important;
  max-inline-size:var(--brand-image-width)!important;
  block-size:var(--brand-image-height)!important;
  min-block-size:var(--brand-image-height)!important;
  max-block-size:var(--brand-image-height)!important;
  aspect-ratio:1696 / 412!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}

html body.home-cockpit.home-cockpit .hero .eyebrow i,
html.light body.home-cockpit.home-cockpit .hero .eyebrow i{display:none!important}
html body.home-cockpit.home-cockpit .hero .eyebrow::before,
html.light body.home-cockpit.home-cockpit .hero .eyebrow::before{content:none!important;display:none!important}
html body.home-cockpit.home-cockpit .hero .eyebrow,
html.light body.home-cockpit.home-cockpit .hero .eyebrow{gap:0!important}
html body.home-cockpit.home-cockpit .hero .hero-inner::before,
html body.home-cockpit.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit.home-cockpit .hero .hero-inner::after{content:none!important;display:none!important}

html body.home-cockpit.home-cockpit #hdr nav.main>a,
html body.home-cockpit.home-cockpit #hdr .nav-trigger,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger{font-weight:700!important;text-shadow:none!important;-webkit-text-stroke:0!important}
html.light body.home-cockpit.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger{color:#171a1e!important}
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger{color:#e7e9ec!important}
html body.home-cockpit.home-cockpit #hdr nav.main>a::after,
html body.home-cockpit.home-cockpit #hdr .nav-trigger::after,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a::after,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger::after{bottom:21px!important;height:3px!important;background:linear-gradient(90deg,transparent 0%,#4b5157 14%,#9fa5aa 34%,#d9dcde 50%,#8b9297 67%,#454b51 86%,transparent 100%)!important;box-shadow:0 1px 1px rgba(12,15,18,.32)!important}
html body.home-cockpit.home-cockpit #hdr nav.main>a.active::after,
html body.home-cockpit.home-cockpit #hdr .nav-trigger.active::after,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a.active::after,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger.active::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a.active::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger.active::after{opacity:0!important;transform:scaleX(0)!important;animation:none!important}
html body.home-cockpit.home-cockpit #hdr nav.main>a:hover,
html body.home-cockpit.home-cockpit #hdr nav.main>a:focus-visible,
html body.home-cockpit.home-cockpit #hdr .nav-trigger:hover,
html body.home-cockpit.home-cockpit #hdr .nav-trigger:focus-visible,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a:hover,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a:focus-visible,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger:hover,
html.light body.home-cockpit.home-cockpit #hdr .nav-trigger:focus-visible,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a:hover,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a:focus-visible,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger:hover,
html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger:focus-visible{transform:translateY(0)!important;text-shadow:none!important}

html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:174px!important;padding:14px 14px 15px!important;gap:6px!important;border-color:rgba(211,220,225,.42)!important;background:linear-gradient(145deg,rgba(34,47,55,.50),rgba(12,22,29,.34) 58%,rgba(4,11,16,.43))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(3,8,12,.30),0 16px 34px rgba(0,0,0,.22)!important;backdrop-filter:blur(22px) saturate(1.14)!important;-webkit-backdrop-filter:blur(22px) saturate(1.14)!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;flex-basis:54px!important;margin:0 auto 2px!important;padding:7px!important;border:1px solid rgba(216,225,230,.38)!important;border-radius:16px!important;background-color:rgba(237,243,245,.055)!important;background-size:38px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20),inset 0 -1px 0 rgba(1,7,11,.26),0 7px 16px rgba(0,0,0,.18)!important;filter:drop-shadow(0 5px 8px rgba(0,0,0,.34))!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-weight:750!important;text-shadow:none!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{display:block!important;visibility:visible!important;max-width:205px!important;margin:1px auto 0!important;color:rgba(224,232,235,.88)!important;-webkit-text-fill-color:rgba(224,232,235,.88)!important;font-family:"Manrope",Arial,sans-serif!important;font-size:9.4px!important;line-height:1.34!important;font-weight:500!important;text-shadow:none!important}
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip{border-color:rgba(54,73,85,.36)!important;background:linear-gradient(145deg,rgba(241,246,248,.50),rgba(210,221,227,.30) 58%,rgba(189,204,213,.36))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(65,84,96,.12),0 16px 34px rgba(23,42,55,.14)!important}
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{border-color:rgba(62,83,96,.30)!important;background-color:rgba(255,255,255,.35)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(52,76,91,.10),0 7px 16px rgba(23,42,55,.10)!important}
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{color:rgba(32,52,65,.80)!important;-webkit-text-fill-color:rgba(32,52,65,.80)!important}

html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit{width:min(calc(100% - 92px),1320px)!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchips,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchips,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:11px!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:148px!important;padding:10px 11px 12px!important;gap:5px!important;border-color:rgba(207,218,223,.38)!important;background:linear-gradient(145deg,rgba(35,48,55,.36),rgba(10,20,26,.25) 58%,rgba(2,9,13,.32))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(2,7,10,.28),0 13px 28px rgba(0,0,0,.20)!important;backdrop-filter:blur(22px) saturate(1.10)!important;-webkit-backdrop-filter:blur(22px) saturate(1.10)!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;flex-basis:46px!important;padding:6px!important;border-radius:14px!important;border-color:rgba(216,226,230,.34)!important;background-color:rgba(5,14,19,.18)!important;background-size:32px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,4,7,.24),0 6px 13px rgba(0,0,0,.16)!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#f2f5f6!important;-webkit-text-fill-color:#f2f5f6!important;font-size:11.7px!important;line-height:1.16!important;text-shadow:0 1px 5px rgba(0,0,0,.72)!important}
html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{max-width:188px!important;color:rgba(239,245,246,.94)!important;-webkit-text-fill-color:rgba(239,245,246,.94)!important;font-size:8.8px!important;line-height:1.31!important;font-weight:550!important;text-shadow:0 1px 5px rgba(0,0,0,.86)!important}
@media(min-width:1201px){
  html body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit.home-cockpit .hero>.home-benefits-cockpit{bottom:74px!important}
}
@media(max-width:1200px) and (min-width:901px){
  :root{--brand-lockup-width:236px;--brand-image-width:228px;--brand-image-height:55px}
}
@media(max-width:900px){
  :root{--brand-lockup-width:184px;--brand-image-width:178px;--brand-image-height:43px}
}
@media(max-width:600px){
  :root{--brand-lockup-width:151px;--brand-image-width:148px;--brand-image-height:36px}
}
@media(max-width:360px){
  :root{--brand-lockup-width:136px;--brand-image-width:133px;--brand-image-height:32px}
}

body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  font-family:"Cormorant Garamond","Bodoni MT",Didot,Georgia,"Times New Roman",serif!important;
  font-weight:700!important;
  font-size:clamp(48px,5.05vw,78px)!important;
  line-height:.91!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  max-width:none!important;
  margin:0!important;
  color:#d5d8da!important;
  background:linear-gradient(108deg,#f0f1f2 0%,#8b9197 22%,#e1e3e4 47%,#767d83 73%,#d9dcde 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 2px 1px rgba(0,0,0,.52),0 10px 28px rgba(0,0,0,.42)!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12))!important;
}

@media(max-width:1200px) and (min-width:761px){
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(42px,6.1vw,62px)!important}
  body.home-cockpit .hero{height:auto!important;min-height:960px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:min(calc(100% - 44px),900px)!important;margin:26px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:116px!important;padding:11px 10px 13px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex-basis:50px!important}
}
@media(max-width:760px){
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(35px,11.5vw,50px)!important;line-height:.94!important}
  body.home-cockpit .hero{height:auto!important;min-height:100svh!important;padding-bottom:24px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:calc(100% - 20px)!important;margin:22px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:102px!important;padding:10px 8px 12px!important;gap:7px!important;border-radius:12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.4px!important;line-height:1.2!important}
}

@keyframes trxMetalNavSweep{
  0%{background-position:115% 50%}
  100%{background-position:-15% 50%}
}
@media(min-width:1201px){
  body.home-cockpit #hdr>.wrap{min-height:64px!important}
  body.home-cockpit #hdr .logo.header-brand{width:220px!important;max-width:220px!important}
}

body.home-cockpit #hdr nav.main>a,
body.home-cockpit #hdr .nav-trigger{
  position:relative!important;
  color:#171A1E!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.012em!important;
  text-shadow:0 1px 0 rgba(255,255,255,.40)!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
body.home-cockpit #hdr nav.main>a::after,
body.home-cockpit #hdr .nav-trigger::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-8px!important;
  height:2px!important;
  border:0!important;
  border-radius:99px!important;
  background:linear-gradient(90deg,#51565b 0%,#8e9499 28%,#e2e4e5 46%,#a9adb1 58%,#656b70 82%,#d5d7d8 100%)!important;
  background-size:220% 100%!important;
  box-shadow:0 1px 1px rgba(22,25,29,.34),0 0 4px rgba(255,255,255,.22)!important;
  opacity:0!important;
  transform:scaleX(0)!important;
  transform-origin:left center!important;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),opacity .20s ease!important;
  pointer-events:none!important;
}
body.home-cockpit #hdr nav.main>a:hover::after,
body.home-cockpit #hdr nav.main>a:focus-visible::after,
body.home-cockpit #hdr nav.main>a.active::after,
body.home-cockpit #hdr .nav-trigger:hover::after,
body.home-cockpit #hdr .nav-trigger:focus-visible::after,
body.home-cockpit #hdr .nav-trigger.active::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  animation:trxMetalNavSweep 2.4s ease-in-out infinite alternate!important;
}
body.home-cockpit #themeBtn:hover{border-color:rgba(225,227,229,.92)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 7px 18px rgba(8,10,14,.22)!important}
body.home-cockpit #hdr .lang-trigger:hover,
body.home-cockpit #hdr .lang-trigger[aria-expanded="true"]{
  border-color:rgba(221,224,227,.92)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(8,10,14,.23),0 0 0 1px rgba(255,255,255,.06)!important;
}

body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  font-family:"Cormorant Garamond","Bodoni MT",Didot,Georgia,"Times New Roman",serif!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
  line-height:.91!important;
  color:#d5d8da!important;
  background:linear-gradient(108deg,#f0f1f2 0%,#8b9197 22%,#e1e3e4 47%,#767d83 73%,#d9dcde 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 2px 1px rgba(0,0,0,.52),0 10px 28px rgba(0,0,0,.42)!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12))!important;
}
body.home-cockpit .hero .btn-red,
html.light body.home-cockpit .hero .btn-red{
  color:#f7f7f7!important;
  background:linear-gradient(180deg,#781722 0%,#4b0a12 100%)!important;
  border:1px solid rgba(203,207,211,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.17),0 9px 22px rgba(25,2,6,.32)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:126px!important;
  padding:13px 12px 15px!important;
  gap:9px!important;
  border:1px solid rgba(170,177,184,.62)!important;
  border-radius:14px!important;
  color:#f1f2f3!important;
  text-align:center!important;
  background:linear-gradient(148deg,rgba(31,38,45,.78),rgba(10,14,19,.76) 58%,rgba(3,6,10,.82))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.38),0 14px 30px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(16px) saturate(1.06)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.06)!important;
  overflow:hidden!important;
  transform:none!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  padding:1px!important;
  pointer-events:none!important;
  opacity:.44!important;
  background:linear-gradient(112deg,rgba(255,255,255,.04),rgba(218,221,224,.58) 24%,rgba(111,117,123,.16) 48%,rgba(244,245,246,.36) 72%,rgba(255,255,255,.03))!important;
  background-size:260% 100%!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  animation:trxMetalNavSweep 7s ease-in-out infinite alternate!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/home-benefit-price-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/home-benefit-label-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/home-benefit-docs-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/home-benefit-quote-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/home-benefit-gps-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/home-benefit-support-v236.svg')!important}

@media(max-width:1200px) and (min-width:761px){
  body.home-cockpit #themeBtn{width:66px!important;min-width:66px!important}
  body.home-cockpit #themeBtn::before{transform:translateX(32px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit .hero{height:auto!important;min-height:960px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:min(calc(100% - 44px),900px)!important;margin:26px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:116px!important;padding:11px 10px 13px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex-basis:50px!important}
}

@media(max-width:760px){
  body.home-cockpit #hdr,
  html.light body.home-cockpit #hdr{background:linear-gradient(180deg,rgba(235,237,239,.78),rgba(207,211,215,.62))!important}
  body.home-cockpit #themeBtn{width:58px!important;min-width:58px!important;height:32px!important}
  body.home-cockpit #themeBtn::before{width:22px!important;height:22px!important;inset:4px auto 4px 4px!important;transform:translateX(28px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit #themeBtn .ic-sun,
  body.home-cockpit #themeBtn .ic-moon{width:13px!important;height:13px!important}
  body.home-cockpit #themeBtn .ic-sun{left:8px!important}
  body.home-cockpit #themeBtn .ic-moon{right:8px!important}
  body.home-cockpit #hdr .lang-trigger{width:52px!important;min-width:52px!important;height:32px!important;padding:5px 20px 5px 6px!important}
  body.home-cockpit #hdr .lang-current-flag{width:22px!important;height:15px!important}
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(35px,11.5vw,50px)!important;line-height:.94!important}
  body.home-cockpit .hero{height:auto!important;min-height:100svh!important;padding-bottom:24px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:calc(100% - 20px)!important;margin:22px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:102px!important;padding:10px 8px 12px!important;gap:7px!important;border-radius:12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.4px!important;line-height:1.2!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-cockpit #hdr nav.main>a::after,
  body.home-cockpit #hdr .nav-trigger::after,
  body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 50%!important}
}

body.home-cockpit .hero .hero-inner,
html.light body.home-cockpit .hero .hero-inner{
  width:min(650px,calc(100% - 46px))!important;
  max-width:650px!important;
  padding:30px 34px 31px 34px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}

body.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit .hero .hero-inner::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:-1!important;
  pointer-events:none!important;
  left:-185px!important;
  right:-500px!important;
  top:-118px!important;
  bottom:-108px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
  background:
    linear-gradient(90deg,
      rgba(2,6,11,.88) 0%,
      rgba(3,8,14,.82) 20%,
      rgba(3,8,14,.70) 39%,
      rgba(3,8,14,.49) 58%,
      rgba(3,8,14,.24) 76%,
      rgba(3,8,14,.075) 88%,
      rgba(3,8,14,0) 100%)!important;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 88%,transparent 100%)!important;
  mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 88%,transparent 100%)!important;
}

body.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit .hero .hero-inner::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:34px!important;
  right:auto!important;
  bottom:1px!important;
  width:148px!important;
  height:2px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,
    #d91f30 0 24%,
    rgba(255,255,255,.95) 24% 48%,
    rgba(184,195,207,.72) 48% 62%,
    transparent 62%)!important;
  box-shadow:0 0 12px rgba(255,255,255,.08),0 0 10px rgba(217,31,48,.10)!important;
  pointer-events:none!important;
}

body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-bottom:18px!important;
  color:rgba(245,248,252,.96)!important;
  -webkit-text-fill-color:rgba(245,248,252,.96)!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
  text-shadow:0 2px 8px rgba(0,0,0,.90)!important;
}
body.home-cockpit .hero .eyebrow i,
html.light body.home-cockpit .hero .eyebrow i{
  width:36px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#df2334 0 48%,rgba(244,248,252,.88) 48% 72%,rgba(244,248,252,.18) 72% 100%)!important;
  box-shadow:0 0 9px rgba(223,35,52,.14)!important;
}

body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(54px,4.45vw,78px)!important;
  line-height:.92!important;
  letter-spacing:-.055em!important;
  font-weight:700!important;
  text-rendering:geometricPrecision!important;
  -webkit-font-smoothing:antialiased!important;
  text-shadow:
    0 2px 2px rgba(0,0,0,.96),
    0 7px 18px rgba(0,0,0,.76),
    0 18px 42px rgba(0,0,0,.44)!important;
  -webkit-text-stroke:.20px rgba(255,255,255,.20)!important;
}

body.home-cockpit .hero h1 .accent,
html.light body.home-cockpit .hero h1 .accent{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .hero h1 .hdot::after,
html.light body.home-cockpit .hero h1 .hdot::after{
  background:#e32235!important;
  box-shadow:0 0 3px rgba(227,34,53,.92),0 0 11px rgba(227,34,53,.42)!important;
}

body.home-cockpit .hero .sub,
html.light body.home-cockpit .hero .sub{
  max-width:570px!important;
  margin-top:20px!important;
  color:rgba(249,251,253,.98)!important;
  -webkit-text-fill-color:rgba(249,251,253,.98)!important;
  font-size:16.5px!important;
  line-height:1.55!important;
  font-weight:520!important;
  letter-spacing:-.006em!important;
  text-shadow:
    0 2px 2px rgba(0,0,0,.98),
    0 6px 18px rgba(0,0,0,.73)!important;
}

body.home-cockpit .hero .ctas,
html.light body.home-cockpit .hero .ctas{
  margin-top:22px!important;
  gap:10px!important;
}
body.home-cockpit .hero .btn-red,
html.light body.home-cockpit .hero .btn-red{
  position:relative!important;
  overflow:hidden!important;
  min-height:46px!important;
  padding:0 22px!important;
  border-radius:8px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:760!important;
  letter-spacing:.01em!important;
  background:linear-gradient(180deg,#d82a3b 0%,#b91123 100%)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 9px 22px rgba(0,0,0,.30),0 0 0 1px rgba(199,22,37,.16)!important;
  text-shadow:0 1px 4px rgba(0,0,0,.40)!important;
}
body.home-cockpit .hero .btn-red::after,
html.light body.home-cockpit .hero .btn-red::after{
  content:"→"!important;
  display:inline-block!important;
  margin-left:10px!important;
  font-size:15px!important;
  transform:translateY(-.5px)!important;
}
body.home-cockpit .hero .btn-red::before,
html.light body.home-cockpit .hero .btn-red::before{
  content:""!important;
  position:absolute!important;
  top:-60%!important;
  left:-40%!important;
  width:28%!important;
  height:220%!important;
  transform:skewX(-18deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent)!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.home-cockpit .hero .btn-red:hover::before,
html.light body.home-cockpit .hero .btn-red:hover::before{
  animation:v228CtaSweep .72s ease-out 1!important;
}
@keyframes v228CtaSweep{0%{left:-40%;opacity:0}20%{opacity:.85}100%{left:120%;opacity:0}}

body.home-cockpit .hero .btn-ghost-auto,
html.light body.home-cockpit .hero .btn-ghost-auto{
  min-height:46px!important;
  padding:0 20px!important;
  border-radius:8px!important;
  color:#f7f9fb!important;
  -webkit-text-fill-color:#f7f9fb!important;
  font-weight:650!important;
  background:linear-gradient(180deg,rgba(15,21,29,.79),rgba(4,8,13,.76))!important;
  border:1px solid rgba(227,235,243,.50)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 9px 22px rgba(0,0,0,.24)!important;
  text-shadow:0 1px 5px rgba(0,0,0,.78)!important;
}
body.home-cockpit .hero .btn-ghost-auto::after,
html.light body.home-cockpit .hero .btn-ghost-auto::after{
  content:"↗"!important;
  margin-left:10px!important;
  font-size:13px!important;
  color:#fff!important;
}

@media(min-width:1321px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    margin-left:clamp(28px,3.25vw,66px)!important;
    transform:translateY(-78px)!important;
  }
}
@media(min-width:1101px) and (max-height:880px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    transform:translateY(-62px)!important;
    padding-top:22px!important;
    padding-bottom:25px!important;
  }
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(48px,3.75vw,64px)!important}
  body.home-cockpit .hero .sub,
  html.light body.home-cockpit .hero .sub{font-size:15px!important;line-height:1.52!important;margin-top:16px!important}
  body.home-cockpit .hero .ctas,
  html.light body.home-cockpit .hero .ctas{margin-top:17px!important}
}
@media(max-width:1320px) and (min-width:761px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    width:min(590px,calc(100% - 44px))!important;
    transform:translateY(-92px)!important;
  }
  body.home-cockpit .hero .hero-inner::before,
  html.light body.home-cockpit .hero .hero-inner::before{left:-135px!important;right:-330px!important}
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(47px,5.1vw,65px)!important}
  body.home-cockpit .hero .sub,
  html.light body.home-cockpit .hero .sub{font-size:14.5px!important;max-width:520px!important}
}
@media(max-width:760px){
  body.home-cockpit .hero .hero-inner,
  html.light body.home-cockpit .hero .hero-inner{
    padding:20px 17px 22px!important;
    margin:20px 12px 0!important;
  }
  body.home-cockpit .hero .hero-inner::before,
  html.light body.home-cockpit .hero .hero-inner::before{
    left:-46px!important;right:-78px!important;top:-48px!important;bottom:-52px!important;
    background:linear-gradient(90deg,rgba(2,6,11,.83) 0%,rgba(3,8,14,.68) 45%,rgba(3,8,14,.30) 75%,rgba(3,8,14,0) 100%)!important;
  }
  body.home-cockpit .hero .hero-inner::after,
  html.light body.home-cockpit .hero .hero-inner::after{left:17px!important;width:122px!important}
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(40px,12vw,54px)!important;line-height:.94!important}
  body.home-cockpit .hero .eyebrow,
  html.light body.home-cockpit .hero .eyebrow{font-size:9.5px!important;letter-spacing:.14em!important;margin-bottom:13px!important}
  body.home-cockpit .hero .eyebrow i,
  html.light body.home-cockpit .hero .eyebrow i{width:28px!important}
  body.home-cockpit .hero .sub,
  html.light body.home-cockpit .hero .sub{font-size:13.2px!important;line-height:1.50!important;margin-top:14px!important}
  body.home-cockpit .hero .ctas,
  html.light body.home-cockpit .hero .ctas{margin-top:17px!important;gap:8px!important}
  body.home-cockpit .hero .btn-red,
  body.home-cockpit .hero .btn-ghost-auto,
  html.light body.home-cockpit .hero .btn-red,
  html.light body.home-cockpit .hero .btn-ghost-auto{min-height:42px!important;padding:0 14px!important;font-size:11.5px!important}
}

@media(min-width:761px){
  html[dir="rtl"] body.home-cockpit .hero .hero-inner,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner{
    margin-left:auto!important;
    margin-right:clamp(28px,3.25vw,66px)!important;
  }
  html[dir="rtl"] body.home-cockpit .hero .hero-inner::before,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner::before{
    left:-500px!important;right:-185px!important;
    background:linear-gradient(270deg,rgba(2,6,11,.88) 0%,rgba(3,8,14,.82) 20%,rgba(3,8,14,.70) 39%,rgba(3,8,14,.49) 58%,rgba(3,8,14,.24) 76%,rgba(3,8,14,.075) 88%,rgba(3,8,14,0) 100%)!important;
  }
  html[dir="rtl"] body.home-cockpit .hero .hero-inner::after,
  html[dir="rtl"].light body.home-cockpit .hero .hero-inner::after{left:auto!important;right:34px!important;transform:scaleX(-1)!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-cockpit .hero .btn-red::before,
  html.light body.home-cockpit .hero .btn-red::before{display:none!important}
}

:root{
  --bg:#030405!important;--bg-2:#08090B!important;
  --panel:rgba(255,255,255,.035)!important;--panel-2:rgba(255,255,255,.060)!important;
  --bd:rgba(241,197,91,.17)!important;--bd-2:rgba(241,197,91,.31)!important;
  --tx:#F7F4EC!important;--mut:#B1AA99!important;--mut-2:#756F63!important;
  --red:#E4B447!important;--red-2:#A97816!important;--teal:#EBC760!important;
  --glow-rgb:228,180,71!important;
  --red-premium:#F2C65D!important;--red-premium-2:#FFE08A!important;--red-premium-dark:#B27A17!important;
  --tr-red-deep:#2D2107!important;--tr-red-shadow:#5B3F09!important;--tr-red-core:#B9821B!important;--tr-red-bright:#E4B447!important;--tr-red-glint:#FFE08A!important;
  --theme-accent:#E4B447;--theme-accent-2:#FFE08A;--theme-ink:#F7F4EC;--theme-surface:#050607;
}
html.light{
  --bg:#F3F7FC!important;--bg-2:#FFFFFF!important;
  --panel:rgba(25,91,184,.045)!important;--panel-2:rgba(25,91,184,.085)!important;
  --bd:rgba(25,91,184,.15)!important;--bd-2:rgba(25,91,184,.28)!important;
  --tx:#0A1C35!important;--mut:#536B89!important;--mut-2:#8192A9!important;
  --red:#1F6FEB!important;--red-2:#0B4EAF!important;--teal:#3987F4!important;
  --glow-rgb:31,111,235!important;
  --red-premium:#2F80ED!important;--red-premium-2:#66A5FF!important;--red-premium-dark:#1252B5!important;
  --tr-red-deep:#071E45!important;--tr-red-shadow:#0B3E86!important;--tr-red-core:#145FC9!important;--tr-red-bright:#1F6FEB!important;--tr-red-glint:#72B0FF!important;
  --theme-accent:#1F6FEB;--theme-accent-2:#72B0FF;--theme-ink:#0A1C35;--theme-surface:#FFFFFF;
}

html:not(.light) body{background-color:#030405!important;color:#F7F4EC!important}
html:not(.light) header{background:rgba(3,4,5,.80)!important;border-bottom-color:rgba(228,180,71,.13)!important;box-shadow:0 10px 40px rgba(0,0,0,.22)!important}
html:not(.light) header.scrolled{background:rgba(3,4,5,.94)!important;border-bottom-color:rgba(228,180,71,.20)!important}
html.light body{background:linear-gradient(180deg,#F7FAFE 0%,#F1F6FC 100%)!important;color:#0A1C35!important}
html.light header{background:rgba(255,255,255,.90)!important;border-bottom-color:rgba(31,111,235,.12)!important;box-shadow:0 10px 34px rgba(38,76,126,.07)!important}
nav.main>a::after,.nav-trigger::after{background:var(--red)!important;box-shadow:0 0 14px rgba(var(--glow-rgb),.48)!important}
nav.main>a:hover,.nav-trigger:hover,.nav-drop.open .nav-trigger,nav.main>a.active,.nav-trigger.active{color:var(--tx)!important}
.nav-drop:hover .nav-trigger svg,.nav-drop.open .nav-trigger svg{color:var(--red)!important}
:focus-visible{outline-color:var(--red)!important}
::selection{background:var(--red)!important;color:#fff!important}

.lang-menu button:focus-visible{outline-color:rgba(var(--glow-rgb),.92)!important}
.lang-menu button.active{background:linear-gradient(135deg,rgba(var(--glow-rgb),.22),rgba(var(--glow-rgb),.07))!important;border-color:rgba(var(--glow-rgb),.46)!important;box-shadow:0 10px 28px rgba(var(--glow-rgb),.13),inset 3px 0 0 var(--red)!important}
.lang-menu .tagx{border-color:rgba(var(--glow-rgb),.20)!important;background:rgba(var(--glow-rgb),.08)!important;color:var(--red-premium-2)!important}
.lang-menu button.active .tagx{background:rgba(var(--glow-rgb),.24)!important}

html:not(.light) .btn-pill,html:not(.light) .btn-red,html:not(.light) .mnav-cta,html:not(.light) .qform button{
  color:#090806!important;-webkit-text-fill-color:#090806!important;
  background:linear-gradient(180deg,#F5D06E 0%,#D9A732 52%,#A87413 100%)!important;
  border-color:rgba(255,231,159,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 9px 25px rgba(0,0,0,.30),0 0 24px rgba(228,180,71,.22)!important;
  text-shadow:none!important
}
html:not(.light) .btn-pill:hover,html:not(.light) .btn-red:hover,html:not(.light) .mnav-cta:hover,html:not(.light) .qform button:hover{
  background:linear-gradient(180deg,#FFE393,#E6B84E 55%,#B98219 100%)!important;box-shadow:0 10px 30px rgba(0,0,0,.32),0 0 32px rgba(228,180,71,.34)!important
}
html.light .btn-pill,html.light .btn-red,html.light .mnav-cta,html.light .qform button{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  background:linear-gradient(180deg,#3786F4 0%,#1F6FEB 54%,#1256BC 100%)!important;
  border-color:rgba(113,171,255,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 9px 24px rgba(25,91,184,.20),0 0 20px rgba(31,111,235,.16)!important
}
html.light .btn-pill:hover,html.light .btn-red:hover,html.light .mnav-cta:hover,html.light .qform button:hover{background:linear-gradient(180deg,#57A0FF,#2679EE 55%,#1459C1)!important;box-shadow:0 10px 28px rgba(25,91,184,.24),0 0 26px rgba(31,111,235,.20)!important}

.kick::before{background:linear-gradient(90deg,var(--red),var(--red-premium-2))!important;box-shadow:0 0 13px rgba(var(--glow-rgb),.42)!important}
.about-card .about-no,.doc-no,.pl-rank,.step .n,.about-code,.docs-flow-step b,.doc-native,.pl-head .tag,.about-card .about-no,.mega-kicker,.mnav-subhead{color:var(--red)!important;border-color:rgba(var(--glow-rgb),.28)!important}
.value-icon{color:var(--red)!important;background:rgba(var(--glow-rgb),.08)!important;border-color:rgba(var(--glow-rgb),.22)!important}
.why-item i{background:var(--red)!important;box-shadow:0 0 17px rgba(var(--glow-rgb),.25)!important}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(var(--glow-rgb),.16)!important}
.faq summary::after,.mail-line a,.cpy:hover,.form-consent a,.form-error a,.lanes td.d,.stat .num em,.svc:hover h3,.svc .lk::after,.mnav-solutions-toggle svg{color:var(--red)!important;-webkit-text-fill-color:var(--red)!important}
.rt-dot,.rt-marker,.gal-ship::before{background:var(--red)!important;box-shadow:0 0 0 3px rgba(var(--glow-rgb),.14),0 0 14px rgba(var(--glow-rgb),.52)!important}
.rt-line i,.tb i,.docs-flow-step::before{background:linear-gradient(90deg,var(--red-2),var(--red))!important;box-shadow:0 0 14px rgba(var(--glow-rgb),.42)!important}

html.light .ui,html.light .pl-card,html.light .modal .box,html.light .wa-panel,html.light .about-card,html.light .value-card,html.light .why-panel,html.light .doc-card,html.light .docs-flow,html.light .docs-brief{
  background:linear-gradient(155deg,#FFFFFF 0%,#F7FAFE 100%)!important;
  border-color:rgba(31,111,235,.13)!important;
  box-shadow:0 22px 58px rgba(36,74,126,.09),inset 0 1px 0 #fff!important
}
html.light .title,html.light h1,html.light h2,html.light h3{color:#0A1C35}
html.light .kick,html.light .about-card .about-no,html.light .doc-no,html.light .doc-native,html.light .pl-head .tag{color:#1F6FEB!important}
html.light .pl-rank,html.light .step .n,html.light .about-code,html.light .docs-flow-step b{color:#1F6FEB!important;border-color:rgba(31,111,235,.22)!important;background:linear-gradient(145deg,rgba(31,111,235,.09),rgba(31,111,235,.02))!important}
html.light .qform{background:linear-gradient(155deg,#FFFFFF,#F4F8FD)!important;border-color:rgba(31,111,235,.15)!important;box-shadow:0 30px 70px rgba(36,74,126,.11)!important}
html.light .qform-head{background:linear-gradient(135deg,rgba(31,111,235,.08),transparent 62%)!important}

html:not(.light) .svc,html:not(.light) .about-card,html:not(.light) .value-card,html:not(.light) .why-panel,html:not(.light) .doc-card,html:not(.light) .docs-flow,html:not(.light) .docs-brief,html:not(.light) .pl-card,html:not(.light) .qform{
  border-color:rgba(228,180,71,.15)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,225,148,.035)!important
}

html:not(.light) header .btn-pill{background:linear-gradient(145deg,#211A09 0%,#0C0A05 48%,#030303 78%,#1B1406 100%)!important;color:#F5D06E!important;-webkit-text-fill-color:#F5D06E!important;border:1px solid rgba(228,180,71,.58)!important;box-shadow:inset 0 1px 0 rgba(255,226,145,.24),0 8px 20px rgba(0,0,0,.26),0 0 20px rgba(228,180,71,.08)!important}
html:not(.light) header .btn-pill:hover{color:#FFF0B6!important;-webkit-text-fill-color:#FFF0B6!important;border-color:rgba(255,214,111,.90)!important;box-shadow:0 10px 24px rgba(0,0,0,.30),0 0 24px rgba(228,180,71,.18)!important}
html.light header .btn-pill{background:linear-gradient(180deg,#FFFFFF,#EDF5FF)!important;color:#155FC9!important;-webkit-text-fill-color:#155FC9!important;border:1px solid rgba(31,111,235,.34)!important;box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(36,74,126,.10)!important}
html.light header .btn-pill:hover{background:linear-gradient(180deg,#FFFFFF,#E4F0FF)!important;color:#0E55BC!important;-webkit-text-fill-color:#0E55BC!important;border-color:rgba(31,111,235,.56)!important;box-shadow:0 10px 24px rgba(36,74,126,.14),0 0 18px rgba(31,111,235,.10)!important}

html:not(.light) body.home-cockpit .hero .eyebrow i{background:linear-gradient(90deg,#E4B447 0 50%,#FFE08A 50% 74%,rgba(255,224,138,.18) 74%)!important;box-shadow:0 0 10px rgba(228,180,71,.22)!important}
html.light body.home-cockpit .hero .eyebrow i{background:linear-gradient(90deg,#1F6FEB 0 50%,#FFFFFF 50% 74%,rgba(255,255,255,.22) 74%)!important;box-shadow:0 0 10px rgba(31,111,235,.18)!important}
html:not(.light) body.home-cockpit .hero h1 .accent{color:#F1C55E!important;-webkit-text-fill-color:#F1C55E!important;text-shadow:0 2px 2px rgba(0,0,0,.96),0 8px 24px rgba(0,0,0,.75),0 0 18px rgba(228,180,71,.12)!important}
html.light body.home-cockpit .hero h1 .accent{color:#79B3FF!important;-webkit-text-fill-color:#79B3FF!important;text-shadow:0 2px 2px rgba(0,0,0,.84),0 7px 18px rgba(0,0,0,.62),0 0 16px rgba(31,111,235,.12)!important}
html:not(.light) body.home-cockpit .hero h1 .hdot::after{background:#F1C55E!important;box-shadow:0 0 4px rgba(241,197,94,.92),0 0 12px rgba(228,180,71,.45)!important}

html:not(.light) body.home-cockpit .hero .btn-red{color:#090806!important;-webkit-text-fill-color:#090806!important;background:linear-gradient(180deg,#F8D77E,#DDAA35 55%,#A97716)!important;border-color:rgba(255,230,157,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 9px 22px rgba(0,0,0,.32),0 0 24px rgba(228,180,71,.18)!important;text-shadow:none!important}
html.light body.home-cockpit .hero .btn-red{color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(180deg,#4A94FA,#1F6FEB 56%,#1255B9)!important;border-color:rgba(151,195,255,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 9px 22px rgba(0,0,0,.22),0 0 22px rgba(31,111,235,.16)!important}
html:not(.light) body.home-cockpit .hero .btn-ghost-auto{color:#F6E4AE!important;-webkit-text-fill-color:#F6E4AE!important;border-color:rgba(228,180,71,.48)!important;background:linear-gradient(180deg,rgba(20,17,9,.84),rgba(4,5,6,.82))!important}
html.light body.home-cockpit .hero .btn-ghost-auto{color:#EAF4FF!important;-webkit-text-fill-color:#EAF4FF!important;border-color:rgba(111,170,249,.54)!important;background:linear-gradient(180deg,rgba(10,31,61,.78),rgba(4,16,34,.76))!important}
html:not(.light) body.home-cockpit .hero .btn-ghost-auto::after{color:#F1C55E!important}
html.light body.home-cockpit .hero .btn-ghost-auto::after{color:#79B3FF!important}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:linear-gradient(150deg,rgba(15,13,8,.39),rgba(4,5,6,.30) 50%,rgba(0,0,0,.40))!important;
  border-color:rgba(228,180,71,.35)!important;
  box-shadow:inset 0 1px 0 rgba(255,230,160,.12),0 15px 34px rgba(0,0,0,.21),0 0 18px rgba(228,180,71,.035)!important
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{background:linear-gradient(90deg,transparent,rgba(255,224,138,.12),rgba(255,247,222,.74),rgba(255,224,138,.26),transparent)!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{border-color:rgba(241,197,94,.62)!important;background:linear-gradient(150deg,rgba(25,20,9,.46),rgba(6,7,8,.35) 54%,rgba(0,0,0,.43))!important;box-shadow:inset 0 1px 0 rgba(255,231,159,.18),0 18px 38px rgba(0,0,0,.25),0 0 22px rgba(228,180,71,.08)!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#FFF8E7!important;-webkit-text-fill-color:#FFF8E7!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{color:rgba(246,236,209,.92)!important;-webkit-text-fill-color:rgba(246,236,209,.92)!important}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  background:linear-gradient(145deg,rgba(255,255,255,.79),rgba(235,244,255,.58) 58%,rgba(247,251,255,.68))!important;
  border-color:rgba(66,135,226,.42)!important;
  box-shadow:inset 0 1px 0 #fff,0 16px 36px rgba(31,77,139,.16),0 0 0 1px rgba(31,111,235,.045)!important;
  backdrop-filter:blur(12px) saturate(1.10)!important;-webkit-backdrop-filter:blur(12px) saturate(1.10)!important
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{background:linear-gradient(90deg,transparent,rgba(31,111,235,.12),rgba(255,255,255,.96),rgba(80,145,235,.24),transparent)!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{border-color:rgba(31,111,235,.64)!important;background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(229,241,255,.70))!important;box-shadow:inset 0 1px 0 #fff,0 20px 42px rgba(31,77,139,.20),0 0 20px rgba(31,111,235,.08)!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#0B2342!important;-webkit-text-fill-color:#0B2342!important;text-shadow:0 1px 0 #fff!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{color:#3D5878!important;-webkit-text-fill-color:#3D5878!important;text-shadow:0 1px 0 rgba(255,255,255,.8)!important}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important;background-color:transparent!important;border-color:rgba(31,111,235,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 19px rgba(31,77,139,.10)!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{opacity:0!important;visibility:hidden!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/hchip-icon-1-v229-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/hchip-icon-2-v229-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/hchip-icon-3-v229-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/hchip-icon-4-v229-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/hchip-icon-5-v229-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/hchip-icon-6-v229-light.webp')!important}

html:not(.light) body.home-cockpit .partner-marquee-section{background:#030405!important;border-color:rgba(228,180,71,.12)!important}
html.light body.home-cockpit .partner-marquee-section{background:#FFFFFF!important;border-color:rgba(31,111,235,.10)!important}

html:not(.light) body.home-cockpit .dash-ops{
  background:radial-gradient(90% 120% at 0 0,rgba(228,180,71,.075),transparent 52%),linear-gradient(155deg,#090906,#030405 72%)!important;
  border-color:rgba(228,180,71,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,232,169,.06),0 18px 44px rgba(0,0,0,.32)!important
}
html:not(.light) body.home-cockpit .dash-ops .dash-panel-title{color:#F7F1E1!important}
html:not(.light) body.home-cockpit .dash-ops .dash-panel-title::after{background:linear-gradient(90deg,#F2C65D,#9D7016,transparent)!important;box-shadow:0 0 10px rgba(228,180,71,.16)!important}
html:not(.light) body.home-cockpit .dash-ops-flow::before{background:linear-gradient(90deg,transparent,rgba(228,180,71,.36),rgba(255,224,138,.50),rgba(228,180,71,.36),transparent)!important;box-shadow:0 0 8px rgba(228,180,71,.10)!important}
html:not(.light) body.home-cockpit .dash-op b{color:#E4B447!important}
html:not(.light) body.home-cockpit .dash-op small{color:#D9D0BA!important}
html:not(.light) body.home-cockpit .dash-op-ico{border-color:rgba(228,180,71,.42)!important;box-shadow:inset 0 0 0 3px #080807,0 0 0 1px rgba(228,180,71,.27),0 8px 18px rgba(0,0,0,.25)!important}
html:not(.light) body.home-cockpit .dash-op:hover .dash-op-ico{border-color:rgba(255,224,138,.70)!important;box-shadow:inset 0 0 0 3px #080807,0 0 0 1px rgba(228,180,71,.56),0 0 17px rgba(228,180,71,.10)!important}
html.light body.home-cockpit .dash-ops{background:radial-gradient(90% 130% at 0 -25%,rgba(31,111,235,.10),transparent 56%),linear-gradient(150deg,#FFFFFF,#F2F7FD 58%,#E7F0FB)!important;border-color:rgba(31,111,235,.20)!important}
html.light body.home-cockpit .dash-ops .dash-panel-title::after{background:linear-gradient(90deg,#1F6FEB,#72B0FF,transparent)!important}
html.light body.home-cockpit .dash-ops-flow::before{background:linear-gradient(90deg,transparent,rgba(31,111,235,.28),rgba(114,176,255,.46),rgba(31,111,235,.28),transparent)!important}
html.light body.home-cockpit .dash-op b{color:#1F6FEB!important}
html.light body.home-cockpit .dash-op-ico{border-color:rgba(31,111,235,.28)!important;box-shadow:inset 0 1px 0 #fff,0 0 0 4px rgba(255,255,255,.62),0 10px 20px rgba(31,77,139,.11)!important}
html.light body.home-cockpit .dash-op:hover .dash-op-ico{border-color:rgba(31,111,235,.48)!important;box-shadow:inset 0 1px 0 #fff,0 0 0 4px rgba(255,255,255,.72),0 10px 22px rgba(31,77,139,.14),0 0 13px rgba(31,111,235,.10)!important}

html:not(.light) body.home-cockpit .dash-shipments{border-color:rgba(228,180,71,.16)!important;background:linear-gradient(150deg,#080907,#030405)!important}
html:not(.light) body.home-cockpit .dash-ship:hover{border-color:rgba(228,180,71,.42)!important;box-shadow:0 14px 30px rgba(0,0,0,.30),0 0 18px rgba(228,180,71,.06)!important}
html.light body.home-cockpit .dash-shipments{border-color:rgba(31,111,235,.16)!important;background:linear-gradient(150deg,#FFFFFF,#F3F8FE)!important}
html.light body.home-cockpit .dash-ship:hover{border-color:rgba(31,111,235,.44)!important;box-shadow:0 14px 29px rgba(31,77,139,.15),0 0 18px rgba(31,111,235,.07)!important}

html:not(.light) body.home-cockpit .product-groups{background-color:#030405!important}
html.light body.home-cockpit .product-groups{background:linear-gradient(180deg,#F6FAFF,#EEF5FD)!important}
html:not(.light) body.home-cockpit .product-card{border-color:rgba(228,180,71,.17)!important}
html.light body.home-cockpit .product-card{border-color:rgba(31,111,235,.16)!important;box-shadow:0 18px 46px rgba(31,77,139,.09)!important}

body.home-cockpit .hero>.home-benefits-cockpit{
  bottom:54px!important;
  width:min(calc(100% - 72px),1580px)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:clamp(10px,.72vw,14px)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:188px!important;
  padding:11px 15px 16px!important;
  border-radius:19px!important;
  overflow:hidden!important;
  backdrop-filter:blur(8px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.08)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:138px!important;height:138px!important;
  min-width:138px!important;min-height:138px!important;
  flex:0 0 138px!important;
  margin:-16px auto -5px!important;
  background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important;
  background-color:transparent!important;border:0!important;box-shadow:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{opacity:0!important;visibility:hidden!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before,
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{content:none!important;display:none!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  font-size:13.2px!important;line-height:1.16!important;font-weight:800!important;letter-spacing:-.014em!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  margin-top:4px!important;font-size:9.7px!important;line-height:1.35!important;font-weight:570!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{transform:translateY(-4px)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{transform:translateY(-2px) scale(1.025)!important}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/crystal-service-1-v233-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/crystal-service-2-v233-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/crystal-service-3-v233-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/crystal-service-4-v233-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/crystal-service-5-v233-light.webp')!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/crystal-service-6-v233-light.webp')!important}

html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  border:1px solid rgba(205,226,255,.58)!important;
  background:
    linear-gradient(150deg,rgba(27,69,121,.22),rgba(13,40,77,.16) 42%,rgba(3,16,33,.26)),
    rgba(4,18,36,.31)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(4,18,36,.28),
    0 13px 30px rgba(9,42,84,.22),
    0 0 0 1px rgba(213,232,255,.07),
    0 0 20px rgba(77,152,246,.07)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;display:block!important;position:absolute!important;inset:-1px!important;border-radius:inherit!important;padding:1px!important;
  pointer-events:none!important;z-index:5!important;
  background:linear-gradient(112deg,rgba(255,255,255,.10) 0%,rgba(206,229,255,.23) 15%,rgba(250,253,255,.96) 24%,rgba(95,166,255,.48) 30%,rgba(255,255,255,.11) 44%,rgba(255,255,255,.08) 100%)!important;
  background-size:320% 100%!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;-webkit-mask-composite:xor!important;mask-composite:exclude!important;
  opacity:.72!important;animation:v227WhiteEdge 6.8s linear infinite!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;display:block!important;position:absolute!important;left:11%!important;right:11%!important;top:-1px!important;height:1px!important;
  pointer-events:none!important;z-index:6!important;
  background:linear-gradient(90deg,transparent,rgba(246,251,255,.86),rgba(104,174,255,.40),transparent)!important;
  box-shadow:0 0 9px rgba(128,191,255,.25)!important;opacity:.52!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  filter:drop-shadow(0 15px 19px rgba(1,18,39,.48)) drop-shadow(0 0 9px rgba(238,248,255,.18)) drop-shadow(0 0 13px rgba(49,126,230,.20))!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 8px rgba(0,13,31,.92),0 0 10px rgba(0,20,48,.46)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  color:rgba(244,249,255,.95)!important;-webkit-text-fill-color:rgba(244,249,255,.95)!important;text-shadow:0 2px 7px rgba(0,13,31,.95),0 0 8px rgba(0,24,55,.50)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  border-color:rgba(231,243,255,.88)!important;
  background:linear-gradient(150deg,rgba(36,89,153,.27),rgba(11,43,82,.20) 45%,rgba(2,16,34,.30)),rgba(4,18,36,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 17px 36px rgba(7,36,75,.27),0 0 20px rgba(67,145,240,.13)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  filter:drop-shadow(0 16px 20px rgba(0,18,42,.53)) drop-shadow(0 0 12px rgba(245,251,255,.21)) drop-shadow(0 0 14px rgba(55,135,240,.25))!important;
}

html.light body.home-cockpit .hero .hero-inner::after{
  background:linear-gradient(90deg,#1F6FEB 0 24%,rgba(255,255,255,.98) 24% 48%,rgba(171,207,249,.78) 48% 62%,transparent 62%)!important;
  box-shadow:0 0 12px rgba(255,255,255,.09),0 0 12px rgba(31,111,235,.14)!important;
}
html.light body.home-cockpit .hero .eyebrow i{
  background:linear-gradient(90deg,#1F6FEB 0 48%,rgba(255,255,255,.96) 48% 72%,rgba(194,222,255,.26) 72% 100%)!important;
  box-shadow:0 0 10px rgba(31,111,235,.18)!important;
}
html.light body.home-cockpit .hero h1 .accent{color:#fff!important;-webkit-text-fill-color:#fff!important}
html.light body.home-cockpit .hero h1 .hdot::after{background:#2F80ED!important;box-shadow:0 0 4px rgba(47,128,237,.92),0 0 12px rgba(31,111,235,.42)!important}

@media(min-width:1101px) and (max-height:960px){
  body.home-cockpit .hero>.home-benefits-cockpit{bottom:50px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:164px!important;padding:8px 12px 12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:106px!important;height:106px!important;min-width:106px!important;min-height:106px!important;flex-basis:106px!important;margin:-10px auto -4px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.1px!important;line-height:1.15!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.65px!important;line-height:1.31!important;margin-top:3px!important}
}
@media(max-width:1100px) and (min-width:761px){
  body.home-cockpit .hero>.home-benefits-cockpit{bottom:30px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:148px!important;padding:8px 10px 11px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:82px!important;height:82px!important;min-width:82px!important;min-height:82px!important;flex-basis:82px!important;margin:-5px auto -1px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8px!important;line-height:1.28!important}
}
@media(max-width:760px){
  body.home-cockpit .hero>.home-benefits-cockpit{bottom:24px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:138px!important;padding:7px 7px 10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;flex-basis:66px!important;margin:-3px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:9.8px!important;line-height:1.14!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.45px!important;line-height:1.24!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;opacity:.50!important}
}
@media(prefers-reduced-motion:reduce){body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 0!important}}

html.light body.home-cockpit .hero>.home-benefits-cockpit{
  bottom:54px!important;
  width:min(calc(100% - 72px),1580px)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-template-rows:auto!important;
  gap:clamp(10px,.72vw,14px)!important;
  align-items:stretch!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:188px!important;
  padding:11px 15px 16px!important;
  gap:3px!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  column-gap:3px!important;
  row-gap:3px!important;
  border-radius:19px!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  display:grid!important;
  width:138px!important;height:138px!important;
  min-width:138px!important;min-height:138px!important;
  flex:0 0 138px!important;
  margin:-16px auto -5px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background-color:transparent!important;
  box-shadow:none!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  font-size:13.2px!important;line-height:1.16!important;font-weight:800!important;letter-spacing:-.014em!important;
  text-align:center!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  margin-top:4px!important;font-size:9.7px!important;line-height:1.35!important;font-weight:570!important;text-align:center!important;
}
@media(min-width:1101px) and (max-height:960px){
  html.light body.home-cockpit .hero>.home-benefits-cockpit{bottom:50px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:164px!important;padding:8px 12px 12px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:106px!important;height:106px!important;min-width:106px!important;min-height:106px!important;flex-basis:106px!important;margin:-10px auto -4px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.1px!important;line-height:1.15!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.65px!important;line-height:1.31!important;margin-top:3px!important}
}
@media(max-width:1100px) and (min-width:761px){
  html.light body.home-cockpit .hero>.home-benefits-cockpit{bottom:30px!important;width:min(calc(100% - 72px),1580px)!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:148px!important;padding:8px 10px 11px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:82px!important;height:82px!important;min-width:82px!important;min-height:82px!important;flex-basis:82px!important;margin:-5px auto -1px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.8px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8px!important;line-height:1.28!important}
}
@media(max-width:760px){
  html.light body.home-cockpit .hero>.home-benefits-cockpit{bottom:24px!important;width:min(calc(100% - 72px),1580px)!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:138px!important;padding:7px 7px 10px!important;gap:3px!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;flex-basis:66px!important;margin:-3px auto 0!important;padding:0!important;border-radius:0!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:9.8px!important;line-height:1.14!important}
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.45px!important;line-height:1.24!important}
}

@media (min-width:1201px){
  #hdr.header-compact-cta .hdr-right>.btn-pill{display:none!important}
  #hdr.header-nav-tight nav.main{gap:9px!important}
  #hdr.header-nav-tight nav.main>a,
  #hdr.header-nav-tight .nav-trigger{font-size:11.6px!important;letter-spacing:-.01em!important}
  body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill{display:none!important}
  body.home-cockpit #hdr.header-nav-tight .main{gap:9px!important}
  body.home-cockpit #hdr.header-nav-tight .main>a,
  body.home-cockpit #hdr.header-nav-tight .nav-trigger{font-size:11px!important;letter-spacing:-.015em!important}
}

body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  font-family:"Archivo Black","Noto Sans","Noto Sans Arabic","Noto Sans Devanagari","Noto Sans Georgian","Noto Sans SC",Arial,sans-serif!important;
  font-weight:900!important;
  font-synthesis:none!important;
  font-size:clamp(38px,4.7vw,74px)!important;
  line-height:.99!important;
  letter-spacing:-.012em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  text-wrap:initial!important;
  max-width:none!important;
  width:auto!important;
  margin:0!important;
  transform:none!important;
  background:none!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  text-shadow:0 2px 0 rgba(0,0,0,.30),0 10px 30px rgba(0,0,0,.55)!important;
  filter:none!important;
}
html[lang="zh"] body.home-cockpit .hero h1{letter-spacing:.02em!important}
html[lang="ar"] body.home-cockpit .hero h1,
html[lang="fa"] body.home-cockpit .hero h1{letter-spacing:0!important}
@media(max-width:1100px) and (min-width:761px){
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(36px,5.6vw,58px)!important}
}
@media(max-width:760px){
  body.home-cockpit .hero h1,
  html.light body.home-cockpit .hero h1{font-size:clamp(29px,8.6vw,46px)!important;line-height:1.02!important}
  
  html[lang="de"] body.home-cockpit .hero h1,
  html[lang="nl"] body.home-cockpit .hero h1,
  html[lang="hu"] body.home-cockpit .hero h1,
  html[lang="ro"] body.home-cockpit .hero h1{font-size:clamp(24px,7.2vw,40px)!important}
}

body.home-cockpit .hero h1 .hdot,
html.light body.home-cockpit .hero h1 .hdot{display:none!important}
body.home-cockpit .hero-stage,
body.home-cockpit .hero .hero-stage,
html.light body.home-cockpit .hero-stage,
html.light body.home-cockpit .hero .hero-stage{display:none!important;visibility:hidden!important}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  border:1px solid rgba(240,213,148,.50)!important;
  background:
    linear-gradient(150deg,rgba(46,37,16,.30),rgba(22,17,7,.22) 42%,rgba(4,3,1,.34)),
    rgba(9,7,3,.34)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,236,178,.16),
    inset 0 -1px 0 rgba(4,3,0,.30),
    0 13px 30px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,231,166,.06),
    0 0 20px rgba(228,180,71,.07)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;display:block!important;position:absolute!important;inset:-1px!important;border-radius:inherit!important;padding:1px!important;
  pointer-events:none!important;z-index:5!important;
  background:linear-gradient(112deg,rgba(255,255,255,.08) 0%,rgba(255,224,138,.20) 15%,rgba(255,250,235,.95) 24%,rgba(241,197,94,.46) 30%,rgba(255,240,200,.10) 44%,rgba(255,240,200,.07) 100%)!important;
  background-size:320% 100%!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;-webkit-mask-composite:xor!important;mask-composite:exclude!important;
  opacity:.68!important;animation:v227WhiteEdge 6.8s linear infinite!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;display:block!important;position:absolute!important;left:11%!important;right:11%!important;top:-1px!important;height:1px!important;
  pointer-events:none!important;z-index:6!important;
  background:linear-gradient(90deg,transparent,rgba(255,247,222,.85),rgba(241,197,94,.40),transparent)!important;
  box-shadow:0 0 9px rgba(241,197,94,.24)!important;opacity:.52!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  border-color:rgba(255,231,166,.82)!important;
  background:
    linear-gradient(150deg,rgba(58,46,19,.36),rgba(26,20,8,.26) 45%,rgba(5,4,1,.36)),
    rgba(11,9,4,.38)!important;
  box-shadow:inset 0 1px 0 rgba(255,239,186,.22),0 17px 36px rgba(0,0,0,.34),0 0 20px rgba(228,180,71,.13)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  filter:drop-shadow(0 15px 19px rgba(0,0,0,.50)) drop-shadow(0 0 9px rgba(255,244,214,.14)) drop-shadow(0 0 13px rgba(228,180,71,.18))!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.55)) drop-shadow(0 0 12px rgba(255,247,222,.18)) drop-shadow(0 0 14px rgba(241,197,94,.24))!important;
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;opacity:.48!important}
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 0!important}
}

@media(max-width:760px){
  .kick{font-size:10.5px!important;padding-inline:42px!important;}
  .kick::before,.kick::after{width:30px!important;}
  .products-menu{width:min(342px,calc(100vw - 20px))!important;}
}

body.home-cockpit .dash-ops,
html.light body.home-cockpit .dash-ops,
html:not(.light) body.home-cockpit .dash-ops{
  background:
    radial-gradient(90% 130% at 0 -24%,rgba(204,212,216,.065),transparent 55%),
    linear-gradient(150deg,#0B0E10 0%,#050709 62%,#020304 100%)!important;
  border-color:rgba(181,191,196,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 18px 44px rgba(0,0,0,.32)!important;
}
body.home-cockpit .dash-ops .dash-panel-title,
html.light body.home-cockpit .dash-ops .dash-panel-title,
html:not(.light) body.home-cockpit .dash-ops .dash-panel-title{
  color:#C8D0D4!important;
  border-bottom-color:rgba(181,191,196,.18)!important;
}
body.home-cockpit .dash-ops .dash-panel-title>span,
html.light body.home-cockpit .dash-ops .dash-panel-title>span,
html:not(.light) body.home-cockpit .dash-ops .dash-panel-title>span{
  background:linear-gradient(180deg,#F0F3F4 0%,#C0C8CC 48%,#778289 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  color:transparent!important;-webkit-text-fill-color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.04)!important;
}
body.home-cockpit .dash-ops .dash-panel-title::after,
html.light body.home-cockpit .dash-ops .dash-panel-title::after,
html:not(.light) body.home-cockpit .dash-ops .dash-panel-title::after{
  background:linear-gradient(90deg,transparent 0%,#68737A 13%,#C4CBCF 43%,#F2F4F5 53%,#8A959B 77%,transparent 100%)!important;
  box-shadow:0 0 8px rgba(199,207,211,.12)!important;
}
body.home-cockpit .dash-ops-flow::before,
html.light body.home-cockpit .dash-ops-flow::before,
html:not(.light) body.home-cockpit .dash-ops-flow::before{
  background:linear-gradient(90deg,transparent 0%,rgba(112,124,131,.50) 7%,rgba(202,210,214,.66) 45%,rgba(241,244,245,.72) 50%,rgba(170,180,185,.58) 70%,rgba(103,114,121,.46) 93%,transparent 100%)!important;
  box-shadow:0 0 7px rgba(191,200,205,.10)!important;
  opacity:1!important;
}
body.home-cockpit .dash-op,
html.light body.home-cockpit .dash-op,
html:not(.light) body.home-cockpit .dash-op{color:#D2D8DB!important;}
body.home-cockpit .dash-op small,
html.light body.home-cockpit .dash-op small,
html:not(.light) body.home-cockpit .dash-op small{
  color:#B9C1C5!important;-webkit-text-fill-color:#B9C1C5!important;
}
body.home-cockpit .dash-op b,
html.light body.home-cockpit .dash-op b,
html:not(.light) body.home-cockpit .dash-op b{
  color:#AEB8BD!important;-webkit-text-fill-color:#AEB8BD!important;
}
body.home-cockpit .dash-op-ico,
html.light body.home-cockpit .dash-op-ico,
html:not(.light) body.home-cockpit .dash-op-ico{
  border:1px solid rgba(180,190,195,.64)!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 34% 27%,#30363A 0%,#151A1D 42%,#07090B 72%,#020304 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 0 0 3px rgba(8,10,11,.94),
    0 0 0 1px rgba(103,114,120,.34),
    0 8px 18px rgba(0,0,0,.30)!important;
  overflow:hidden!important;
}
body.home-cockpit .dash-op-ico img,
html.light body.home-cockpit .dash-op-ico img,
html:not(.light) body.home-cockpit .dash-op-ico img{
  filter:grayscale(1) saturate(0) brightness(1.10) contrast(1.08) drop-shadow(0 6px 10px rgba(0,0,0,.34))!important;
  opacity:.96!important;
}
body.home-cockpit .dash-op:hover .dash-op-ico,
html.light body.home-cockpit .dash-op:hover .dash-op-ico,
html:not(.light) body.home-cockpit .dash-op:hover .dash-op-ico{
  border-color:rgba(229,233,235,.78)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 0 0 3px rgba(8,10,11,.94),
    0 0 0 1px rgba(183,193,198,.45),
    0 0 18px rgba(201,209,213,.11),
    0 10px 22px rgba(0,0,0,.32)!important;
}
body.home-cockpit .dash-op:hover .dash-op-ico img,
html.light body.home-cockpit .dash-op:hover .dash-op-ico img,
html:not(.light) body.home-cockpit .dash-op:hover .dash-op-ico img{
  filter:grayscale(1) saturate(0) brightness(1.16) contrast(1.10) drop-shadow(0 7px 12px rgba(0,0,0,.38)) drop-shadow(0 0 7px rgba(218,224,227,.10))!important;
}

body.home-cockpit .home-dashboard::after,
html.light body.home-cockpit .home-dashboard::after,
html:not(.light) body.home-cockpit .home-dashboard::after{
  color:#858F94!important;
  background:linear-gradient(90deg,
    rgba(97,108,114,.92) 0%,rgba(207,214,218,.94) 20%,rgba(97,108,114,.82) 34%,
    transparent 34%,transparent 66%,
    rgba(97,108,114,.82) 66%,rgba(207,214,218,.94) 80%,rgba(97,108,114,.92) 100%) center/100% 1px no-repeat!important;
}

@keyframes trexporMetalSweepV241{
  0%{transform:translate3d(-170%,0,0) skewX(-22deg);opacity:0}
  15%{opacity:.18}
  45%{opacity:.62}
  100%{transform:translate3d(190%,0,0) skewX(-22deg);opacity:0}
}
@media (min-width:1201px){
  .nav-drop:hover .mega-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,12px)!important}
  .nav-drop.open .mega-menu,.nav-drop:focus-within .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}
}
.products-menu,.mega-menu.about-menu{
  border:1px solid rgba(154,164,171,.58)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(226,232,236,.88) 26%,rgba(246,248,249,.9) 54%,rgba(219,225,229,.88) 76%,rgba(246,248,250,.92))!important;
  box-shadow:0 18px 48px rgba(17,23,31,.18), inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(129,140,148,.25)!important;
  backdrop-filter:blur(18px)!important;
}
.products-menu::before,.mega-menu.about-menu::before{
  content:""!important;position:absolute!important;inset:1px!important;border-radius:inherit!important;pointer-events:none!important;
  background:linear-gradient(115deg,rgba(255,255,255,.36),rgba(255,255,255,.08) 32%,rgba(125,134,141,.04) 55%,rgba(255,255,255,.18) 78%,rgba(255,255,255,.34))!important;
  opacity:.95!important;
}
.products-menu a,.mega-menu.about-menu a{
  position:relative!important;overflow:hidden!important;border:1px solid rgba(154,164,171,.46)!important;border-radius:15px!important;
  background:linear-gradient(125deg,rgba(255,255,255,.56),rgba(233,238,241,.84) 28%,rgba(246,248,249,.76) 62%,rgba(224,230,234,.92))!important;
  color:#33404A!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(123,133,140,.16)!important;
}
.products-menu a::before,.mega-menu.about-menu a::before{
  content:""!important;position:absolute!important;top:-25%!important;left:-40%!important;width:46%!important;height:150%!important;pointer-events:none!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.18),rgba(255,255,255,.74),rgba(206,214,218,.48),rgba(255,255,255,.12),rgba(255,255,255,0))!important;
  transform:translate3d(-170%,0,0) skewX(-22deg)!important;opacity:0!important;z-index:1!important;
}
.products-menu a:hover,.products-menu a:focus-visible,.mega-menu.about-menu a:hover,.mega-menu.about-menu a:focus-visible{
  border-color:rgba(133,144,151,.72)!important;color:#243038!important;
  background:linear-gradient(125deg,rgba(255,255,255,.78),rgba(239,243,245,.98) 34%,rgba(250,251,252,.94) 62%,rgba(229,234,237,.98))!important;
  box-shadow:0 10px 24px rgba(89,98,104,.16), inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(118,127,133,.18)!important;
  transform:translateY(-1px)!important;
}
.products-menu a:hover::before,.products-menu a:focus-visible::before,.mega-menu.about-menu a:hover::before,.mega-menu.about-menu a:focus-visible::before{
  opacity:1!important;animation:trexporMetalSweepV241 1.1s cubic-bezier(.18,.68,.22,1) 1!important;
}
.products-menu a::after,.mega-menu.about-menu a::after{color:#7B8790!important}
.products-menu a[aria-disabled="true"]::after{border-color:rgba(124,135,142,.34)!important;color:#5C6870!important;background:rgba(255,255,255,.44)!important}
html:not(.light) .products-menu,html:not(.light) .mega-menu.about-menu{
  border-color:rgba(171,180,186,.38)!important;
  background:linear-gradient(145deg,rgba(20,24,28,.97),rgba(10,13,16,.985) 36%,rgba(28,33,37,.98) 63%,rgba(7,9,12,.99))!important;
  box-shadow:0 24px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.07), inset 0 -1px 0 rgba(148,158,164,.06)!important;
}
html:not(.light) .products-menu::before,html:not(.light) .mega-menu.about-menu::before{
  background:linear-gradient(118deg,rgba(255,255,255,.06),rgba(255,255,255,.015) 30%,rgba(140,150,157,.01) 58%,rgba(255,255,255,.04) 78%,rgba(255,255,255,.08))!important;
}
html:not(.light) .products-menu a,html:not(.light) .mega-menu.about-menu a{
  border-color:rgba(168,178,184,.2)!important;
  background:linear-gradient(135deg,rgba(31,36,40,.94),rgba(15,18,21,.96) 34%,rgba(38,44,49,.94) 65%,rgba(12,14,17,.97))!important;
  color:#DEE4E8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04), inset 0 -1px 0 rgba(148,158,164,.05)!important;
}
html:not(.light) .products-menu a::before,html:not(.light) .mega-menu.about-menu a::before{
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.06),rgba(210,217,221,.34),rgba(255,255,255,.08),rgba(255,255,255,0))!important;
}
html:not(.light) .products-menu a:hover,html:not(.light) .products-menu a:focus-visible,html:not(.light) .mega-menu.about-menu a:hover,html:not(.light) .mega-menu.about-menu a:focus-visible{
  border-color:rgba(188,197,202,.42)!important;background:linear-gradient(136deg,rgba(42,48,53,.98),rgba(19,23,26,.99) 34%,rgba(49,56,61,.97) 68%,rgba(15,18,22,.99))!important;color:#F3F6F8!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
html:not(.light) .products-menu a[aria-disabled="true"]::after{border-color:rgba(171,180,186,.24)!important;color:#C8D0D4!important;background:rgba(255,255,255,.045)!important}

.products-menu,.mega-menu.about-menu{
  width:min(432px,calc(100vw - 40px))!important;
  min-width:min(432px,calc(100vw - 40px))!important;
  padding:12px!important;
  border-radius:22px!important;
}
.products-menu a,.mega-menu.about-menu a{
  min-height:58px!important;
  padding:14px 14px!important;
  border-radius:16px!important;
  font-size:12.9px!important;
  font-weight:700!important;
}
.products-menu a,.mega-menu.about-menu a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
}
.products-menu a>span:last-child,.mega-menu.about-menu a>span:last-child{
  color:#4A555D!important;
}
.products-menu a::after,.mega-menu.about-menu a::after{
  width:34px!important;height:34px!important;min-width:34px!important;
  border-radius:12px!important;display:grid!important;place-items:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(216,223,228,.92))!important;
  border:1px solid rgba(145,156,163,.44)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 1px 8px rgba(88,97,103,.14)!important;
}
.products-menu a::after{content:"PDF"!important;font:700 8px/1 "IBM Plex Mono",monospace!important;letter-spacing:.06em!important;color:#5B6770!important;}
.mega-menu.about-menu a::after{content:"›"!important;font:700 18px/1 Manrope,sans-serif!important;color:#5B6770!important;}
html:not(.light) .products-menu,.mega-menu.about-menu{
  width:min(432px,calc(100vw - 40px))!important;
}
html:not(.light) .products-menu a::after,html:not(.light) .mega-menu.about-menu a::after{
  background:linear-gradient(145deg,rgba(35,40,45,.92),rgba(18,22,25,.98))!important;
  border-color:rgba(172,182,188,.20)!important;
  color:#C8D0D5!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 8px rgba(0,0,0,.22)!important;
}

nav.main>a[data-nav-key="home"],
nav.main>a[data-nav-key="private"],
#productsNav .nav-trigger span,
#mnavProductsBtn span,
.mnav a[href$="/ozel-marka/"],
.mnav a[href="/tr/"],
.mnav a[href="/"]{
  background:linear-gradient(180deg,#F4F6F7 0%,#D4DBDE 26%,#A3AEB4 52%,#EEF2F4 68%,#737E86 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.08),0 0 10px rgba(174,184,189,.10)!important;
}
html.light nav.main>a[data-nav-key="home"],
html.light nav.main>a[data-nav-key="private"],
html.light #productsNav .nav-trigger span,
html.light #mnavProductsBtn span{
  background:linear-gradient(180deg,#6C757C 0%,#EEF3F5 24%,#A5AFB5 50%,#F7FAFB 68%,#6D777E 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.54)!important;
}

.products-menu,.mega-menu.about-menu{
  width:min(364px,calc(100vw - 34px))!important;
  min-width:min(364px,calc(100vw - 34px))!important;
  padding:10px!important;
  border-radius:18px!important;
  border:1px solid rgba(150,160,166,.56)!important;
  background:linear-gradient(145deg,rgba(251,252,253,.94),rgba(230,236,239,.90) 32%,rgba(244,246,247,.92) 58%,rgba(220,226,229,.90) 100%)!important;
  box-shadow:0 14px 34px rgba(16,22,29,.16),inset 0 1px 0 rgba(255,255,255,.86),inset 0 -1px 0 rgba(128,139,146,.20)!important;
}
.products-menu::before,.mega-menu.about-menu::before{
  background:linear-gradient(115deg,rgba(255,255,255,.26),rgba(255,255,255,.08) 28%,rgba(124,133,139,.03) 54%,rgba(255,255,255,.12) 78%,rgba(255,255,255,.22))!important;
}
.products-menu a,.mega-menu.about-menu a{
  min-height:46px!important;
  padding:11px 12px!important;
  border-radius:14px!important;
  border:1px solid rgba(166,176,182,.34)!important;
  background:linear-gradient(125deg,rgba(255,255,255,.58),rgba(237,241,243,.88) 34%,rgba(247,249,250,.80) 62%,rgba(229,234,237,.90))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(121,130,136,.12)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.3!important;
  color:#354149!important;
}
.products-menu a+.products-menu a,.mega-menu.about-menu a+.mega-menu.about-menu a{margin-top:8px!important}
.products-menu a::after,.mega-menu.about-menu a::after{
  width:28px!important;height:28px!important;min-width:28px!important;
  border-radius:10px!important;
  border:1px solid rgba(146,156,162,.32)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(221,227,231,.92))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 7px rgba(88,97,103,.12)!important;
  color:#68757D!important;
}
.products-menu a::after{font-size:7px!important;letter-spacing:.08em!important}
.mega-menu.about-menu a::after{font-size:16px!important}
.products-menu a:hover,.products-menu a:focus-visible,.mega-menu.about-menu a:hover,.mega-menu.about-menu a:focus-visible{
  transform:translateY(-1px)!important;
  border-color:rgba(128,139,145,.52)!important;
  box-shadow:0 10px 18px rgba(92,100,106,.12),inset 0 1px 0 rgba(255,255,255,.90)!important;
}
html:not(.light) .products-menu,html:not(.light) .mega-menu.about-menu{
  border-color:rgba(171,180,186,.34)!important;
  background:linear-gradient(145deg,rgba(18,22,26,.975),rgba(8,11,14,.985) 42%,rgba(28,33,37,.975) 72%,rgba(7,9,12,.99))!important;
  box-shadow:0 18px 40px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(141,151,157,.04)!important;
}
html:not(.light) .products-menu::before,html:not(.light) .mega-menu.about-menu::before{
  background:linear-gradient(118deg,rgba(255,255,255,.05),rgba(255,255,255,.012) 31%,rgba(140,150,157,.01) 58%,rgba(255,255,255,.03) 78%,rgba(255,255,255,.06))!important;
}
html:not(.light) .products-menu a,html:not(.light) .mega-menu.about-menu a{
  border-color:rgba(166,176,182,.18)!important;
  background:linear-gradient(135deg,rgba(28,33,38,.94),rgba(14,17,20,.97) 36%,rgba(35,41,46,.95) 70%,rgba(10,12,15,.98))!important;
  color:#E0E6E9!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), inset 0 -1px 0 rgba(140,150,156,.04)!important;
}
html:not(.light) .products-menu a::after,html:not(.light) .mega-menu.about-menu a::after{
  background:linear-gradient(145deg,rgba(33,38,43,.94),rgba(15,18,21,.98))!important;
  border-color:rgba(174,184,189,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 6px rgba(0,0,0,.16)!important;
  color:#C6CED3!important;
}
.products-menu a [data-soon], .products-menu a .soon-tag{
  opacity:.86!important;font-weight:600!important;color:inherit!important;
}

.qform .qform-terms{
  margin:18px 25px 20px!important;
  width:auto!important;
  box-sizing:border-box!important;
}
.qform .qform-footer{
  padding:0 25px 26px!important;
  gap:11px!important;
  align-items:stretch!important;
}
.qform button#sendBtn,
html.light .qform button#sendBtn,
html:not(.light) .qform button#sendBtn{
  width:100%!important;
  min-height:56px!important;
  margin:0!important;
  border:1px solid rgba(255,91,108,.72)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#F43B50 0%,#E3233C 48%,#BE142B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -1px 0 rgba(112,4,21,.20),
    0 13px 30px rgba(224,34,57,.22)!important;
  text-shadow:0 1px 0 rgba(91,0,14,.18)!important;
  transform:none!important;
}
.qform button#sendBtn:hover,
html.light .qform button#sendBtn:hover,
html:not(.light) .qform button#sendBtn:hover{
  background:linear-gradient(180deg,#FF4A5F 0%,#EA2942 48%,#C81730 100%)!important;
  border-color:rgba(255,116,130,.84)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(112,4,21,.20),
    0 15px 34px rgba(224,34,57,.28)!important;
  transform:translateY(-1px)!important;
}
.qform button#sendBtn:active,
html.light .qform button#sendBtn:active,
html:not(.light) .qform button#sendBtn:active{
  transform:translateY(0)!important;
  box-shadow:inset 0 2px 5px rgba(82,0,12,.22),0 8px 20px rgba(224,34,57,.20)!important;
}
.qform .qform-footer .fine,
.qform .qform-footer .form-consent{
  align-self:center!important;
  width:100%!important;
  text-align:center!important;
  margin:0!important;
}
@media(max-width:720px){
  .qform .qform-terms{
    margin:16px 17px 18px!important;
  }
  .qform .qform-footer{
    padding:0 17px 22px!important;
    gap:10px!important;
  }
  .qform button#sendBtn,
  html.light .qform button#sendBtn,
  html:not(.light) .qform button#sendBtn{
    min-height:54px!important;
  }
}

#ctaband .btn-red,
html.light #ctaband .btn-red,
html:not(.light) #ctaband .btn-red{
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  border:1px solid rgba(255,92,103,.58)!important;
  background:linear-gradient(180deg,#E93543 0%,#C91F2E 54%,#9F111D 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 10px 24px rgba(153,15,27,.22)!important;
  text-shadow:0 1px 1px rgba(74,3,10,.34)!important;
}
#ctaband .btn-red:hover,
#ctaband .btn-red:focus-visible,
html.light #ctaband .btn-red:hover,
html.light #ctaband .btn-red:focus-visible,
html:not(.light) #ctaband .btn-red:hover,
html:not(.light) #ctaband .btn-red:focus-visible{
  background:linear-gradient(180deg,#F04452 0%,#D82434 54%,#A91220 100%)!important;
  border-color:rgba(255,135,143,.76)!important;
  transform:translateY(-1px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 13px 28px rgba(153,15,27,.28),0 0 18px rgba(223,41,55,.13)!important;
}
@media(max-width:620px){
  #hdr .wrap{padding-inline:8px!important;gap:0!important;}
  #hdr .header-brand,#hdr .logo{width:108px!important;min-width:108px!important;max-width:108px!important;flex:0 0 108px!important;}
  #hdr .header-brand>img,#hdr .logo>img{max-width:108px!important;width:108px!important;height:auto!important;}
  #hdr .header-brand-signature{display:none!important;}
  #hdr .hdr-right{gap:5px!important;margin-left:auto!important;min-width:0!important;}
  [dir="rtl"] #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  #hdr .icon-btn,#hdr .burger{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;border-radius:11px!important;}
  #hdr .hdr-right>.btn-pill,
  body.home-cockpit #hdr .hdr-right>.btn-pill{
    display:inline-flex!important;
    width:106px!important;min-width:106px!important;max-width:106px!important;flex:0 0 106px!important;
    min-height:38px!important;height:38px!important;
    padding:5px 28px 5px 8px!important;
    border-radius:11px!important;
    font-size:10.2px!important;line-height:1.04!important;font-weight:800!important;
    white-space:normal!important;text-align:center!important;
    overflow:hidden!important;
  }
  [dir="rtl"] #hdr .hdr-right>.btn-pill{padding:5px 8px 5px 28px!important;}
  #hdr .hdr-right>.btn-pill::before{right:25px!important;top:7px!important;bottom:7px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:25px!important;}
  #hdr .hdr-right>.btn-pill::after{right:8px!important;font-size:14px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::after{right:auto!important;left:8px!important;transform:translateY(-50%) rotate(180deg)!important;}
}
@media(max-width:370px){
  #hdr .wrap{padding-inline:5px!important;}
  #hdr .header-brand,#hdr .logo{width:94px!important;min-width:94px!important;max-width:94px!important;flex-basis:94px!important;}
  #hdr .header-brand>img,#hdr .logo>img{width:94px!important;max-width:94px!important;}
  #hdr .hdr-right{gap:3px!important;}
  #hdr .icon-btn,#hdr .burger{width:35px!important;height:35px!important;min-width:35px!important;flex-basis:35px!important;border-radius:10px!important;}
  #hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{width:98px!important;min-width:98px!important;max-width:98px!important;flex-basis:98px!important;height:35px!important;min-height:35px!important;font-size:9.6px!important;}
}

@media(max-width:620px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{white-space:nowrap!important;line-height:1!important;font-size:10.4px!important;}}
@media(max-width:370px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{font-size:9.8px!important;}}

body.home-cockpit #hdr nav.main>a,
body.home-cockpit #hdr .nav-trigger,
body.home-cockpit #hdr .nav-trigger span,
body.home-cockpit #hdr nav.main>a span,
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger,
html.light body.home-cockpit #hdr .nav-trigger span,
html.light body.home-cockpit #hdr nav.main>a span{
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  color:inherit!important;
  text-shadow:none!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{
  color:#D9E0E4!important;
}
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger{
  color:#3B464D!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a:hover,
html:not(.light) body.home-cockpit #hdr nav.main>a.active,
html:not(.light) body.home-cockpit #hdr .nav-trigger:hover,
html:not(.light) body.home-cockpit #hdr .nav-drop.open .nav-trigger,
html:not(.light) body.home-cockpit #hdr .nav-trigger.active{
  color:#F4F7F8!important;
}
html.light body.home-cockpit #hdr nav.main>a:hover,
html.light body.home-cockpit #hdr nav.main>a.active,
html.light body.home-cockpit #hdr .nav-trigger:hover,
html.light body.home-cockpit #hdr .nav-drop.open .nav-trigger,
html.light body.home-cockpit #hdr .nav-trigger.active{
  color:#1E252A!important;
}
body.home-cockpit #hdr .nav-trigger svg,
html.light body.home-cockpit #hdr .nav-trigger svg{
  color:#7D8A92!important;
}
html:not(.light) body.home-cockpit #hdr .nav-drop.open .nav-trigger svg,
html:not(.light) body.home-cockpit #hdr .nav-trigger:hover svg{
  color:#D7DEE2!important;
}
html.light body.home-cockpit #hdr .nav-drop.open .nav-trigger svg,
html.light body.home-cockpit #hdr .nav-trigger:hover svg{
  color:#566169!important;
}
body.home-cockpit #hdr nav.main>a::after,
body.home-cockpit #hdr .nav-trigger::after,
html.light body.home-cockpit #hdr nav.main>a::after,
html.light body.home-cockpit #hdr .nav-trigger::after{
  height:2px!important;
  bottom:13px!important;
  background:linear-gradient(90deg,transparent 0%,#6E7980 18%,#D7DEE2 50%,#6E7980 82%,transparent 100%)!important;
  box-shadow:0 1px 1px rgba(13,18,22,.18)!important;
}

@media (min-width:1201px){
  body.home-cockpit #hdr .nav-drop:hover .mega-menu,
  html.light body.home-cockpit #hdr .nav-drop:hover .mega-menu,
  html:not(.light) body.home-cockpit #hdr .nav-drop:hover .mega-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,12px)!important;
  }
  body.home-cockpit #hdr .nav-drop.open .mega-menu,
  body.home-cockpit #hdr .nav-drop.open:hover .mega-menu,
  body.home-cockpit #hdr .nav-drop:focus-within .mega-menu,
  html.light body.home-cockpit #hdr .nav-drop.open .mega-menu,
  html.light body.home-cockpit #hdr .nav-drop.open:hover .mega-menu,
  html.light body.home-cockpit #hdr .nav-drop:focus-within .mega-menu,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open .mega-menu,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open:hover .mega-menu,
  html:not(.light) body.home-cockpit #hdr .nav-drop:focus-within .mega-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate(-50%,0)!important;
  }
}

html:not(.light) body.home-cockpit #hdr .products-menu,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu{
  width:min(376px,calc(100vw - 34px))!important;
  min-width:min(376px,calc(100vw - 34px))!important;
  padding:10px!important;
  border-radius:18px!important;
  border:1px solid rgba(169,179,186,.28)!important;
  background:linear-gradient(160deg,rgba(12,16,20,.985),rgba(7,10,14,.988) 44%,rgba(18,24,30,.982) 100%)!important;
  box-shadow:0 20px 46px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.05), inset 0 -1px 0 rgba(124,136,144,.06)!important;
  backdrop-filter:blur(18px)!important;
}
html:not(.light) body.home-cockpit #hdr .products-menu::before,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:linear-gradient(120deg,rgba(255,255,255,.045),rgba(255,255,255,.012) 30%,rgba(255,255,255,.028) 76%,rgba(255,255,255,.055))!important;
}
html:not(.light) body.home-cockpit #hdr .products-menu a,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a{
  min-height:48px!important;
  padding:12px 13px!important;
  border-radius:14px!important;
  border:1px solid rgba(170,179,185,.16)!important;
  background:linear-gradient(145deg,rgba(25,31,36,.98),rgba(13,17,21,.98) 45%,rgba(29,35,40,.98) 100%)!important;
  color:#ECF1F4!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), inset 0 -1px 0 rgba(117,128,135,.05)!important;
  font-size:12.4px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
html:not(.light) body.home-cockpit #hdr .products-menu a:hover,
html:not(.light) body.home-cockpit #hdr .products-menu a:focus-visible,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a:hover,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a:focus-visible{
  transform:translateY(-1px)!important;
  color:#FFFFFF!important;
  border-color:rgba(203,211,216,.30)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
html:not(.light) body.home-cockpit #hdr .products-menu a::after,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a::after{
  color:#D1D8DD!important;
  background:linear-gradient(145deg,rgba(37,43,48,.96),rgba(18,23,28,.99))!important;
  border:1px solid rgba(172,181,187,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 6px rgba(0,0,0,.14)!important;
}
html:not(.light) body.home-cockpit #hdr .products-menu a[aria-disabled="true"]::after{
  color:#D1D8DD!important;
  border-color:rgba(172,181,187,.22)!important;
  background:rgba(255,255,255,.04)!important;
}

html.light body.home-cockpit #hdr .products-menu,
html.light body.home-cockpit #hdr .mega-menu.about-menu{
  width:min(376px,calc(100vw - 34px))!important;
  min-width:min(376px,calc(100vw - 34px))!important;
  padding:10px!important;
  border-radius:18px!important;
  border:1px solid rgba(146,156,163,.42)!important;
  background:linear-gradient(155deg,rgba(252,253,253,.98),rgba(232,237,240,.96) 48%,rgba(245,247,248,.98) 100%)!important;
  box-shadow:0 18px 34px rgba(20,29,37,.12), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(121,131,137,.12)!important;
}
html.light body.home-cockpit #hdr .products-menu::before,
html.light body.home-cockpit #hdr .mega-menu.about-menu::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:linear-gradient(120deg,rgba(255,255,255,.42),rgba(255,255,255,.10) 30%,rgba(148,157,163,.05) 74%,rgba(255,255,255,.26))!important;
}
html.light body.home-cockpit #hdr .products-menu a,
html.light body.home-cockpit #hdr .mega-menu.about-menu a{
  min-height:48px!important;
  padding:12px 13px!important;
  border-radius:14px!important;
  border:1px solid rgba(161,171,177,.28)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(236,241,244,.98) 48%,rgba(227,233,236,.96) 100%)!important;
  color:#334048!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(129,140,146,.10)!important;
  font-size:12.4px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
html.light body.home-cockpit #hdr .products-menu a:hover,
html.light body.home-cockpit #hdr .products-menu a:focus-visible,
html.light body.home-cockpit #hdr .mega-menu.about-menu a:hover,
html.light body.home-cockpit #hdr .mega-menu.about-menu a:focus-visible{
  transform:translateY(-1px)!important;
  color:#1F2A31!important;
  border-color:rgba(121,132,138,.42)!important;
  box-shadow:0 10px 20px rgba(53,67,78,.10), inset 0 1px 0 rgba(255,255,255,.98)!important;
}
html.light body.home-cockpit #hdr .products-menu a::after,
html.light body.home-cockpit #hdr .mega-menu.about-menu a::after{
  color:#5A666E!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(221,227,231,.98))!important;
  border:1px solid rgba(149,159,165,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 1px 6px rgba(88,97,103,.10)!important;
}
html.light body.home-cockpit #hdr .products-menu a[aria-disabled="true"]::after{
  color:#5A666E!important;
  border-color:rgba(149,159,165,.24)!important;
  background:rgba(92,102,108,.06)!important;
}

body.home-cockpit #hdr .products-menu a span,
body.home-cockpit #hdr .mega-menu.about-menu a span,
html.light body.home-cockpit #hdr .products-menu a span,
html.light body.home-cockpit #hdr .mega-menu.about-menu a span{
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  color:inherit!important;
  text-shadow:none!important;
}

body.home-cockpit #hdr .products-menu,
html.light body.home-cockpit #hdr .products-menu,
html:not(.light) body.home-cockpit #hdr .products-menu{
  width:min(448px,calc(100vw - 32px))!important;
  min-width:min(448px,calc(100vw - 32px))!important;
}
body.home-cockpit #hdr .mega-menu.about-menu,
html.light body.home-cockpit #hdr .mega-menu.about-menu,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu{
  width:min(404px,calc(100vw - 32px))!important;
  min-width:min(404px,calc(100vw - 32px))!important;
}
body.home-cockpit #hdr .products-menu a,
body.home-cockpit #hdr .mega-menu.about-menu a,
html.light body.home-cockpit #hdr .products-menu a,
html.light body.home-cockpit #hdr .mega-menu.about-menu a,
html:not(.light) body.home-cockpit #hdr .products-menu a,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-height:54px!important;
  padding:12px 58px 12px 14px!important;
  overflow:hidden!important;
}
body.home-cockpit #hdr .products-menu a>span:last-child,
body.home-cockpit #hdr .mega-menu.about-menu a>span:last-child,
html.light body.home-cockpit #hdr .products-menu a>span:last-child,
html.light body.home-cockpit #hdr .mega-menu.about-menu a>span:last-child,
html:not(.light) body.home-cockpit #hdr .products-menu a>span:last-child,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a>span:last-child{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:100%!important;
  padding-right:0!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  font-size:11.8px!important;
  line-height:1.32!important;
}
body.home-cockpit #hdr .products-menu a::after,
body.home-cockpit #hdr .mega-menu.about-menu a::after,
html.light body.home-cockpit #hdr .products-menu a::after,
html.light body.home-cockpit #hdr .mega-menu.about-menu a::after,
html:not(.light) body.home-cockpit #hdr .products-menu a::after,
html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu a::after{
  position:absolute!important;
  right:12px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
}
body.home-cockpit #hdr .products-menu a::after,
html.light body.home-cockpit #hdr .products-menu a::after,
html:not(.light) body.home-cockpit #hdr .products-menu a::after{
  font:700 7px/1 "IBM Plex Mono",monospace!important;
  letter-spacing:.05em!important;
}
@media (max-width: 1380px){
  body.home-cockpit #hdr .products-menu,
  html.light body.home-cockpit #hdr .products-menu,
  html:not(.light) body.home-cockpit #hdr .products-menu{
    width:min(420px,calc(100vw - 28px))!important;
    min-width:min(420px,calc(100vw - 28px))!important;
  }
  body.home-cockpit #hdr .products-menu a>span:last-child,
  html.light body.home-cockpit #hdr .products-menu a>span:last-child,
  html:not(.light) body.home-cockpit #hdr .products-menu a>span:last-child{
    font-size:11.3px!important;
  }
}
@media (max-width: 1200px){
  .mnav-sub a[data-pdf-placeholder]{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    min-height:48px!important;
    padding:12px 54px 12px 14px!important;
  }
  .mnav-sub a[data-pdf-placeholder] span{
    display:block!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    font-size:11.8px!important;
    line-height:1.3!important;
  }
}

:root{
  --trx-hdr-control-h:38px;
  --trx-hdr-theme-w:72px;
  --trx-hdr-lang-w:68px;
  --trx-hdr-cta-w:172px;
  --trx-hdr-cta-h:46px;
  --trx-hdr-gap:10px;
  --trx-chrome-a:#f7f8f8;
  --trx-chrome-b:#8c9499;
  --trx-chrome-c:#e7eaec;
  --trx-chrome-d:#626a70;
}

#hdr .hdr-right,
html.light #hdr .hdr-right,
html:not(.light) #hdr .hdr-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:var(--trx-hdr-gap)!important;
  flex-wrap:nowrap!important;
  min-width:calc(var(--trx-hdr-theme-w) + var(--trx-hdr-lang-w) + var(--trx-hdr-cta-w) + (var(--trx-hdr-gap) * 2))!important;
}

#hdr #themeBtn,
html.light #hdr #themeBtn,
html:not(.light) #hdr #themeBtn{
  direction:ltr!important;
  position:relative!important;
  display:block!important;
  flex:0 0 var(--trx-hdr-theme-w)!important;
  width:var(--trx-hdr-theme-w)!important;
  min-width:var(--trx-hdr-theme-w)!important;
  max-width:var(--trx-hdr-theme-w)!important;
  height:var(--trx-hdr-control-h)!important;
  min-height:var(--trx-hdr-control-h)!important;
  max-height:var(--trx-hdr-control-h)!important;
  margin:0!important;
  padding:0!important;
  border:1.5px solid transparent!important;
  border-radius:999px!important;
  overflow:hidden!important;
  transform:none!important;
  transition:box-shadow .18s ease,filter .18s ease!important;
  background:
    linear-gradient(180deg,#171b1f 0%,#090c0f 100%) padding-box,
    linear-gradient(180deg,var(--trx-chrome-a) 0%,var(--trx-chrome-b) 27%,#4e565c 50%,var(--trx-chrome-c) 73%,var(--trx-chrome-d) 100%) border-box!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.78),
    0 5px 12px rgba(0,0,0,.22)!important;
}
html.light #hdr #themeBtn{
  background:
    linear-gradient(180deg,#ffffff 0%,#e7eaec 100%) padding-box,
    linear-gradient(180deg,#ffffff 0%,#9da4a8 27%,#626b70 50%,#f3f5f6 73%,#747c81 100%) border-box!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -1px 0 rgba(92,101,107,.20),
    0 5px 12px rgba(44,53,60,.14)!important;
}
#hdr #themeBtn:hover,
#hdr #themeBtn:focus-visible,
html.light #hdr #themeBtn:hover,
html.light #hdr #themeBtn:focus-visible{
  transform:none!important;
  filter:brightness(1.04)!important;
}
#hdr #themeBtn::before,
html.light #hdr #themeBtn::before,
html:not(.light) #hdr #themeBtn::before{
  content:""!important;
  position:absolute!important;
  left:4px!important;
  top:4px!important;
  width:27px!important;
  height:27px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.76)!important;
  background:linear-gradient(145deg,#ffffff 0%,#d8dcdf 42%,#9ba2a7 72%,#f4f6f7 100%)!important;
  box-shadow:inset 0 1px 0 #fff,0 2px 6px rgba(0,0,0,.42),0 0 0 1px rgba(71,78,83,.28)!important;
  transform:translateX(36px)!important;
  transition:transform .28s cubic-bezier(.2,.75,.2,1)!important;
  z-index:1!important;
}
html.light #hdr #themeBtn::before{transform:translateX(0)!important;}
#hdr #themeBtn::after,
html.light #hdr #themeBtn::after,
html:not(.light) #hdr #themeBtn::after{content:none!important;display:none!important;}
#hdr #themeBtn .ic-sun,
#hdr #themeBtn .ic-moon,
html.light #hdr #themeBtn .ic-sun,
html.light #hdr #themeBtn .ic-moon{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  top:50%!important;
  width:15px!important;
  height:15px!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  z-index:2!important;
}
#hdr #themeBtn .ic-sun{left:10px!important;color:#a68e52!important;}
#hdr #themeBtn .ic-moon{right:10px!important;color:#11161a!important;}
html.light #hdr #themeBtn .ic-sun{color:#9b7e3d!important;}
html.light #hdr #themeBtn .ic-moon{color:#687178!important;}

#hdr .lang,
html.light #hdr .lang,
html:not(.light) #hdr .lang{
  flex:0 0 var(--trx-hdr-lang-w)!important;
  width:var(--trx-hdr-lang-w)!important;
  min-width:var(--trx-hdr-lang-w)!important;
  max-width:var(--trx-hdr-lang-w)!important;
}
#hdr .lang-trigger,
html.light #hdr .lang-trigger,
html:not(.light) #hdr .lang-trigger{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  flex:0 0 var(--trx-hdr-lang-w)!important;
  width:var(--trx-hdr-lang-w)!important;
  min-width:var(--trx-hdr-lang-w)!important;
  max-width:var(--trx-hdr-lang-w)!important;
  height:var(--trx-hdr-control-h)!important;
  min-height:var(--trx-hdr-control-h)!important;
  max-height:var(--trx-hdr-control-h)!important;
  margin:0!important;
  padding:0 24px 0 9px!important;
  border:1.5px solid transparent!important;
  border-radius:999px!important;
  overflow:hidden!important;
  transform:none!important;
  background:
    linear-gradient(180deg,#171b1f 0%,#090c0f 100%) padding-box,
    linear-gradient(180deg,#f3f5f6 0%,#8c9499 28%,#51595f 50%,#dfe3e5 73%,#687177 100%) border-box!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.70),0 5px 12px rgba(0,0,0,.20)!important;
  transition:box-shadow .18s ease,filter .18s ease!important;
}
html.light #hdr .lang-trigger{
  background:
    linear-gradient(180deg,#ffffff 0%,#e9ecee 100%) padding-box,
    linear-gradient(180deg,#ffffff 0%,#9ca4a8 28%,#626a70 50%,#f3f5f6 73%,#737c81 100%) border-box!important;
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(97,106,112,.18),0 5px 12px rgba(44,53,60,.13)!important;
}
#hdr .lang-trigger:hover,
#hdr .lang-trigger:focus-visible,
#hdr .lang-trigger[aria-expanded="true"]{
  transform:none!important;
  filter:brightness(1.04)!important;
}
#hdr .lang-current-flag,
html.light #hdr .lang-current-flag,
html:not(.light) #hdr .lang-current-flag{
  display:block!important;
  width:27px!important;
  min-width:27px!important;
  height:18px!important;
  object-fit:cover!important;
  border-radius:3px!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.55),0 2px 5px rgba(0,0,0,.26)!important;
}
#hdr .lang-trigger::after,
html.light #hdr .lang-trigger::after,
html:not(.light) #hdr .lang-trigger::after{
  content:""!important;
  position:absolute!important;
  right:11px!important;
  top:50%!important;
  width:7px!important;
  height:7px!important;
  margin:0!important;
  border-right:2px solid #91999e!important;
  border-bottom:2px solid #91999e!important;
  transform:translateY(-68%) rotate(45deg)!important;
  transform-origin:center!important;
  transition:transform .18s ease!important;
}
#hdr .lang.open .lang-trigger::after{
  transform:translateY(-30%) rotate(225deg)!important;
}
html.light #hdr .lang-trigger::after{border-color:#687278!important;}

#hdr .hdr-right>.btn-pill,
body.home-cockpit #hdr .hdr-right>.btn-pill,
html.light #hdr .hdr-right>.btn-pill,
html:not(.light) #hdr .hdr-right>.btn-pill{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 var(--trx-hdr-cta-w)!important;
  width:var(--trx-hdr-cta-w)!important;
  min-width:var(--trx-hdr-cta-w)!important;
  max-width:var(--trx-hdr-cta-w)!important;
  height:var(--trx-hdr-cta-h)!important;
  min-height:var(--trx-hdr-cta-h)!important;
  max-height:var(--trx-hdr-cta-h)!important;
  margin:0!important;
  padding:0 47px 0 14px!important;
  border:2px solid transparent!important;
  border-radius:13px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-align:center!important;
  line-height:1!important;
  font-family:"Manrope",system-ui,sans-serif!important;
  font-size:13.5px!important;
  font-weight:800!important;
  letter-spacing:-.015em!important;
  color:#f4f6f7!important;
  -webkit-text-fill-color:#f4f6f7!important;
  transform:none!important;
  background:
    linear-gradient(180deg,#171c20 0%,#080b0e 100%) padding-box,
    linear-gradient(180deg,#ffffff 0%,#9ba3a8 18%,#50585e 43%,#f1f3f4 67%,#717a80 86%,#dfe3e5 100%) border-box!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.82),
    0 7px 15px rgba(0,0,0,.24),
    0 0 0 1px rgba(24,29,33,.50)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.40)!important;
  transition:filter .18s ease,box-shadow .18s ease!important;
}
html.light #hdr .hdr-right>.btn-pill{
  color:#1f262b!important;
  -webkit-text-fill-color:#1f262b!important;
  background:
    linear-gradient(180deg,#ffffff 0%,#e8ebed 100%) padding-box,
    linear-gradient(180deg,#ffffff 0%,#9ba3a7 18%,#5e676c 43%,#ffffff 67%,#7b8489 86%,#dfe3e5 100%) border-box!important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(86,95,101,.18),
    0 7px 15px rgba(36,44,50,.15),
    0 0 0 1px rgba(82,91,97,.14)!important;
  text-shadow:none!important;
}
#hdr .hdr-right>.btn-pill:hover,
#hdr .hdr-right>.btn-pill:focus-visible,
html.light #hdr .hdr-right>.btn-pill:hover,
html.light #hdr .hdr-right>.btn-pill:focus-visible{
  transform:none!important;
  filter:brightness(1.045)!important;
}

#hdr .hdr-right>.btn-pill::before,
body.home-cockpit #hdr .hdr-right>.btn-pill::before,
html.light #hdr .hdr-right>.btn-pill::before,
html:not(.light) #hdr .hdr-right>.btn-pill::before{
  content:""!important;
  position:absolute!important;
  right:43px!important;
  top:10px!important;
  bottom:10px!important;
  width:1px!important;
  opacity:.78!important;
  background:linear-gradient(180deg,transparent 0%,rgba(225,230,233,.82) 18%,rgba(133,143,149,.82) 50%,rgba(225,230,233,.70) 82%,transparent 100%)!important;
}
html.light #hdr .hdr-right>.btn-pill::before{
  background:linear-gradient(180deg,transparent 0%,rgba(100,110,116,.55) 18%,rgba(142,151,156,.62) 50%,rgba(100,110,116,.45) 82%,transparent 100%)!important;
}

#hdr .hdr-right>.btn-pill::after,
body.home-cockpit #hdr .hdr-right>.btn-pill::after,
html.light #hdr .hdr-right>.btn-pill::after,
html:not(.light) #hdr .hdr-right>.btn-pill::after{
  content:"›"!important;
  position:absolute!important;
  right:6px!important;
  top:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:31px!important;
  height:31px!important;
  border-radius:50%!important;
  border:1.5px solid transparent!important;
  transform:translateY(-50%)!important;
  font-family:Arial,sans-serif!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:500!important;
  color:#ef1f25!important;
  -webkit-text-fill-color:#ef1f25!important;
  text-shadow:0 0 7px rgba(239,31,37,.12)!important;
  background:
    linear-gradient(145deg,#1e2327 0%,#090c0f 100%) padding-box,
    linear-gradient(145deg,#ffffff 0%,#858e94 31%,#e9ecee 63%,#596168 100%) border-box!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 2px 5px rgba(0,0,0,.34)!important;
}
html.light #hdr .hdr-right>.btn-pill::after{
  background:
    linear-gradient(145deg,#ffffff 0%,#e5e8ea 100%) padding-box,
    linear-gradient(145deg,#ffffff 0%,#8f989d 31%,#f1f3f4 63%,#697278 100%) border-box!important;
  box-shadow:inset 0 1px 0 #fff,0 2px 5px rgba(45,53,59,.18)!important;
}
[dir="rtl"] #hdr .hdr-right>.btn-pill,
[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill{
  padding:0 14px 0 47px!important;
}
[dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:43px!important;}
[dir="rtl"] #hdr .hdr-right>.btn-pill::after{
  right:auto!important;
  left:6px!important;
  transform:translateY(-50%) rotate(180deg)!important;
}

@media (max-width:1320px) and (min-width:1201px){
  :root{
    --trx-hdr-theme-w:66px;
    --trx-hdr-lang-w:62px;
    --trx-hdr-cta-w:136px;
    --trx-hdr-gap:7px;
  }
  #hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{font-size:12px!important;}
}

@media (max-width:1200px){
  :root{
    --trx-hdr-control-h:34px;
    --trx-hdr-theme-w:58px;
    --trx-hdr-lang-w:54px;
    --trx-hdr-cta-w:108px;
    --trx-hdr-cta-h:38px;
    --trx-hdr-gap:5px;
  }
  #hdr .hdr-right,
  html.light #hdr .hdr-right,
  html:not(.light) #hdr .hdr-right{
    min-width:0!important;
    gap:var(--trx-hdr-gap)!important;
  }
  #hdr #themeBtn::before,
  html.light #hdr #themeBtn::before,
  html:not(.light) #hdr #themeBtn::before{
    left:4px!important;top:4px!important;width:23px!important;height:23px!important;transform:translateX(27px)!important;
  }
  html.light #hdr #themeBtn::before{transform:translateX(0)!important;}
  #hdr #themeBtn .ic-sun{left:8px!important;}
  #hdr #themeBtn .ic-moon{right:8px!important;}
  #hdr .lang-trigger,html.light #hdr .lang-trigger,html:not(.light) #hdr .lang-trigger{padding:0 20px 0 7px!important;}
  #hdr .lang-current-flag{width:23px!important;min-width:23px!important;height:16px!important;}
  #hdr .lang-trigger::after{right:9px!important;width:6px!important;height:6px!important;}
  #hdr .hdr-right>.btn-pill,
  body.home-cockpit #hdr .hdr-right>.btn-pill{
    padding:0 39px 0 8px!important;
    border-radius:11px!important;
    font-size:10.5px!important;
  }
  #hdr .hdr-right>.btn-pill::before{right:36px!important;top:8px!important;bottom:8px!important;}
  #hdr .hdr-right>.btn-pill::after{right:5px!important;width:27px!important;height:27px!important;font-size:26px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill{padding:0 8px 0 39px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:36px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::after{right:auto!important;left:5px!important;}
}
@media (max-width:620px){
  :root{
    --trx-hdr-control-h:32px;
    --trx-hdr-theme-w:53px;
    --trx-hdr-lang-w:49px;
    --trx-hdr-cta-w:98px;
    --trx-hdr-cta-h:36px;
    --trx-hdr-gap:4px;
  }
  #hdr #themeBtn::before,
  html.light #hdr #themeBtn::before,
  html:not(.light) #hdr #themeBtn::before{width:21px!important;height:21px!important;transform:translateX(24px)!important;}
  html.light #hdr #themeBtn::before{transform:translateX(0)!important;}
  #hdr #themeBtn .ic-sun,#hdr #themeBtn .ic-moon{width:12px!important;height:12px!important;}
  #hdr .lang-trigger,html.light #hdr .lang-trigger,html:not(.light) #hdr .lang-trigger{padding:0 18px 0 6px!important;}
  #hdr .lang-current-flag{width:21px!important;min-width:21px!important;height:14px!important;}
  #hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{padding:0 35px 0 7px!important;font-size:9.8px!important;}
  #hdr .hdr-right>.btn-pill::before{right:32px!important;}
  #hdr .hdr-right>.btn-pill::after{right:4px!important;width:25px!important;height:25px!important;font-size:24px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill{padding:0 7px 0 35px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:32px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::after{right:auto!important;left:4px!important;}
}

@keyframes trxHomeMetalSweep{0%{background-position:115% 50%}100%{background-position:-15% 50%}}

body.home-cockpit #hdr,
html.light body.home-cockpit #hdr{
  background:linear-gradient(180deg,rgba(238,239,241,.66),rgba(213,216,220,.46))!important;
  border-bottom:1px solid rgba(250,250,250,.52)!important;
  box-shadow:0 8px 28px rgba(4,8,14,.10),inset 0 -1px 0 rgba(79,85,92,.14)!important;
  backdrop-filter:blur(18px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
}
@media(min-width:1201px){
  body.home-cockpit #hdr>.wrap{min-height:64px!important}
  body.home-cockpit #hdr .logo.header-brand{width:220px!important;max-width:220px!important}
}
body.home-cockpit #hdr .hdr-right>.btn-pill{display:none!important}

body.home-cockpit #hdr nav.main>a,
body.home-cockpit #hdr .nav-trigger{
  position:relative!important;
  color:#171a1e!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.012em!important;
  text-shadow:0 1px 0 rgba(255,255,255,.40)!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
body.home-cockpit #hdr nav.main>a::after,
body.home-cockpit #hdr .nav-trigger::after{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;bottom:15px!important;height:2px!important;
  border:0!important;border-radius:99px!important;
  background:linear-gradient(90deg,#51565b 0%,#8e9499 28%,#e2e4e5 46%,#a9adb1 58%,#656b70 82%,#d5d7d8 100%)!important;
  background-size:220% 100%!important;
  box-shadow:0 1px 1px rgba(22,25,29,.34),0 0 4px rgba(255,255,255,.22)!important;
  opacity:0!important;transform:scaleX(0)!important;transform-origin:left center!important;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),opacity .20s ease!important;
  pointer-events:none!important;
}
body.home-cockpit #hdr nav.main>a:hover::after,
body.home-cockpit #hdr nav.main>a:focus-visible::after,
body.home-cockpit #hdr nav.main>a.active::after,
body.home-cockpit #hdr .nav-trigger:hover::after,
body.home-cockpit #hdr .nav-trigger:focus-visible::after,
body.home-cockpit #hdr .nav-trigger.active::after{
  opacity:1!important;transform:scaleX(1)!important;
  animation:trxHomeMetalSweep 2.4s ease-in-out infinite alternate!important;
}

body.home-cockpit #themeBtn{
  direction:ltr!important;position:relative!important;display:block!important;
  width:72px!important;min-width:72px!important;height:34px!important;padding:0!important;overflow:hidden!important;
  border:1px solid rgba(101,107,113,.82)!important;border-radius:999px!important;color:#16191d!important;
  background:linear-gradient(90deg,rgba(238,233,220,.90),rgba(95,101,108,.86) 50%,rgba(25,29,34,.94))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.68),inset 0 -1px 0 rgba(12,14,17,.28),0 5px 14px rgba(8,10,14,.17)!important;
  transform:none!important;
}
body.home-cockpit #themeBtn::before{
  content:""!important;position:absolute!important;inset:4px auto 4px 4px!important;width:24px!important;height:24px!important;
  border-radius:50%!important;background:linear-gradient(145deg,#f5f4ef,#aeb2b6 52%,#686e74)!important;
  border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 2px 7px rgba(5,7,10,.40),inset 0 1px 0 #fff!important;
  transform:translateX(38px)!important;transition:transform .42s cubic-bezier(.2,.75,.2,1),background .3s ease!important;z-index:1!important;
}
html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
body.home-cockpit #themeBtn::after{content:none!important;display:none!important}
body.home-cockpit #themeBtn .ic-sun,
body.home-cockpit #themeBtn .ic-moon{
  display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:50%!important;
  width:15px!important;height:15px!important;margin:0!important;transform:translateY(-50%)!important;z-index:2!important;
  transition:color .28s ease,opacity .28s ease!important;
}
body.home-cockpit #themeBtn .ic-sun{left:9px!important;color:rgba(71,65,53,.72)!important}
body.home-cockpit #themeBtn .ic-moon{right:9px!important;color:#20242a!important}
html.light body.home-cockpit #themeBtn .ic-sun{color:#5f5035!important}
html.light body.home-cockpit #themeBtn .ic-moon{color:rgba(233,236,239,.80)!important}

body.home-cockpit #hdr .lang-trigger{
  min-width:62px!important;width:62px!important;height:34px!important;padding:5px 24px 5px 8px!important;
  border:1px solid rgba(130,136,142,.82)!important;border-radius:999px!important;
  background:linear-gradient(145deg,rgba(42,47,53,.96),rgba(13,16,20,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.40),0 5px 14px rgba(8,10,14,.18)!important;
}
body.home-cockpit #hdr .lang-trigger:hover,
body.home-cockpit #hdr .lang-trigger[aria-expanded="true"]{border-color:rgba(221,224,227,.92)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(8,10,14,.23)!important}
body.home-cockpit #hdr .lang-current-flag{width:25px!important;height:17px!important;border-radius:3px!important;box-shadow:0 0 0 1px rgba(255,255,255,.42),0 2px 5px rgba(0,0,0,.30)!important}

body.home-cockpit .hero .eyebrow i,
html.light body.home-cockpit .hero .eyebrow i{display:block!important;width:14px!important;height:1px!important;flex:0 0 14px!important;background:linear-gradient(90deg,#8b1a24,#c75a62)!important;box-shadow:none!important}
body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{gap:10px!important}
body.home-cockpit .hero .fade,
html.light body.home-cockpit .hero .fade{
  background:
    linear-gradient(90deg,rgba(3,7,12,.72) 0%,rgba(5,9,14,.48) 31%,rgba(2,6,10,.20) 60%,rgba(0,0,0,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.24))!important;
}
body.home-cockpit .hero h1,
html.light body.home-cockpit .hero h1{
  font-family:"Cormorant Garamond","Bodoni MT",Didot,Georgia,"Times New Roman",serif!important;
  font-weight:700!important;font-size:clamp(48px,5.05vw,78px)!important;line-height:.91!important;letter-spacing:-.035em!important;
  text-transform:none!important;white-space:nowrap!important;max-width:none!important;margin:0!important;color:#d7dade!important;
  background:none!important;
  -webkit-background-clip:border-box!important;background-clip:border-box!important;-webkit-text-fill-color:#d7dade!important;
  -webkit-text-stroke:.4px rgba(49,55,61,.84)!important;
  text-shadow:0 -1px 0 rgba(255,255,255,.58),0 1px 0 rgba(75,81,87,.92),0 4px 10px rgba(0,0,0,.60),0 14px 30px rgba(0,0,0,.44)!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12))!important;
}
html[lang="ar"] body.home-cockpit .hero h1,
html[lang="fa"] body.home-cockpit .hero h1,
html[lang="hi"] body.home-cockpit .hero h1,
html[lang="ka"] body.home-cockpit .hero h1,
html[lang="zh"] body.home-cockpit .hero h1{
  font-family:"Noto Sans","Noto Sans Arabic","Noto Sans Devanagari","Noto Sans Georgian","Noto Sans SC",sans-serif!important;
  letter-spacing:0!important;line-height:1.02!important;
}
body.home-cockpit .hero .btn-red,
html.light body.home-cockpit .hero .btn-red{color:#f7f7f7!important;background:linear-gradient(180deg,#781722,#4b0a12)!important;border:1px solid rgba(203,207,211,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.17),0 9px 22px rgba(25,2,6,.32)!important}
body.home-cockpit .hero .btn-red:hover,
html.light body.home-cockpit .hero .btn-red:hover{background:linear-gradient(180deg,#8d1d29,#580c15)!important;border-color:rgba(239,241,242,.88)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 28px rgba(25,2,6,.40)!important}
body.home-cockpit .hero .btn-ghost-auto,
html.light body.home-cockpit .hero .btn-ghost-auto{color:#f0f1f2!important;background:linear-gradient(145deg,rgba(28,33,39,.78),rgba(7,10,14,.78))!important;border-color:rgba(164,170,176,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 8px 20px rgba(0,0,0,.24)!important}

body.home-cockpit .hero>.home-benefits-cockpit,
html.light body.home-cockpit .hero>.home-benefits-cockpit{bottom:28px!important;width:min(calc(100% - 68px),1480px)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchips,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  min-height:126px!important;padding:13px 12px 15px!important;gap:9px!important;border:1px solid rgba(170,177,184,.62)!important;
  border-radius:14px!important;color:#f1f2f3!important;text-align:center!important;
  background:linear-gradient(148deg,rgba(31,38,45,.78),rgba(10,14,19,.76) 58%,rgba(3,6,10,.82))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.38),0 14px 30px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(16px) saturate(1.06)!important;-webkit-backdrop-filter:blur(16px) saturate(1.06)!important;
  overflow:hidden!important;transform:none!important;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;border-radius:inherit!important;padding:1px!important;
  pointer-events:none!important;opacity:.44!important;
  background:linear-gradient(112deg,rgba(255,255,255,.04),rgba(218,221,224,.58) 24%,rgba(111,117,123,.16) 48%,rgba(244,245,246,.36) 72%,rgba(255,255,255,.03))!important;
  background-size:260% 100%!important;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;mask-composite:exclude!important;animation:trxHomeMetalSweep 7s ease-in-out infinite alternate!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{content:""!important;display:block!important;position:absolute!important;left:15%!important;right:15%!important;top:0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(238,240,241,.72),transparent)!important;box-shadow:none!important;opacity:.56!important;pointer-events:none!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{transform:translateY(-4px)!important;border-color:rgba(225,228,230,.88)!important;background:linear-gradient(148deg,rgba(42,49,56,.82),rgba(13,18,24,.80) 58%,rgba(4,7,11,.86))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 35px rgba(0,0,0,.30),0 0 16px rgba(211,215,219,.08)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  display:block!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;flex:0 0 58px!important;
  margin:0 auto!important;padding:0!important;border:0!important;border-radius:0!important;background-color:transparent!important;
  background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important;box-shadow:none!important;
  filter:drop-shadow(0 6px 8px rgba(0,0,0,.44))!important;transition:transform .28s ease,filter .28s ease!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{display:none!important;opacity:0!important;visibility:hidden!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before,
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{content:none!important;display:none!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/home-benefit-price-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/home-benefit-label-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/home-benefit-docs-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/home-benefit-quote-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/home-benefit-gps-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/home-benefit-support-v236.svg')!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{transform:translateY(-2px) scale(1.035)!important;filter:drop-shadow(0 8px 10px rgba(0,0,0,.48)) drop-shadow(0 0 6px rgba(232,234,236,.12))!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#f1f2f3!important;-webkit-text-fill-color:#f1f2f3!important;font-family:"Sora","Manrope",Arial,sans-serif!important;font-size:12.4px!important;line-height:1.22!important;font-weight:600!important;letter-spacing:-.018em!important;text-align:center!important;text-shadow:0 1px 4px rgba(0,0,0,.76)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{display:none!important;visibility:hidden!important}

@media(max-width:1200px) and (min-width:761px){
  body.home-cockpit #themeBtn{width:66px!important;min-width:66px!important}
  body.home-cockpit #themeBtn::before{transform:translateX(32px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit .hero h1,html.light body.home-cockpit .hero h1{font-size:clamp(42px,6.1vw,62px)!important}
  body.home-cockpit .hero{height:auto!important;min-height:960px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:min(calc(100% - 44px),900px)!important;margin:26px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:116px!important;padding:11px 10px 13px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex-basis:50px!important}
}
@media(max-width:760px){
  body.home-cockpit #hdr,html.light body.home-cockpit #hdr{background:linear-gradient(180deg,rgba(235,237,239,.78),rgba(207,211,215,.62))!important}
  body.home-cockpit #themeBtn{width:58px!important;min-width:58px!important;height:32px!important}
  body.home-cockpit #themeBtn::before{width:22px!important;height:22px!important;inset:4px auto 4px 4px!important;transform:translateX(28px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit #themeBtn .ic-sun,body.home-cockpit #themeBtn .ic-moon{width:13px!important;height:13px!important}
  body.home-cockpit #themeBtn .ic-sun{left:8px!important}body.home-cockpit #themeBtn .ic-moon{right:8px!important}
  body.home-cockpit #hdr .lang-trigger{width:52px!important;min-width:52px!important;height:32px!important;padding:5px 20px 5px 6px!important}
  body.home-cockpit #hdr .lang-current-flag{width:22px!important;height:15px!important}
  body.home-cockpit .hero h1,html.light body.home-cockpit .hero h1{font-size:clamp(35px,11.5vw,50px)!important;line-height:.94!important}
  body.home-cockpit .hero{height:auto!important;min-height:100svh!important;padding-bottom:24px!important;display:flex!important;flex-direction:column!important}
  body.home-cockpit .hero>.home-benefits-cockpit,html.light body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:calc(100% - 20px)!important;margin:22px auto 0!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchips,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:102px!important;padding:10px 8px 12px!important;gap:7px!important;border-radius:12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.4px!important;line-height:1.2!important}
}
@media(prefers-reduced-motion:reduce){
  body.home-cockpit #hdr nav.main>a::after,body.home-cockpit #hdr .nav-trigger::after,body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 50%!important}
}

html:not(.light) body.home-cockpit #hdr{
  background:linear-gradient(180deg,rgba(24,28,33,.91),rgba(8,11,15,.82))!important;
  border-bottom:1px solid rgba(191,197,202,.30)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.34),inset 0 -1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{
  color:#e4e7e9!important;
  text-shadow:0 1px 2px rgba(0,0,0,.62)!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger::after{
  background:linear-gradient(90deg,#51565b 0%,#8e9499 28%,#e2e4e5 46%,#a9adb1 58%,#656b70 82%,#d5d7d8 100%)!important;
  background-size:220% 100%!important;
  box-shadow:0 1px 1px rgba(0,0,0,.55),0 0 5px rgba(225,228,230,.18)!important;
}
html:not(.light) body.home-cockpit #themeBtn{
  border-color:rgba(153,159,165,.82)!important;
  background:linear-gradient(90deg,rgba(232,227,215,.88),rgba(88,94,101,.90) 50%,rgba(17,20,25,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(0,0,0,.58),0 6px 16px rgba(0,0,0,.34)!important;
}
html:not(.light) body.home-cockpit #themeBtn:hover{
  border-color:rgba(224,227,229,.90)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44),0 8px 20px rgba(0,0,0,.40)!important;
}
body.home-cockpit #themeBtn:focus-visible,
html.light body.home-cockpit #themeBtn:focus-visible,
html:not(.light) body.home-cockpit #themeBtn:focus-visible{
  outline:2px solid rgba(190,196,201,.78)!important;
  outline-offset:2px!important;
}
html:not(.light) body.home-cockpit #themeBtn::before{
  background:linear-gradient(145deg,#f2f3f3,#adb2b7 52%,#626970)!important;
  border-color:rgba(255,255,255,.66)!important;
}
html:not(.light) body.home-cockpit #themeBtn .ic-sun{color:rgba(77,70,55,.70)!important}
html:not(.light) body.home-cockpit #themeBtn .ic-moon{color:#171b20!important}
html:not(.light) body.home-cockpit #hdr .lang-trigger{
  border-color:rgba(143,149,155,.86)!important;
  background:linear-gradient(145deg,rgba(47,53,59,.98),rgba(12,15,19,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -1px 0 rgba(0,0,0,.52),0 6px 16px rgba(0,0,0,.31)!important;
}
html:not(.light) body.home-cockpit .hero .eyebrow i{
  background:linear-gradient(90deg,#8b1a24,#c75a62)!important;
  box-shadow:none!important;
}
html:not(.light) body.home-cockpit .hero .btn-red{
  color:#f7f7f7!important;
  -webkit-text-fill-color:#f7f7f7!important;
  background:linear-gradient(180deg,#781722,#4b0a12)!important;
  border-color:rgba(203,207,211,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.17),0 9px 22px rgba(25,2,6,.38)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.52)!important;
}
html:not(.light) body.home-cockpit .hero .btn-red:hover{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:linear-gradient(180deg,#8d1d29,#580c15)!important;
  border-color:rgba(239,241,242,.88)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 28px rgba(25,2,6,.46)!important;
}
html:not(.light) body.home-cockpit .hero .btn-ghost-auto{
  color:#f0f1f2!important;
  -webkit-text-fill-color:#f0f1f2!important;
  background:linear-gradient(145deg,rgba(28,33,39,.82),rgba(7,10,14,.84))!important;
  border-color:rgba(164,170,176,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 8px 20px rgba(0,0,0,.28)!important;
}
html:not(.light) body.home-cockpit .hero .btn-ghost-auto::after{color:#f0f1f2!important}

html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{
  bottom:28px!important;
  width:min(calc(100% - 68px),1480px)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:126px!important;
  padding:13px 12px 15px!important;
  gap:9px!important;
  border:1px solid rgba(170,177,184,.62)!important;
  border-radius:14px!important;
  color:#f1f2f3!important;
  text-align:center!important;
  background:linear-gradient(148deg,rgba(31,38,45,.78),rgba(10,14,19,.76) 58%,rgba(3,6,10,.82))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.38),0 14px 30px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(16px) saturate(1.06)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.06)!important;
  overflow:hidden!important;
  transform:none!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  padding:1px!important;
  pointer-events:none!important;
  opacity:.44!important;
  background:linear-gradient(112deg,rgba(255,255,255,.04),rgba(218,221,224,.58) 24%,rgba(111,117,123,.16) 48%,rgba(244,245,246,.36) 72%,rgba(255,255,255,.03))!important;
  background-size:260% 100%!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask-composite:exclude!important;
  animation:trxHomeMetalSweep 7s ease-in-out infinite alternate!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:15%!important;
  right:15%!important;
  top:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(238,240,241,.72),transparent)!important;
  box-shadow:none!important;
  opacity:.56!important;
  pointer-events:none!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible{
  transform:translateY(-4px)!important;
  border-color:rgba(225,228,230,.88)!important;
  background:linear-gradient(148deg,rgba(42,49,56,.82),rgba(13,18,24,.80) 58%,rgba(4,7,11,.86))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 35px rgba(0,0,0,.30),0 0 16px rgba(211,215,219,.08)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  display:block!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  flex:0 0 58px!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background-color:transparent!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  box-shadow:none!important;
  filter:drop-shadow(0 6px 8px rgba(0,0,0,.44))!important;
  transition:transform .28s ease,filter .28s ease!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::before,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon::after{content:none!important;display:none!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(1) .hchip-icon{background-image:url('/assets/home-benefit-price-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(2) .hchip-icon{background-image:url('/assets/home-benefit-label-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(3) .hchip-icon{background-image:url('/assets/home-benefit-docs-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(4) .hchip-icon{background-image:url('/assets/home-benefit-quote-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(5) .hchip-icon{background-image:url('/assets/home-benefit-gps-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:nth-child(6) .hchip-icon{background-image:url('/assets/home-benefit-support-v236.svg')!important}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:hover .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip:focus-visible .hchip-icon{
  transform:translateY(-2px) scale(1.035)!important;
  filter:drop-shadow(0 8px 10px rgba(0,0,0,.48)) drop-shadow(0 0 6px rgba(232,234,236,.12))!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
  color:#f1f2f3!important;
  -webkit-text-fill-color:#f1f2f3!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-size:12.4px!important;
  line-height:1.22!important;
  font-weight:600!important;
  letter-spacing:-.018em!important;
  text-align:center!important;
  text-shadow:0 1px 4px rgba(0,0,0,.76)!important;
}
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{display:none!important;visibility:hidden!important}

@media(max-width:1200px) and (min-width:761px){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:min(calc(100% - 44px),900px)!important;margin:26px auto 0!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:116px!important;padding:11px 10px 13px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex-basis:50px!important;margin:0 auto!important}
}
@media(max-width:760px){
  html:not(.light) body.home-cockpit #hdr{background:linear-gradient(180deg,rgba(26,30,35,.94),rgba(9,12,16,.88))!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:calc(100% - 20px)!important;margin:22px auto 0!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:102px!important;padding:10px 8px 12px!important;gap:7px!important;border-radius:12px!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important;margin:0 auto!important}
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.4px!important;line-height:1.2!important}
}
@media(prefers-reduced-motion:reduce){
  html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip::before{animation:none!important;background-position:50% 50%!important}
}

@keyframes trxLangPremiumIn{
  from{opacity:0;transform:translateY(-7px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
body.home-cockpit #hdr .lang-menu,
html.light body.home-cockpit #hdr .lang-menu,
html:not(.light) body.home-cockpit #hdr .lang-menu{
  top:46px!important;
  right:auto!important;
  left:auto!important;
  inset-inline-end:0!important;
  width:320px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:min(620px,calc(100dvh - 82px))!important;
  padding:10px!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  border:1px solid rgba(171,177,183,.52)!important;
  border-radius:18px!important;
  background:linear-gradient(155deg,rgba(24,28,33,.985),rgba(7,10,14,.992) 68%,rgba(14,17,21,.988))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(0,0,0,.52),0 24px 60px rgba(0,0,0,.42),0 4px 14px rgba(0,0,0,.25)!important;
  backdrop-filter:blur(22px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.08)!important;
  transform-origin:top right!important;
  animation:trxLangPremiumIn .22s cubic-bezier(.2,.72,.2,1) both!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(185,191,197,.42) transparent!important;
}
html[dir="rtl"] body.home-cockpit #hdr .lang-menu{transform-origin:top left!important}
html.light body.home-cockpit #hdr .lang-menu{
  border-color:rgba(112,119,126,.40)!important;
  background:linear-gradient(155deg,rgba(250,251,252,.992),rgba(228,231,234,.988) 74%,rgba(242,243,244,.992))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),inset 0 -1px 0 rgba(76,82,88,.12),0 24px 58px rgba(14,18,24,.25),0 4px 14px rgba(14,18,24,.13)!important;
  scrollbar-color:rgba(91,98,105,.42) transparent!important;
}
body.home-cockpit #hdr .lang-menu::-webkit-scrollbar{width:7px!important}
body.home-cockpit #hdr .lang-menu::-webkit-scrollbar-track{margin:12px 0!important;background:transparent!important}
body.home-cockpit #hdr .lang-menu::-webkit-scrollbar-thumb{
  border:2px solid transparent!important;
  border-radius:99px!important;
  background:rgba(185,191,197,.44)!important;
  background-clip:padding-box!important;
}
html.light body.home-cockpit #hdr .lang-menu::-webkit-scrollbar-thumb{background:rgba(91,98,105,.42)!important;background-clip:padding-box!important}
body.home-cockpit #hdr .lang-menu button,
html.light body.home-cockpit #hdr .lang-menu button,
html:not(.light) body.home-cockpit #hdr .lang-menu button{
  min-height:44px!important;
  padding:7px 9px!important;
  gap:12px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  color:#e8eaec!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background .20s ease,border-color .20s ease,box-shadow .20s ease,transform .20s ease!important;
}
html.light body.home-cockpit #hdr .lang-menu button{color:#171a1e!important}
body.home-cockpit #hdr .lang-menu button+button{margin-top:2px!important}
body.home-cockpit #hdr .lang-menu button:hover,
body.home-cockpit #hdr .lang-menu button:focus-visible,
html:not(.light) body.home-cockpit #hdr .lang-menu button:hover,
html:not(.light) body.home-cockpit #hdr .lang-menu button:focus-visible{
  color:#f7f8f9!important;
  background:linear-gradient(100deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;
  border-color:rgba(200,205,210,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
  transform:translateX(2px)!important;
  outline:0!important;
}
html.light body.home-cockpit #hdr .lang-menu button:hover,
html.light body.home-cockpit #hdr .lang-menu button:focus-visible{
  color:#111419!important;
  background:linear-gradient(100deg,rgba(61,67,73,.10),rgba(255,255,255,.48))!important;
  border-color:rgba(82,89,96,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.70)!important;
}
html[dir="rtl"] body.home-cockpit #hdr .lang-menu button:hover,
html[dir="rtl"] body.home-cockpit #hdr .lang-menu button:focus-visible{transform:translateX(-2px)!important}
body.home-cockpit #hdr .lang-menu button.active,
html.light body.home-cockpit #hdr .lang-menu button.active,
html:not(.light) body.home-cockpit #hdr .lang-menu button.active{
  color:#f8f8f8!important;
  background:linear-gradient(105deg,rgba(117,20,31,.42),rgba(72,13,21,.24) 58%,rgba(255,255,255,.045))!important;
  border-color:rgba(199,204,209,.46)!important;
  box-shadow:inset 3px 0 0 #a42a36,inset 0 1px 0 rgba(255,255,255,.09),0 8px 22px rgba(0,0,0,.20)!important;
  transform:none!important;
}
html.light body.home-cockpit #hdr .lang-menu button.active{
  color:#2a1115!important;
  background:linear-gradient(105deg,rgba(150,34,47,.20),rgba(255,255,255,.66) 62%,rgba(109,116,123,.08))!important;
  border-color:rgba(126,34,45,.34)!important;
  box-shadow:inset 3px 0 0 #8f1f2b,inset 0 1px 0 rgba(255,255,255,.82),0 8px 20px rgba(28,18,20,.11)!important;
}
html[dir="rtl"] body.home-cockpit #hdr .lang-menu button.active{box-shadow:inset -3px 0 0 #a42a36,inset 0 1px 0 rgba(255,255,255,.09),0 8px 22px rgba(0,0,0,.20)!important}
html[dir="rtl"].light body.home-cockpit #hdr .lang-menu button.active{box-shadow:inset -3px 0 0 #8f1f2b,inset 0 1px 0 rgba(255,255,255,.82),0 8px 20px rgba(28,18,20,.11)!important}
body.home-cockpit #hdr .lang-menu .lang-option{gap:12px!important}
body.home-cockpit #hdr .lang-menu .lang-option>span:last-child{
  color:inherit!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-size:13.5px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:-.012em!important;
  text-shadow:none!important;
}
body.home-cockpit #hdr .lang-menu .lang-flag{
  width:30px!important;
  height:20px!important;
  flex:0 0 30px!important;
  object-fit:cover!important;
  border:1px solid rgba(230,233,235,.62)!important;
  border-radius:4px!important;
  background:#171a1e!important;
  box-shadow:0 2px 7px rgba(0,0,0,.34)!important;
}
html.light body.home-cockpit #hdr .lang-menu .lang-flag{border-color:rgba(79,86,93,.28)!important;box-shadow:0 2px 6px rgba(12,16,20,.16)!important}
body.home-cockpit #hdr .lang-menu .tagx,
html.light body.home-cockpit #hdr .lang-menu .tagx,
html:not(.light) body.home-cockpit #hdr .lang-menu .tagx{
  min-width:32px!important;
  padding:3px 7px!important;
  border:1px solid rgba(177,183,189,.30)!important;
  border-radius:99px!important;
  color:#cfd3d6!important;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;
  font-family:"IBM Plex Mono",monospace!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:500!important;
  letter-spacing:.06em!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
html.light body.home-cockpit #hdr .lang-menu .tagx{
  color:#4d545b!important;
  border-color:rgba(84,91,98,.24)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(111,118,125,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.90)!important;
}
body.home-cockpit #hdr .lang-menu button.active .tagx,
html.light body.home-cockpit #hdr .lang-menu button.active .tagx,
html:not(.light) body.home-cockpit #hdr .lang-menu button.active .tagx{
  color:#f4f4f4!important;
  border-color:rgba(224,227,229,.38)!important;
  background:linear-gradient(145deg,rgba(143,31,44,.88),rgba(80,15,24,.88))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13)!important;
}
body.home-cockpit #hdr .lang.open .lang-trigger,
body.home-cockpit #hdr .lang-trigger[aria-expanded="true"],
html.light body.home-cockpit #hdr .lang.open .lang-trigger,
html:not(.light) body.home-cockpit #hdr .lang.open .lang-trigger{
  border-color:rgba(210,214,218,.86)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 0 0 2px rgba(151,157,163,.18),0 8px 20px rgba(0,0,0,.24)!important;
}
body.home-cockpit #hdr .lang.open .lang-trigger::after,
body.home-cockpit #hdr .lang-trigger[aria-expanded="true"]::after{border-color:#d9dcdf!important}
html.light body.home-cockpit #hdr .lang.open .lang-trigger::after,
html.light body.home-cockpit #hdr .lang-trigger[aria-expanded="true"]::after{border-color:#4f565d!important}
body.home-cockpit #hdr .lang-trigger:focus-visible,
html.light body.home-cockpit #hdr .lang-trigger:focus-visible,
html:not(.light) body.home-cockpit #hdr .lang-trigger:focus-visible{
  outline:2px solid rgba(190,196,201,.78)!important;
  outline-offset:2px!important;
}

@media(max-width:760px){
  body.home-cockpit #hdr .lang-menu,
  html.light body.home-cockpit #hdr .lang-menu,
  html:not(.light) body.home-cockpit #hdr .lang-menu{
    position:fixed!important;
    top:62px!important;
    right:auto!important;
    left:auto!important;
    inset-inline-end:10px!important;
    width:min(330px,calc(100vw - 20px))!important;
    max-height:calc(100dvh - 72px)!important;
    padding:8px!important;
    border-radius:16px!important;
  }
  body.home-cockpit #hdr .lang-menu button,
  html.light body.home-cockpit #hdr .lang-menu button,
  html:not(.light) body.home-cockpit #hdr .lang-menu button{min-height:43px!important;padding:6px 8px!important}
}
@media(prefers-reduced-motion:reduce){
  body.home-cockpit #hdr .lang-menu,
  html.light body.home-cockpit #hdr .lang-menu,
  html:not(.light) body.home-cockpit #hdr .lang-menu{animation:none!important}
}

@keyframes trxNavMetalHover240{
  0%{background-position:120% 50%}
  100%{background-position:-20% 50%}
}
body.home-cockpit #hdr .header-brand-signature .sig-copy,
html:not(.light) body.home-cockpit #hdr .header-brand-signature .sig-copy{
  color:#d5d9de!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-size:7.75px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.10em!important;
  text-shadow:0 1px 1px rgba(0,0,0,.88),0 0 4px rgba(255,255,255,.07)!important;
  -webkit-font-smoothing:antialiased!important;
}
html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{
  color:#303842!important;
  font-size:7.75px!important;
  font-weight:700!important;
  letter-spacing:.10em!important;
  text-shadow:0 1px 0 rgba(255,255,255,.96),0 0 .6px rgba(25,31,38,.44),0 2px 4px rgba(35,42,50,.12)!important;
}
body.home-cockpit #hdr .header-brand-signature .sig-dot,
html.light body.home-cockpit #hdr .header-brand-signature .sig-dot,
html:not(.light) body.home-cockpit #hdr .header-brand-signature .sig-dot{
  color:#a92130!important;
  text-shadow:0 0 3px rgba(169,33,48,.22)!important;
}
html.light body.home-cockpit #hdr .header-brand-signature .sig-line::after{
  background:linear-gradient(90deg,#46515d 0%,#75808b 52%,#aeb5bc 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.86),0 0 2px rgba(55,63,72,.14)!important;
}
body.home-cockpit #hdr nav.main>a,
body.home-cockpit #hdr .nav-trigger,
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger,
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:-.018em!important;
  font-feature-settings:"kern" 1!important;
  transition:color .24s ease,transform .24s ease,text-shadow .24s ease!important;
}
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger{
  color:#20252b!important;
  text-shadow:0 1px 0 rgba(255,255,255,.78)!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{
  color:#e0e3e6!important;
  text-shadow:0 1px 2px rgba(0,0,0,.70)!important;
}
body.home-cockpit #hdr nav.main>a:hover,
body.home-cockpit #hdr nav.main>a:focus-visible,
body.home-cockpit #hdr .nav-trigger:hover,
body.home-cockpit #hdr .nav-trigger:focus-visible,
body.home-cockpit #hdr .nav-drop.open .nav-trigger{
  transform:translateY(-1px)!important;
}
html.light body.home-cockpit #hdr nav.main>a:hover,
html.light body.home-cockpit #hdr nav.main>a:focus-visible,
html.light body.home-cockpit #hdr .nav-trigger:hover,
html.light body.home-cockpit #hdr .nav-trigger:focus-visible,
html.light body.home-cockpit #hdr .nav-drop.open .nav-trigger{
  color:#07090c!important;
  text-shadow:0 1px 0 #fff,0 4px 12px rgba(33,39,46,.13)!important;
}
html:not(.light) body.home-cockpit #hdr nav.main>a:hover,
html:not(.light) body.home-cockpit #hdr nav.main>a:focus-visible,
html:not(.light) body.home-cockpit #hdr .nav-trigger:hover,
html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible,
html:not(.light) body.home-cockpit #hdr .nav-drop.open .nav-trigger{
  color:#fff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.76),0 0 10px rgba(223,226,229,.12)!important;
}
body.home-cockpit #hdr nav.main>a.active,
body.home-cockpit #hdr .nav-trigger.active,
html.light body.home-cockpit #hdr nav.main>a.active,
html.light body.home-cockpit #hdr .nav-trigger.active,
html:not(.light) body.home-cockpit #hdr nav.main>a.active,
html:not(.light) body.home-cockpit #hdr .nav-trigger.active{
  font-weight:700!important;
}
body.home-cockpit #hdr nav.main>a::after,
body.home-cockpit #hdr .nav-trigger::after,
html.light body.home-cockpit #hdr nav.main>a::after,
html.light body.home-cockpit #hdr .nav-trigger::after,
html:not(.light) body.home-cockpit #hdr nav.main>a::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger::after{
  left:8%!important;
  right:8%!important;
  bottom:15px!important;
  height:2px!important;
  border-radius:99px!important;
  background:linear-gradient(90deg,transparent 0%,#5d6369 12%,#aeb3b7 31%,#f0f1f2 48%,#858b91 66%,#cfd2d4 84%,transparent 100%)!important;
  background-size:240% 100%!important;
  background-position:50% 50%!important;
  box-shadow:0 1px 1px rgba(20,23,27,.38),0 0 5px rgba(225,228,230,.16)!important;
  opacity:0!important;
  transform:scaleX(0)!important;
  transform-origin:left center!important;
  transition:transform .40s cubic-bezier(.2,.72,.2,1),opacity .20s ease!important;
  animation:none!important;
}
html[dir="rtl"] body.home-cockpit #hdr nav.main>a::after,
html[dir="rtl"] body.home-cockpit #hdr .nav-trigger::after{transform-origin:right center!important}
body.home-cockpit #hdr nav.main>a.active::after,
body.home-cockpit #hdr .nav-trigger.active::after,
html.light body.home-cockpit #hdr nav.main>a.active::after,
html.light body.home-cockpit #hdr .nav-trigger.active::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger.active::after{
  opacity:.78!important;
  transform:scaleX(.84)!important;
  animation:none!important;
}
body.home-cockpit #hdr nav.main>a:hover::after,
body.home-cockpit #hdr nav.main>a:focus-visible::after,
body.home-cockpit #hdr .nav-trigger:hover::after,
body.home-cockpit #hdr .nav-trigger:focus-visible::after,
body.home-cockpit #hdr .nav-drop.open .nav-trigger::after,
html.light body.home-cockpit #hdr nav.main>a:hover::after,
html.light body.home-cockpit #hdr nav.main>a:focus-visible::after,
html.light body.home-cockpit #hdr .nav-trigger:hover::after,
html.light body.home-cockpit #hdr .nav-trigger:focus-visible::after,
html.light body.home-cockpit #hdr .nav-drop.open .nav-trigger::after,
html:not(.light) body.home-cockpit #hdr nav.main>a:hover::after,
html:not(.light) body.home-cockpit #hdr nav.main>a:focus-visible::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger:hover::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible::after,
html:not(.light) body.home-cockpit #hdr .nav-drop.open .nav-trigger::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  animation:trxNavMetalHover240 1.05s cubic-bezier(.2,.72,.2,1) both!important;
}
body.home-cockpit #hdr .nav-trigger svg{
  opacity:.54!important;
  color:currentColor!important;
  transition:opacity .22s ease,transform .22s ease!important;
}
body.home-cockpit #hdr .nav-trigger:hover svg,
body.home-cockpit #hdr .nav-trigger:focus-visible svg,
body.home-cockpit #hdr .nav-drop.open .nav-trigger svg{opacity:.92!important}

@media(min-width:1201px){
  body.home-cockpit #hdr .main{gap:clamp(13px,1.25vw,21px)!important}
  body.home-cockpit #hdr.header-nav-tight .main{gap:11px!important}
  body.home-cockpit #hdr.header-nav-tight .main>a,
  body.home-cockpit #hdr.header-nav-tight .nav-trigger{
    font-size:12px!important;
    font-weight:600!important;
    letter-spacing:-.022em!important;
  }
}
@media(max-width:1200px){
  body.home-cockpit #hdr .header-brand-signature .sig-copy,
  html.light body.home-cockpit #hdr .header-brand-signature .sig-copy,
  html:not(.light) body.home-cockpit #hdr .header-brand-signature .sig-copy{font-size:5.1px!important;letter-spacing:.105em!important}
}
@media(prefers-reduced-motion:reduce){
  body.home-cockpit #hdr nav.main>a:hover::after,
  body.home-cockpit #hdr nav.main>a:focus-visible::after,
  body.home-cockpit #hdr .nav-trigger:hover::after,
  body.home-cockpit #hdr .nav-trigger:focus-visible::after,
  body.home-cockpit #hdr .nav-drop.open .nav-trigger::after{animation:none!important;background-position:50% 50%!important}
}

html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{
  color:#151c24!important;
  font-size:8.4px!important;
  font-weight:700!important;
  letter-spacing:.045em!important;
  text-shadow:0 1px 0 rgba(255,255,255,.98),0 0 .4px rgba(5,10,16,.88),0 1.5px 2px rgba(13,20,28,.16)!important;
  -webkit-text-stroke:.12px rgba(7,12,18,.34);
}
@media(max-width:1200px){
  html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{
    font-size:5.5px!important;
    letter-spacing:.055em!important;
  }
}
@media(max-width:900px){
  html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{font-size:5.05px!important}
}
@media(max-width:600px){
  html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{font-size:4.7px!important;letter-spacing:.045em!important}
}
@media(max-width:360px){
  html.light body.home-cockpit #hdr .header-brand-signature .sig-copy{font-size:4.4px!important;letter-spacing:.035em!important}
}

body.home-cockpit #themeBtn,
html.light body.home-cockpit #themeBtn,
html:not(.light) body.home-cockpit #themeBtn{
  direction:ltr!important;
  position:relative!important;
  display:block!important;
  width:70px!important;
  min-width:70px!important;
  height:32px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  color:#171c22!important;
  background:linear-gradient(180deg,#2b3138 0%,#151a20 54%,#0c1014 100%) padding-box,linear-gradient(112deg,#555d65 0%,#d9dcde 40%,#70777e 68%,#30363c 100%) border-box!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(0,0,0,.72),0 4px 11px rgba(5,8,12,.24)!important;
  transform:none!important;
  isolation:isolate!important;
  transition:filter .24s ease,box-shadow .24s ease!important;
}
body.home-cockpit #themeBtn::after,
html.light body.home-cockpit #themeBtn::after,
html:not(.light) body.home-cockpit #themeBtn::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:2px!important;
  border:1px solid rgba(255,255,255,.045)!important;
  border-radius:999px!important;
  background:linear-gradient(112deg,rgba(255,255,255,.075),transparent 34%,rgba(255,255,255,.018) 72%,transparent)!important;
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.42)!important;
  pointer-events:none!important;
  z-index:0!important;
}
body.home-cockpit #themeBtn::before,
html.light body.home-cockpit #themeBtn::before,
html:not(.light) body.home-cockpit #themeBtn::before{
  content:""!important;
  position:absolute!important;
  inset:4px auto 4px 4px!important;
  width:24px!important;
  height:24px!important;
  box-sizing:border-box!important;
  border:1px solid rgba(255,255,255,.76)!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 34% 28%,#fff 0%,#eef0f1 19%,#c2c7cb 49%,#7c848b 77%,#51585f 100%)!important;
  box-shadow:0 2px 5px rgba(0,0,0,.48),0 0 0 1px rgba(5,9,13,.38),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 1px rgba(20,26,32,.44)!important;
  transform:translateX(38px)!important;
  transition:transform .46s cubic-bezier(.2,.78,.2,1),box-shadow .24s ease,background .24s ease!important;
  z-index:1!important;
}
html.light body.home-cockpit #themeBtn::before{
  background:radial-gradient(circle at 34% 28%,#fffef9 0%,#eeeadd 20%,#c8c2b3 51%,#888b8d 79%,#555b60 100%)!important;
  box-shadow:0 2px 5px rgba(0,0,0,.40),0 0 0 1px rgba(30,29,25,.34),0 0 8px rgba(194,165,98,.10),inset 0 1px 0 #fff!important;
  transform:translateX(0)!important;
}
body.home-cockpit #themeBtn .ic-sun,
body.home-cockpit #themeBtn .ic-moon,
html.light body.home-cockpit #themeBtn .ic-sun,
html.light body.home-cockpit #themeBtn .ic-moon,
html:not(.light) body.home-cockpit #themeBtn .ic-sun,
html:not(.light) body.home-cockpit #themeBtn .ic-moon{
  display:block!important;
  visibility:visible!important;
  position:absolute!important;
  top:50%!important;
  width:13px!important;
  height:13px!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  z-index:2!important;
  transition:color .28s ease,opacity .28s ease,filter .28s ease!important;
}
body.home-cockpit #themeBtn .ic-sun,
html:not(.light) body.home-cockpit #themeBtn .ic-sun{
  left:9.5px!important;
  color:rgba(206,180,116,.60)!important;
  opacity:.62!important;
  filter:none!important;
}
body.home-cockpit #themeBtn .ic-moon,
html:not(.light) body.home-cockpit #themeBtn .ic-moon{
  right:9.5px!important;
  color:#171c22!important;
  opacity:1!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22))!important;
}
html.light body.home-cockpit #themeBtn .ic-sun{
  left:9.5px!important;
  color:#4a402d!important;
  opacity:1!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.42))!important;
}
html.light body.home-cockpit #themeBtn .ic-moon{
  right:9.5px!important;
  color:rgba(210,216,221,.74)!important;
  opacity:.68!important;
  filter:none!important;
}
body.home-cockpit #themeBtn:hover,
html.light body.home-cockpit #themeBtn:hover,
html:not(.light) body.home-cockpit #themeBtn:hover{
  filter:brightness(1.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(0,0,0,.72),0 6px 15px rgba(5,8,12,.30)!important;
}
body.home-cockpit #themeBtn:hover::before,
html.light body.home-cockpit #themeBtn:hover::before,
html:not(.light) body.home-cockpit #themeBtn:hover::before{
  box-shadow:0 3px 7px rgba(0,0,0,.48),0 0 0 1px rgba(5,9,13,.42),0 0 8px rgba(211,216,220,.10),inset 0 1px 0 #fff!important;
}
body.home-cockpit #themeBtn:focus-visible,
html.light body.home-cockpit #themeBtn:focus-visible,
html:not(.light) body.home-cockpit #themeBtn:focus-visible{
  outline:2px solid rgba(177,184,190,.78)!important;
  outline-offset:3px!important;
}
body.home-cockpit #themeBtn:active::before,
html:not(.light) body.home-cockpit #themeBtn:active::before{transform:translateX(38px) scale(.94)!important}
html.light body.home-cockpit #themeBtn:active::before{transform:translateX(0) scale(.94)!important}

@media(max-width:1200px) and (min-width:761px){
  body.home-cockpit #themeBtn,
  html.light body.home-cockpit #themeBtn,
  html:not(.light) body.home-cockpit #themeBtn{width:66px!important;min-width:66px!important}
  body.home-cockpit #themeBtn::before,
  html:not(.light) body.home-cockpit #themeBtn::before{transform:translateX(34px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit #themeBtn:active::before,
  html:not(.light) body.home-cockpit #themeBtn:active::before{transform:translateX(34px) scale(.94)!important}
}
@media(max-width:760px){
  body.home-cockpit #themeBtn,
  html.light body.home-cockpit #themeBtn,
  html:not(.light) body.home-cockpit #themeBtn{width:58px!important;min-width:58px!important;height:32px!important}
  body.home-cockpit #themeBtn::before,
  html.light body.home-cockpit #themeBtn::before,
  html:not(.light) body.home-cockpit #themeBtn::before{inset:5px auto 5px 4px!important;width:22px!important;height:22px!important}
  body.home-cockpit #themeBtn::before,
  html:not(.light) body.home-cockpit #themeBtn::before{transform:translateX(28px)!important}
  html.light body.home-cockpit #themeBtn::before{transform:translateX(0)!important}
  body.home-cockpit #themeBtn .ic-sun,
  body.home-cockpit #themeBtn .ic-moon,
  html.light body.home-cockpit #themeBtn .ic-sun,
  html.light body.home-cockpit #themeBtn .ic-moon,
  html:not(.light) body.home-cockpit #themeBtn .ic-sun,
  html:not(.light) body.home-cockpit #themeBtn .ic-moon{width:12px!important;height:12px!important}
  body.home-cockpit #themeBtn .ic-sun,
  html.light body.home-cockpit #themeBtn .ic-sun,
  html:not(.light) body.home-cockpit #themeBtn .ic-sun{left:9px!important}
  body.home-cockpit #themeBtn .ic-moon,
  html.light body.home-cockpit #themeBtn .ic-moon,
  html:not(.light) body.home-cockpit #themeBtn .ic-moon{right:9px!important}
  body.home-cockpit #themeBtn:active::before,
  html:not(.light) body.home-cockpit #themeBtn:active::before{transform:translateX(28px) scale(.94)!important}
}
@media(prefers-reduced-motion:reduce){
  body.home-cockpit #themeBtn,
  body.home-cockpit #themeBtn::before,
  body.home-cockpit #themeBtn .ic-sun,
  body.home-cockpit #themeBtn .ic-moon{transition:none!important}
}

body.home-cockpit .hero .eyebrow i,
html.light body.home-cockpit .hero .eyebrow i{display:none!important}
body.home-cockpit .hero .eyebrow::before,
html.light body.home-cockpit .hero .eyebrow::before{content:none!important;display:none!important}
body.home-cockpit .hero .eyebrow,
html.light body.home-cockpit .hero .eyebrow{gap:0!important}
body.home-cockpit .hero .hero-inner::before,
body.home-cockpit .hero .hero-inner::after,
html.light body.home-cockpit .hero .hero-inner::before,
html.light body.home-cockpit .hero .hero-inner::after{content:none!important;display:none!important}

body.home-cockpit #hdr nav.main>a,
body.home-cockpit #hdr .nav-trigger,
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger,
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{
  font-weight:700!important;
  text-shadow:none!important;
  -webkit-text-stroke:0!important;
}
html.light body.home-cockpit #hdr nav.main>a,
html.light body.home-cockpit #hdr .nav-trigger{color:#171a1e!important}
html:not(.light) body.home-cockpit #hdr nav.main>a,
html:not(.light) body.home-cockpit #hdr .nav-trigger{color:#e7e9ec!important}
body.home-cockpit #hdr nav.main>a.active::after,
body.home-cockpit #hdr .nav-trigger.active::after,
html.light body.home-cockpit #hdr nav.main>a.active::after,
html.light body.home-cockpit #hdr .nav-trigger.active::after,
html:not(.light) body.home-cockpit #hdr nav.main>a.active::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger.active::after{
  opacity:0!important;
  transform:scaleX(0)!important;
  animation:none!important;
}
body.home-cockpit #hdr nav.main>a:hover,
body.home-cockpit #hdr nav.main>a:focus-visible,
body.home-cockpit #hdr .nav-trigger:hover,
body.home-cockpit #hdr .nav-trigger:focus-visible,
body.home-cockpit #hdr .nav-drop.open .nav-trigger{transform:translateY(0)!important;text-shadow:none!important}
body.home-cockpit #hdr nav.main>a::after,
body.home-cockpit #hdr .nav-trigger::after,
html.light body.home-cockpit #hdr nav.main>a::after,
html.light body.home-cockpit #hdr .nav-trigger::after,
html:not(.light) body.home-cockpit #hdr nav.main>a::after,
html:not(.light) body.home-cockpit #hdr .nav-trigger::after{
  bottom:21px!important;
  height:3px!important;
  background:linear-gradient(90deg,transparent 0%,#4b5157 14%,#9fa5aa 34%,#d9dcde 50%,#8b9297 67%,#454b51 86%,transparent 100%)!important;
  box-shadow:0 1px 1px rgba(12,15,18,.32)!important;
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:174px!important;
  padding:14px 14px 15px!important;
  gap:6px!important;
  border-color:rgba(211,220,225,.42)!important;
  background:linear-gradient(145deg,rgba(34,47,55,.50),rgba(12,22,29,.34) 58%,rgba(4,11,16,.43))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(3,8,12,.30),0 16px 34px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(22px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.14)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;flex-basis:54px!important;
  margin:0 auto 2px!important;
  padding:7px!important;
  border:1px solid rgba(216,225,230,.38)!important;
  border-radius:16px!important;
  background-color:rgba(237,243,245,.055)!important;
  background-size:38px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),inset 0 -1px 0 rgba(1,7,11,.26),0 7px 16px rgba(0,0,0,.18)!important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.34))!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-weight:750!important;text-shadow:none!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  display:block!important;visibility:visible!important;
  max-width:205px!important;margin:1px auto 0!important;
  color:rgba(224,232,235,.88)!important;-webkit-text-fill-color:rgba(224,232,235,.88)!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:9.4px!important;line-height:1.34!important;font-weight:500!important;
  text-shadow:none!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  border-color:rgba(54,73,85,.36)!important;
  background:linear-gradient(145deg,rgba(241,246,248,.50),rgba(210,221,227,.30) 58%,rgba(189,204,213,.36))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(65,84,96,.12),0 16px 34px rgba(23,42,55,.14)!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{border-color:rgba(62,83,96,.30)!important;background-color:rgba(255,255,255,.35)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(52,76,91,.10),0 7px 16px rgba(23,42,55,.10)!important}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{color:rgba(32,52,65,.80)!important;-webkit-text-fill-color:rgba(32,52,65,.80)!important}
@media(max-width:1200px){
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:154px!important;padding:11px 10px 12px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:8.5px!important;line-height:1.28!important}
}
@media(max-width:760px){
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:146px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;flex-basis:46px!important;background-size:32px!important;border-radius:14px!important}
}

body.home-cockpit .hero>.home-benefits-cockpit,
html.light body.home-cockpit .hero>.home-benefits-cockpit{width:min(calc(100% - 92px),1320px)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchips,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchips{gap:11px!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  min-height:148px!important;
  padding:10px 11px 12px!important;
  gap:5px!important;
  border-color:rgba(207,218,223,.38)!important;
  background:linear-gradient(145deg,rgba(35,48,55,.36),rgba(10,20,26,.25) 58%,rgba(2,9,13,.32))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(2,7,10,.28),0 13px 28px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(22px) saturate(1.10)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.10)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;flex-basis:46px!important;
  padding:6px!important;border-radius:14px!important;
  border-color:rgba(216,226,230,.34)!important;
  background-color:rgba(5,14,19,.18)!important;
  background-size:32px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,4,7,.24),0 6px 13px rgba(0,0,0,.16)!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#f2f5f6!important;-webkit-text-fill-color:#f2f5f6!important;font-size:11.7px!important;line-height:1.16!important;text-shadow:0 1px 5px rgba(0,0,0,.72)!important}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{max-width:188px!important;color:rgba(239,245,246,.94)!important;-webkit-text-fill-color:rgba(239,245,246,.94)!important;font-size:8.8px!important;line-height:1.31!important;font-weight:550!important;text-shadow:0 1px 5px rgba(0,0,0,.86)!important}
@media(min-width:1201px){
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{bottom:74px!important}
}
@media(max-width:1200px){
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{width:min(calc(100% - 46px),900px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:142px!important}
}
@media(max-width:760px){
  body.home-cockpit .hero>.home-benefits-cockpit,
  html.light body.home-cockpit .hero>.home-benefits-cockpit{width:calc(100% - 20px)!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{min-height:136px!important;padding:9px 8px 10px!important}
  body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{font-size:7.8px!important;line-height:1.24!important}
}

html body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:hover::after,
html body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus::after,
html body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus-visible::after,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:hover::after,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus::after,
html.light body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus-visible::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:hover::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus::after,
html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a.nav-home-link.active:focus-visible::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  animation:trxHomeMetalSweep 2.4s ease-in-out infinite alternate!important;
}

html.light body.home-cockpit #hdr .header-brand>img{
  filter:contrast(1.24) brightness(.84) saturate(.92)
    drop-shadow(0 1px 0 rgba(255,255,255,.60))
    drop-shadow(0 2px 2px rgba(18,29,39,.58))
    drop-shadow(0 6px 11px rgba(18,29,39,.24))!important;
}

html.light body.home-cockpit #hdr .header-brand{position:relative!important}
html.light body.home-cockpit #hdr .header-brand>img{clip-path:inset(0 0 14px 0)!important}
html.light body.home-cockpit #hdr .header-brand::after{
  content:"ONE CONTACT. FULL CONTROL.";
  position:absolute!important;
  left:50%!important;
  top:52px!important;
  bottom:auto!important;
  z-index:2!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  color:#34404b!important;
  font-family:"Manrope",sans-serif!important;
  font-size:8.8px!important;
  font-weight:650!important;
  letter-spacing:.23em!important;
  line-height:1!important;
  text-shadow:none!important;
}
html.light body.home-cockpit #hdr{
  border-bottom:0!important;
  box-shadow:none!important;
}

html.light body.home-cockpit #hdr .header-brand>img{
  content:normal!important;
  clip-path:none!important;
  filter:contrast(1.36) brightness(.74) saturate(.90)
    drop-shadow(0 2px 2px rgba(18,29,39,.46))
    drop-shadow(0 5px 10px rgba(18,29,39,.18))!important;
}
html.light body.home-cockpit #hdr .header-brand::after{content:none!important}

body.home-cockpit #hdr .lang.open .lang-menu{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:4px!important;
  width:min(438px,calc(100vw - 16px))!important;
  min-width:0!important;
  max-height:none!important;
  overflow:hidden!important;
  padding:8px!important;
  border:1px solid rgba(190,199,204,.34)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(31,37,42,.98),rgba(10,14,17,.99))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.38)!important;
  backdrop-filter:blur(18px) saturate(.88)!important;
  -webkit-backdrop-filter:blur(18px) saturate(.88)!important;
}
body.home-cockpit #hdr .lang-menu::-webkit-scrollbar{display:none!important}
body.home-cockpit #hdr .lang-menu button,
body.home-cockpit #hdr .lang-menu button+button{
  min-height:34px!important;
  margin:0!important;
  padding:4px 6px!important;
  gap:5px!important;
  border:1px solid rgba(191,200,205,.16)!important;
  border-radius:8px!important;
  background:linear-gradient(105deg,rgba(255,255,255,.05),rgba(255,255,255,.012))!important;
  color:#e1e5e7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 3px 8px rgba(0,0,0,.10)!important;
  transform:none!important;
}
body.home-cockpit #hdr .lang-menu button:hover,
body.home-cockpit #hdr .lang-menu button:focus-visible{
  border-color:rgba(218,224,227,.42)!important;
  background:linear-gradient(105deg,rgba(255,255,255,.10),rgba(255,255,255,.03))!important;
  transform:none!important;
}
body.home-cockpit #hdr .lang-menu button.active{
  border-color:rgba(211,218,222,.54)!important;
  background:linear-gradient(105deg,rgba(194,203,208,.18),rgba(255,255,255,.045))!important;
  box-shadow:inset 2px 0 0 #9ea8ae,inset 0 1px 0 rgba(255,255,255,.12),0 4px 10px rgba(0,0,0,.14)!important;
}
body.home-cockpit #hdr .lang-option{gap:7px!important;min-width:0!important}
body.home-cockpit #hdr .lang-option>span:last-child{font-size:11.1px!important;font-weight:700!important;letter-spacing:0!important}
body.home-cockpit #hdr .lang-flag{width:24px!important;height:16px!important;flex-basis:24px!important;border-radius:3px!important;border-color:rgba(213,220,224,.32)!important;box-shadow:0 2px 5px rgba(0,0,0,.28)!important}
body.home-cockpit #hdr .lang-menu .tagx{min-width:24px!important;padding:3px 4px!important;border-color:rgba(195,204,209,.25)!important;border-radius:99px!important;background:rgba(184,194,199,.10)!important;color:#cfd6da!important;font-size:7px!important;letter-spacing:.06em!important}
body.home-cockpit #hdr .lang-menu button.active .tagx{border-color:rgba(220,226,230,.38)!important;background:rgba(205,213,217,.20)!important;color:#f2f4f5!important}
html.light body.home-cockpit #hdr .lang.open .lang-menu{
  border-color:rgba(72,84,92,.28)!important;
  background:linear-gradient(145deg,rgba(224,229,231,.98),rgba(181,190,195,.97))!important;
  box-shadow:0 18px 38px rgba(33,44,50,.18),inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(71,82,90,.14)!important;
}
html.light body.home-cockpit #hdr .lang-menu button,
html.light body.home-cockpit #hdr .lang-menu button+button{border-color:rgba(70,82,90,.17)!important;background:linear-gradient(105deg,rgba(255,255,255,.52),rgba(219,225,227,.26))!important;color:#283238!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.68),0 2px 6px rgba(35,46,52,.07)!important}
html.light body.home-cockpit #hdr .lang-menu button:hover,
html.light body.home-cockpit #hdr .lang-menu button:focus-visible{border-color:rgba(63,75,82,.34)!important;background:linear-gradient(105deg,rgba(255,255,255,.74),rgba(205,213,216,.38))!important}
html.light body.home-cockpit #hdr .lang-menu button.active{border-color:rgba(62,74,81,.43)!important;background:linear-gradient(105deg,rgba(255,255,255,.72),rgba(186,196,201,.38))!important;box-shadow:inset 2px 0 0 #66737b,inset 0 1px 0 rgba(255,255,255,.78),0 3px 8px rgba(35,46,52,.10)!important}
html.light body.home-cockpit #hdr .lang-flag{border-color:rgba(60,72,80,.24)!important;box-shadow:0 2px 5px rgba(35,46,52,.12)!important}
html.light body.home-cockpit #hdr .lang-menu .tagx{border-color:rgba(64,76,84,.22)!important;background:rgba(255,255,255,.34)!important;color:#58636a!important}
html.light body.home-cockpit #hdr .lang-menu button.active .tagx{border-color:rgba(61,73,80,.34)!important;background:rgba(255,255,255,.58)!important;color:#313b40!important}
@media(max-height:640px){
  body.home-cockpit #hdr .lang.open .lang-menu{gap:3px!important;padding:6px!important}
  body.home-cockpit #hdr .lang-menu button,body.home-cockpit #hdr .lang-menu button+button{min-height:30px!important;padding:3px 5px!important}
  body.home-cockpit #hdr .lang-option>span:last-child{font-size:10px!important}
  body.home-cockpit #hdr .lang-flag{width:21px!important;height:14px!important;flex-basis:21px!important}
}
@media(max-width:900px){html.light body.home-cockpit #hdr .header-brand::after{font-size:6.15px!important;letter-spacing:.13em!important;top:46px!important}}
@media(max-width:600px){html.light body.home-cockpit #hdr .header-brand>img{clip-path:inset(0 0 10px 0)!important}html.light body.home-cockpit #hdr .header-brand::after{font-size:4.7px!important;letter-spacing:.11em!important;top:31px!important}}

body.home-cockpit .hero-logo-marquee{
  height:82px!important;
  background:linear-gradient(180deg,#11161a 0%,#050708 48%,#020304 100%)!important;
  border-top-color:rgba(213,222,225,.14)!important;
  border-bottom-color:rgba(0,0,0,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),inset 0 -1px 0 rgba(255,255,255,.025),0 10px 28px rgba(0,0,0,.22)!important;
}
body.home-cockpit .hero-logo-marquee::before{background:linear-gradient(90deg,#050708 12%,rgba(5,7,8,.91) 42%,transparent)!important}
body.home-cockpit .hero-logo-marquee::after{background:linear-gradient(270deg,#050708 12%,rgba(5,7,8,.91) 42%,transparent)!important}
body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:18px!important;padding-inline:20px!important}
body.home-cockpit .hero-logo-item{
  flex-basis:132px!important;min-width:132px!important;height:62px!important;
  overflow:hidden!important;border:1px solid rgba(199,210,214,.16)!important;border-radius:9px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.008) 48%,rgba(0,0,0,.22))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.075),inset 0 -1px 0 rgba(0,0,0,.66),0 7px 16px rgba(0,0,0,.20)!important;
}
body.home-cockpit .hero-logo-item::before{
  width:116px!important;height:46px!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.20)) drop-shadow(0 3px 4px rgba(0,0,0,.72))!important;
}
body.home-cockpit .hero-logo-item:hover{transform:translateY(-1px)!important;border-color:rgba(218,226,228,.34)!important}
body.home-cockpit .hero-logo-item:hover::before{transform:scale(1.035)!important;filter:drop-shadow(0 1px 0 rgba(255,255,255,.28)) drop-shadow(0 4px 7px rgba(0,0,0,.78))!important}
html.light body.home-cockpit .hero-logo-marquee{
  background:linear-gradient(180deg,#eef1f2 0%,#c9d0d3 100%)!important;
  border-top-color:rgba(73,86,93,.24)!important;border-bottom-color:rgba(73,86,93,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(65,77,84,.13),0 8px 20px rgba(22,32,38,.10)!important;
}
html.light body.home-cockpit .hero-logo-marquee::before{background:linear-gradient(90deg,#e7ecee 12%,rgba(231,236,238,.92) 42%,transparent)!important}
html.light body.home-cockpit .hero-logo-marquee::after{background:linear-gradient(270deg,#e7ecee 12%,rgba(231,236,238,.92) 42%,transparent)!important}
html.light body.home-cockpit .hero-logo-item{border-color:rgba(72,85,92,.20)!important;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(224,230,232,.42) 52%,rgba(166,177,182,.18))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(63,75,82,.13),0 5px 12px rgba(41,53,60,.10)!important}
html.light body.home-cockpit .hero-logo-item::before{filter:drop-shadow(0 1px 0 rgba(255,255,255,.78)) drop-shadow(0 2px 3px rgba(44,57,64,.22))!important}
@media(max-width:980px){body.home-cockpit .hero-logo-marquee{height:72px!important}body.home-cockpit .hero-logo-item{flex-basis:116px!important;min-width:116px!important;height:54px!important}body.home-cockpit .hero-logo-item::before{width:102px!important;height:39px!important}}
@media(max-width:620px){body.home-cockpit .hero-logo-marquee{height:64px!important}body.home-cockpit .hero-logo-vp>.v184-rail-track{gap:12px!important;padding-inline:12px!important}body.home-cockpit .hero-logo-item{flex-basis:100px!important;min-width:100px!important;height:48px!important;border-radius:7px!important}body.home-cockpit .hero-logo-item::before{width:88px!important;height:34px!important}}

body.home-cockpit .qform-advanced summary{cursor:default!important}
body.home-cockpit .qform-advanced .qform-advanced-icon{cursor:pointer!important}
body.home-cockpit .qform-advanced .qform-advanced-icon:focus-visible{outline:2px solid rgba(151,170,181,.82);outline-offset:3px}

html[lang="en"] body.home-cockpit .hero h1,
html[lang="tr"] body.home-cockpit .hero h1,
html[lang="de"] body.home-cockpit .hero h1,
html[lang="it"] body.home-cockpit .hero h1,
html[lang="fr"] body.home-cockpit .hero h1,
html[lang="es"] body.home-cockpit .hero h1,
html[lang="ro"] body.home-cockpit .hero h1,
html[lang="nl"] body.home-cockpit .hero h1,
html[lang="pl"] body.home-cockpit .hero h1,
html[lang="sr"] body.home-cockpit .hero h1,
html[lang="hu"] body.home-cockpit .hero h1,
html[lang="pt"] body.home-cockpit .hero h1,
html[lang="sq"] body.home-cockpit .hero h1,
html[lang="bs"] body.home-cockpit .hero h1,
html[lang="hr"] body.home-cockpit .hero h1{
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-weight:700!important;font-size:clamp(46px,4.65vw,72px)!important;
  line-height:1.06!important;letter-spacing:-.052em!important;
  background:linear-gradient(180deg,#ffffff 0%,#cfd4d7 36%,#747c82 56%,#f0f2f3 74%,#9fa7ac 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;
  -webkit-text-stroke:.45px rgba(31,37,42,.88)!important;
  text-shadow:0 1px 0 rgba(255,255,255,.38),0 3px 0 rgba(51,58,64,.58),0 9px 22px rgba(0,0,0,.56)!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.10))!important;
}
@media(max-width:760px){
  html[lang="en"] body.home-cockpit .hero h1,html[lang="tr"] body.home-cockpit .hero h1,html[lang="de"] body.home-cockpit .hero h1,html[lang="it"] body.home-cockpit .hero h1,html[lang="fr"] body.home-cockpit .hero h1,html[lang="es"] body.home-cockpit .hero h1,html[lang="ro"] body.home-cockpit .hero h1,html[lang="nl"] body.home-cockpit .hero h1,html[lang="pl"] body.home-cockpit .hero h1,html[lang="sr"] body.home-cockpit .hero h1,html[lang="hu"] body.home-cockpit .hero h1,html[lang="pt"] body.home-cockpit .hero h1,html[lang="sq"] body.home-cockpit .hero h1,html[lang="bs"] body.home-cockpit .hero h1,html[lang="hr"] body.home-cockpit .hero h1{font-size:clamp(36px,10.7vw,48px)!important;line-height:1.08!important;letter-spacing:-.047em!important}
}

@keyframes trxCtaHalo{0%,100%{opacity:.46;transform:scale(.95)}50%{opacity:.78;transform:scale(1.05)}}
@keyframes trxCtaSweep{0%{transform:translateX(-145%) skewX(-20deg)}58%,100%{transform:translateX(245%) skewX(-20deg)}}
@media(min-width:761px){
  body.home-cockpit .hero .hero-inner,html.light body.home-cockpit .hero .hero-inner{
    position:relative!important;max-width:760px!important;margin-left:clamp(38px,7.2vw,132px)!important;margin-right:auto!important;
    padding-left:64px!important;background:none!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;
  }
  body.home-cockpit .hero .hero-inner::before,html.light body.home-cockpit .hero .hero-inner::before{
    content:""!important;display:block!important;position:absolute!important;left:22px!important;top:8%!important;bottom:6%!important;width:2px!important;
    background:linear-gradient(180deg,transparent,#778087 9%,#e0e3e4 46%,#707980 86%,transparent)!important;
    box-shadow:1px 0 1px rgba(255,255,255,.34),5px 0 18px rgba(0,0,0,.26)!important;opacity:.86!important;
  }
  body.home-cockpit .hero .eyebrow::after,html.light body.home-cockpit .hero .eyebrow::after{
    content:""!important;display:block!important;flex:0 0 clamp(88px,13vw,168px)!important;height:1px!important;margin-inline-start:10px!important;
    background:linear-gradient(90deg,#d4d9db,#737b82 70%,transparent)!important;box-shadow:0 1px 0 rgba(0,0,0,.45)!important;
  }
}
body.home-cockpit .hero .btn-red,html.light body.home-cockpit .hero .btn-red{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  border-color:rgba(230,234,236,.78)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),inset 0 -1px 0 rgba(44,4,8,.66),0 9px 22px rgba(50,4,10,.40),0 0 0 1px rgba(191,201,205,.13)!important;
}
body.home-cockpit .hero .btn-red::before,html.light body.home-cockpit .hero .btn-red::before{
  content:""!important;position:absolute!important;z-index:-1!important;inset:-12px!important;border-radius:inherit!important;
  background:radial-gradient(ellipse at 50% 52%,rgba(222,33,47,.62),rgba(175,10,22,.30) 42%,transparent 73%)!important;
  filter:blur(9px)!important;animation:trxCtaHalo 3.6s ease-in-out infinite!important;pointer-events:none!important;
}
body.home-cockpit .hero .btn-red::after,html.light body.home-cockpit .hero .btn-red::after{
  content:""!important;position:absolute!important;z-index:-0!important;top:-30%!important;bottom:-30%!important;width:26%!important;left:0!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.54),transparent)!important;opacity:.62!important;animation:trxCtaSweep 5.2s ease-in-out infinite!important;pointer-events:none!important;
}
body.home-cockpit .hero .btn-red:hover,html.light body.home-cockpit .hero .btn-red:hover{transform:translateY(-2px)!important;border-color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(44,4,8,.60),0 14px 30px rgba(165,11,23,.46),0 0 24px rgba(220,32,47,.34)!important}
@media(prefers-reduced-motion:reduce){body.home-cockpit .hero .btn-red::before,body.home-cockpit .hero .btn-red::after{animation:none!important}}

body.home-cockpit section#top.hero .ctas>a.btn-red,html.light body.home-cockpit section#top.hero .ctas>a.btn-red{
  min-height:52px!important;padding:0 29px!important;border-radius:8px!important;
  font-family:"Sora","Manrope",sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:-.015em!important;
  background:linear-gradient(180deg,#9d1b28 0%,#6f0d17 56%,#43060c 100%)!important;
  border:1px solid rgba(235,238,239,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(32,2,6,.78),0 0 0 1px rgba(171,19,30,.68),0 10px 25px rgba(84,4,12,.52),0 0 22px rgba(205,25,40,.36)!important;
  animation:trxCtaHalo 3.6s ease-in-out infinite!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-red::after,html.light body.home-cockpit section#top.hero .ctas>a.btn-red::after{z-index:1!important;opacity:.58!important}
body.home-cockpit section#top.hero .ctas>a.btn-red:hover,html.light body.home-cockpit section#top.hero .ctas>a.btn-red:hover{background:linear-gradient(180deg,#bd2735,#7f101b 58%,#4b070d)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.52),inset 0 -1px 0 rgba(32,2,6,.72),0 0 0 1px rgba(255,255,255,.82),0 14px 32px rgba(105,6,17,.60),0 0 34px rgba(229,35,51,.52)!important}

body.home-cockpit section#top.hero .ctas>a.btn-red,html.light body.home-cockpit section#top.hero .ctas>a.btn-red{animation:none!important;color:#fff!important;text-shadow:0 1px 1px rgba(26,1,5,.72)!important}
body.home-cockpit section#top.hero .ctas>a.btn-red::before,body.home-cockpit section#top.hero .ctas>a.btn-red::after,html.light body.home-cockpit section#top.hero .ctas>a.btn-red::before,html.light body.home-cockpit section#top.hero .ctas>a.btn-red::after{content:none!important;animation:none!important}

@media(min-width:761px){
  body.home-cockpit section#top.hero,html.light body.home-cockpit section#top.hero{
    isolation:isolate!important;
  }
  body.home-cockpit section#top.hero::after,html.light body.home-cockpit section#top.hero::after{
    content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;
    background:linear-gradient(90deg,rgba(4,7,10,.76) 0%,rgba(5,8,11,.59) 38%,rgba(5,8,11,.16) 70%,rgba(5,8,11,.05) 100%)!important;
  }
  body.home-cockpit section#top.hero .hero-inner,html.light body.home-cockpit section#top.hero .hero-inner{
    width:min(800px,calc(100vw - 120px))!important;max-width:none!important;margin-left:clamp(38px,3.7vw,58px)!important;margin-right:auto!important;
    padding:10px 0 0 54px!important;transform:translateY(112px)!important;justify-content:flex-start!important;
    background:linear-gradient(180deg,transparent 0%,#b7bdc0 3%,#f1f3f3 48%,#626a70 98%,transparent 100%) 0 0/3px 100% no-repeat!important;
  }
  body.home-cockpit section#top.hero .hero-inner::before,html.light body.home-cockpit section#top.hero .hero-inner::before{
    left:0!important;top:0!important;bottom:-10px!important;width:3px!important;opacity:1!important;
    background:linear-gradient(180deg,transparent 0%,#b7bdc0 3%,#f1f3f3 48%,#626a70 98%,transparent 100%)!important;
    box-shadow:1px 0 0 rgba(255,255,255,.45),6px 0 24px rgba(0,0,0,.54)!important;
  }
  body.home-cockpit section#top.hero .eyebrow,html.light body.home-cockpit section#top.hero .eyebrow{
    font-family:"Sora","Manrope",sans-serif!important;font-size:13px!important;font-weight:500!important;letter-spacing:.43em!important;
    color:#b8bcc0!important;display:flex!important;align-items:center!important;white-space:nowrap!important;
  }
  body.home-cockpit section#top.hero .eyebrow::after,html.light body.home-cockpit section#top.hero .eyebrow::after{
    flex:0 0 118px!important;height:5px!important;margin-inline-start:16px!important;
    background:linear-gradient(90deg,#c7ccce 0%,#697077 72%,#a80b16 72%,#e52b38 92%,#b00612 100%)!important;
    clip-path:polygon(0 30%,88% 30%,100% 50%,88% 70%,0 70%)!important;
    box-shadow:0 1px 0 rgba(0,0,0,.72)!important;
  }
  body.home-cockpit section#top.hero h1,html.light body.home-cockpit section#top.hero h1{
    max-width:780px!important;margin-top:65px!important;margin-bottom:26px!important;text-transform:uppercase!important;
    font-family:"Sora","Manrope",sans-serif!important;font-size:clamp(58px,5.4vw,80px)!important;line-height:1.1!important;
    font-weight:700!important;letter-spacing:-.035em!important;
    background:linear-gradient(180deg,#ffffff 0%,#e8ebea 28%,#a7adb0 55%,#f7f7f3 78%,#b8bec0 100%)!important;
    background-blend-mode:normal!important;
    -webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;
    text-shadow:0 2px 1px rgba(255,255,255,.18),0 5px 8px rgba(0,0,0,.9),0 16px 30px rgba(0,0,0,.55)!important;
  }
  body.home-cockpit section#top.hero h1::after,html.light body.home-cockpit section#top.hero h1::after{
    content:""!important;display:block!important;width:350px!important;height:2px!important;margin-top:24px!important;
    background:linear-gradient(90deg,#dde0df 0%,#858c90 56%,transparent 100%)!important;box-shadow:0 1px 0 rgba(0,0,0,.72)!important;
  }
  body.home-cockpit section#top.hero .hero-copy,html.light body.home-cockpit section#top.hero .hero-copy{
    max-width:610px!important;color:#b7b9bb!important;font-family:"Sora","Manrope",sans-serif!important;font-size:17px!important;line-height:1.74!important;font-weight:400!important;
    text-shadow:0 2px 6px rgba(0,0,0,.76)!important;
  }
  body.home-cockpit section#top.hero .ctas,html.light body.home-cockpit section#top.hero .ctas{margin-top:35px!important;gap:24px!important;}
  body.home-cockpit section#top.hero .ctas>a,html.light body.home-cockpit section#top.hero .ctas>a{
    min-height:65px!important;border-radius:0!important;padding:0 32px!important;font-family:"Sora","Manrope",sans-serif!important;
    font-size:14px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;
  }
  body.home-cockpit section#top.hero .ctas>a.btn-red,html.light body.home-cockpit section#top.hero .ctas>a.btn-red{
    min-width:240px!important;background:linear-gradient(135deg,#b81520 0%,#780b12 100%)!important;border:1px solid #e0a9ad!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.23),0 10px 28px rgba(67,2,8,.48),0 0 19px rgba(193,13,27,.34)!important;
  }
  body.home-cockpit section#top.hero .ctas>a:not(.btn-red),html.light body.home-cockpit section#top.hero .ctas>a:not(.btn-red){
    min-width:348px!important;color:#c4c7c9!important;background:rgba(7,10,13,.35)!important;border:1px solid rgba(185,190,193,.74)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.24)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,html.light body.home-cockpit section#top.hero>.home-benefits-cockpit{bottom:-146px!important;}
}

@media(max-width:760px){
  body.home-cockpit section#top.hero{
    width:calc(100% + 28px)!important;margin-inline:-14px!important;border-radius:0!important;
    box-shadow:none!important;
  }
  body.home-cockpit section#top.hero h1{
    font-family:"Sora","Manrope",sans-serif!important;
    background:linear-gradient(180deg,#ffffff 0%,#e9ebea 38%,#a9afb1 68%,#f7f7f4 100%)!important;
    -webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;
    -webkit-text-stroke:.28px rgba(232,235,235,.42)!important;
    text-shadow:0 3px 1px rgba(255,255,255,.14),0 6px 11px rgba(0,0,0,.92),0 15px 26px rgba(0,0,0,.66)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(calc(100% - 68px),330px)!important;margin-top:72px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    min-height:120px!important;padding:8px 7px 9px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;flex-basis:38px!important;
    padding:5px!important;border-radius:12px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip-desc{font-size:7.3px!important;line-height:1.22!important;}
}
@media(min-width:761px){
  body.home-cockpit section#top.hero .hero-inner,
  html.light body.home-cockpit section#top.hero .hero-inner{
    background-size:3px 510px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:38px!important;
  }
}

@media(min-width:761px){
  html:not([lang="tr"]) body.home-cockpit section#top.hero h1,
  html.light:where(:not([lang="tr"])) body.home-cockpit section#top.hero h1{
    display:block!important;width:max-content!important;max-width:none!important;
    font-family:"Archivo Black","Noto Sans","Sora",sans-serif!important;
    font-size:var(--hero-local-title-size,clamp(58px,5vw,76px))!important;font-weight:900!important;line-height:1.04!important;
    letter-spacing:-.045em!important;text-transform:uppercase!important;white-space:nowrap!important;
    color:#dce0e1!important;
    background:linear-gradient(180deg,#fff 0%,#f0f2f2 18%,#aeb5b8 43%,#f8f8f6 58%,#778188 82%,#d9dddf 100%)!important;
    background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;
    -webkit-text-stroke:.62px rgba(240,242,242,.72)!important;
    text-shadow:0 -1px 0 rgba(255,255,255,.44),0 2px 0 rgba(69,75,80,.90),0 5px 0 rgba(18,22,25,.88),0 10px 18px rgba(0,0,0,.78),0 20px 34px rgba(0,0,0,.48)!important;
    filter:drop-shadow(0 2px 0 rgba(255,255,255,.10)) drop-shadow(0 11px 15px rgba(0,0,0,.36))!important;
  }
  html[lang="de"] body.home-cockpit section#top.hero h1,
  html[lang="hu"] body.home-cockpit section#top.hero h1,
  html[lang="it"] body.home-cockpit section#top.hero h1,
  html[lang="ro"] body.home-cockpit section#top.hero h1{--hero-local-title-size:clamp(49px,4.15vw,64px);}
  html[lang="bs"] body.home-cockpit section#top.hero h1,
  html[lang="hr"] body.home-cockpit section#top.hero h1,
  html[lang="sr-Latn"] body.home-cockpit section#top.hero h1,
  html[lang="nl"] body.home-cockpit section#top.hero h1,
  html[lang="es"] body.home-cockpit section#top.hero h1,
  html[lang="fr"] body.home-cockpit section#top.hero h1,
  html[lang="sq"] body.home-cockpit section#top.hero h1{--hero-local-title-size:clamp(53px,4.55vw,69px);}
  html[lang="ru"] body.home-cockpit section#top.hero h1,
  html[lang="bg"] body.home-cockpit section#top.hero h1,
  html[lang="el"] body.home-cockpit section#top.hero h1{
    --hero-local-title-size:clamp(53px,4.55vw,69px);font-family:"Noto Sans","Arial Black",sans-serif!important;letter-spacing:-.035em!important;
  }
  html[lang="ar"] body.home-cockpit section#top.hero h1,
  html[lang="fa"] body.home-cockpit section#top.hero h1{
    --hero-local-title-size:clamp(51px,4.45vw,68px);font-family:"Noto Sans Arabic","Noto Sans",sans-serif!important;line-height:1.12!important;letter-spacing:0!important;
  }
  html[lang="hi"] body.home-cockpit section#top.hero h1{
    --hero-local-title-size:clamp(51px,4.45vw,68px);font-family:"Noto Sans Devanagari","Noto Sans",sans-serif!important;line-height:1.13!important;letter-spacing:-.015em!important;
  }
  html[lang="ka"] body.home-cockpit section#top.hero h1{
    --hero-local-title-size:clamp(49px,4.15vw,64px);font-family:"Noto Sans Georgian","Noto Sans",sans-serif!important;line-height:1.12!important;letter-spacing:-.025em!important;
  }
  html[lang="zh-CN"] body.home-cockpit section#top.hero h1{
    --hero-local-title-size:clamp(62px,5.2vw,80px);font-family:"Noto Sans SC","Noto Sans",sans-serif!important;line-height:1.08!important;letter-spacing:.035em!important;
  }
  html:not([lang="tr"]) body.home-cockpit section#top.hero h1 .hdot{display:none!important;}
}

@media(max-width:760px){
  html:not([lang="tr"]) body.home-cockpit section#top.hero h1,
  html.light:where(:not([lang="tr"])) body.home-cockpit section#top.hero h1{
    display:block!important;width:max-content!important;max-width:none!important;
    font-family:"Archivo Black","Noto Sans","Sora",sans-serif!important;
    font-size:var(--hero-local-title-size-mobile,clamp(33px,9.8vw,45px))!important;font-weight:900!important;line-height:1.06!important;
    letter-spacing:-.042em!important;text-transform:uppercase!important;white-space:nowrap!important;
    color:#dce0e1!important;
    background:linear-gradient(180deg,#fff 0%,#edf0f0 20%,#aab2b6 45%,#f7f8f6 59%,#778188 83%,#d8dddf 100%)!important;
    background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;
    -webkit-text-stroke:.45px rgba(240,242,242,.68)!important;
    text-shadow:0 -1px 0 rgba(255,255,255,.38),0 2px 0 rgba(63,70,75,.88),0 4px 0 rgba(17,21,24,.86),0 8px 13px rgba(0,0,0,.76),0 15px 24px rgba(0,0,0,.46)!important;
    filter:drop-shadow(0 8px 11px rgba(0,0,0,.38))!important;
  }
  html[lang="de"] body.home-cockpit section#top.hero h1,
  html[lang="hu"] body.home-cockpit section#top.hero h1,
  html[lang="it"] body.home-cockpit section#top.hero h1,
  html[lang="ro"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(24px,7.7vw,36px);}
  html[lang="bs"] body.home-cockpit section#top.hero h1,
  html[lang="hr"] body.home-cockpit section#top.hero h1,
  html[lang="sr-Latn"] body.home-cockpit section#top.hero h1,
  html[lang="nl"] body.home-cockpit section#top.hero h1,
  html[lang="es"] body.home-cockpit section#top.hero h1,
  html[lang="fr"] body.home-cockpit section#top.hero h1,
  html[lang="sq"] body.home-cockpit section#top.hero h1,
  html[lang="ru"] body.home-cockpit section#top.hero h1,
  html[lang="bg"] body.home-cockpit section#top.hero h1,
  html[lang="el"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(27px,8.45vw,39px);}
  html[lang="bs"] body.home-cockpit section#top.hero h1,
  html[lang="hr"] body.home-cockpit section#top.hero h1,
  html[lang="sr-Latn"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(24px,7.6vw,35px);}
  html[lang="de"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(21.5px,6.8vw,32px);}
  html[lang="hu"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(22px,7vw,33px);}
  html[lang="nl"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(22.5px,7.2vw,34px);}
  html[lang="es"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(25px,7.9vw,36px);}
  html[lang="pl"] body.home-cockpit section#top.hero h1,
  html[lang="pt"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(29px,8.7vw,40px);}
  html[lang="ru"] body.home-cockpit section#top.hero h1,
  html[lang="bg"] body.home-cockpit section#top.hero h1,
  html[lang="el"] body.home-cockpit section#top.hero h1{font-family:"Noto Sans","Arial Black",sans-serif!important;letter-spacing:-.025em!important;}
  html[lang="ar"] body.home-cockpit section#top.hero h1,
  html[lang="fa"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(31px,8.8vw,41px);font-family:"Noto Sans Arabic","Noto Sans",sans-serif!important;line-height:1.15!important;letter-spacing:0!important;}
  html[lang="hi"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(30px,8.5vw,40px);font-family:"Noto Sans Devanagari","Noto Sans",sans-serif!important;line-height:1.16!important;letter-spacing:-.01em!important;}
  html[lang="ka"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(29px,8.2vw,38px);font-family:"Noto Sans Georgian","Noto Sans",sans-serif!important;line-height:1.15!important;letter-spacing:-.02em!important;}
  html[lang="zh-CN"] body.home-cockpit section#top.hero h1{--hero-local-title-size-mobile:clamp(38px,11vw,50px);font-family:"Noto Sans SC","Noto Sans",sans-serif!important;line-height:1.1!important;letter-spacing:.03em!important;}
  html:not([lang="tr"]) body.home-cockpit section#top.hero h1 .hdot{display:none!important;}
}

body.home-cockpit .hero-logo-item,
html.light body.home-cockpit .hero-logo-item,
html:not(.light) body.home-cockpit .hero-logo-item{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.home-cockpit .hero-logo-item:hover,
html.light body.home-cockpit .hero-logo-item:hover,
html:not(.light) body.home-cockpit .hero-logo-item:hover{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.home-cockpit #hdr .lang.open .lang-menu,
html.light body.home-cockpit #hdr .lang.open .lang-menu,
html:not(.light) body.home-cockpit #hdr .lang.open .lang-menu{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  width:min(472px,calc(100vw - 14px))!important;
  padding:9px!important;
  overflow:hidden!important;
  border:1px solid rgba(194,201,205,.38)!important;
  border-radius:16px!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(222,227,230,.10),transparent 31%),
    linear-gradient(145deg,rgba(25,30,34,.985),rgba(8,11,14,.995) 68%,rgba(15,19,22,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.56),0 24px 58px rgba(0,0,0,.42),0 5px 16px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(22px) saturate(.82)!important;
  -webkit-backdrop-filter:blur(22px) saturate(.82)!important;
}
body.home-cockpit #hdr .lang-menu button,
body.home-cockpit #hdr .lang-menu button+button,
html:not(.light) body.home-cockpit #hdr .lang-menu button,
html:not(.light) body.home-cockpit #hdr .lang-menu button+button{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:38px!important;
  margin:0!important;
  padding:6px 8px 6px 11px!important;
  overflow:hidden!important;
  border:1px solid rgba(192,200,204,.18)!important;
  border-radius:9px!important;
  color:#e6e9ea!important;
  background:linear-gradient(110deg,rgba(255,255,255,.060),rgba(255,255,255,.014) 72%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 4px 10px rgba(0,0,0,.12)!important;
  transform:none!important;
}
body.home-cockpit #hdr .lang-menu button:hover,
body.home-cockpit #hdr .lang-menu button:focus-visible,
html:not(.light) body.home-cockpit #hdr .lang-menu button:hover,
html:not(.light) body.home-cockpit #hdr .lang-menu button:focus-visible{
  border-color:rgba(221,225,227,.43)!important;
  background:linear-gradient(110deg,rgba(255,255,255,.12),rgba(255,255,255,.035) 72%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 7px 15px rgba(0,0,0,.18)!important;
  transform:translateY(-1px)!important;
}
body.home-cockpit #hdr .lang-menu button.active,
html:not(.light) body.home-cockpit #hdr .lang-menu button.active{
  color:#fff!important;
  border-color:rgba(219,224,226,.58)!important;
  background:linear-gradient(110deg,rgba(174,184,189,.20),rgba(78,87,92,.13) 64%,rgba(255,255,255,.04))!important;
  box-shadow:inset 2px 0 0 #9ca6ab,inset 0 1px 0 rgba(255,255,255,.14),0 7px 18px rgba(0,0,0,.21)!important;
}
body.home-cockpit #hdr .lang-menu .lang-option{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 30px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
}
body.home-cockpit #hdr .lang-menu .lang-option>span:last-child{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:left!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;
  font-size:11.6px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:-.012em!important;
}
body.home-cockpit #hdr .lang-menu .lang-flag{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:end!important;
  width:28px!important;
  height:19px!important;
  flex-basis:28px!important;
  border:1px solid rgba(224,229,231,.58)!important;
  border-radius:4px!important;
  background:#11161a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 3px 8px rgba(0,0,0,.35)!important;
}
body.home-cockpit #hdr .lang-menu .tagx{display:none!important;}
html.light body.home-cockpit #hdr .lang.open .lang-menu{
  border-color:rgba(84,94,100,.32)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,255,255,.78),transparent 34%),
    linear-gradient(145deg,rgba(235,238,239,.99),rgba(195,203,207,.985) 72%,rgba(221,225,227,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(62,72,78,.13),0 22px 52px rgba(25,34,39,.22),0 5px 15px rgba(25,34,39,.11)!important;
}
html.light body.home-cockpit #hdr .lang-menu button,
html.light body.home-cockpit #hdr .lang-menu button+button{
  color:#263036!important;
  border-color:rgba(69,81,88,.18)!important;
  background:linear-gradient(110deg,rgba(255,255,255,.65),rgba(197,205,209,.26) 76%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 4px 9px rgba(38,48,54,.08)!important;
}
html.light body.home-cockpit #hdr .lang-menu button:hover,
html.light body.home-cockpit #hdr .lang-menu button:focus-visible{
  color:#151b1f!important;
  border-color:rgba(67,78,84,.38)!important;
  background:linear-gradient(110deg,rgba(255,255,255,.90),rgba(178,188,193,.34) 76%)!important;
  box-shadow:inset 0 1px 0 #fff,0 7px 14px rgba(40,50,56,.12)!important;
}
html.light body.home-cockpit #hdr .lang-menu button.active{
  color:#1f272c!important;
  border-color:rgba(72,83,89,.48)!important;
  background:linear-gradient(110deg,rgba(255,255,255,.88),rgba(161,172,178,.38) 70%,rgba(255,255,255,.34))!important;
  box-shadow:inset 2px 0 0 #667279,inset 0 1px 0 #fff,0 7px 16px rgba(37,47,53,.13)!important;
}
html.light body.home-cockpit #hdr .lang-menu .lang-flag{
  border-color:rgba(56,68,75,.32)!important;
  background:#eef1f2!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 3px 7px rgba(35,45,51,.16)!important;
}
@media(max-width:520px){
  body.home-cockpit #hdr .lang.open .lang-menu{gap:4px!important;padding:6px!important;}
  body.home-cockpit #hdr .lang-menu button,
  body.home-cockpit #hdr .lang-menu button+button{min-height:33px!important;padding:4px 6px 4px 8px!important;}
  body.home-cockpit #hdr .lang-menu .lang-option{grid-template-columns:minmax(0,1fr) 24px!important;gap:6px!important;}
  body.home-cockpit #hdr .lang-menu .lang-option>span:last-child{font-size:10.2px!important;}
  body.home-cockpit #hdr .lang-menu .lang-flag{width:24px!important;height:16px!important;flex-basis:24px!important;}
}

body.home-cockpit .product-groups{
  position:relative!important;
  isolation:isolate!important;
  padding:clamp(62px,6vw,94px) 0 clamp(38px,3.2vw,52px)!important;
  overflow:hidden!important;
  border-color:rgba(190,198,202,.16)!important;
  background:
    radial-gradient(75% 130% at 50% -42%,rgba(184,191,195,.08),transparent 58%),
    linear-gradient(180deg,#050607 0%,#090b0d 52%,#030405 100%)!important;
}
body.home-cockpit .product-groups::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;
  background:linear-gradient(112deg,transparent 20%,rgba(255,255,255,.025) 43%,transparent 63%)!important;
}
html.light body.home-cockpit .product-groups{
  border-color:rgba(65,75,81,.15)!important;
  background:
    radial-gradient(75% 130% at 50% -42%,rgba(255,255,255,.92),transparent 58%),
    linear-gradient(180deg,#e8ecee 0%,#f7f8f8 50%,#dfe4e6 100%)!important;
}
body.home-cockpit .product-groups .wrap{max-width:1500px!important;padding-inline:clamp(22px,3vw,48px)!important;}
body.home-cockpit .product-groups-head{max-width:920px!important;margin:0 auto clamp(32px,3vw,48px)!important;text-align:center!important;}
body.home-cockpit .product-groups-head .kick{
  color:#aeb5b9!important;font-size:10.5px!important;font-weight:650!important;letter-spacing:.28em!important;
}
body.home-cockpit .product-groups-head .kick::before{
  background:linear-gradient(90deg,transparent,#747d82 18%,#edf0f1 56%,#737b80 84%,transparent)!important;
  box-shadow:none!important;
}
body.home-cockpit .product-groups-head .title{
  max-width:900px!important;margin:16px auto 14px!important;
  font-family:"Sora","Manrope",sans-serif!important;font-size:clamp(34px,3.25vw,52px)!important;
  line-height:1.08!important;font-weight:620!important;letter-spacing:-.04em!important;
  color:#eef1f2!important;-webkit-text-fill-color:#eef1f2!important;text-shadow:0 10px 28px rgba(0,0,0,.34)!important;
}
body.home-cockpit .product-groups-head .lead{
  max-width:780px!important;margin:0 auto!important;color:#969fa4!important;-webkit-text-fill-color:#969fa4!important;
  font-size:14.5px!important;line-height:1.68!important;font-weight:430!important;
}
html.light body.home-cockpit .product-groups-head .kick{color:#626c72!important;}
html.light body.home-cockpit .product-groups-head .title{color:#20272b!important;-webkit-text-fill-color:#20272b!important;text-shadow:0 1px 0 #fff!important;}
html.light body.home-cockpit .product-groups-head .lead{color:#606b71!important;-webkit-text-fill-color:#606b71!important;}
body.home-cockpit .product-group-grid{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(18px,2vw,30px)!important;
  border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;
}
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card{
  display:grid!important;grid-template-columns:minmax(220px,43%) minmax(0,1fr)!important;grid-template-rows:1fr auto!important;
  min-height:356px!important;padding:0!important;column-gap:0!important;row-gap:0!important;overflow:hidden!important;
  border:1px solid rgba(188,196,200,.30)!important;border-radius:18px!important;
  background:linear-gradient(145deg,rgba(25,29,32,.98),rgba(7,9,11,.99) 68%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 58px rgba(0,0,0,.27)!important;
  transform:none!important;
}
body.home-cockpit .product-group-card+.product-group-card{border-inline-start:1px solid rgba(188,196,200,.30)!important;}
body.home-cockpit .product-group-card::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:3!important;pointer-events:none!important;opacity:1!important;
  background:linear-gradient(118deg,transparent 25%,rgba(255,255,255,.045) 45%,transparent 62%)!important;
}
body.home-cockpit .product-group-card::after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:auto!important;
  width:auto!important;height:1px!important;opacity:.72!important;
  background:linear-gradient(90deg,transparent 3%,#737b80 18%,#eef0f1 48%,#70787d 82%,transparent 97%)!important;
  box-shadow:0 1px 10px rgba(224,229,231,.12)!important;
}
body.home-cockpit .product-group-card:hover{
  transform:translateY(-4px)!important;border-color:rgba(218,223,225,.48)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 30px 68px rgba(0,0,0,.34),0 0 24px rgba(180,188,192,.06)!important;
}
body.home-cockpit .product-group-visual{
  grid-column:1!important;grid-row:1/3!important;width:100%!important;height:100%!important;min-height:356px!important;
  object-fit:cover!important;object-position:center bottom!important;opacity:.92!important;filter:saturate(.72) contrast(1.06)!important;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 74%,rgba(0,0,0,.78) 86%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,#000 0%,#000 74%,rgba(0,0,0,.78) 86%,transparent 100%)!important;
}
[dir="rtl"] body.home-cockpit .product-group-visual{
  -webkit-mask-image:linear-gradient(270deg,#000 0%,#000 74%,rgba(0,0,0,.78) 86%,transparent 100%)!important;
  mask-image:linear-gradient(270deg,#000 0%,#000 74%,rgba(0,0,0,.78) 86%,transparent 100%)!important;
}
body.home-cockpit .product-group-icon{display:none!important;}
body.home-cockpit .product-group-copy{
  grid-column:2!important;grid-row:1!important;align-self:center!important;margin:0!important;padding:46px 38px 20px!important;
  transform:none!important;opacity:1!important;visibility:visible!important;z-index:4!important;
}
body.home-cockpit .product-group-copy strong{
  color:#edf0f1!important;-webkit-text-fill-color:#edf0f1!important;font-size:clamp(24px,2vw,31px)!important;
  line-height:1.13!important;font-weight:610!important;letter-spacing:-.035em!important;
}
body.home-cockpit .product-group-copy strong::after{
  width:52px!important;height:1px!important;margin-top:18px!important;background:linear-gradient(90deg,#edf0f1,#747d82,transparent)!important;box-shadow:none!important;
}
body.home-cockpit .product-group-copy>span{
  max-width:470px!important;margin-top:18px!important;color:#aab1b5!important;-webkit-text-fill-color:#aab1b5!important;
  font-size:14px!important;line-height:1.65!important;font-weight:430!important;
}
body.home-cockpit .product-group-action{
  grid-column:2!important;grid-row:2!important;justify-self:start!important;align-self:end!important;
  min-width:188px!important;min-height:46px!important;margin:0 38px 34px!important;padding:0 13px 0 18px!important;gap:18px!important;
  border:1px solid rgba(188,196,200,.36)!important;border-radius:9px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.015))!important;color:#e7eaeb!important;z-index:4!important;
}
body.home-cockpit .product-group-action>span{font-size:11px!important;font-weight:650!important;letter-spacing:.035em!important;}
body.home-cockpit .product-group-action b{
  width:28px!important;height:28px!important;border:0!important;border-radius:7px!important;background:rgba(255,255,255,.055)!important;
  color:#d9dddf!important;font-size:17px!important;
}
body.home-cockpit .product-group-card:hover .product-group-action{border-color:rgba(229,232,233,.58)!important;background:rgba(255,255,255,.075)!important;}
html.light body.home-cockpit .product-group-card{
  border-color:rgba(65,75,81,.27)!important;background:linear-gradient(145deg,#fbfcfc,#dfe4e6 72%,#f3f5f5)!important;
  box-shadow:inset 0 1px 0 #fff,0 24px 52px rgba(32,42,48,.13)!important;
}
html.light body.home-cockpit .product-group-card::before{background:linear-gradient(118deg,transparent 25%,rgba(255,255,255,.62) 45%,transparent 62%)!important;}
html.light body.home-cockpit .product-group-copy strong{color:#222a2e!important;-webkit-text-fill-color:#222a2e!important;}
html.light body.home-cockpit .product-group-copy>span{color:#5c676d!important;-webkit-text-fill-color:#5c676d!important;}
html.light body.home-cockpit .product-group-action{border-color:rgba(67,78,84,.35)!important;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(169,179,184,.20))!important;color:#293237!important;}
html.light body.home-cockpit .product-group-action b{color:#384247!important;background:rgba(76,87,93,.08)!important;}
html.light body.home-cockpit .product-group-card:hover{border-color:rgba(55,65,71,.47)!important;box-shadow:inset 0 1px 0 #fff,0 30px 62px rgba(32,42,48,.17)!important;}

body.home-cockpit .home-proof-marquee{
  position:relative;overflow:hidden;padding:clamp(28px,2.6vw,42px) 0 clamp(58px,5.5vw,88px);
  border-top:0;background:linear-gradient(180deg,#030405,#090b0d 54%,#030405);
}
body.home-cockpit .home-proof-marquee::before{
  content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 130% at 50% -52%,rgba(207,213,216,.08),transparent 62%);
}
body.home-cockpit .home-proof-head{
  position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;
  width:min(calc(100% - 64px),1500px);margin:0 auto 30px;
}
body.home-cockpit .home-proof-heading{max-width:820px;}
body.home-cockpit .home-proof-heading .kick{color:#aeb5b9!important;font-size:10px!important;letter-spacing:.28em!important;}
body.home-cockpit .home-proof-heading .kick::before{background:linear-gradient(90deg,transparent,#7b8489,#edf0f1,#737b80,transparent)!important;box-shadow:none!important;}
body.home-cockpit .home-proof-heading h2{
  margin:13px 0 0;color:#eef1f2;font-family:"Sora","Manrope",sans-serif;font-size:clamp(30px,3vw,46px);line-height:1.08;font-weight:610;letter-spacing:-.04em;
}
body.home-cockpit .home-proof-heading h2:first-child{margin-top:0;}
body.home-cockpit .home-proof-route-badge{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;max-width:min(46vw,520px);min-height:42px;padding:0 16px;
  border:1px solid rgba(188,196,200,.30);border-radius:999px;color:#c8ced1;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);font-size:10px;line-height:1.35;font-weight:620;letter-spacing:.055em;
}
body.home-cockpit .home-proof-route-badge i{
  flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:linear-gradient(145deg,#f3f5f5,#7b8489);
  box-shadow:0 0 0 4px rgba(201,207,210,.07),0 0 12px rgba(220,224,226,.17);
}
body.home-cockpit .home-proof-link{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:18px;min-height:44px;padding:0 15px 0 18px;
  border:1px solid rgba(188,196,200,.35);border-radius:9px;color:#dfe3e5;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.012));
  font-size:10.5px;font-weight:650;letter-spacing:.04em;transition:border-color .2s,background .2s,transform .2s;
}
body.home-cockpit .home-proof-link b{font-size:16px;font-weight:400;color:#c6ccd0;}
body.home-cockpit .home-proof-link:hover{transform:translateY(-2px);border-color:rgba(230,233,234,.62);background:rgba(255,255,255,.08);}
body.home-cockpit .home-proof-shell{
  position:relative;border-top:1px solid rgba(188,196,200,.15);border-bottom:1px solid rgba(188,196,200,.15);
  background:rgba(0,0,0,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(255,255,255,.02);
}
body.home-cockpit .home-proof-shell::before,
body.home-cockpit .home-proof-shell::after{
  content:"";position:absolute;z-index:6;top:0;bottom:0;width:min(8vw,120px);pointer-events:none;
}
body.home-cockpit .home-proof-shell::before{left:0;background:linear-gradient(90deg,#050607,rgba(5,6,7,.76),transparent);}
body.home-cockpit .home-proof-shell::after{right:0;background:linear-gradient(270deg,#050607,rgba(5,6,7,.76),transparent);}
body.home-cockpit .home-proof-viewport{
  direction:ltr;overflow:hidden;padding:18px 0;cursor:grab;touch-action:pan-y;overscroll-behavior-x:contain;scrollbar-width:none;
}
body.home-cockpit .home-proof-viewport:active{cursor:grabbing;}
body.home-cockpit .home-proof-viewport::-webkit-scrollbar{display:none;}
body.home-cockpit .home-proof-viewport.is-static{overflow-x:auto;}
body.home-cockpit .home-proof-track{display:flex;align-items:stretch;gap:16px;width:max-content;padding:0 16px;will-change:transform;}
body.home-cockpit .home-proof-card{
  position:relative;flex:0 0 clamp(270px,23vw,350px);height:clamp(178px,15vw,224px);overflow:hidden;
  border:1px solid rgba(188,196,200,.29);border-radius:16px;background:#080a0c;box-shadow:0 16px 34px rgba(0,0,0,.25);
  direction:ltr;transition:border-color .22s,box-shadow .22s,transform .22s;
}
body.home-cockpit .home-proof-card::after{
  content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 0 0 1px rgba(255,255,255,.015);
}
body.home-cockpit .home-proof-card img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.70) contrast(1.08) brightness(.76);transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s;}
body.home-cockpit .home-proof-card:hover{transform:translateY(-3px);border-color:rgba(224,228,230,.52);box-shadow:0 22px 44px rgba(0,0,0,.34);}
body.home-cockpit .home-proof-card:hover img{transform:scale(1.025);filter:saturate(.82) contrast(1.08) brightness(.84);}
body.home-cockpit .home-proof-card-copy{
  position:absolute;z-index:2;inset:auto 0 0;padding:42px 16px 14px;text-align:left;
  background:linear-gradient(180deg,transparent,rgba(4,6,8,.94));
}
[dir="rtl"] body.home-cockpit .home-proof-card-copy{direction:rtl;text-align:right;}
body.home-cockpit .home-proof-card-copy small{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#bdc4c8;font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;}
body.home-cockpit .home-proof-card-copy small i{width:14px;height:1px;background:linear-gradient(90deg,#f0f2f2,#727b80);}
body.home-cockpit .home-proof-card-copy strong{display:block;color:#f2f4f4;font-size:12.5px;line-height:1.35;font-weight:620;letter-spacing:-.01em;}
body.home-cockpit .home-proof-clone{pointer-events:none;}
html.light body.home-cockpit .home-proof-marquee{border-color:rgba(65,75,81,.15);background:linear-gradient(180deg,#e5eaec,#f7f8f8 52%,#dfe4e6);}
html.light body.home-cockpit .home-proof-marquee::before{background:radial-gradient(60% 130% at 50% -52%,rgba(255,255,255,.92),transparent 62%);}
html.light body.home-cockpit .home-proof-heading .kick{color:#626c72!important;}
html.light body.home-cockpit .home-proof-heading h2{color:#20272b;text-shadow:0 1px 0 #fff;}
html.light body.home-cockpit .home-proof-route-badge{
  border-color:rgba(67,78,84,.27);color:#465158;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(157,168,174,.16));
  box-shadow:inset 0 1px 0 #fff,0 8px 22px rgba(39,49,55,.08);
}
html.light body.home-cockpit .home-proof-route-badge i{background:linear-gradient(145deg,#f9fafb,#6e7980);box-shadow:0 0 0 4px rgba(68,78,84,.06);}
html.light body.home-cockpit .home-proof-link{border-color:rgba(67,78,84,.34);color:#293237;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(167,177,182,.20));box-shadow:inset 0 1px 0 #fff;}
html.light body.home-cockpit .home-proof-link b{color:#3b464c;}
html.light body.home-cockpit .home-proof-shell{border-color:rgba(65,75,81,.15);background:rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.75);}
html.light body.home-cockpit .home-proof-shell::before{background:linear-gradient(90deg,#e7ebed,rgba(231,235,237,.78),transparent);}
html.light body.home-cockpit .home-proof-shell::after{background:linear-gradient(270deg,#e7ebed,rgba(231,235,237,.78),transparent);}
html.light body.home-cockpit .home-proof-card{border-color:rgba(60,72,78,.32);box-shadow:0 16px 32px rgba(35,45,51,.16);}

body.home-cockpit .home-proof-marquee--saudi{padding-bottom:clamp(36px,3.8vw,60px);}
body.home-cockpit .home-proof-marquee--hungary{padding-top:clamp(40px,4.2vw,66px);}
body.home-cockpit .home-proof-marquee--hungary .home-proof-heading{max-width:960px;}

body.home-cockpit .home-transparency{
  position:relative;isolation:isolate;overflow:hidden;padding:clamp(64px,6vw,96px) 0;
  border-top:1px solid rgba(188,196,200,.14);border-bottom:1px solid rgba(188,196,200,.14);
  background:
    radial-gradient(48% 120% at 78% 42%,rgba(202,208,211,.055),transparent 66%),
    linear-gradient(180deg,#030405 0%,#07090b 50%,#030405 100%);
}
body.home-cockpit .home-transparency::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(116deg,transparent 19%,rgba(255,255,255,.024) 42%,transparent 64%);
}
body.home-cockpit .home-transparency-grid{
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:clamp(48px,6vw,92px);
  width:min(calc(100% - 72px),1380px);margin:0 auto;
}
body.home-cockpit .home-transparency-copy{max-width:590px;}
body.home-cockpit .home-transparency-copy .kick{
  color:#aeb5b9!important;font-size:10px!important;font-weight:650!important;letter-spacing:.27em!important;
}
body.home-cockpit .home-transparency-copy .kick::before{
  background:linear-gradient(90deg,transparent,#767f84 18%,#edf0f1 56%,#747c81 84%,transparent)!important;box-shadow:none!important;
}
body.home-cockpit .home-transparency-copy h2{
  margin:18px 0 19px;color:#eef1f2;font-family:"Sora","Manrope",sans-serif;
  font-size:clamp(38px,4vw,58px);line-height:1.04;font-weight:620;letter-spacing:-.045em;
}
body.home-cockpit .home-transparency-copy p{
  max-width:575px;margin:0;color:#a9b0b4;font-size:15px;line-height:1.78;font-weight:420;
}
body.home-cockpit .home-transparency .ui{
  width:100%;max-width:650px;justify-self:end;border:1px solid rgba(188,196,200,.30);border-radius:18px;
  background:
    radial-gradient(90% 130% at 100% -35%,rgba(206,212,215,.06),transparent 58%),
    linear-gradient(155deg,rgba(22,26,29,.98),rgba(7,9,11,.995));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 28px 68px rgba(0,0,0,.31);
  backdrop-filter:blur(16px) saturate(.85);-webkit-backdrop-filter:blur(16px) saturate(.85);
}
body.home-cockpit .home-transparency .ui-h{padding:18px 22px;border-color:rgba(188,196,200,.17);}
body.home-cockpit .home-transparency .ui-route{padding:20px 22px;border-color:rgba(188,196,200,.17);background:radial-gradient(ellipse 60% 110% at center,rgba(219,177,69,.055),transparent);}
body.home-cockpit .home-transparency .ui-b{padding:20px 22px 22px;}
body.home-cockpit .home-transparency .ui-sku{color:#edf0f1!important;-webkit-text-fill-color:#edf0f1!important;}
body.home-cockpit .home-transparency .rt-txt b{color:#edf0f1!important;}
body.home-cockpit .home-transparency .ur .v,
body.home-cockpit .home-transparency .lt .lb b{color:#edf0f1!important;}
body.home-cockpit .home-transparency .ur{border-color:rgba(188,196,200,.13);}
html.light body.home-cockpit .home-transparency{
  border-color:rgba(65,75,81,.14);
  background:
    radial-gradient(48% 120% at 78% 42%,rgba(255,255,255,.88),transparent 66%),
    linear-gradient(180deg,#dfe4e6 0%,#f6f8f8 50%,#dde2e4 100%);
}
html.light body.home-cockpit .home-transparency::before{background:linear-gradient(116deg,transparent 19%,rgba(255,255,255,.62) 42%,transparent 64%);}
html.light body.home-cockpit .home-transparency-copy .kick{color:#626c72!important;}
html.light body.home-cockpit .home-transparency-copy h2{color:#20272b;text-shadow:0 1px 0 #fff;}
html.light body.home-cockpit .home-transparency-copy p{color:#5f696f;}
html.light body.home-cockpit .home-transparency .ui{
  border-color:rgba(65,75,81,.28);background:linear-gradient(155deg,#fbfcfc,#e2e7e9 74%,#f5f6f6);
  box-shadow:inset 0 1px 0 #fff,0 28px 62px rgba(34,45,51,.15);
}
html.light body.home-cockpit .home-transparency .ui-h,
html.light body.home-cockpit .home-transparency .ui-route{border-color:rgba(65,75,81,.15);}
html.light body.home-cockpit .home-transparency .ui-route{background:radial-gradient(ellipse 60% 110% at center,rgba(85,96,102,.055),transparent);}
html.light body.home-cockpit .home-transparency .ui-sku,
html.light body.home-cockpit .home-transparency .rt-txt b,
html.light body.home-cockpit .home-transparency .ur .v,
html.light body.home-cockpit .home-transparency .lt .lb b{color:#222b30!important;-webkit-text-fill-color:#222b30!important;}
html.light body.home-cockpit .home-transparency .ur{border-color:rgba(65,75,81,.14);}

@media(max-width:1080px){
  body.home-cockpit .product-group-grid{grid-template-columns:1fr!important;max-width:820px!important;margin-inline:auto!important;}
  body.home-cockpit .product-group-card,html.light body.home-cockpit .product-group-card{min-height:330px!important;}
  body.home-cockpit .product-group-visual{min-height:330px!important;}
  body.home-cockpit .home-transparency-grid{grid-template-columns:1fr!important;width:min(calc(100% - 48px),760px);gap:36px;}
  body.home-cockpit .home-transparency-copy{max-width:680px;}
  body.home-cockpit .home-transparency .ui{max-width:none;justify-self:stretch;}
}
@media(max-width:760px){
  body.home-cockpit .product-groups{padding:48px 0 32px!important;}
  body.home-cockpit .product-groups .wrap{padding-inline:14px!important;}
  body.home-cockpit .product-groups-head{margin-bottom:25px!important;text-align:start!important;}
  body.home-cockpit .product-groups-head .title{margin:13px 0 11px!important;font-size:31px!important;line-height:1.11!important;}
  body.home-cockpit .product-groups-head .lead{font-size:12.5px!important;line-height:1.58!important;}
  body.home-cockpit .product-group-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;overflow:visible!important;padding-bottom:0!important;scroll-snap-type:none!important;}
  body.home-cockpit .product-group-card,html.light body.home-cockpit .product-group-card{
    flex:none!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:176px auto auto!important;
    min-height:0!important;padding:0!important;column-gap:0!important;row-gap:0!important;scroll-snap-align:none!important;
  }
  body.home-cockpit .product-group-visual{
    grid-column:1!important;grid-row:1!important;min-height:176px!important;height:176px!important;object-position:center 64%!important;
    -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.76) 82%,transparent 100%)!important;
    mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.76) 82%,transparent 100%)!important;
  }
  body.home-cockpit .product-group-copy{grid-column:1!important;grid-row:2!important;padding:20px 20px 10px!important;margin:0!important;}
  body.home-cockpit .product-group-copy strong{font-size:21px!important;}
  body.home-cockpit .product-group-copy strong::after{margin-top:12px!important;}
  body.home-cockpit .product-group-copy>span{margin-top:12px!important;font-size:12px!important;line-height:1.55!important;}
  body.home-cockpit .product-group-action{grid-column:1!important;grid-row:3!important;min-width:174px!important;min-height:42px!important;margin:8px 20px 20px!important;}
  body.home-cockpit .home-proof-marquee{padding:26px 0 54px;}
  body.home-cockpit .home-proof-head{display:block;width:calc(100% - 28px);margin-bottom:24px;}
  body.home-cockpit .home-proof-heading h2{font-size:29px;}
  body.home-cockpit .home-proof-route-badge{max-width:100%;min-height:38px;margin-top:16px;padding:7px 13px;font-size:8.5px;}
  body.home-cockpit .home-proof-link{margin-top:18px;min-height:42px;}
  body.home-cockpit .home-proof-shell::before,body.home-cockpit .home-proof-shell::after{width:28px;}
  body.home-cockpit .home-proof-viewport{padding:13px 0;}
  body.home-cockpit .home-proof-track{gap:11px;padding:0 11px;}
  body.home-cockpit .home-proof-card{flex-basis:246px;height:164px;border-radius:13px;}
  body.home-cockpit .home-proof-card-copy{padding:34px 13px 11px;}
  body.home-cockpit .home-proof-card-copy strong{font-size:11px;}
  body.home-cockpit .home-transparency{padding:48px 0 54px;}
  body.home-cockpit .home-transparency-grid{width:calc(100% - 28px);gap:27px;}
  body.home-cockpit .home-transparency-copy h2{margin:14px 0 14px;font-size:31px;line-height:1.08;}
  body.home-cockpit .home-transparency-copy p{font-size:12.5px;line-height:1.65;}
  body.home-cockpit .home-transparency .ui{border-radius:14px;}
  body.home-cockpit .home-transparency .ui-h{padding:14px;}
  body.home-cockpit .home-transparency .ui-route{gap:8px;padding:16px 12px;}
  body.home-cockpit .home-transparency .ui-b{padding:15px 14px 17px;}
  body.home-cockpit .home-transparency .rt-txt b{font-size:10px;letter-spacing:.04em;}
  body.home-cockpit .home-transparency .rt-txt em{font-size:7.5px;}
  body.home-cockpit .home-transparency .ur{font-size:11px;padding:9px 0;gap:14px;}
  body.home-cockpit .home-transparency .dots{gap:4px;}
  body.home-cockpit .home-transparency .sd{font-size:7.5px;}
}

@media(min-width:761px){
  html[lang="tr"] body.home-cockpit section#top.hero h1{
    width:min(730px,calc(100vw - 210px))!important;height:auto!important;aspect-ratio:1476/380!important;max-width:none!important;
    font-size:0!important;line-height:0!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
    background-image:url('/assets/hero-title-filled-v293.png?v=293')!important;
    background-repeat:no-repeat!important;background-position:left center!important;background-size:100% 100%!important;
    background-clip:border-box!important;-webkit-background-clip:border-box!important;background-blend-mode:normal!important;
    position:relative!important;mix-blend-mode:normal!important;text-shadow:none!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.48))!important;
    background-position:-7px center!important;background-size:calc(100% + 7px) 100%!important;
  }
  html[lang="tr"] body.home-cockpit section#top.hero h1::after{position:absolute!important;left:0!important;bottom:-21px!important;margin:0!important;}
}
@media(max-width:760px){
  html[lang="tr"] body.home-cockpit section#top.hero h1{
    width:min(292px,calc(100vw - 64px))!important;height:auto!important;aspect-ratio:1476/380!important;max-width:none!important;
    font-size:0!important;line-height:0!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
    background-image:url('/assets/hero-title-filled-v293.png?v=293')!important;
    background-repeat:no-repeat!important;background-position:left center!important;background-size:100% 100%!important;
    background-clip:border-box!important;-webkit-background-clip:border-box!important;background-blend-mode:normal!important;
    position:relative!important;mix-blend-mode:normal!important;text-shadow:none!important;filter:brightness(1.04) contrast(1.04) drop-shadow(0 7px 12px rgba(0,0,0,.62))!important;
  }
  html[lang="tr"] body.home-cockpit section#top.hero h1::after{position:absolute!important;left:50%!important;bottom:-14px!important;transform:translateX(-50%)!important;margin:0!important;}
}

@media(min-width:1200px){
  body.home-cockpit section#top.hero .hero-inner,
  html.light body.home-cockpit section#top.hero .hero-inner{
    transform:translateY(138px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:clamp(88px,10vh,120px)!important;
  }
}

@media(min-width:761px){
  body.home-cockpit section#top.hero .hero-inner,
  html.light body.home-cockpit section#top.hero .hero-inner{
    background:none!important;
  }
  body.home-cockpit section#top.hero .hero-inner::before,
  html.light body.home-cockpit section#top.hero .hero-inner::before{
    content:""!important;display:block!important;position:absolute!important;
    left:0!important;top:0!important;bottom:auto!important;width:4px!important;height:510px!important;opacity:1!important;
    background:linear-gradient(180deg,transparent 0%,#c4c9cb 2%,#f2f3f3 18%,#747c81 50%,#eef0f0 82%,#a9b0b3 98%,transparent 100%)!important;
    clip-path:polygon(50% 0%,100% 1.6%,100% 98.4%,50% 100%,0 98.4%,0 1.6%)!important;
  }
  body.home-cockpit section#top.hero .eyebrow,
  html.light body.home-cockpit section#top.hero .eyebrow{
    transform:translate(52px,39px)!important;
  }
  body.home-cockpit section#top.hero .eyebrow::after,
  html.light body.home-cockpit section#top.hero .eyebrow::after{
    background:linear-gradient(90deg,#e5e8e8 0%,#aeb4b7 54%,#676f74 88%,#bcc2c4 100%)!important;
    clip-path:polygon(0 30%,88% 30%,100% 50%,88% 70%,0 70%)!important;
  }
}

body.home-cockpit .home-dashboard{
  width:min(calc(100% - 64px),1500px)!important;max-width:1500px!important;
  margin:clamp(36px,4vw,62px) auto clamp(58px,5vw,82px)!important;padding:0!important;
}
body.home-cockpit .dash-grid-bottom{
  display:block!important;grid-template-columns:none!important;width:100%!important;margin:0!important;
}
body.home-cockpit .dash-grid-bottom>.dash-ops{
  width:100%!important;max-width:1500px!important;margin:0 auto!important;
  border-radius:20px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 26px 62px rgba(0,0,0,.28)!important;
}
html.light body.home-cockpit .dash-grid-bottom>.dash-ops{
  box-shadow:inset 0 1px 0 #fff,0 26px 58px rgba(31,55,84,.14)!important;
}
body.home-cockpit .dash-ops .dash-panel-title,
html.light body.home-cockpit .dash-ops .dash-panel-title{
  height:68px!important;justify-content:center!important;text-align:center!important;padding-inline:30px!important;
  font-family:"Sora","Manrope",sans-serif!important;font-size:clamp(18px,1.45vw,23px)!important;
  font-weight:700!important;letter-spacing:.075em!important;
}
body.home-cockpit .dash-ops .dash-panel-title::after,
html.light body.home-cockpit .dash-ops .dash-panel-title::after{
  left:50%!important;bottom:-1px!important;width:64px!important;height:2px!important;transform:translateX(-50%)!important;
}
body.home-cockpit .dash-ops-flow{
  min-height:280px!important;padding:38px clamp(34px,4vw,68px) 32px!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:clamp(16px,2.2vw,34px)!important;
  align-items:start!important;justify-content:center!important;overflow:visible!important;
}
body.home-cockpit .dash-ops-flow::before{
  left:8.2%!important;right:8.2%!important;top:82px!important;height:2px!important;
}
body.home-cockpit .dash-op{padding:0 6px 14px!important;}
body.home-cockpit .dash-op-ico,
html.light body.home-cockpit .dash-op-ico{
  width:94px!important;height:94px!important;
}
body.home-cockpit .dash-op-ico img,
html.light body.home-cockpit .dash-op-ico img{
  width:88px!important;height:88px!important;max-width:88px!important;max-height:88px!important;
}
body.home-cockpit .dash-op small,
html.light body.home-cockpit .dash-op small{
  max-width:168px!important;min-height:44px!important;margin-top:12px!important;
  font-size:13.5px!important;line-height:1.38!important;font-weight:520!important;
}

@media(max-width:1100px){
  body.home-cockpit .home-dashboard{width:calc(100% - 30px)!important;margin:32px auto 52px!important;}
  body.home-cockpit .dash-ops-flow{
    min-height:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px 18px!important;padding:30px 24px 28px!important;
  }
  body.home-cockpit .dash-ops-flow::before{display:none!important;}
}
@media(max-width:620px){
  body.home-cockpit .home-dashboard{width:calc(100% - 18px)!important;margin:24px auto 42px!important;}
  body.home-cockpit .dash-ops .dash-panel-title,
  html.light body.home-cockpit .dash-ops .dash-panel-title{
    height:58px!important;padding-inline:14px!important;font-size:15px!important;letter-spacing:.055em!important;
  }
  body.home-cockpit .dash-ops-flow{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 10px!important;padding:24px 12px 22px!important;
  }
  body.home-cockpit .dash-op-ico,
  html.light body.home-cockpit .dash-op-ico{width:72px!important;height:72px!important;}
  body.home-cockpit .dash-op-ico img,
  html.light body.home-cockpit .dash-op-ico img{width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;}
  body.home-cockpit .dash-op small,
  html.light body.home-cockpit .dash-op small{max-width:145px!important;min-height:0!important;font-size:11px!important;}
}

body.home-cockpit #faq .faq{
  width:min(calc(100% - 48px),1180px)!important;max-width:1180px!important;
  margin:42px auto 0!important;display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px 18px!important;align-items:start!important;
}
body.home-cockpit #faq .faq-col{
  min-width:0!important;display:flex!important;flex-direction:column!important;gap:12px!important;
}
body.home-cockpit #faq .faq-col>details{
  width:100%!important;margin:0!important;
}
@media(max-width:800px){
  body.home-cockpit #faq .faq{
    width:min(calc(100% - 30px),680px)!important;margin-top:30px!important;
    grid-template-columns:1fr!important;gap:12px!important;
  }
  body.home-cockpit #faq .faq-col{gap:12px!important;}
}

body.home-cockpit .home-proof-head{
  justify-content:flex-start!important;align-items:center!important;margin-bottom:26px!important;
}
body.home-cockpit .home-proof-route-badge--feature{
  max-width:min(92vw,980px)!important;min-height:56px!important;margin:0!important;padding:10px 24px!important;
  border-radius:999px!important;font-size:clamp(12px,1.05vw,15px)!important;line-height:1.35!important;
  font-weight:650!important;letter-spacing:.035em!important;
}
body.home-cockpit .home-proof-route-badge--feature i{
  width:9px!important;height:9px!important;
}
@media(max-width:760px){
  body.home-cockpit .home-proof-head{display:flex!important;width:calc(100% - 28px)!important;margin-bottom:20px!important;}
  body.home-cockpit .home-proof-route-badge--feature{
    width:auto!important;max-width:100%!important;min-height:44px!important;margin:0!important;padding:9px 15px!important;
    font-size:10.5px!important;line-height:1.4!important;letter-spacing:.025em!important;
  }
}

:root{
  --red:#B7C0C5!important;--red-2:#707B81!important;--teal:#AEB8BD!important;
  --glow-rgb:183,192,197!important;
  --red-premium:#DDE2E5!important;--red-premium-2:#F2F4F5!important;--red-premium-dark:#626D73!important;
  --auto-accent:#B7C0C5!important;--auto-accent-rgb:183,192,197!important;
  --theme-accent:#B7C0C5!important;--theme-accent-2:#EEF1F2!important;
  --bd:rgba(190,198,203,.18)!important;--bd-2:rgba(203,210,214,.32)!important;
}
html.light{
  --red:#667279!important;--red-2:#424C52!important;--teal:#758188!important;
  --glow-rgb:102,114,121!important;
  --red-premium:#77838A!important;--red-premium-2:#4E5960!important;--red-premium-dark:#343D42!important;
  --auto-accent:#667279!important;--auto-accent-rgb:102,114,121!important;
  --theme-accent:#667279!important;--theme-accent-2:#343D42!important;
  --bd:rgba(74,86,93,.16)!important;--bd-2:rgba(74,86,93,.30)!important;
}

.kick,.marq-kick,.docs-sector-kick,.docs-flow-head>span{
  font-size:12px!important;font-weight:760!important;letter-spacing:.205em!important;text-shadow:none!important;
  background:linear-gradient(180deg,#F3F5F6 0%,#C4CBCF 38%,#8C979D 72%,#DCE1E3 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
html.light .kick,html.light .marq-kick,html.light .docs-sector-kick,html.light .docs-flow-head>span{
  background:linear-gradient(180deg,#737E84 0%,#424C52 46%,#69747A 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
.kick::before,.kick::after,.marq-kick::before,.marq-kick::after{
  height:2px!important;border-radius:0!important;box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,#596269 14%,#B9C1C5 38%,#F0F2F3 50%,#A3ADB2 70%,#535D63 88%,transparent 100%)!important;
  clip-path:polygon(0 50%,10% 22%,90% 22%,100% 50%,90% 78%,10% 78%)!important;
}
.kick::before,.kick::after{width:48px!important;}
.marq-kick::before,.marq-kick::after{max-width:112px!important;}
html.light .kick::before,html.light .kick::after,html.light .marq-kick::before,html.light .marq-kick::after{
  background:linear-gradient(90deg,transparent 0%,#727D83 15%,#AEB6BA 38%,#5B666C 52%,#939DA2 73%,#6C777D 88%,transparent 100%)!important;
}

nav.main>a::after,.nav-trigger::after{
  height:2px!important;bottom:11px!important;border-radius:0!important;box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,#68737A 12%,#C3CACE 38%,#F3F5F6 50%,#9FA9AE 70%,#59636A 88%,transparent 100%)!important;
  clip-path:polygon(0 50%,9% 20%,91% 20%,100% 50%,91% 80%,9% 80%)!important;
}
nav.main>a:hover,.nav-trigger:hover,.nav-drop.open .nav-trigger,nav.main>a.active,.nav-trigger.active{color:#EEF1F2!important;text-shadow:0 0 12px rgba(214,220,223,.10)!important;}
html.light nav.main>a:hover,html.light .nav-trigger:hover,html.light .nav-drop.open .nav-trigger,html.light nav.main>a.active,html.light .nav-trigger.active{color:#333C41!important;text-shadow:none!important;}
.nav-drop:hover .nav-trigger svg,.nav-drop.open .nav-trigger svg{color:#B7C0C5!important;}
html.light .nav-drop:hover .nav-trigger svg,html.light .nav-drop.open .nav-trigger svg{color:#59646A!important;}
.mega-menu{border-color:rgba(190,199,204,.30)!important;background:linear-gradient(155deg,rgba(18,22,25,.985),rgba(5,7,9,.99))!important;}
.mega-menu a:hover,.mega-menu a:focus-visible{border-color:rgba(202,209,213,.32)!important;background:linear-gradient(110deg,rgba(210,217,220,.10),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}
html.light .mega-menu{background:linear-gradient(155deg,#FFFFFF,#E9EDEF)!important;border-color:rgba(75,87,94,.20)!important;}
html.light .mega-menu a:hover,html.light .mega-menu a:focus-visible{border-color:rgba(75,87,94,.28)!important;background:linear-gradient(110deg,#FFFFFF,rgba(99,112,119,.08))!important;color:#30383D!important;}
.products-menu{width:min(370px,calc(100vw - 40px))!important;}
.products-menu a[aria-disabled="true"]{cursor:default!important;}
.products-menu a[aria-disabled="true"]::after{content:"PDF"!important;width:auto!important;min-width:32px!important;padding:0 6px!important;font:700 8px/20px "IBM Plex Mono",monospace!important;letter-spacing:.07em!important;border:1px solid rgba(190,199,204,.25)!important;border-radius:999px!important;color:#BBC3C7!important;background:rgba(255,255,255,.035)!important;}
html.light .products-menu a[aria-disabled="true"]::after{color:#58646A!important;border-color:rgba(75,87,94,.22)!important;background:rgba(75,87,94,.06)!important;}
.mnav-main-link:hover,.mnav-solutions-toggle:hover,.mnav-sub a:hover{border-color:rgba(188,198,203,.30)!important;background:linear-gradient(90deg,rgba(190,199,204,.09),transparent)!important;}

:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.lanes){border-color:rgba(185,194,199,.22)!important;}
html.light :where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.lanes){border-color:rgba(78,91,98,.20)!important;}

.faq details{border-color:rgba(183,193,198,.30)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;}
.faq details:hover,.faq details[open]{border-color:rgba(214,220,223,.48)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 30px rgba(0,0,0,.16)!important;}
.faq summary::after{color:#C4CBCF!important;-webkit-text-fill-color:#C4CBCF!important;text-shadow:0 0 9px rgba(214,220,223,.14)!important;}
html.light .faq details{border-color:rgba(79,91,98,.27)!important;background:linear-gradient(145deg,#FFFFFF,#EFF2F3)!important;box-shadow:inset 0 1px 0 #fff!important;}
html.light .faq details:hover,html.light .faq details[open]{border-color:rgba(72,83,89,.42)!important;background:linear-gradient(145deg,#FFFFFF,#E7EBED)!important;box-shadow:inset 0 1px 0 #fff,0 14px 30px rgba(48,59,66,.08)!important;}
html.light .faq summary::after{color:#59656B!important;-webkit-text-fill-color:#59656B!important;text-shadow:none!important;}

.qfield-no{display:none!important;}
.qform{border:1px solid rgba(188,198,203,.34)!important;box-shadow:0 32px 78px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)!important;}
.qform::before{height:1px!important;background:linear-gradient(90deg,transparent,#69747A,#D9DEE0,#69747A,transparent)!important;box-shadow:none!important;}
.qform-head{border-bottom-color:rgba(188,198,203,.18)!important;background:linear-gradient(135deg,rgba(190,199,204,.08),transparent 62%)!important;}
.qform-head-mark{border-color:rgba(191,200,205,.35)!important;background:linear-gradient(145deg,rgba(208,215,218,.13),rgba(70,80,86,.08))!important;color:#D9DEE0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;}
.qform-lock{border-color:rgba(181,191,196,.28)!important;background:rgba(181,191,196,.055)!important;color:#BFC7CB!important;}
.qfield label{gap:0!important;color:#CFD5D8!important;font-size:11.4px!important;font-weight:800!important;letter-spacing:.105em!important;text-shadow:0 1px 0 rgba(0,0,0,.28)!important;}
.qform input,.qform select,.qform textarea{border-color:rgba(183,193,198,.28)!important;background:linear-gradient(145deg,rgba(255,255,255,.038),rgba(255,255,255,.014))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;}
.qform input:hover,.qform select:hover,.qform textarea:hover{border-color:rgba(205,212,216,.40)!important;}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:rgba(218,223,226,.58)!important;box-shadow:0 0 0 3px rgba(185,194,199,.08),inset 0 1px 0 rgba(255,255,255,.04)!important;}
.qform-advanced,.qfile-drop{border-color:rgba(184,194,199,.27)!important;}
.qform-advanced summary{background:linear-gradient(110deg,rgba(188,198,203,.07),rgba(255,255,255,.018) 68%,transparent)!important;}
.qform-advanced-icon{border-color:rgba(187,197,202,.31)!important;background:linear-gradient(145deg,rgba(203,211,215,.11),rgba(70,80,86,.07))!important;color:#C5CDD1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}
.qform-advanced-badge{border-color:rgba(181,191,196,.24)!important;background:rgba(181,191,196,.055)!important;color:#BFC7CB!important;}
html.light .qform{background:linear-gradient(155deg,#FFFFFF,#EEF1F2)!important;border-color:rgba(73,85,92,.27)!important;box-shadow:0 28px 65px rgba(43,54,61,.10),inset 0 1px 0 #fff!important;}
html.light .qform-head{border-bottom-color:rgba(73,85,92,.13)!important;background:linear-gradient(135deg,rgba(85,98,105,.07),transparent 62%)!important;}
html.light .qform-head-mark{border-color:rgba(73,85,92,.28)!important;background:linear-gradient(145deg,#F8FAFA,#DDE2E4)!important;color:#4B565C!important;}
html.light .qform-lock{border-color:rgba(73,85,92,.24)!important;background:rgba(73,85,92,.05)!important;color:#59656B!important;}
html.light .qfield label{color:#465158!important;text-shadow:none!important;}
html.light .qform input,html.light .qform select,html.light .qform textarea{background:linear-gradient(145deg,#FFFFFF,#ECEFF0)!important;border-color:rgba(73,85,92,.23)!important;color:#242B2F!important;box-shadow:inset 0 1px 0 #fff!important;}
html.light .qform-advanced,html.light .qfile-drop{border-color:rgba(73,85,92,.22)!important;background:linear-gradient(145deg,#FFFFFF,#ECEFF0)!important;}
html.light .qform-advanced summary{background:linear-gradient(110deg,rgba(82,95,102,.06),rgba(255,255,255,.72) 70%)!important;}

.btn-pill,.btn-red,.mnav-cta,.qform button#sendBtn{
  border:1px solid rgba(222,227,229,.55)!important;background:linear-gradient(180deg,#E7EBED 0%,#AEB7BC 45%,#737E84 100%)!important;
  color:#101315!important;-webkit-text-fill-color:#101315!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 26px rgba(0,0,0,.22)!important;text-shadow:none!important;
}
.btn-pill:hover,.btn-red:hover,.mnav-cta:hover,.qform button#sendBtn:hover{background:linear-gradient(180deg,#F4F6F7,#BFC7CB 48%,#818C92)!important;box-shadow:inset 0 1px 0 #fff,0 14px 32px rgba(0,0,0,.26)!important;}
html.light .btn-pill,html.light .btn-red,html.light .mnav-cta,html.light .qform button#sendBtn{border-color:rgba(63,74,80,.50)!important;background:linear-gradient(180deg,#7B878D,#58636A 50%,#374147)!important;color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 10px 24px rgba(49,60,67,.16)!important;}
html.light .btn-pill:hover,html.light .btn-red:hover,html.light .mnav-cta:hover,html.light .qform button#sendBtn:hover{background:linear-gradient(180deg,#89949A,#626E74 52%,#414B51)!important;}

.faq summary::after,.mail-line a,.cpy:hover,.lanes td.d,.stat .num em,.svc:hover h3,.svc .lk::after,.mnav-solutions-toggle svg,.product-group-action b,.doc-no,.doc-native,.about-card .about-no,.pl-head .tag,.docs-flow-step b{color:#B8C1C5!important;-webkit-text-fill-color:#B8C1C5!important;}
html.light .faq summary::after,html.light .mail-line a,html.light .cpy:hover,html.light .lanes td.d,html.light .stat .num em,html.light .svc:hover h3,html.light .svc .lk::after,html.light .mnav-solutions-toggle svg,html.light .product-group-action b,html.light .doc-no,html.light .doc-native,html.light .about-card .about-no,html.light .pl-head .tag,html.light .docs-flow-step b{color:#566269!important;-webkit-text-fill-color:#566269!important;}

@media(max-width:760px){
  .kick{font-size:10.5px!important;padding-inline:42px!important;}
  .kick::before,.kick::after{width:30px!important;}
  .products-menu{width:min(342px,calc(100vw - 20px))!important;}
}

html.light body.home-cockpit .product-group-card::before{
  opacity:.18!important;background:linear-gradient(118deg,transparent 28%,rgba(255,255,255,.13) 44%,transparent 60%)!important;
}
html.light body.home-cockpit .product-group-visual{opacity:.96!important;filter:brightness(.88) saturate(.82) contrast(1.06)!important;}
html.light body.home-cockpit .product-group-card{background:linear-gradient(145deg,#F3F5F5,#D9DEE0 72%,#EEF1F2)!important;}
body.home-cockpit .product-groups-head .kick,body.home-cockpit .home-proof-heading .kick,body.home-cockpit .home-transparency-copy .kick{
  font-size:12px!important;font-weight:760!important;letter-spacing:.205em!important;
  background:linear-gradient(180deg,#F3F5F6 0%,#C4CBCF 38%,#8C979D 72%,#DCE1E3 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
html.light body.home-cockpit .product-groups-head .kick,html.light body.home-cockpit .home-proof-heading .kick,html.light body.home-cockpit .home-transparency-copy .kick{
  background:linear-gradient(180deg,#737E84 0%,#424C52 46%,#69747A 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
body.home-cockpit .product-groups-head .kick::before,body.home-cockpit .product-groups-head .kick::after,
body.home-cockpit .home-proof-heading .kick::before,body.home-cockpit .home-proof-heading .kick::after,
body.home-cockpit .home-transparency-copy .kick::before,body.home-cockpit .home-transparency-copy .kick::after{
  content:""!important;display:block!important;width:48px!important;height:2px!important;opacity:1!important;box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,#596269 14%,#B9C1C5 38%,#F0F2F3 50%,#A3ADB2 70%,#535D63 88%,transparent 100%)!important;
  clip-path:polygon(0 50%,10% 22%,90% 22%,100% 50%,90% 78%,10% 78%)!important;
}

body.home-cockpit .faq details{border-color:rgba(183,193,198,.30)!important;}
body.home-cockpit .faq summary::after{color:#C4CBCF!important;-webkit-text-fill-color:#C4CBCF!important;}
html.light body.home-cockpit .faq details{border-color:rgba(79,91,98,.27)!important;background:linear-gradient(145deg,#FFFFFF,#EFF2F3)!important;}
html.light body.home-cockpit .faq summary::after{color:#59656B!important;-webkit-text-fill-color:#59656B!important;}
body.home-cockpit .qfield-no{display:none!important;}
body.home-cockpit .qform{border-color:rgba(188,198,203,.34)!important;}
body.home-cockpit .qform::before{background:linear-gradient(90deg,transparent,#69747A,#D9DEE0,#69747A,transparent)!important;box-shadow:none!important;}
body.home-cockpit .qfield label{gap:0!important;color:#CFD5D8!important;font-size:11.4px!important;font-weight:800!important;letter-spacing:.105em!important;}
body.home-cockpit .qform input,body.home-cockpit .qform select,body.home-cockpit .qform textarea{border-color:rgba(183,193,198,.28)!important;}
html.light body.home-cockpit .qform{background:linear-gradient(155deg,#FFFFFF,#EEF1F2)!important;border-color:rgba(73,85,92,.27)!important;}
html.light body.home-cockpit .qfield label{color:#465158!important;}
html.light body.home-cockpit .qform input,html.light body.home-cockpit .qform select,html.light body.home-cockpit .qform textarea{background:linear-gradient(145deg,#FFFFFF,#ECEFF0)!important;border-color:rgba(73,85,92,.23)!important;}

body.home-cockpit #hdr nav.main>a::after,body.home-cockpit #hdr .nav-trigger::after,html.light body.home-cockpit #hdr nav.main>a::after,html.light body.home-cockpit #hdr .nav-trigger::after{
  height:2px!important;bottom:11px!important;box-shadow:none!important;background:linear-gradient(90deg,transparent 0%,#68737A 12%,#C3CACE 38%,#F3F5F6 50%,#9FA9AE 70%,#59636A 88%,transparent 100%)!important;clip-path:polygon(0 50%,9% 20%,91% 20%,100% 50%,91% 80%,9% 80%)!important;
}
body.home-cockpit #hdr .products-menu{width:min(370px,calc(100vw - 40px))!important;}

body.home-cockpit .hero h1 .accent,html.light body.home-cockpit .hero h1 .accent{color:#C7CED2!important;-webkit-text-fill-color:#C7CED2!important;text-shadow:0 2px 2px rgba(0,0,0,.75),0 8px 22px rgba(0,0,0,.48)!important;}
body.home-cockpit .hero h1 .hdot::after,html.light body.home-cockpit .hero h1 .hdot::after{background:#B8C1C5!important;box-shadow:0 0 4px rgba(216,222,225,.55),0 0 10px rgba(183,192,197,.20)!important;}
body.home-cockpit .hero>.home-benefits-cockpit .hchip,html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{border-color:rgba(185,194,199,.30)!important;}

body.home-cockpit .home-proof-head{
  display:flex;align-items:center;justify-content:center;gap:18px;
}
body.home-cockpit .home-proof-head .proof-nav-wrap{display:flex;gap:10px;align-items:center}
body.home-cockpit .home-proof-nav{
  width:40px;height:40px;border-radius:999px;border:1px solid rgba(176,186,192,.46);
  display:grid;place-items:center;flex:0 0 auto;cursor:pointer;
  color:#dfe5e8;background:linear-gradient(145deg,rgba(28,33,38,.95),rgba(8,11,14,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.26),0 0 0 1px rgba(116,127,134,.14);
  transition:transform .2s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
}
body.home-cockpit .home-proof-nav:hover{transform:translateY(-1px);border-color:rgba(214,222,226,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 28px rgba(0,0,0,.34),0 0 14px rgba(214,222,226,.08)}
body.home-cockpit .home-proof-nav svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.2}
body.home-cockpit .home-proof-shell{
  position:relative;overflow:hidden;
  border:1px solid rgba(170,180,186,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.24)!important;
}
body.home-cockpit .home-proof-viewport{touch-action:pan-y;user-select:none}
body.home-cockpit .home-proof-viewport.is-dragging{cursor:grabbing}
body.home-cockpit .home-proof-track{gap:22px!important;padding:0 24px!important}
body.home-cockpit .home-proof-card{
  position:relative;overflow:visible!important;
}
body.home-cockpit .home-proof-card + .home-proof-card::before{
  content:"";position:absolute;left:-12px;top:10px;bottom:10px;width:1px;border-radius:999px;
  background:linear-gradient(180deg,transparent 0%,rgba(125,136,143,.24) 14%,rgba(222,228,231,.82) 50%,rgba(125,136,143,.24) 86%,transparent 100%);
  box-shadow:0 0 0 1px rgba(255,255,255,.015),0 0 14px rgba(215,223,227,.10);
}
body.home-cockpit .home-proof-card::after{
  border:1px solid rgba(175,185,191,.16)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0))!important;
}
body.home-cockpit .home-proof-card:hover{transform:translateY(-4px) scale(1.005)!important}
body.home-cockpit .home-proof-route-badge{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.22)!important;
}
html.light body.home-cockpit .home-proof-nav{
  color:#425058;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(224,230,234,.94));border-color:rgba(132,143,150,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 22px rgba(65,77,84,.14),0 0 0 1px rgba(165,174,180,.12);
}
html.light body.home-cockpit .home-proof-card + .home-proof-card::before{
  background:linear-gradient(180deg,transparent 0%,rgba(112,123,130,.18) 14%,rgba(180,189,194,.74) 50%,rgba(112,123,130,.18) 86%,transparent 100%);
}
html.light body.home-cockpit .home-proof-shell{border-color:rgba(128,139,146,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 14px 26px rgba(60,72,80,.10)!important}

body.home-cockpit .dash-ops,html.light body.home-cockpit .dash-ops,html:not(.light) body.home-cockpit .dash-ops{
  border:1.6px solid rgba(182,192,198,.42)!important;
  border-radius:24px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), inset 0 0 0 1px rgba(214,220,223,.06), 0 18px 42px rgba(0,0,0,.26)!important;
  background:
    radial-gradient(90% 130% at 0 -24%,rgba(208,215,219,.07),transparent 55%),
    linear-gradient(150deg,#0C1014 0%,#05080B 58%,#080B0D 100%)!important;
}
body.home-cockpit .dash-ops::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(235,239,241,.08)}
body.home-cockpit .dash-ops .dash-panel-title{height:60px!important;padding:0 30px!important}
body.home-cockpit .dash-ops .dash-panel-title::after{width:56px!important;height:2px!important;left:50%!important;transform:translateX(-50%)!important;
 background:linear-gradient(90deg,transparent,#7F8B92,#EFF3F4,#7F8B92,transparent)!important;box-shadow:0 0 12px rgba(215,221,224,.12)!important}
body.home-cockpit .dash-ops-flow{padding:30px 28px 34px!important}
body.home-cockpit .home-dashboard::after,html.light body.home-cockpit .home-dashboard::after,html:not(.light) body.home-cockpit .home-dashboard::after{
  content:"ONE CONTACT. FULL CONTROL."!important;
  height:42px!important;margin-top:8px!important;
  color:#B5BDC2!important;
  font:700 10px/1.2 "Manrope","Exo 2",sans-serif!important;
  letter-spacing:.34em!important;
  text-transform:uppercase!important;
  background:linear-gradient(90deg,rgba(96,107,113,.92) 0 34%,transparent 34% 66%,rgba(96,107,113,.92) 66% 100%) center/100% 1px no-repeat!important;
  text-shadow:0 0 12px rgba(205,213,217,.10)!important;
}
body.home-cockpit .home-dashboard::before{left:18px!important;right:18px!important;bottom:16px!important;height:5px!important}
@media (max-width:900px){
  body.home-cockpit .home-proof-head{gap:10px}
  body.home-cockpit .home-proof-nav{width:34px;height:34px}
  body.home-cockpit .home-proof-track{gap:14px!important;padding:0 14px!important}
  body.home-cockpit .home-proof-card + .home-proof-card::before{left:-8px;top:8px;bottom:8px}
  body.home-cockpit .dash-ops{border-radius:18px!important}
  body.home-cockpit .home-dashboard::after{font-size:8.5px!important;letter-spacing:.22em!important}
}

body.home-cockpit .dash-op-ico,
html.light body.home-cockpit .dash-op-ico,
html:not(.light) body.home-cockpit .dash-op-ico{
  width:78px!important;
  height:78px!important;
  border-radius:50%!important;
  border:1.5px solid rgba(190,199,204,.68)!important;
  background:radial-gradient(circle at 34% 27%,#242A2E 0%,#111519 48%,#050709 78%,#020304 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 0 0 3px rgba(6,8,10,.96),
    0 0 0 1px rgba(92,103,110,.32),
    0 8px 18px rgba(0,0,0,.28)!important;
  overflow:hidden!important;
}
body.home-cockpit .dash-op-ico img,
html.light body.home-cockpit .dash-op-ico img,
html:not(.light) body.home-cockpit .dash-op-ico img{
  width:62px!important;
  height:62px!important;
  object-fit:contain!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  image-rendering:auto!important;
}
body.home-cockpit .dash-op:hover .dash-op-ico,
html.light body.home-cockpit .dash-op:hover .dash-op-ico,
html:not(.light) body.home-cockpit .dash-op:hover .dash-op-ico{
  border-color:rgba(230,235,237,.82)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 0 0 3px rgba(6,8,10,.96),
    0 0 0 1px rgba(180,190,195,.38),
    0 0 14px rgba(205,214,218,.08),
    0 10px 22px rgba(0,0,0,.30)!important;
}
body.home-cockpit .dash-op:hover .dash-op-ico img,
html.light body.home-cockpit .dash-op:hover .dash-op-ico img,
html:not(.light) body.home-cockpit .dash-op:hover .dash-op-ico img{
  filter:none!important;
  transform:none!important;
  opacity:1!important;
}

body.home-cockpit article.product-group-card{cursor:default!important;}
body.home-cockpit article.product-group-card:hover{transform:none!important;}
body.home-cockpit .product-group-action[data-pdf-placeholder]{
  text-decoration:none!important;cursor:default!important;
  min-width:210px!important;
  border-color:rgba(178,188,193,.44)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.018))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)!important;
}
body.home-cockpit .product-group-action[data-pdf-placeholder]>span{font-size:11.2px!important;font-weight:700!important;letter-spacing:.025em!important;}
body.home-cockpit .product-group-action[data-pdf-placeholder] b{
  font-size:15px!important;color:#cbd2d6!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(160,171,177,.05))!important;
}
html.light body.home-cockpit .product-group-action[data-pdf-placeholder]{
  border-color:rgba(77,89,96,.34)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(166,177,183,.18))!important;
  color:#303a40!important;
}

html.light body.home-cockpit .home-dashboard::before{
  background:
    radial-gradient(38% 88% at 12% 0%, rgba(117,129,141,.055), transparent 68%),
    radial-gradient(30% 78% at 88% 8%, rgba(149,160,169,.05), transparent 72%)!important;
  filter:none!important;
}
html.light body.home-cockpit .dash-ops{
  background:
    radial-gradient(86% 120% at 0 -24%, rgba(255,255,255,.28), transparent 54%),
    linear-gradient(150deg,#F8FAFC 0%, #EEF2F5 46%, #E5EBF0 100%)!important;
  border:1px solid rgba(123,135,144,.26)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    inset 0 -1px 0 rgba(114,126,135,.10),
    0 14px 30px rgba(56,69,79,.10),
    0 2px 8px rgba(56,69,79,.06)!important;
}
html.light body.home-cockpit .dash-ops::after{
  content:none!important;
  display:none!important;
  background:none!important;
}
html.light body.home-cockpit .dash-ops::before{
  border:1px solid rgba(255,255,255,.55)!important;
}
html.light body.home-cockpit .dash-ops .dash-panel-title{
  color:#2E3A44!important;
  border-bottom-color:rgba(113,126,136,.14)!important;
  text-shadow:none!important;
}
html.light body.home-cockpit .dash-ops .dash-panel-title>span{
  background:linear-gradient(180deg,#55616A 0%, #8A959C 45%, #58646D 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
}
html.light body.home-cockpit .dash-ops .dash-panel-title::after{
  background:linear-gradient(90deg,transparent 0%, #8C989F 20%, #C9D1D5 50%, #8C989F 80%, transparent 100%)!important;
  width:46px!important;
  box-shadow:0 0 8px rgba(170,180,186,.12)!important;
}
html.light body.home-cockpit .dash-ops-flow::before{
  height:1px!important;
  background:linear-gradient(90deg,transparent 0%, rgba(131,143,151,.26) 8%, rgba(191,199,204,.50) 50%, rgba(131,143,151,.26) 92%, transparent 100%)!important;
  box-shadow:none!important;
}
html.light body.home-cockpit .dash-op,
html.light body.home-cockpit .dash-op small,
html.light body.home-cockpit .dash-op b{
  color:#4C5963!important;
  -webkit-text-fill-color:#4C5963!important;
}
html.light body.home-cockpit .dash-op-ico{
  background:radial-gradient(circle at 35% 28%, #FFFFFF 0%, #E8EDF1 42%, #CCD4DB 74%, #B8C1C8 100%)!important;
  border:1px solid rgba(124,136,145,.50)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 0 0 3px rgba(244,247,249,.96),
    0 0 0 1px rgba(158,168,175,.22),
    0 6px 14px rgba(64,78,87,.10)!important;
}
html.light body.home-cockpit .dash-op:hover .dash-op-ico{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 0 0 3px rgba(244,247,249,.96),
    0 0 0 1px rgba(158,168,175,.30),
    0 8px 16px rgba(64,78,87,.12)!important;
}

.mail-line{border-color:rgba(167,176,184,.28)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 8px 18px rgba(0,0,0,.10)!important;}
.mail-line a{
  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;
  font-weight:800!important;
  font-size:16px!important;
  letter-spacing:.01em!important;
  text-shadow:0 0 12px rgba(240,48,64,.10)!important;
}
.mail-line svg,.mail-line .ico,.mail-line .icon, .mail-line{color:#E8EDF0!important}
html.light .mail-line a{
  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;
  text-shadow:none!important;
}

header .btn-pill,
html.light header .btn-pill{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:48px!important;
  padding:12px 58px 12px 20px!important;
  border-radius:14px!important;
  border:1px solid rgba(171,181,188,.62)!important;
  background:linear-gradient(180deg,#838D93 0%, #5F6A71 20%, #343C42 52%, #14191D 100%)!important;
  color:#F1F4F6!important;
  -webkit-text-fill-color:#F1F4F6!important;
  font-weight:800!important;
  font-size:15px!important;
  letter-spacing:.01em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34), inset 0 -1px 0 rgba(10,12,14,.55), 0 10px 24px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.04)!important;
  overflow:hidden!important;
}
header .btn-pill::before,
html.light header .btn-pill::before{
  content:""!important;
  position:absolute!important;
  right:48px!important;
  top:10px!important;
  bottom:10px!important;
  width:1px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,.12) 40%,rgba(18,23,27,.55))!important;
  opacity:.9!important;
}
header .btn-pill::after,
html.light header .btn-pill::after{
  content:"→"!important;
  position:absolute!important;
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#E13A43!important;
  -webkit-text-fill-color:#E13A43!important;
  font-size:19px!important;
  font-weight:900!important;
  text-shadow:0 0 10px rgba(225,58,67,.16)!important;
}
header .btn-pill:hover,
header .btn-pill:focus-visible,
html.light header .btn-pill:hover,
html.light header .btn-pill:focus-visible{
  background:linear-gradient(180deg,#959EA4 0%, #6E787F 22%, #424A50 56%, #1C2328 100%)!important;
  border-color:rgba(214,221,225,.78)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  transform:translateY(-1px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(10,12,14,.62), 0 14px 30px rgba(0,0,0,.28), 0 0 16px rgba(160,170,178,.12)!important;
}
.mnav-cta,
html.light .mnav-cta{
  position:relative!important;
  min-height:46px!important;
  padding:12px 52px 12px 18px!important;
  border-radius:14px!important;
  border:1px solid rgba(171,181,188,.56)!important;
  background:linear-gradient(180deg,#7D878D 0%, #59636A 22%, #333B40 55%, #151A1E 100%)!important;
  color:#F1F4F6!important;
  -webkit-text-fill-color:#F1F4F6!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30), inset 0 -1px 0 rgba(12,15,18,.58), 0 10px 24px rgba(0,0,0,.22)!important;
}
.mnav-cta::before,
html.light .mnav-cta::before{
  content:""!important;
  position:absolute!important;
  right:46px!important;
  top:10px!important;
  bottom:10px!important;
  width:1px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,.1),rgba(18,23,27,.55))!important;
}
.mnav-cta::after,
html.light .mnav-cta::after{
  content:"→"!important;
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#E13A43!important;
  -webkit-text-fill-color:#E13A43!important;
  font-size:18px!important;
  font-weight:900!important;
}

.mail-line a,
html.light .mail-line a,
html:not(.light) .mail-line a{
  color:#E62D3D!important;
  -webkit-text-fill-color:#E62D3D!important;
  font-weight:800!important;
  text-shadow:0 0 12px rgba(230,45,61,.12)!important;
}
.qform button#sendBtn,
html.light .qform button#sendBtn,
html:not(.light) .qform button#sendBtn{
  border:1px solid rgba(255,91,108,.72)!important;
  background:linear-gradient(180deg,#F43B50 0%,#E3233C 48%,#BE142B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -1px 0 rgba(112,4,21,.20),0 13px 30px rgba(224,34,57,.22)!important;
  text-shadow:0 1px 0 rgba(91,0,14,.18)!important;
}
.qform button#sendBtn:hover,
.qform button#sendBtn:focus-visible,
html.light .qform button#sendBtn:hover,
html.light .qform button#sendBtn:focus-visible,
html:not(.light) .qform button#sendBtn:hover,
html:not(.light) .qform button#sendBtn:focus-visible{
  background:linear-gradient(180deg,#FF4A5F 0%,#EA2942 48%,#C81730 100%)!important;
  border-color:rgba(255,116,130,.84)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(112,4,21,.20),0 15px 34px rgba(224,34,57,.28)!important;
}

body.home-cockpit #hdr .hdr-right>.btn-pill{display:inline-flex!important;}
@media(max-width:620px){
  #hdr .wrap{padding-inline:8px!important;gap:0!important;}
  #hdr .header-brand,#hdr .logo{width:108px!important;min-width:108px!important;max-width:108px!important;flex:0 0 108px!important;}
  #hdr .header-brand>img,#hdr .logo>img{max-width:108px!important;width:108px!important;height:auto!important;}
  #hdr .header-brand-signature{display:none!important;}
  #hdr .hdr-right{gap:5px!important;margin-left:auto!important;min-width:0!important;}
  [dir="rtl"] #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  #hdr .icon-btn,#hdr .burger{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;border-radius:11px!important;}
  #hdr .hdr-right>.btn-pill,
  body.home-cockpit #hdr .hdr-right>.btn-pill{
    display:inline-flex!important;
    width:106px!important;min-width:106px!important;max-width:106px!important;flex:0 0 106px!important;
    min-height:38px!important;height:38px!important;
    padding:5px 28px 5px 8px!important;
    border-radius:11px!important;
    font-size:10.2px!important;line-height:1.04!important;font-weight:800!important;
    white-space:normal!important;text-align:center!important;
    overflow:hidden!important;
  }
  [dir="rtl"] #hdr .hdr-right>.btn-pill{padding:5px 8px 5px 28px!important;}
  #hdr .hdr-right>.btn-pill::before{right:25px!important;top:7px!important;bottom:7px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:25px!important;}
  #hdr .hdr-right>.btn-pill::after{right:8px!important;font-size:14px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::after{right:auto!important;left:8px!important;transform:translateY(-50%) rotate(180deg)!important;}
}
@media(max-width:370px){
  #hdr .wrap{padding-inline:5px!important;}
  #hdr .header-brand,#hdr .logo{width:94px!important;min-width:94px!important;max-width:94px!important;flex-basis:94px!important;}
  #hdr .header-brand>img,#hdr .logo>img{width:94px!important;max-width:94px!important;}
  #hdr .hdr-right{gap:3px!important;}
  #hdr .icon-btn,#hdr .burger{width:35px!important;height:35px!important;min-width:35px!important;flex-basis:35px!important;border-radius:10px!important;}
  #hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{width:98px!important;min-width:98px!important;max-width:98px!important;flex-basis:98px!important;height:35px!important;min-height:35px!important;font-size:9.6px!important;}
}

@media(max-width:620px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{white-space:nowrap!important;line-height:1!important;font-size:10.4px!important;}}
@media(max-width:370px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{font-size:9.8px!important;}}

body.home-cockpit .home-proof-head{
  justify-content:center!important;
}
body.home-cockpit .home-proof-head .proof-nav-wrap{display:none!important}
body.home-cockpit .home-proof-shell{
  position:relative!important;
  overflow:hidden!important;
}
body.home-cockpit .home-proof-nav.home-proof-nav--edge{
  position:absolute!important;
  z-index:24!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  border:1px solid rgba(177,187,193,.55)!important;
  background:linear-gradient(145deg,rgba(27,32,37,.96),rgba(8,11,14,.98))!important;
  color:#e5eaed!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 20px rgba(0,0,0,.36),0 0 0 1px rgba(116,127,134,.12)!important;
}
body.home-cockpit .home-proof-nav.home-proof-nav--edge.prev{left:14px!important}
body.home-cockpit .home-proof-nav.home-proof-nav--edge.next{right:14px!important}
body.home-cockpit .home-proof-nav.home-proof-nav--edge:hover{
  transform:translateY(-50%) scale(1.04)!important;
  border-color:rgba(221,227,230,.72)!important;
}
html.light body.home-cockpit .home-proof-nav.home-proof-nav--edge{
  color:#3e4a51!important;
  background:linear-gradient(145deg,#eef1f2,#cbd1d4)!important;
  border-color:rgba(111,123,130,.46)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 18px rgba(51,63,70,.18),0 0 0 1px rgba(255,255,255,.28)!important;
}
body.home-cockpit .home-proof-viewport{
  cursor:grab!important;
  touch-action:pan-y!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
body.home-cockpit .home-proof-viewport.is-dragging{cursor:grabbing!important}
body.home-cockpit .home-proof-card img,
body.home-cockpit .home-proof-card:hover img{
  filter:none!important;
  -webkit-filter:none!important;
  image-rendering:auto!important;
  -webkit-user-drag:none!important;
}
body.home-cockpit .home-proof-card img{
  transition:transform .38s cubic-bezier(.22,1,.36,1)!important;
}
body.home-cockpit .home-proof-card:hover img{transform:scale(1.015)!important}
@media (max-width:700px){
  body.home-cockpit .home-proof-nav.home-proof-nav--edge{width:36px!important;height:36px!important}
  body.home-cockpit .home-proof-nav.home-proof-nav--edge.prev{left:7px!important}
  body.home-cockpit .home-proof-nav.home-proof-nav--edge.next{right:7px!important}
}

body.home-cockpit .home-proof-card img,
body.home-cockpit .home-proof-card:hover img{
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  image-rendering:auto!important;
}

:root{
  --trx-h:68px;
  --trx-wrap-max:1480px;
  --trx-brand-w:210px;
  --trx-brand-img-w:204px;
  --trx-theme-w:72px;
  --trx-lang-w:66px;
  --trx-cta-w:148px;
  --trx-control-h:38px;
  --trx-cta-h:40px;
  --trx-right-gap:9px;
  --trx-nav-gap:17px;
  --trx-nav-fs:12.8px;
}

html body #hdr,
html.light body #hdr,
html:not(.light) body #hdr{
  position:fixed!important; inset:0 0 auto 0!important; z-index:80!important;
  box-sizing:border-box!important;
  width:100%!important; height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0!important; padding:0!important;
  overflow:visible!important;
  border:0!important; border-top:1px solid rgba(213,219,223,.40)!important; border-bottom:1px solid rgba(78,88,95,.55)!important;
  background:linear-gradient(180deg,#2F353A 0%,#252B30 48%,#1D2226 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.46),0 5px 14px rgba(0,0,0,.16)!important;
  backdrop-filter:none!important; -webkit-backdrop-filter:none!important;
}
html.light body #hdr{
  border-top-color:rgba(236,239,241,.76)!important; border-bottom-color:rgba(92,101,108,.50)!important;
  background:linear-gradient(180deg,#BCC1C5 0%,#ADB3B8 45%,#9CA3A9 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(67,76,82,.18),0 5px 14px rgba(36,45,51,.11)!important;
}
html body #hdr.scrolled{height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;}

html body #hdr>.wrap,
html.light body #hdr>.wrap,
html:not(.light) body #hdr>.wrap{
  position:relative!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:var(--trx-brand-w) minmax(0,1fr) calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  align-items:center!important;
  column-gap:18px!important;
  width:100%!important; max-width:var(--trx-wrap-max)!important;
  height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0 auto!important; padding:0 28px!important;
}

html body #hdr .header-brand,
html body #hdr .logo,
html.light body #hdr .header-brand,
html.light body #hdr .logo{
  grid-column:1!important;
  box-sizing:border-box!important;
  display:flex!important; flex-direction:row!important; align-items:center!important; justify-content:flex-start!important;
  width:var(--trx-brand-w)!important; min-width:var(--trx-brand-w)!important; max-width:var(--trx-brand-w)!important;
  height:54px!important; min-height:54px!important; max-height:54px!important;
  margin:0!important; padding:0!important;
  background:transparent!important; border:0!important; border-radius:0!important; box-shadow:none!important;
  overflow:visible!important; transform:none!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.20))!important;
}
html body #hdr .header-brand>img,
html body #hdr .logo>img,
html.light body #hdr .header-brand>img,
html.light body #hdr .logo>img{
  display:block!important;
  box-sizing:border-box!important;
  width:var(--trx-brand-img-w)!important; min-width:var(--trx-brand-img-w)!important; max-width:var(--trx-brand-img-w)!important;
  height:auto!important; min-height:0!important; max-height:50px!important;
  margin:0!important; padding:0!important;
  object-fit:contain!important; object-position:left center!important;
  background:transparent!important; border:0!important; border-radius:0!important;
  filter:none!important; transform:none!important;
}
html body #hdr .header-brand-signature{display:none!important;visibility:hidden!important;}

html body #hdr nav.main,
html.light body #hdr nav.main,
html:not(.light) body #hdr nav.main{
  grid-column:2!important;
  position:static!important; inset:auto!important;
  display:flex!important; align-items:center!important; justify-content:center!important;
  min-width:0!important; max-width:100%!important;
  width:auto!important; height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  gap:var(--trx-nav-gap)!important;
  margin:0!important; padding:0!important;
  transform:none!important; white-space:nowrap!important;
  overflow:visible!important; z-index:2!important;
}
html body #hdr nav.main>a,
html body #hdr .nav-trigger,
html.light body #hdr nav.main>a,
html.light body #hdr .nav-trigger,
html:not(.light) body #hdr nav.main>a,
html:not(.light) body #hdr .nav-trigger{
  position:relative!important;
  box-sizing:border-box!important;
  display:flex!important; align-items:center!important; gap:5px!important;
  height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0!important; padding:0!important;
  border:0!important; background:none!important; box-shadow:none!important; transform:none!important;
  font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:var(--trx-nav-fs)!important; line-height:1!important; font-weight:700!important; letter-spacing:-.016em!important;
  color:#E5E9EB!important; -webkit-text-fill-color:#E5E9EB!important; text-shadow:0 1px 0 rgba(0,0,0,.24)!important;
  white-space:nowrap!important; font-synthesis:none!important;
}
html.light body #hdr nav.main>a,html.light body #hdr .nav-trigger{
  color:#1F252A!important; -webkit-text-fill-color:#1F252A!important; text-shadow:0 1px 0 rgba(255,255,255,.28)!important;
}
html body #hdr nav.main>a:hover,html body #hdr nav.main>a.active,
html body #hdr .nav-trigger:hover,html body #hdr .nav-trigger.active,html body #hdr .nav-drop.open>.nav-trigger{
  color:#F8FAFB!important;-webkit-text-fill-color:#F8FAFB!important;
}
html.light body #hdr nav.main>a:hover,html.light body #hdr nav.main>a.active,
html.light body #hdr .nav-trigger:hover,html.light body #hdr .nav-trigger.active,html.light body #hdr .nav-drop.open>.nav-trigger{
  color:#11171B!important;-webkit-text-fill-color:#11171B!important;
}
html body #hdr .nav-trigger svg{width:12px!important;height:12px!important;color:#929CA2!important;stroke:currentColor!important;}
html body #hdr nav.main>a::after,html body #hdr .nav-trigger::after{
  content:""!important;position:absolute!important;left:50%!important;right:50%!important;bottom:10px!important;height:1.5px!important;
  border-radius:99px!important;opacity:0!important;background:linear-gradient(90deg,transparent,#8F9AA1 20%,#DDE3E6 50%,#8F9AA1 80%,transparent)!important;
  box-shadow:none!important;transition:left .18s ease,right .18s ease,opacity .18s ease!important;
}
html body #hdr nav.main>a:hover::after,html body #hdr nav.main>a.active::after,
html body #hdr .nav-trigger:hover::after,html body #hdr .nav-trigger.active::after,html body #hdr .nav-drop.open>.nav-trigger::after{left:0!important;right:0!important;opacity:1!important;}
html.light body #hdr nav.main>a::after,html.light body #hdr .nav-trigger::after{background:linear-gradient(90deg,transparent,#69747B 20%,#CFD4D7 50%,#69747B 80%,transparent)!important;}

html body #hdr .hdr-right,
html.light body #hdr .hdr-right,
html:not(.light) body #hdr .hdr-right{
  grid-column:3!important;
  position:relative!important; inset:auto!important;
  box-sizing:border-box!important;
  display:flex!important; align-items:center!important; justify-content:flex-end!important; flex-wrap:nowrap!important;
  gap:var(--trx-right-gap)!important;
  width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  min-width:0!important; max-width:none!important;
  margin:0!important; padding:0!important;
  transform:none!important; z-index:3!important;
}
html body #hdr #themeBtn,html body #hdr .lang-trigger,
html.light body #hdr #themeBtn,html.light body #hdr .lang-trigger{
  box-sizing:border-box!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;
  margin:0!important;padding:0!important;
  border:1px solid #737C83!important;border-radius:14px!important;
  background:linear-gradient(180deg,#3A4147 0%,#293036 48%,#1D2328 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.48),0 2px 5px rgba(0,0,0,.18)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;
}
html.light body #hdr #themeBtn,html.light body #hdr .lang-trigger{
  border-color:#7A838A!important;background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn{
  position:relative!important;display:block!important;direction:ltr!important;
  flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
  overflow:hidden!important;
  border-color:rgba(173,184,191,.42)!important;
  background:radial-gradient(44px 34px at 18% 50%,rgba(195,151,65,.08),transparent 66%),linear-gradient(100deg,#474D52 0%,#373E43 40%,#2B3237 58%,#181E23 100%)!important;
}
html.light body #hdr #themeBtn{
  border-color:rgba(88,101,110,.30)!important;
  background:radial-gradient(44px 34px at 18% 50%,rgba(218,176,86,.10),transparent 68%),linear-gradient(100deg,#C9CED2 0%,#B8BEC3 40%,#A7AFB5 60%,#909AA1 100%)!important;
}
html body #hdr #themeBtn::after{content:""!important;display:block!important;position:absolute!important;left:50%!important;top:7px!important;bottom:7px!important;width:1px!important;background:linear-gradient(180deg,transparent,rgba(220,226,229,.24) 22%,rgba(103,114,121,.28) 78%,transparent)!important;opacity:.72!important;pointer-events:none!important;z-index:1!important;}
html.light body #hdr #themeBtn::after{background:linear-gradient(180deg,transparent,rgba(255,255,255,.48) 20%,rgba(91,103,111,.22) 80%,transparent)!important;}
html body #hdr #themeBtn::before{
  content:""!important;position:absolute!important;top:4px!important;left:4px!important;width:28px!important;height:28px!important;border-radius:50%!important;
  border:1px solid rgba(196,205,210,.52)!important;background:linear-gradient(145deg,#E7ECEF 0%,#C3CCD1 46%,#929DA4 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.90),inset 0 -1px 0 rgba(74,84,90,.25),0 2px 5px rgba(0,0,0,.26)!important;
  transform:translateX(34px)!important;transition:transform .24s cubic-bezier(.2,.75,.2,1)!important;z-index:1!important;
}
html.light body #hdr #themeBtn::before{border-color:rgba(113,125,133,.36)!important;background:linear-gradient(145deg,#D7DCDF 0%,#BEC5CA 48%,#9EA8AE 100%)!important;transform:translateX(0)!important;}
html body #hdr #themeBtn .ic-sun,html body #hdr #themeBtn .ic-moon{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:50%!important;width:14px!important;height:14px!important;transform:translateY(-50%)!important;z-index:2!important;margin:0!important;}
html body #hdr #themeBtn .ic-sun{left:11px!important;color:#C59D52!important;}
html body #hdr #themeBtn .ic-moon{right:11px!important;color:#182027!important;}
html.light body #hdr #themeBtn .ic-moon{color:#5F6A71!important;}

html body #hdr .lang{position:relative!important;flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;}
html body #hdr .lang-trigger{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;padding:0 22px 0 8px!important;overflow:hidden!important;}
html body #hdr .lang-current-flag{display:block!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:18px!important;border:1px solid rgba(242,244,245,.58)!important;border-radius:3px!important;object-fit:cover!important;background:#E9ECEE!important;box-shadow:0 1px 3px rgba(0,0,0,.22)!important;}
html body #hdr .lang-trigger::after{content:""!important;position:absolute!important;right:9px!important;top:50%!important;width:7px!important;height:7px!important;margin:0!important;border-right:2px solid #D2D8DB!important;border-bottom:2px solid #D2D8DB!important;transform:translateY(-70%) rotate(45deg)!important;transition:transform .18s ease!important;}
html body #hdr .lang.open .lang-trigger::after{transform:translateY(-30%) rotate(225deg)!important;}

html body #hdr .hdr-right>.btn-pill,
html.light body #hdr .hdr-right>.btn-pill,
html:not(.light) body #hdr .hdr-right>.btn-pill{
  box-sizing:border-box!important;position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
  margin:0!important;padding:0 41px 0 12px!important;border:1px solid #7A848B!important;border-radius:14px!important;overflow:hidden!important;white-space:nowrap!important;
  background:linear-gradient(180deg,#3C444A 0%,#2B3238 48%,#1F252A 100%)!important;color:#F1F3F4!important;-webkit-text-fill-color:#F1F3F4!important;
  font-family:"Manrope",system-ui,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.01em!important;text-shadow:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.48),0 2px 5px rgba(0,0,0,.18)!important;filter:none!important;transform:none!important;
}
html.light body #hdr .hdr-right>.btn-pill{border-color:#788188!important;background:linear-gradient(180deg,#8E969C 0%,#788087 48%,#656D73 100%)!important;color:#F7F8F9!important;-webkit-text-fill-color:#F7F8F9!important;text-shadow:0 1px 0 rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(46,54,60,.32),0 2px 5px rgba(42,51,57,.16)!important;}
html body #hdr .hdr-right>.btn-pill::before{content:""!important;position:absolute!important;right:37px!important;top:9px!important;bottom:9px!important;width:1px!important;background:rgba(218,224,227,.40)!important;}
html body #hdr .hdr-right>.btn-pill::after{content:"›"!important;position:absolute!important;right:4px!important;top:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;width:29px!important;height:29px!important;border:1px solid #727D84!important;border-radius:50%!important;background:linear-gradient(145deg,#333A40,#20262B)!important;color:#EF2735!important;-webkit-text-fill-color:#EF2735!important;font:500 27px/1 Arial,sans-serif!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.32)!important;transform:translateY(-50%)!important;}
html.light body #hdr .hdr-right>.btn-pill::after{border-color:#899299!important;background:linear-gradient(145deg,#A2A9AE,#7C848A)!important;}
[dir="rtl"] body #hdr .hdr-right>.btn-pill{padding:0 12px 0 41px!important;}[dir="rtl"] body #hdr .hdr-right>.btn-pill::before{right:auto!important;left:37px!important;}[dir="rtl"] body #hdr .hdr-right>.btn-pill::after{right:auto!important;left:4px!important;transform:translateY(-50%) rotate(180deg)!important;}

html body #hdr .burger{display:none!important;box-sizing:border-box!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;margin:0!important;padding:0!important;border:1px solid #737C83!important;border-radius:12px!important;background:linear-gradient(180deg,#3A4147 0%,#293036 48%,#1D2328 100%)!important;color:#E5E9EB!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 2px 5px rgba(0,0,0,.15)!important;}
html.light body #hdr .burger{border-color:#7A838A!important;background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;color:#F4F6F7!important;}
html body #hdr.nav-compact nav.main{display:none!important;}
html body #hdr.nav-compact .burger{display:flex!important;}

html body #hdr.header-compact-cta .hdr-right>.btn-pill{display:inline-flex!important;}
html body #hdr.header-nav-tight nav.main{gap:8px!important;}
html body #hdr.header-nav-tight nav.main>a,html body #hdr.header-nav-tight .nav-trigger{font-size:11.2px!important;letter-spacing:-.022em!important;}

html body #hdr .mega-menu{top:58px!important;}

@media (max-width:1499px) and (min-width:1201px){
  :root{--trx-brand-w:186px;--trx-brand-img-w:180px;--trx-theme-w:64px;--trx-lang-w:58px;--trx-cta-w:126px;--trx-right-gap:7px;--trx-nav-gap:11px;--trx-nav-fs:11.8px;}
  html body #hdr>.wrap{padding:0 20px!important;column-gap:14px!important;}
  html body #hdr .lang-trigger{padding:0 18px 0 6px!important;}
  html body #hdr .lang-current-flag{width:24px!important;min-width:24px!important;max-width:24px!important;height:16px!important;}
  html body #hdr #themeBtn::before{width:26px!important;height:26px!important;top:5px!important;left:4px!important;transform:translateX(28px)!important;}
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr .hdr-right>.btn-pill{font-size:11.3px!important;padding-left:8px!important;padding-right:35px!important;}
  html body #hdr .hdr-right>.btn-pill::before{right:32px!important;}html body #hdr .hdr-right>.btn-pill::after{right:3px!important;width:26px!important;height:26px!important;font-size:24px!important;}
}

@media (max-width:1550px) and (min-width:1201px){
  html[lang="ru"] body #hdr nav.main,html[lang="ka"] body #hdr nav.main,html[lang="es"] body #hdr nav.main{gap:8px!important;}
  html[lang="ru"] body #hdr nav.main>a,html[lang="ru"] body #hdr .nav-trigger,
  html[lang="ka"] body #hdr nav.main>a,html[lang="ka"] body #hdr .nav-trigger,
  html[lang="es"] body #hdr nav.main>a,html[lang="es"] body #hdr .nav-trigger{font-size:11.2px!important;letter-spacing:-.025em!important;}
}

@media (max-width:1200px){
  :root{--trx-h:62px;--trx-brand-w:134px;--trx-brand-img-w:130px;--trx-theme-w:54px;--trx-lang-w:50px;--trx-cta-w:102px;--trx-control-h:34px;--trx-cta-h:36px;--trx-right-gap:5px;}
  html body #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:0 10px!important;gap:6px!important;}
  html body #hdr nav.main,html.light body #hdr nav.main,html:not(.light) body #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;position:absolute!important;}
  html body #hdr .header-brand,html body #hdr .logo{flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html body #hdr .header-brand>img,html body #hdr .logo>img,html.light body #hdr .header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html body #hdr .hdr-right{display:flex!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;margin-left:auto!important;gap:var(--trx-right-gap)!important;}
  [dir="rtl"] body #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  html body #hdr .burger{display:flex!important;width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important;}
  html body #hdr #themeBtn::before{top:4px!important;left:4px!important;width:24px!important;height:24px!important;transform:translateX(22px)!important;}html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}html body #hdr #themeBtn .ic-moon{right:8px!important;}
  html body #hdr .lang-trigger{padding:0 17px 0 6px!important;}html body #hdr .lang-current-flag{width:22px!important;min-width:22px!important;max-width:22px!important;height:15px!important;}html body #hdr .lang-trigger::after{right:7px!important;width:6px!important;height:6px!important;}
  html body #hdr .hdr-right>.btn-pill{display:inline-flex!important;height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;padding:0 33px 0 7px!important;font-size:10.2px!important;border-radius:12px!important;}
  html body #hdr .hdr-right>.btn-pill::before{right:31px!important;top:8px!important;bottom:8px!important;}html body #hdr .hdr-right>.btn-pill::after{right:3px!important;width:25px!important;height:25px!important;font-size:24px!important;}
}
@media (max-width:620px){
  :root{--trx-h:58px;--trx-brand-w:100px;--trx-brand-img-w:97px;--trx-theme-w:47px;--trx-lang-w:44px;--trx-cta-w:88px;--trx-control-h:32px;--trx-cta-h:34px;--trx-right-gap:4px;}
  html body #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html body #hdr .header-brand,html body #hdr .logo{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html body #hdr .header-brand>img,html body #hdr .logo>img,html.light body #hdr .header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:38px!important;}
  html body #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
  html body #hdr .burger{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important;}
  html body #hdr #themeBtn::before{width:22px!important;height:22px!important;top:4px!important;left:3px!important;transform:translateX(19px)!important;}html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun,html body #hdr #themeBtn .ic-moon{width:12px!important;height:12px!important;}html body #hdr #themeBtn .ic-sun{left:7px!important;}html body #hdr #themeBtn .ic-moon{right:7px!important;}
  html body #hdr .lang-trigger{padding:0 14px 0 5px!important;}html body #hdr .lang-current-flag{width:19px!important;min-width:19px!important;max-width:19px!important;height:13px!important;}
  html body #hdr .hdr-right>.btn-pill{padding:0 29px 0 5px!important;font-size:9.2px!important;}html body #hdr .hdr-right>.btn-pill::before{right:27px!important;}html body #hdr .hdr-right>.btn-pill::after{right:2px!important;width:23px!important;height:23px!important;font-size:22px!important;}
}
@media (max-width:370px){
  :root{--trx-brand-w:92px;--trx-brand-img-w:89px;--trx-theme-w:45px;--trx-lang-w:42px;--trx-cta-w:82px;--trx-right-gap:3px;}
  html body #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
  html body #hdr .burger{width:29px!important;height:29px!important;min-width:29px!important;flex-basis:29px!important;}
  html body #hdr .hdr-right>.btn-pill{font-size:8.8px!important;padding-right:27px!important;}html body #hdr .hdr-right>.btn-pill::before{right:25px!important;}html body #hdr .hdr-right>.btn-pill::after{width:21px!important;height:21px!important;font-size:20px!important;}
}

html[dir="rtl"] body #hdr>.wrap,
html[dir="rtl"] body #hdr nav.main,
html[dir="rtl"] body #hdr .hdr-right{direction:ltr!important;}
html[dir="rtl"] body #hdr nav.main>a,
html[dir="rtl"] body #hdr .nav-trigger{direction:rtl!important;}

@media (max-width:1200px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;gap:6px!important;}
  html.light body #hdr nav.main,html:not(.light) body #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  html.light body #hdr .header-brand,html.light body #hdr .logo,
  html:not(.light) body #hdr .header-brand,html:not(.light) body #hdr .logo{width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html.light body #hdr .header-brand>img,html.light body #hdr .logo>img,
  html:not(.light) body #hdr .header-brand>img,html:not(.light) body #hdr .logo>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{display:flex!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;}
}
@media (max-width:620px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html.light body #hdr .header-brand,html.light body #hdr .logo,
  html:not(.light) body #hdr .header-brand,html:not(.light) body #hdr .logo{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html.light body #hdr .header-brand>img,html.light body #hdr .logo>img,
  html:not(.light) body #hdr .header-brand>img,html:not(.light) body #hdr .logo>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:38px!important;}
  html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
}
@media (max-width:370px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}

html body.home-cockpit #hdr>.wrap,
html body.subpage #hdr>.wrap,
html.light body.home-cockpit #hdr>.wrap,
html.light body.subpage #hdr>.wrap{
  display:grid!important;
  grid-template-columns:var(--trx-brand-w) minmax(0,1fr) calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  align-items:center!important;column-gap:18px!important;
  width:100%!important;max-width:var(--trx-wrap-max)!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
  margin:0 auto!important;padding:0 28px!important;direction:ltr!important;
}
html body.home-cockpit #hdr .logo.header-brand,
html body.subpage #hdr .logo.header-brand,
html.light body.home-cockpit #hdr .logo.header-brand,
html.light body.subpage #hdr .logo.header-brand{
  grid-column:1!important;flex:0 0 var(--trx-brand-w)!important;
  width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;
  height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;
  align-items:center!important;justify-content:flex-start!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important;
}
html body.home-cockpit #hdr .logo.header-brand>img,
html body.subpage #hdr .logo.header-brand>img,
html.light body.home-cockpit #hdr .logo.header-brand>img,
html.light body.subpage #hdr .logo.header-brand>img{
  width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;
  height:auto!important;max-height:50px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;filter:none!important;
}
html body.home-cockpit #hdr nav.main,
html body.subpage #hdr nav.main,
html.light body.home-cockpit #hdr nav.main,
html.light body.subpage #hdr nav.main{
  grid-column:2!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:auto!important;min-width:0!important;max-width:100%!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
  gap:var(--trx-nav-gap)!important;margin:0!important;padding:0!important;transform:none!important;direction:ltr!important;
}
html[dir="rtl"] body.home-cockpit #hdr nav.main>a,
html[dir="rtl"] body.home-cockpit #hdr .nav-trigger,
html[dir="rtl"] body.subpage #hdr nav.main>a,
html[dir="rtl"] body.subpage #hdr .nav-trigger{direction:rtl!important;}
html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right{
  grid-column:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;
  flex:0 0 auto!important;width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  min-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  max-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  gap:var(--trx-right-gap)!important;margin:0!important;padding:0!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;direction:ltr!important;
}
html body.home-cockpit #hdr #themeBtn,
html body.subpage #hdr #themeBtn,
html.light body.home-cockpit #hdr #themeBtn,
html.light body.subpage #hdr #themeBtn{
  flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;margin:0!important;padding:0!important;border-radius:14px!important;
}
html body.home-cockpit #hdr .lang,
html body.subpage #hdr .lang,
html.light body.home-cockpit #hdr .lang,
html.light body.subpage #hdr .lang{
  flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;margin:0!important;
}
html body.home-cockpit #hdr .lang-trigger,
html body.subpage #hdr .lang-trigger,
html.light body.home-cockpit #hdr .lang-trigger,
html.light body.subpage #hdr .lang-trigger{
  flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;margin:0!important;
}
html body.home-cockpit #hdr .hdr-right>.btn-pill,
html body.subpage #hdr .hdr-right>.btn-pill,
html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
html.light body.subpage #hdr .hdr-right>.btn-pill{
  display:inline-flex!important;flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;margin:0!important;transform:none!important;
}

@media (max-width:1499px) and (min-width:1201px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 20px!important;column-gap:14px!important;}
}
@media (max-width:1200px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;gap:6px!important;}
  html body.home-cockpit #hdr nav.main,html body.subpage #hdr nav.main,html.light body.home-cockpit #hdr nav.main,html.light body.subpage #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  html body.home-cockpit #hdr .logo.header-brand,html body.subpage #hdr .logo.header-brand,html.light body.home-cockpit #hdr .logo.header-brand,html.light body.subpage #hdr .logo.header-brand{flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html body.home-cockpit #hdr .logo.header-brand>img,html body.subpage #hdr .logo.header-brand>img,html.light body.home-cockpit #hdr .logo.header-brand>img,html.light body.subpage #hdr .logo.header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html body.home-cockpit #hdr .hdr-right,html body.subpage #hdr .hdr-right,html.light body.home-cockpit #hdr .hdr-right,html.light body.subpage #hdr .hdr-right{flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;margin-left:auto!important;}
  html body.home-cockpit #hdr .burger,html body.subpage #hdr .burger,html.light body.home-cockpit #hdr .burger,html.light body.subpage #hdr .burger{display:flex!important;}
}
@media (max-width:620px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html body.home-cockpit #hdr .logo.header-brand,html body.subpage #hdr .logo.header-brand,html.light body.home-cockpit #hdr .logo.header-brand,html.light body.subpage #hdr .logo.header-brand{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html body.home-cockpit #hdr .logo.header-brand>img,html body.subpage #hdr .logo.header-brand>img,html.light body.home-cockpit #hdr .logo.header-brand>img,html.light body.subpage #hdr .logo.header-brand>img{max-height:38px!important;}
  html body.home-cockpit #hdr .hdr-right,html body.subpage #hdr .hdr-right,html.light body.home-cockpit #hdr .hdr-right,html.light body.subpage #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
}
@media (max-width:370px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}

html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
  display:inline-flex!important;
  flex:0 0 var(--trx-cta-w)!important;
  width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
}

html body.home-cockpit #hdr.nav-compact nav.main,
html body.subpage #hdr.nav-compact nav.main,
html.light body.home-cockpit #hdr.nav-compact nav.main,
html.light body.subpage #hdr.nav-compact nav.main{
  display:none!important;visibility:hidden!important;pointer-events:none!important;
}
html body.home-cockpit #hdr.nav-compact .burger,
html body.subpage #hdr.nav-compact .burger,
html.light body.home-cockpit #hdr.nav-compact .burger,
html.light body.subpage #hdr.nav-compact .burger{display:flex!important;}

@media (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{
    padding:0 33px 0 7px!important;font-size:10.2px!important;line-height:1!important;
    justify-content:center!important;overflow:hidden!important;white-space:nowrap!important;
  }
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:31px!important;left:auto!important;top:8px!important;bottom:8px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:3px!important;left:auto!important;width:25px!important;height:25px!important;font-size:24px!important;transform:translateY(-50%)!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 7px 0 33px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:31px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:3px!important;right:auto!important;transform:translateY(-50%) rotate(180deg)!important;}
}
@media (max-width:620px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{padding:0 29px 0 5px!important;font-size:9.2px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:27px!important;left:auto!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:2px!important;left:auto!important;width:23px!important;height:23px!important;font-size:22px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 5px 0 29px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:27px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:2px!important;right:auto!important;}
}
@media (max-width:370px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{padding:0 27px 0 4px!important;font-size:8.8px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:25px!important;left:auto!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:2px!important;left:auto!important;width:21px!important;height:21px!important;font-size:20px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 4px 0 27px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:25px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:2px!important;right:auto!important;}
}

html,body{max-width:100%;}
body.home-cockpit .home-transparency-grid,
body.home-cockpit .home-transparency-copy,
body.home-cockpit .home-transparency-ui{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
body.home-cockpit .home-transparency-copy h2,
body.home-cockpit .home-transparency-copy p{max-width:100%!important;min-width:0!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important;}
@media(max-width:380px){
  body.home-cockpit .home-transparency-grid{width:calc(100% - 22px)!important;}
  body.home-cockpit .home-transparency-copy h2{font-size:29px!important;letter-spacing:-.032em!important;}
  body.home-cockpit .home-transparency-copy p{font-size:12.2px!important;}
}

body.home-cockpit .home-proof-card img,
body.home-cockpit .gal-item img{filter:none!important;-webkit-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}

:root{
  --mut-2:#8F887A !important;
}
html.light{
  --mut-2:#586A82 !important;
}

.qform input::placeholder,
.qform textarea::placeholder,
#waText::placeholder{
  color:var(--mut-2)!important;
  opacity:1!important;
}

.wa-note{color:var(--mut-2)!important}

html:not(.light) .mail-line a{
  color:#F04B59!important;
  -webkit-text-fill-color:#F04B59!important;
}
html.light .mail-line a{
  color:#B91C2D!important;
  -webkit-text-fill-color:#B91C2D!important;
}
html.light .mail-line{color:#556773!important}

html.light .pill,
html.light .docs-sector-mark,
html.light .docs-sector-kick{
  color:#0F7447!important;
  -webkit-text-fill-color:#0F7447!important;
}

html.light .qform-advanced-badge{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
  border-color:rgba(82,96,104,.30)!important;
  background:rgba(82,96,104,.08)!important;
}

.sd:not(.pend) i{
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
}

.qform-terms input:checked + .qform-checkmark,
.qsample input:checked + .qsample-box{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.sd:not(.pend) i{
  background:linear-gradient(180deg,#EEF1F2 0%,#B8C1C5 100%)!important;
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
  box-shadow:0 0 10px rgba(184,193,197,.18)!important;
}

body.subpage .why-item i,
.sd:not(.pend) i{
  background-color:#B8C1C5!important;
}

html.light body #hdr .hdr-right>.btn-pill{
  background:linear-gradient(180deg,#667077 0%,#535D64 48%,#414A50 100%)!important;
  border-color:#626C73!important;
  color:#F7F8F9!important;
  -webkit-text-fill-color:#F7F8F9!important;
}
html.light body #hdr .burger{
  background:linear-gradient(180deg,#667077 0%,#535D64 48%,#414A50 100%)!important;
  border-color:#626C73!important;
  color:#F4F6F7!important;
  -webkit-text-fill-color:#F4F6F7!important;
}

body.home-cockpit #hdr .nav-trigger svg,
body.subpage #hdr .nav-trigger svg{
  opacity:1!important;
  color:currentColor!important;
  stroke:currentColor!important;
}

html.light #themeBtn .ic-sun{color:#5C4106!important}
html.light #themeBtn .ic-moon{color:#354149!important}

html:not(.light) body #hdr .hdr-right>.btn-pill::after{
  color:#F83B4B!important;
  -webkit-text-fill-color:#F83B4B!important;
}
html.light body #hdr .hdr-right>.btn-pill::after{
  color:#A81222!important;
  -webkit-text-fill-color:#A81222!important;
  border-color:#AEB7BC!important;
  background:linear-gradient(145deg,#D4D9DC,#BFC6CA)!important;
}

html.light footer,
html.light body.subpage footer{
  --mut-2:#4F6077!important;
}
html.light footer a,
html.light footer .legal,
html.light body.subpage footer a,
html.light body.subpage footer .legal{
  color:#4F6068!important;
  -webkit-text-fill-color:#4F6068!important;
}
html.light footer a:hover,
html.light footer .legal:hover,
html.light body.subpage footer a:hover,
html.light body.subpage footer .legal:hover{
  color:#26343C!important;
  -webkit-text-fill-color:#26343C!important;
}

html.light .qform-terms a,
html.light .qform-terms-copy a,
html.light .form-consent a,
html.light .form-error a{
  color:#1849B8!important;
  -webkit-text-fill-color:#1849B8!important;
}

html.light .qform button#sendBtn{
  background:linear-gradient(180deg,#D92B3E 0%,#C91F34 48%,#A90F24 100%)!important;
  border-color:rgba(169,15,36,.72)!important;
}
html.light .qform button#sendBtn:hover,
html.light .qform button#sendBtn:focus-visible{
  background:linear-gradient(180deg,#D12A3A 0%,#C21C31 48%,#9E0D20 100%)!important;
  border-color:rgba(158,13,32,.78)!important;
}

:root{--trx-cta-w:168px!important;}
@media (max-width:1499px) and (min-width:1201px){:root{--trx-cta-w:154px!important;}}
@media (max-width:1200px){:root{--trx-cta-w:128px!important;}}
@media (max-width:620px){:root{--trx-cta-w:126px!important;}}
@media (max-width:370px){:root{--trx-cta-w:118px!important;}}

html body #hdr .hdr-right>.btn-pill,
html.light body #hdr .hdr-right>.btn-pill,
html:not(.light) body #hdr .hdr-right>.btn-pill,
html body.subpage #hdr .hdr-right>.btn-pill,
html.light body.subpage #hdr .hdr-right>.btn-pill,
html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
  box-sizing:border-box!important;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 var(--trx-cta-w)!important;
  width:var(--trx-cta-w)!important;
  min-width:var(--trx-cta-w)!important;
  max-width:var(--trx-cta-w)!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  background:#BE0F1E!important;
  background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-family:"Manrope",system-ui,sans-serif!important;
  font-size:12.2px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  text-align:center!important;
  text-shadow:none!important;
  box-shadow:0 2px 8px rgba(0,0,0,.18)!important;
  filter:none!important;
  transform:none!important;
}
html body #hdr .hdr-right>.btn-pill::before,
html body #hdr .hdr-right>.btn-pill::after,
html.light body #hdr .hdr-right>.btn-pill::before,
html.light body #hdr .hdr-right>.btn-pill::after,
html:not(.light) body #hdr .hdr-right>.btn-pill::before,
html:not(.light) body #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}
html body #hdr .hdr-right>.btn-pill:hover,
html.light body #hdr .hdr-right>.btn-pill:hover,
html:not(.light) body #hdr .hdr-right>.btn-pill:hover{background:#A90B18!important;background-image:linear-gradient(180deg,#C41423 0%,#A90B18 100%)!important;box-shadow:0 3px 10px rgba(0,0,0,.22)!important;}
html body #hdr .hdr-right>.btn-pill:focus-visible{outline:2px solid rgba(255,255,255,.78)!important;outline-offset:2px!important;}
html[dir="rtl"] body #hdr .hdr-right>.btn-pill,
html[dir="rtl"].light body #hdr .hdr-right>.btn-pill{padding:0 14px!important;}

@media (max-width:1499px) and (min-width:1201px){
  html body #hdr .hdr-right>.btn-pill{font-size:11.2px!important;padding:0 12px!important;height:38px!important;min-height:38px!important;max-height:38px!important;}
}
@media (max-width:1200px){
  html body #hdr .hdr-right>.btn-pill{font-size:10.4px!important;padding:0 11px!important;height:36px!important;min-height:36px!important;max-height:36px!important;border-radius:9px!important;}
}
@media (max-width:620px){
  html body #hdr .hdr-right>.btn-pill{font-size:9.8px!important;padding:0 10px!important;}
}
@media (max-width:370px){
  html body #hdr .hdr-right>.btn-pill{font-size:9.1px!important;padding:0 8px!important;}
}

.mnav-cta,
html.light .mnav-cta,
html:not(.light) .mnav-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  padding:12px 16px!important;
  border:1px solid rgba(255,255,255,.55)!important;
  border-radius:10px!important;
  background:#BE0F1E!important;
  background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-weight:800!important;
  font-size:14px!important;
  line-height:1.1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  text-align:center!important;
  box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
}
.mnav-cta::before,.mnav-cta::after,
html.light .mnav-cta::before,html.light .mnav-cta::after,
html:not(.light) .mnav-cta::before,html:not(.light) .mnav-cta::after{content:none!important;display:none!important;}
.mnav-cta:hover,
html.light .mnav-cta:hover,
html:not(.light) .mnav-cta:hover{background:#A90B18!important;background-image:linear-gradient(180deg,#C41423 0%,#A90B18 100%)!important;}

:root{--trx-flag-left:8px;--trx-flag-w:28px;--trx-flag-h:18px;}
@media (max-width:1499px) and (min-width:1201px){:root{--trx-flag-left:6px;--trx-flag-w:24px;--trx-flag-h:16px;}}
@media (max-width:1200px){:root{--trx-flag-left:6px;--trx-flag-w:22px;--trx-flag-h:15px;}}
@media (max-width:620px){:root{--trx-flag-left:5px;--trx-flag-w:19px;--trx-flag-h:13px;}}
@media (max-width:370px){:root{--trx-flag-left:5px;--trx-flag-w:19px;--trx-flag-h:13px;}}

html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang{
  position:relative!important;
  flex:0 0 var(--trx-lang-w)!important;
  width:var(--trx-lang-w)!important;
  min-width:var(--trx-lang-w)!important;
  max-width:var(--trx-lang-w)!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  position:relative!important;
  display:block!important;
  flex:0 0 var(--trx-lang-w)!important;
  width:var(--trx-lang-w)!important;
  min-width:var(--trx-lang-w)!important;
  max-width:var(--trx-lang-w)!important;
  height:var(--trx-control-h)!important;
  min-height:var(--trx-control-h)!important;
  max-height:var(--trx-control-h)!important;
  margin:0!important;
  padding:0!important;
  border-width:1px!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
html body #hdr .lang-current-flag,
html.light body #hdr .lang-current-flag,
html:not(.light) body #hdr .lang-current-flag{
  box-sizing:border-box!important;
  position:absolute!important;
  left:var(--trx-flag-left)!important;
  right:auto!important;
  top:50%!important;
  width:var(--trx-flag-w)!important;
  min-width:var(--trx-flag-w)!important;
  max-width:var(--trx-flag-w)!important;
  height:var(--trx-flag-h)!important;
  min-height:var(--trx-flag-h)!important;
  max-height:var(--trx-flag-h)!important;
  margin:0!important;
  padding:0!important;
  transform:translate3d(0,-50%,0)!important;
  transform-origin:center center!important;
  transition:none!important;
  object-fit:cover!important;
  object-position:center!important;
  flex:none!important;
}

html body #hdr .lang-trigger::after,
html.light body #hdr .lang-trigger::after,
html:not(.light) body #hdr .lang-trigger::after{
  right:9px!important;
  left:auto!important;
  top:50%!important;
  margin:0!important;
}
@media (max-width:1200px){
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{right:7px!important;}
}

@media (max-width:430px){
  :root{
    --trx-h:64px!important;
    --trx-header-h:64px!important;
    --trx-brand-w:94px!important;
    --trx-brand-img-w:92px!important;
    --trx-theme-w:48px!important;
    --trx-lang-w:46px!important;
    --trx-control-h:44px!important;
    --trx-cta-w:126px!important;
    --trx-cta-h:40px!important;
    --trx-right-gap:4px!important;
    --trx-flag-left:6px!important;
    --trx-flag-w:22px!important;
    --trx-flag-h:15px!important;
  }
  html body #hdr,
  html.light body #hdr,
  html:not(.light) body #hdr{height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;}
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    width:100%!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
    padding:0 6px!important;gap:4px!important;overflow:visible!important;
  }
  html body.home-cockpit #hdr .logo.header-brand,
  html body.subpage #hdr .logo.header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand{
    flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;
    height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{
    width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;
    height:auto!important;max-height:40px!important;transform:none!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;
    flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;
    margin:0 0 0 auto!important;padding:0!important;gap:var(--trx-right-gap)!important;overflow:visible!important;transform:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{margin:0 0 0 auto!important;}
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html:not(.light) body #hdr #themeBtn{
    flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
    height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;border-radius:14px!important;
  }
  html body #hdr .lang,
  html.light body #hdr .lang,
  html:not(.light) body #hdr .lang,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html:not(.light) body #hdr .lang-trigger{
    flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;
    height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;
  }
  html body #hdr .lang-current-flag,
  html.light body #hdr .lang-current-flag,
  html:not(.light) body #hdr .lang-current-flag{
    left:var(--trx-flag-left)!important;top:50%!important;width:var(--trx-flag-w)!important;min-width:var(--trx-flag-w)!important;max-width:var(--trx-flag-w)!important;
    height:var(--trx-flag-h)!important;min-height:var(--trx-flag-h)!important;max-height:var(--trx-flag-h)!important;transform:translate3d(0,-50%,0)!important;
  }
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{right:6px!important;}
  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    display:flex!important;align-items:center!important;justify-content:center!important;
    flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important;
    border-radius:13px!important;font-size:19px!important;line-height:1!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{
    flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
    height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
    padding:0 9px!important;border-radius:10px!important;font-size:10.4px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.018em!important;
    overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;
  }
  html body #hdr .hdr-right>.btn-pill::before,
  html body #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}

  
  .mnav,
  html.light .mnav,
  html:not(.light) .mnav{
    position:fixed!important;left:0!important;right:0!important;top:var(--trx-h)!important;bottom:0!important;
    width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;
    overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;
    padding:12px max(16px,env(safe-area-inset-right)) max(24px,calc(16px + env(safe-area-inset-bottom))) max(16px,env(safe-area-inset-left))!important;
    border-top:1px solid rgba(255,255,255,.10)!important;border-radius:0!important;
    background:rgba(7,9,12,.992)!important;box-shadow:0 24px 54px rgba(0,0,0,.46)!important;
  }
  html.light .mnav{background:rgba(245,247,249,.995)!important;border-top-color:rgba(31,43,52,.12)!important;box-shadow:0 24px 54px rgba(28,39,48,.18)!important;}
  .mnav-main-link,.mnav-solutions-toggle{
    min-height:50px!important;padding:13px 8px!important;font-size:15px!important;line-height:1.28!important;border-radius:8px!important;
  }
  .mnav-sub{margin:5px 0 8px!important;padding:7px!important;border-radius:12px!important;}
  .mnav-sub a{min-height:44px!important;padding:10px 9px!important;font-size:13px!important;line-height:1.35!important;}
  .mnav-cta,html.light .mnav-cta,html:not(.light) .mnav-cta{
    min-height:50px!important;margin-top:14px!important;padding:12px 16px!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important;
  }
  .lang-menu,
  html.light .lang-menu,
  html:not(.light) .lang-menu{
    position:fixed!important;top:calc(var(--trx-h) + 6px)!important;right:6px!important;left:auto!important;
    width:min(304px,calc(100vw - 12px))!important;max-height:calc(100dvh - var(--trx-h) - 12px)!important;
    padding:8px!important;border-radius:14px!important;overflow-y:auto!important;
  }
  html[dir="rtl"] .lang-menu{right:auto!important;left:6px!important;}
  .lang-menu button{min-height:46px!important;padding:7px 8px!important;}

  
  body.home-cockpit .hero .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero .hchip-desc,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-desc{
    font-size:11px!important;line-height:1.38!important;-webkit-line-clamp:2!important;
  }
  body.home-cockpit .hero .hchip>span:not(.hchip-icon){font-size:11px!important;line-height:1.2!important;}
  .qform-progress-count{font-size:10.5px!important;line-height:1.2!important;}
  .qform .fine,.form-consent,.wa-note,.pl-note,.ln-note{font-size:max(11px,1em)!important;line-height:1.5!important;}
  .about-card .about-no,.doc-no,.doc-type,.doc-native,.pl-head .tag{font-size:10px!important;line-height:1.25!important;}
  #lanes.transit-premium .lanes thead th{font-size:10px!important;line-height:1.3!important;}
  #lanes.transit-premium .transit-time-badge{font-size:10.5px!important;}

  
  #copyEmailBtn,.cpy{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;
    margin:-8px -8px -8px 2px!important;padding:8px!important;border-radius:10px!important;
    touch-action:manipulation!important;
  }
  html[dir="rtl"] #copyEmailBtn,html[dir="rtl"] .cpy{margin:-8px 2px -8px -8px!important;}
  .svc-detail .svc-link,.home-overview-grid .svc-link{
    min-height:40px!important;padding:9px 2px!important;display:inline-flex!important;align-items:center!important;line-height:1.35!important;touch-action:manipulation!important;
  }
}

@media (max-width:389px){
  :root{--trx-brand-w:100px!important;--trx-brand-img-w:98px!important;}
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    width:0!important;min-width:0!important;max-width:0!important;flex-basis:0!important;margin:0!important;padding:0!important;border:0!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right{gap:5px!important;}
}

@media (max-width:340px){
  :root{--trx-brand-w:94px!important;--trx-brand-img-w:92px!important;--trx-theme-w:46px!important;--trx-lang-w:44px!important;}
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}
@media (min-width:390px) and (max-width:430px){:root{--trx-cta-w:132px!important;}}

@media (max-width:430px){
  :root{--trx-brand-w:116px!important;--trx-brand-img-w:112px!important;}
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;max-height:0!important;
    margin:0!important;padding:0!important;border:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{max-height:42px!important;}
}
@media (max-width:340px){:root{--trx-brand-w:108px!important;--trx-brand-img-w:104px!important;}}

@media (max-width:620px){
  :root{
    --trx-h:64px!important;
    --trx-header-h:64px!important;
    --trx-brand-w:clamp(104px,30vw,116px)!important;
    --trx-brand-img-w:calc(var(--trx-brand-w) - 4px)!important;
    --trx-theme-w:48px!important;
    --trx-lang-w:46px!important;
    --trx-control-h:44px!important;
    --trx-right-gap:5px!important;
    --trx-flag-left:6px!important;
    --trx-flag-w:22px!important;
    --trx-flag-h:15px!important;
  }

  html body #hdr,
  html.light body #hdr,
  html:not(.light) body #hdr{
    height:var(--trx-h)!important;
    min-height:var(--trx-h)!important;
    max-height:var(--trx-h)!important;
  }

  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap,
  html:not(.light) body.home-cockpit #hdr>.wrap,
  html:not(.light) body.subpage #hdr>.wrap{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:none!important;
    height:var(--trx-h)!important;
    min-height:var(--trx-h)!important;
    max-height:var(--trx-h)!important;
    margin:0!important;
    padding-left:max(6px,env(safe-area-inset-left))!important;
    padding-right:max(6px,env(safe-area-inset-right))!important;
    gap:6px!important;
    overflow:visible!important;
  }

  html body.home-cockpit #hdr .logo.header-brand,
  html body.subpage #hdr .logo.header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand,
  html:not(.light) body.home-cockpit #hdr .logo.header-brand,
  html:not(.light) body.subpage #hdr .logo.header-brand{
    box-sizing:border-box!important;
    flex:0 0 var(--trx-brand-w)!important;
    width:var(--trx-brand-w)!important;
    min-width:var(--trx-brand-w)!important;
    max-width:var(--trx-brand-w)!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    margin:0!important;
    padding:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img,
  html:not(.light) body.home-cockpit #hdr .logo.header-brand>img,
  html:not(.light) body.subpage #hdr .logo.header-brand>img{
    display:block!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:42px!important;
    margin:0!important;
    transform:none!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  html body #hdr nav.main,
  html.light body #hdr nav.main,
  html:not(.light) body #hdr nav.main{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    position:absolute!important;
  }

  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    gap:var(--trx-right-gap)!important;
    overflow:visible!important;
    transform:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{margin:0 0 0 auto!important;direction:ltr!important;}

  
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    flex:0 0 0!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }

  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html:not(.light) body #hdr #themeBtn{
    box-sizing:border-box!important;
    flex:0 0 var(--trx-theme-w)!important;
    width:var(--trx-theme-w)!important;
    min-width:var(--trx-theme-w)!important;
    max-width:var(--trx-theme-w)!important;
    height:var(--trx-control-h)!important;
    min-height:var(--trx-control-h)!important;
    max-height:var(--trx-control-h)!important;
    margin:0!important;
    border-width:1px!important;
    border-radius:14px!important;
    transform:none!important;
    touch-action:manipulation!important;
  }
  html body #hdr #themeBtn::before,
  html.light body #hdr #themeBtn::before,
  html:not(.light) body #hdr #themeBtn::before{
    width:28px!important;
    height:28px!important;
    left:4px!important;
    top:7px!important;
    transform:translateX(11px)!important;
    transition:transform .18s ease,background .18s ease!important;
  }
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun,
  html body #hdr #themeBtn .ic-moon{width:12px!important;height:12px!important;top:50%!important;transform:translateY(-50%)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}
  html body #hdr #themeBtn .ic-moon{right:8px!important;}

  html body #hdr .lang,
  html.light body #hdr .lang,
  html:not(.light) body #hdr .lang,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html:not(.light) body #hdr .lang-trigger{
    box-sizing:border-box!important;
    position:relative!important;
    flex:0 0 var(--trx-lang-w)!important;
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
    height:var(--trx-control-h)!important;
    min-height:var(--trx-control-h)!important;
    max-height:var(--trx-control-h)!important;
    margin:0!important;
    padding:0!important;
    border-width:1px!important;
    transform:none!important;
    touch-action:manipulation!important;
  }
  html body #hdr .lang-current-flag,
  html.light body #hdr .lang-current-flag,
  html:not(.light) body #hdr .lang-current-flag{
    box-sizing:border-box!important;
    position:absolute!important;
    left:var(--trx-flag-left)!important;
    right:auto!important;
    top:50%!important;
    width:var(--trx-flag-w)!important;
    min-width:var(--trx-flag-w)!important;
    max-width:var(--trx-flag-w)!important;
    height:var(--trx-flag-h)!important;
    min-height:var(--trx-flag-h)!important;
    max-height:var(--trx-flag-h)!important;
    margin:0!important;
    transform:translate3d(0,-50%,0)!important;
    transition:none!important;
    object-fit:cover!important;
  }
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{
    right:6px!important;
    left:auto!important;
    top:50%!important;
    margin:0!important;
  }

  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    border-width:1px!important;
    border-radius:13px!important;
    font-size:19px!important;
    line-height:1!important;
    touch-action:manipulation!important;
  }

  
  .mnav,
  html.light .mnav,
  html:not(.light) .mnav{
    box-sizing:border-box!important;
    position:fixed!important;
    z-index:75!important;
    left:0!important;
    right:0!important;
    top:var(--trx-h)!important;
    bottom:0!important;
    width:100%!important;
    height:calc(100dvh - var(--trx-h))!important;
    min-height:0!important;
    max-height:calc(100dvh - var(--trx-h))!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:12px max(16px,env(safe-area-inset-right)) max(24px,calc(16px + env(safe-area-inset-bottom))) max(16px,env(safe-area-inset-left))!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    border-radius:0!important;
    background:#07090C!important;
    box-shadow:0 24px 54px rgba(0,0,0,.46)!important;
  }
  @supports not (height:100dvh){.mnav,html.light .mnav,html:not(.light) .mnav{height:calc(100vh - var(--trx-h))!important;max-height:calc(100vh - var(--trx-h))!important;}}
  html.light .mnav{background:#F5F7F9!important;border-top-color:rgba(31,43,52,.12)!important;box-shadow:0 24px 54px rgba(28,39,48,.18)!important;}
  body.mobile-nav-open{overflow:hidden!important;overscroll-behavior:none!important;}

  .mnav-main-link,.mnav-solutions-toggle{
    min-height:50px!important;
    padding:13px 8px!important;
    font-size:15px!important;
    line-height:1.28!important;
    border-radius:8px!important;
    touch-action:manipulation!important;
  }
  .mnav-sub{margin:5px 0 8px!important;padding:7px!important;border-radius:12px!important;}
  .mnav-sub a{min-height:44px!important;padding:10px 9px!important;font-size:13px!important;line-height:1.35!important;touch-action:manipulation!important;}
  .mnav-cta,
  html.light .mnav-cta,
  html:not(.light) .mnav-cta{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:52px!important;
    margin-top:14px!important;
    padding:13px 16px!important;
    border:1px solid rgba(255,255,255,.55)!important;
    border-radius:10px!important;
    background:#BE0F1E!important;
    background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
    color:#FFF!important;
    -webkit-text-fill-color:#FFF!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-.01em!important;
    white-space:normal!important;
    text-align:center!important;
    box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
    touch-action:manipulation!important;
  }
  .mnav-cta::before,.mnav-cta::after{content:none!important;display:none!important;}

  .lang-menu,
  html.light .lang-menu,
  html:not(.light) .lang-menu{
    box-sizing:border-box!important;
    position:fixed!important;
    z-index:90!important;
    top:calc(var(--trx-h) + 6px)!important;
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    width:min(304px,calc(100vw - 12px))!important;
    max-height:calc(100dvh - var(--trx-h) - 12px)!important;
    padding:8px!important;
    border-radius:14px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  html[dir="rtl"] .lang-menu{right:auto!important;left:max(6px,env(safe-area-inset-left))!important;}
  .lang-menu button{min-height:46px!important;padding:7px 8px!important;touch-action:manipulation!important;}

  
  body.home-cockpit .hero .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit .hero .hchip-desc,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-desc{
    font-size:11.2px!important;
    line-height:1.4!important;
    -webkit-line-clamp:2!important;
  }
  .qform .fine,.form-consent,.qform-terms-copy,.wa-note,.pl-note,.ln-note,.qfile-heading small,
  .form-progress-copy,.form-progress-label,.form-file-note,.docs-disclaimer,.doc-type,.doc-native,
  #lanes.transit-premium .lanes thead th,#lanes.transit-premium .transit-time-badge{
    font-size:max(10.5px,0.65625rem)!important;
    line-height:1.4!important;
  }
  #copyEmailBtn,.cpy{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:8px!important;
    border-radius:10px!important;
    touch-action:manipulation!important;
  }
  .svc-detail .svc-link,.home-overview-grid .svc-link{
    box-sizing:border-box!important;
    min-height:40px!important;
    padding:9px 3px!important;
    display:inline-flex!important;
    align-items:center!important;
    line-height:1.35!important;
    touch-action:manipulation!important;
  }
}

@media (max-width:620px){
  :root{--trx-mobile-right-w:148px!important;}
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    position:absolute!important;
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    top:50%!important;
    width:var(--trx-mobile-right-w)!important;
    min-width:var(--trx-mobile-right-w)!important;
    max-width:var(--trx-mobile-right-w)!important;
    height:44px!important;
    flex:none!important;
    margin:0!important;
    transform:translateY(-50%)!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    margin:0!important;
    transform:translateY(-50%)!important;
  }

  html body.home-cockpit.home-cockpit section#top.hero>.home-benefits-cockpit .hchip-desc,
  html.light body.home-cockpit.home-cockpit section#top.hero>.home-benefits-cockpit .hchip-desc,
  html:not(.light) body.home-cockpit.home-cockpit section#top.hero>.home-benefits-cockpit .hchip-desc{
    font-size:11.2px!important;
    line-height:1.38!important;
    max-width:220px!important;
  }
  html body.home-cockpit .eyebrow,
  html.light body.home-cockpit .eyebrow,
  html:not(.light) body.home-cockpit .eyebrow,
  html body.subpage .kick,
  html.light body.subpage .kick,
  html:not(.light) body.subpage .kick{
    font-size:10.5px!important;
    line-height:1.35!important;
  }
}

@media (max-width:620px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;
    height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;
  }
  html body.home-cockpit.home-cockpit section#top.hero .eyebrow,
  html.light body.home-cockpit.home-cockpit section#top.hero .eyebrow,
  html:not(.light) body.home-cockpit.home-cockpit section#top.hero .eyebrow{
    font-size:10.5px!important;line-height:1.35!important;
  }
  html body.home-cockpit .home-proof-card-copy small,
  html.light body.home-cockpit .home-proof-card-copy small,
  html:not(.light) body.home-cockpit .home-proof-card-copy small{
    font-size:9.5px!important;line-height:1.3!important;letter-spacing:.10em!important;
  }
}

@media (max-width:620px){
  
  :root{
    --trx-brand-w:clamp(118px,34vw,132px)!important;
    --trx-brand-img-w:calc(var(--trx-brand-w) - 2px)!important;
  }

  html body #hdr .logo.header-brand,
  html.light body #hdr .logo.header-brand,
  html:not(.light) body #hdr .logo.header-brand{
    opacity:1!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  html body #hdr .logo.header-brand>img,
  html:not(.light) body #hdr .logo.header-brand>img{
    opacity:1!important;
    visibility:visible!important;
    filter:contrast(1.12) saturate(1.06) drop-shadow(0 2px 2px rgba(0,0,0,.55))!important;
    -webkit-filter:contrast(1.12) saturate(1.06) drop-shadow(0 2px 2px rgba(0,0,0,.55))!important;
    image-rendering:auto!important;
  }
  html.light body #hdr .logo.header-brand>img{
    opacity:1!important;
    visibility:visible!important;
    
    filter:brightness(.80) contrast(1.38) saturate(1.10)
           drop-shadow(0 1px 0 rgba(20,26,30,.88))
           drop-shadow(0 2px 2px rgba(31,39,44,.44))!important;
    -webkit-filter:brightness(.80) contrast(1.38) saturate(1.10)
           drop-shadow(0 1px 0 rgba(20,26,30,.88))
           drop-shadow(0 2px 2px rgba(31,39,44,.44))!important;
  }

  
  .mnav .mnav-main-link,
  .mnav .mnav-solutions-toggle,
  .mnav .mnav-solutions-toggle>span,
  .mnav #mnavProductsBtn>span,
  .mnav #mnavAboutBtn>span,
  .mnav a,
  .mnav a>span,
  .mnav-sub a,
  .mnav-sub a>span,
  .mnav-sub a>span[data-i18n]{
    opacity:1!important;
    visibility:visible!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
  }

  html:not(.light) .mnav .mnav-main-link,
  html:not(.light) .mnav .mnav-solutions-toggle,
  html:not(.light) .mnav .mnav-solutions-toggle>span,
  html:not(.light) .mnav a,
  html:not(.light) .mnav a>span,
  html:not(.light) .mnav-sub a,
  html:not(.light) .mnav-sub a>span{
    color:#EDF1F3!important;
    -webkit-text-fill-color:#EDF1F3!important;
  }
  html:not(.light) .mnav .mnav-main-link,
  html:not(.light) .mnav .mnav-solutions-toggle{
    border-color:rgba(207,216,221,.17)!important;
  }
  html:not(.light) .mnav-sub{
    background:#10151A!important;
    border-color:rgba(199,209,214,.20)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html:not(.light) .mnav-sub a{
    background:#171D22!important;
    color:#E5EAED!important;
    border-color:rgba(203,212,217,.16)!important;
  }

  html.light .mnav .mnav-main-link,
  html.light .mnav .mnav-solutions-toggle,
  html.light .mnav .mnav-solutions-toggle>span,
  html.light .mnav a,
  html.light .mnav a>span,
  html.light .mnav-sub a,
  html.light .mnav-sub a>span,
  html.light .mnav-sub a>span[data-i18n]{
    color:#1D272E!important;
    -webkit-text-fill-color:#1D272E!important;
  }
  html.light .mnav .mnav-main-link,
  html.light .mnav .mnav-solutions-toggle{
    color:#1D272E!important;
    border-color:rgba(48,62,70,.18)!important;
    background:transparent!important;
  }
  html.light .mnav .mnav-main-link:hover,
  html.light .mnav .mnav-main-link:focus-visible,
  html.light .mnav .mnav-solutions-toggle:hover,
  html.light .mnav .mnav-solutions-toggle:focus-visible{
    background:#E9EEF1!important;
    color:#111A20!important;
  }
  html.light .mnav-sub{
    background:#E7ECEF!important;
    border:1px solid rgba(50,63,72,.25)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 7px 18px rgba(31,43,51,.08)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html.light .mnav-sub a{
    background:#F7F9FA!important;
    color:#202B32!important;
    -webkit-text-fill-color:#202B32!important;
    border:1px solid rgba(53,67,76,.18)!important;
    box-shadow:none!important;
  }
  html.light .mnav-sub a:hover,
  html.light .mnav-sub a:focus-visible{
    background:#FFFFFF!important;
    color:#10181D!important;
    -webkit-text-fill-color:#10181D!important;
    border-color:rgba(43,56,65,.34)!important;
  }
  html.light .mnav .mnav-solutions-toggle svg,
  html.light .mnav .mnav-products-toggle svg,
  html.light .mnav .mnav-about-toggle svg{
    color:#34434C!important;
    stroke:#34434C!important;
    opacity:1!important;
  }
  html:not(.light) .mnav .mnav-solutions-toggle svg,
  html:not(.light) .mnav .mnav-products-toggle svg,
  html:not(.light) .mnav .mnav-about-toggle svg{
    color:#DDE4E8!important;
    stroke:#DDE4E8!important;
    opacity:1!important;
  }

  
  .lang-menu button,
  .lang-menu button .lang-option,
  .lang-menu button .lang-option>span:last-child,
  .lang-menu button .tagx{
    opacity:1!important;
    visibility:visible!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  html.light .lang-menu{
    background:#EEF2F4!important;
    border-color:rgba(47,61,70,.25)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html.light .lang-menu button,
  html.light .lang-menu button .lang-option,
  html.light .lang-menu button .lang-option>span:last-child{
    color:#1E2930!important;
    -webkit-text-fill-color:#1E2930!important;
  }
  html.light .lang-menu button{background:#FAFBFC!important;border-color:rgba(52,65,74,.17)!important;}
  html.light .lang-menu button:hover,
  html.light .lang-menu button:focus-visible{background:#FFFFFF!important;color:#10181D!important;}
  html.light .lang-menu .tagx{
    color:#3E4B53!important;
    -webkit-text-fill-color:#3E4B53!important;
    background:#E3E8EB!important;
    border-color:rgba(54,67,75,.25)!important;
  }
  html.light .lang-menu button.active .tagx{
    color:#202A30!important;
    -webkit-text-fill-color:#202A30!important;
  }
  html:not(.light) .lang-menu button,
  html:not(.light) .lang-menu button .lang-option,
  html:not(.light) .lang-menu button .lang-option>span:last-child{
    color:#E8EDF0!important;
    -webkit-text-fill-color:#E8EDF0!important;
  }

  
  .mnav .mnav-cta,
  html.light .mnav .mnav-cta,
  html:not(.light) .mnav .mnav-cta{
    color:#FFF!important;
    -webkit-text-fill-color:#FFF!important;
    opacity:1!important;
    background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  }
}

html[lang^="zh"] body,
html[lang^="zh"] button,
html[lang^="zh"] input,
html[lang^="zh"] textarea,
html[lang^="zh"] select{
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",sans-serif;
}
html[lang^="zh"] .hero h1{
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Noto Sans",sans-serif!important;
}

html:not([lang="tr"]) body.home-cockpit section#top.hero h1,
html.light:where(:not([lang="tr"])) body.home-cockpit section#top.hero h1{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

@media (min-width:700px) and (max-width:1024px) and (orientation:portrait){
  body.home-cockpit .hero::before{background-image:url("/hero-poster-mobile-v131.jpg")!important;}
}

html body.home-cockpit #hdr.nav-compact nav.main,
html.light body.home-cockpit #hdr.nav-compact nav.main,
html body.subpage #hdr.nav-compact nav.main,
html.light body.subpage #hdr.nav-compact nav.main{
  display:none!important;visibility:hidden!important;pointer-events:none!important;
}
html body.home-cockpit #hdr.nav-compact .burger,
html.light body.home-cockpit #hdr.nav-compact .burger,
html body.subpage #hdr.nav-compact .burger,
html.light body.subpage #hdr.nav-compact .burger{display:flex!important;}

@media (min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
    height:var(--trx-cta-h)!important;
    min-height:var(--trx-cta-h)!important;
    max-height:var(--trx-cta-h)!important;
    padding:0 33px 0 7px!important;
    border-radius:12px!important;
    font-size:10.2px!important;
    line-height:1!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 7px 0 33px!important;}
}

@media (min-width:761px) and (max-width:1200px){
  body.home-cockpit section#top.hero,
  html.light body.home-cockpit section#top.hero{
    height:auto!important;
    min-height:960px!important;
    padding-bottom:28px!important;
  }
  body.home-cockpit section#top.hero .hero-inner,
  html.light body.home-cockpit section#top.hero .hero-inner{
    transform:none!important;
    margin-top:clamp(120px,14vh,180px)!important;
    margin-bottom:0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit{
    position:relative!important;
    top:auto!important;
    bottom:auto!important;
    margin-top:26px!important;
    margin-bottom:0!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero,
  html.light body.home-cockpit section#top.hero{min-height:920px!important;}
}

body.home-cockpit section#top.hero .ctas>a,
html.light body.home-cockpit section#top.hero .ctas>a{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:nowrap!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-red,
html.light body.home-cockpit section#top.hero .ctas>a.btn-red{
  padding-left:28px!important;
  padding-right:28px!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-red::after,
html.light body.home-cockpit section#top.hero .ctas>a.btn-red::after{
  content:none!important;
  display:none!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
  padding-left:26px!important;
  padding-right:44px!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{
  position:absolute!important;
  top:50%!important;
  right:16px!important;
  margin:0!important;
  line-height:1!important;
  transform:translateY(-50%)!important;
}
html[dir="rtl"] body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
html.light:where([dir="rtl"]) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
  padding-left:44px!important;
  padding-right:26px!important;
}
html[dir="rtl"] body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
html[dir="rtl"].light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{
  right:auto!important;
  left:16px!important;
}

@media (max-width:620px){
  :root{
    --trx-theme-w:48px;
    --trx-lang-w:46px;
    --trx-right-gap:8px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding:0 7px!important;
    gap:6px!important;
  }
  html body #hdr .hdr-right,
  html.light body #hdr .hdr-right,
  html:not(.light) body #hdr .hdr-right{
    gap:var(--trx-right-gap)!important;
    max-width:calc(100vw - var(--trx-brand-w) - 12px)!important;
  }
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html body #hdr .burger,
  html.light body #hdr .burger{
    border-radius:13px!important;
  }
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn{
    flex:0 0 var(--trx-theme-w)!important;
    width:var(--trx-theme-w)!important;
    min-width:var(--trx-theme-w)!important;
    max-width:var(--trx-theme-w)!important;
  }
  html body #hdr .lang,
  html.light body #hdr .lang{
    flex:0 0 var(--trx-lang-w)!important;
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
  }
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger{
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
    padding:0 15px 0 6px!important;
  }
  html body #hdr .burger,
  html.light body #hdr .burger{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    flex-basis:32px!important;
  }
}
@media (max-width:420px){
  body.home-cockpit section#top.hero .ctas,
  html.light body.home-cockpit section#top.hero .ctas{
    gap:10px!important;
  }
  body.home-cockpit section#top.hero .ctas>a,
  html.light body.home-cockpit section#top.hero .ctas>a{
    min-height:44px!important;
    font-size:11.8px!important;
  }
  body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    padding-left:16px!important;
    padding-right:36px!important;
  }
  body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{
    right:12px!important;
    font-size:12px!important;
  }
}
@media (max-width:370px){
  :root{
    --trx-theme-w:44px;
    --trx-lang-w:42px;
    --trx-right-gap:6px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding:0 6px!important;
    gap:5px!important;
  }
  html body #hdr .burger,
  html.light body #hdr .burger{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    flex-basis:30px!important;
  }
}

html[lang="tr"] body.home-cockpit section#top.hero h1{
  position:absolute!important;
  width:1px!important;height:1px!important;
  min-width:1px!important;max-width:1px!important;
  margin:-1px!important;padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  background:none!important;
  filter:none!important;
}
html[lang="tr"] body.home-cockpit section#top.hero h1::before,
html[lang="tr"] body.home-cockpit section#top.hero h1::after{content:none!important;display:none!important;}
html[lang="tr"] body.home-cockpit section#top.hero .hero-title-art{
  display:block!important;
  width:min(730px,calc(100vw - 210px))!important;
  max-width:none!important;
  margin:65px 0 26px!important;
  position:relative!important;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.48))!important;
}
html[lang="tr"] body.home-cockpit section#top.hero .hero-title-art img{
  display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;
}
html[lang="tr"] body.home-cockpit section#top.hero .hero-title-art::after{
  content:""!important;display:block!important;width:350px!important;height:2px!important;margin-top:24px!important;
  background:linear-gradient(90deg,#dde0df 0%,#858c90 56%,transparent 100%)!important;
  box-shadow:0 1px 0 rgba(0,0,0,.72)!important;
}
@media(max-width:760px){
  html[lang="tr"] body.home-cockpit section#top.hero .hero-title-art{
    width:min(292px,calc(100vw - 64px))!important;
    margin:20px auto 18px!important;
    filter:brightness(1.04) contrast(1.04) drop-shadow(0 7px 12px rgba(0,0,0,.62))!important;
  }
  html[lang="tr"] body.home-cockpit section#top.hero .hero-title-art::after{
    width:min(180px,62%)!important;height:2px!important;margin:14px auto 0!important;
  }
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon{
  display:flex!important;align-items:center!important;justify-content:center!important;
  background-image:none!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
  display:block!important;visibility:visible!important;opacity:1!important;
  width:78%!important;height:78%!important;max-width:44px!important;max-height:44px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.40))!important;
}
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip .hchip-icon img{
  filter:drop-shadow(0 4px 7px rgba(23,42,55,.18))!important;
}

body.home-cockpit section#top.hero .ctas>a,
html.light body.home-cockpit section#top.hero .ctas>a{
  box-sizing:border-box!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-align:center!important;line-height:1.1!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-red,
html.light body.home-cockpit section#top.hero .ctas>a.btn-red{
  padding-left:26px!important;padding-right:26px!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-red::before,
body.home-cockpit section#top.hero .ctas>a.btn-red::after,
html.light body.home-cockpit section#top.hero .ctas>a.btn-red::before,
html.light body.home-cockpit section#top.hero .ctas>a.btn-red::after{content:none!important;display:none!important;}
body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
  padding-left:38px!important;padding-right:38px!important;
}
body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{
  position:absolute!important;right:14px!important;left:auto!important;top:50%!important;
  margin:0!important;transform:translateY(-50%)!important;line-height:1!important;
}
html[dir="rtl"] body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
html[dir="rtl"].light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{right:auto!important;left:14px!important;}

@media(min-width:1201px){
  :root{--trx-right-gap:10px;}
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{gap:10px!important;}
}
@media(min-width:621px) and (max-width:1200px){
  :root{--trx-right-gap:9px;--trx-control-h:36px;--trx-theme-w:58px;--trx-lang-w:52px;}
  html body #hdr>.wrap,html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding-left:12px!important;padding-right:12px!important;}
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{gap:9px!important;}
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{
    width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;border-radius:12px!important;
  }
  html body #hdr #themeBtn,html.light body #hdr #themeBtn,html:not(.light) body #hdr #themeBtn,
  html body #hdr .lang-trigger,html.light body #hdr .lang-trigger,html:not(.light) body #hdr .lang-trigger{
    height:36px!important;min-height:36px!important;max-height:36px!important;
  }
}
@media(max-width:620px){
  :root{--trx-h:62px;--trx-theme-w:50px;--trx-lang-w:47px;--trx-control-h:38px;--trx-right-gap:9px;}
  html body #hdr>.wrap,html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{
    padding:0 8px!important;gap:7px!important;
  }
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{
    gap:9px!important;
    max-width:calc(100vw - var(--trx-brand-w) - 12px)!important;
  }
  html body #hdr #themeBtn,html.light body #hdr #themeBtn,html:not(.light) body #hdr #themeBtn,
  html body #hdr .lang-trigger,html.light body #hdr .lang-trigger,html:not(.light) body #hdr .lang-trigger{
    height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:13px!important;
  }
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{
    width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important;border-radius:13px!important;
  }
  html body #hdr #themeBtn::before{top:5px!important;left:4px!important;width:26px!important;height:26px!important;transform:translateX(16px)!important;}
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}html body #hdr #themeBtn .ic-moon{right:8px!important;}
  html body #hdr .lang-trigger{padding-left:6px!important;padding-right:16px!important;}
  html body #hdr .lang-current-flag{width:21px!important;min-width:21px!important;max-width:21px!important;height:14px!important;}
  html body #hdr .lang-trigger::after{right:6px!important;}
  body.home-cockpit section#top.hero .ctas,html.light body.home-cockpit section#top.hero .ctas{gap:10px!important;}
  body.home-cockpit section#top.hero .ctas>a,html.light body.home-cockpit section#top.hero .ctas>a{min-height:46px!important;}
  body.home-cockpit section#top.hero .ctas>a.btn-red,html.light body.home-cockpit section#top.hero .ctas>a.btn-red{padding-left:18px!important;padding-right:18px!important;}
  body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{padding-left:30px!important;padding-right:30px!important;}
  body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{right:10px!important;}
}
@media(max-width:370px){
  :root{--trx-theme-w:47px;--trx-lang-w:44px;--trx-control-h:36px;--trx-right-gap:7px;}
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;}
}

@media(min-width:761px){
  body.home-cockpit section#top.hero .ctas>a,
  html.light body.home-cockpit section#top.hero .ctas>a{
    height:60px!important;min-height:60px!important;max-height:60px!important;
    padding-top:0!important;padding-bottom:0!important;
  }
}
@media(max-width:760px){
  body.home-cockpit section#top.hero .ctas>a,
  html.light body.home-cockpit section#top.hero .ctas>a{
    height:48px!important;min-height:48px!important;max-height:48px!important;
    padding-top:0!important;padding-bottom:0!important;
  }
  html body #hdr .hdr-right,
  html.light body #hdr .hdr-right,
  html:not(.light) body #hdr .hdr-right{
    width:auto!important;min-width:0!important;max-width:none!important;flex:0 0 auto!important;
    gap:9px!important;
  }
}

@media(max-width:760px){
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red,
  html body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    box-sizing:border-box!important;
    height:48px!important;min-height:48px!important;max-height:48px!important;
    padding-top:0!important;padding-bottom:0!important;
    font-size:12px!important;line-height:1!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;
  }
}
@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    flex:0 0 calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    min-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    max-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    gap:9px!important;margin-left:auto!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html body.home-cockpit #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger{
    height:38px!important;min-height:38px!important;max-height:38px!important;
    border-radius:13px!important;margin:0!important;
  }
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger{
    width:38px!important;min-width:38px!important;max-width:38px!important;flex:0 0 38px!important;
  }
}
@media(max-width:370px){
  html body.home-cockpit #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right{
    flex-basis:calc(var(--trx-theme-w) + var(--trx-lang-w) + 36px + 14px)!important;
    width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 36px + 14px)!important;
    min-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 36px + 14px)!important;
    max-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 36px + 14px)!important;
    gap:7px!important;
  }
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger{
    width:36px!important;min-width:36px!important;max-width:36px!important;flex-basis:36px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html body.home-cockpit #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger{
    height:36px!important;min-height:36px!important;max-height:36px!important;
  }
}

@media(min-width:761px){
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red,
  html body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    font-size:13px!important;
  }
}
@media(max-width:620px){
  html body.home-cockpit #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang{
    display:flex!important;align-items:center!important;justify-content:center!important;
    height:38px!important;min-height:38px!important;max-height:38px!important;
    margin:0!important;padding:0!important;
  }
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red{
    min-width:120px!important;
  }
}
@media(max-width:370px){
  html body.home-cockpit #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang{
    height:36px!important;min-height:36px!important;max-height:36px!important;
  }
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red{
    min-width:108px!important;
  }
}

@media(min-width:371px) and (max-width:620px){
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red,
  html body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    font-size:11.8px!important;
  }
  html body.home-cockpit section#top.hero .ctas>a.btn-red,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-red,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-red{
    min-width:108px!important;padding-left:18px!important;padding-right:18px!important;
  }
  html body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html.light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    padding-left:24px!important;padding-right:24px!important;
  }
}

:root{
  --trx-theme-w:58px;
  --trx-lang-w:52px;
  --trx-control-h:36px;
  --trx-right-gap:10px;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn,
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  border-radius:12px!important;
  margin:0!important;
  transform:none!important;
}
html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn{
  flex:0 0 58px!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
}
html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0!important;
}
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  padding:0 17px 0 6px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
html body #hdr .lang-current-flag,
html.light body #hdr .lang-current-flag,
html:not(.light) body #hdr .lang-current-flag{
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:15px!important;
  min-height:15px!important;
  max-height:15px!important;
  margin:0!important;
}
html body #hdr .lang-trigger::after,
html.light body #hdr .lang-trigger::after,
html:not(.light) body #hdr .lang-trigger::after{
  right:7px!important;
  width:6px!important;
  height:6px!important;
}

html body #hdr #themeBtn::before,
html:not(.light) body #hdr #themeBtn::before{
  top:4px!important;
  left:4px!important;
  width:24px!important;
  height:24px!important;
  transform:translateX(22px)!important;
}
html.light body #hdr #themeBtn::before{
  top:4px!important;
  left:4px!important;
  width:24px!important;
  height:24px!important;
  transform:translateX(0)!important;
}
html body #hdr #themeBtn .ic-sun,
html.light body #hdr #themeBtn .ic-sun,
html:not(.light) body #hdr #themeBtn .ic-sun{
  left:8px!important;
  width:12px!important;
  height:12px!important;
}
html body #hdr #themeBtn .ic-moon,
html.light body #hdr #themeBtn .ic-moon,
html:not(.light) body #hdr #themeBtn .ic-moon{
  right:8px!important;
  width:12px!important;
  height:12px!important;
}

html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right,
html:not(.light) body.home-cockpit #hdr .hdr-right,
html:not(.light) body.subpage #hdr .hdr-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  padding:0!important;
  transform:none!important;
}
html body #hdr .hdr-right>* ,
html.light body #hdr .hdr-right>* ,
html:not(.light) body #hdr .hdr-right>*{
  margin-top:0!important;
  margin-bottom:0!important;
}

@media(max-width:1200px){
  :root{
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-right-gap:10px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:12px!important;
    padding-right:12px!important;
    gap:8px!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    gap:10px!important;
    margin-left:auto!important;
  }
  html[dir="rtl"] body #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 36px!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    padding:0!important;
    border-radius:12px!important;
  }
}

@media(max-width:620px){
  :root{
    --trx-h:62px;
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-right-gap:10px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:8px!important;
    padding-right:8px!important;
    gap:8px!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill{
    display:none!important;
  }
}

@media(max-width:370px){
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:5px!important;
    padding-right:5px!important;
    gap:5px!important;
  }
}

@media(min-width:1201px){
  :root{
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-cta-h:36px;
    --trx-cta-w:136px;
    --trx-right-gap:10px;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    width:calc(58px + 52px + 136px + 20px)!important;
    min-width:calc(58px + 52px + 136px + 20px)!important;
    max-width:calc(58px + 52px + 136px + 20px)!important;
    gap:10px!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill{
    flex:0 0 136px!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    border-radius:12px!important;
    font-size:10.6px!important;
  }
}

@media(max-width:620px){
  html body.home-cockpit #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn,
  html body.home-cockpit #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html.light body.subpage #hdr .lang,
  html:not(.light) body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger,
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    border-radius:12px!important;
  }
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    flex:0 0 36px!important;
  }
}

@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    top:11px!important;
    bottom:auto!important;
    transform:none!important;
  }
}

html body #hdr>.wrap,
html.light body #hdr>.wrap,
html:not(.light) body #hdr>.wrap,
html[dir="rtl"] body #hdr>.wrap,
html[dir="rtl"].light body #hdr>.wrap{
  direction:ltr!important;
}
html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right,
html:not(.light) body.home-cockpit #hdr .hdr-right,
html:not(.light) body.subpage #hdr .hdr-right,
html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
html[dir="rtl"] body.subpage #hdr .hdr-right,
html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
html[dir="rtl"].light body.subpage #hdr .hdr-right{
  direction:ltr!important;
  margin-left:auto!important;
  margin-right:0!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn{
  box-sizing:border-box!important;
  flex:0 0 58px!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}
html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang,
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}
html body #hdr .burger,
html.light body #hdr .burger,
html:not(.light) body #hdr .burger{
  box-sizing:border-box!important;
  flex:0 0 36px!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}

@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    top:11px!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
}

@media(min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
  }
}

@media(min-width:1201px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
}

@media(max-width:1200px){
  :root{
    --trx-theme-w:58px!important;
    --trx-lang-w:52px!important;
    --trx-control-h:36px!important;
    --trx-right-gap:10px!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn,
  html[dir="rtl"] body.home-cockpit #hdr #themeBtn,
  html[dir="rtl"] body.subpage #hdr #themeBtn,
  html[dir="rtl"].light body.home-cockpit #hdr #themeBtn,
  html[dir="rtl"].light body.subpage #hdr #themeBtn{
    flex:0 0 58px!important;width:58px!important;min-width:58px!important;max-width:58px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html.light body.subpage #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang,
  html:not(.light) body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger,
  html[dir="rtl"] body.home-cockpit #hdr .lang,
  html[dir="rtl"] body.subpage #hdr .lang,
  html[dir="rtl"].light body.home-cockpit #hdr .lang,
  html[dir="rtl"].light body.subpage #hdr .lang,
  html[dir="rtl"] body.home-cockpit #hdr .lang-trigger,
  html[dir="rtl"] body.subpage #hdr .lang-trigger,
  html[dir="rtl"].light body.home-cockpit #hdr .lang-trigger,
  html[dir="rtl"].light body.subpage #hdr .lang-trigger{
    flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    flex:0 0 36px!important;width:36px!important;min-width:36px!important;max-width:36px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    width:auto!important;min-width:0!important;max-width:none!important;
    gap:10px!important;margin-left:auto!important;margin-right:0!important;direction:ltr!important;
  }
}

@media(min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap,
  html:not(.light) body.home-cockpit #hdr>.wrap,
  html:not(.light) body.subpage #hdr>.wrap,
  html[dir="rtl"] body.home-cockpit #hdr>.wrap,
  html[dir="rtl"] body.subpage #hdr>.wrap,
  html[dir="rtl"].light body.home-cockpit #hdr>.wrap,
  html[dir="rtl"].light body.subpage #hdr>.wrap{
    padding-left:12px!important;
    padding-right:12px!important;
    gap:8px!important;
  }
}
@media(min-width:1201px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"].light body.subpage #hdr .hdr-right>.btn-pill{
    flex:0 0 136px!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:620px){
  .lang.open .lang-menu,
  html.light .lang.open .lang-menu,
  html:not(.light) .lang.open .lang-menu{
    box-sizing:border-box!important;
    top:calc(var(--trx-h) + 6px)!important;
    bottom:auto!important;
    width:min(472px,calc(100vw - 14px))!important;
    max-height:calc(100dvh - var(--trx-h) - env(safe-area-inset-bottom,0px) - 12px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding:6px 6px calc(10px + env(safe-area-inset-bottom,0px))!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .lang.open .lang-menu::-webkit-scrollbar{display:none!important;}
}

@media (max-width:620px){
  html.light body #hdr .logo.header-brand,
  html.light body #hdr .header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand{
    position:relative!important;
    overflow:visible!important;
    padding:0!important;
  }
  html.light body #hdr .logo.header-brand>img,
  html.light body #hdr .header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{
    clip-path:none!important;
    -webkit-clip-path:none!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:left center!important;
    background:transparent!important;
    opacity:1!important;
    visibility:visible!important;
    filter:brightness(.80) contrast(1.38) saturate(1.08)
           drop-shadow(0 1px 0 rgba(255,255,255,.50))
           drop-shadow(0 2px 2px rgba(26,34,39,.28))!important;
    -webkit-filter:brightness(.80) contrast(1.38) saturate(1.08)
           drop-shadow(0 1px 0 rgba(255,255,255,.50))
           drop-shadow(0 2px 2px rgba(26,34,39,.28))!important;
  }
  html.light body #hdr .logo.header-brand::after,
  html.light body #hdr .header-brand::after,
  html.light body.home-cockpit #hdr .logo.header-brand::after,
  html.light body.subpage #hdr .logo.header-brand::after{
    content:none!important;
    display:none!important;
  }
}

@media (max-width:760px){
  body.home-cockpit .product-group-grid,
  html.light body.home-cockpit .product-group-grid,
  html:not(.light) body.home-cockpit .product-group-grid{
    touch-action:pan-x pan-y pinch-zoom!important;
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
  }
  body.home-cockpit .product-group-card,
  body.home-cockpit .product-group-visual,
  body.home-cockpit .product-group-copy,
  body.home-cockpit .product-group-icon{
    touch-action:pan-x pan-y pinch-zoom!important;
  }
  body.home-cockpit .product-group-visual{
    pointer-events:none!important;
    -webkit-user-drag:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
  }
}

@media (max-width:620px){
  body #mnavProductsBtn,
  body.home-cockpit #mnavProductsBtn,
  body.subpage #mnavProductsBtn,
  html.light body #mnavProductsBtn,
  html:not(.light) body #mnavProductsBtn{
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    -webkit-filter:none!important;
    mix-blend-mode:normal!important;
  }

  body #mnavProductsBtn>span,
  body.home-cockpit #mnavProductsBtn>span,
  body.subpage #mnavProductsBtn>span,
  html:not(.light) body #mnavProductsBtn>span,
  html:not(.light) body.home-cockpit #mnavProductsBtn>span,
  html:not(.light) body.subpage #mnavProductsBtn>span{
    display:inline-block!important;
    opacity:1!important;
    visibility:visible!important;
    color:#EDF1F3!important;
    -webkit-text-fill-color:#EDF1F3!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
    mix-blend-mode:normal!important;
    font-weight:700!important;
  }

  html.light body #mnavProductsBtn>span,
  html.light body.home-cockpit #mnavProductsBtn>span,
  html.light body.subpage #mnavProductsBtn>span{
    color:#1D272E!important;
    -webkit-text-fill-color:#1D272E!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
}

@media (max-width:620px){
  html.light body #hdr .logo.header-brand,
  html.light body #hdr .header-brand{
    position:relative!important;
    overflow:visible!important;
    opacity:1!important;
  }

  html.light body #hdr .logo.header-brand>img,
  html.light body #hdr .header-brand>img{
    clip-path:none!important;
    -webkit-clip-path:none!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
    opacity:1!important;
    visibility:visible!important;
    background:none!important;
    filter:brightness(.72) contrast(1.62) saturate(1.04)
           drop-shadow(0 1px 0 rgba(255,255,255,.62))
           drop-shadow(0 1px 1px rgba(20,27,32,.58))
           drop-shadow(0 2px 2px rgba(26,34,40,.30))!important;
    -webkit-filter:brightness(.72) contrast(1.62) saturate(1.04)
           drop-shadow(0 1px 0 rgba(255,255,255,.62))
           drop-shadow(0 1px 1px rgba(20,27,32,.58))
           drop-shadow(0 2px 2px rgba(26,34,40,.30))!important;
  }

  
  html.light body #hdr .logo.header-brand::after,
  html.light body #hdr .header-brand::after{
    content:none!important;
    display:none!important;
  }
}

@media (max-width:760px){
  body.home-cockpit .product-group-grid,
  html.light body.home-cockpit .product-group-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
    overflow:visible!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    margin-inline:0!important;
    padding:0!important;
    scroll-snap-type:none!important;
    touch-action:pan-x pan-y pinch-zoom!important;
  }

  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    flex:none!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto!important;
    padding:0!important;
    column-gap:0!important;
    row-gap:0!important;
    overflow:hidden!important;
    border-radius:28px!important;
    scroll-snap-align:none!important;
    touch-action:pan-x pan-y pinch-zoom!important;
  }

  body.home-cockpit .product-group-visual,
  html.light body.home-cockpit .product-group-visual{
    grid-column:1!important;
    grid-row:1!important;
    display:block!important;
    align-self:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0!important;
    border-radius:28px 28px 0 0!important;
    background:#0B0E11!important;
    opacity:1!important;
    filter:none!important;
    -webkit-filter:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    pointer-events:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
  }

  body.home-cockpit .product-group-copy,
  html.light body.home-cockpit .product-group-copy{
    grid-column:1!important;
    grid-row:2!important;
    align-self:auto!important;
    justify-self:stretch!important;
    margin:0!important;
    padding:22px 20px 10px!important;
    transform:none!important;
  }

  body.home-cockpit .product-group-copy strong,
  html.light body.home-cockpit .product-group-copy strong{
    font-size:20px!important;
    line-height:1.12!important;
  }

  body.home-cockpit .product-group-copy>span,
  html.light body.home-cockpit .product-group-copy>span{
    margin-top:12px!important;
    font-size:12.5px!important;
    line-height:1.58!important;
  }

  body.home-cockpit .product-group-action,
  html.light body.home-cockpit .product-group-action{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:stretch!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    min-height:46px!important;
    margin:8px 20px 20px!important;
  }

  body.home-cockpit .product-group-icon,
  html.light body.home-cockpit .product-group-icon,
  body.home-cockpit .product-group-index,
  html.light body.home-cockpit .product-group-index{
    display:none!important;
  }
}

@media (max-width:430px){
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    border-radius:24px!important;
  }
  body.home-cockpit .product-group-visual,
  html.light body.home-cockpit .product-group-visual{
    border-radius:24px 24px 0 0!important;
  }
}

@media (min-width:1201px){
  
  html:not(.light) body.home-cockpit #hdr,
  html:not(.light) body.subpage #hdr{
    background:linear-gradient(180deg,rgba(24,28,33,.91),rgba(8,11,15,.82))!important;
    border-top:0!important;
    border-bottom:1px solid rgba(191,197,202,.30)!important;
    box-shadow:0 10px 30px rgba(0,0,0,.34),inset 0 -1px 0 rgba(255,255,255,.07)!important;
    backdrop-filter:blur(18px) saturate(1.08)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
  }
  html.light body.home-cockpit #hdr,
  html.light body.subpage #hdr{
    background:linear-gradient(180deg,rgba(238,239,241,.66),rgba(213,216,220,.46))!important;
    border-top:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    backdrop-filter:blur(18px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
  }

  
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger,
  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger,
  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger{
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:-.018em!important;
    font-feature-settings:"kern" 1!important;
    text-shadow:none!important;
    -webkit-text-stroke:0!important;
    transform:none!important;
  }
  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger{
    color:#E7E9EC!important;
    -webkit-text-fill-color:#E5E9EB!important;
  }
  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger{
    color:#171A1E!important;
    -webkit-text-fill-color:#171A1E!important;
  }

  
  html:not(.light) body.home-cockpit #hdr nav.main>a.active,
  html:not(.light) body.home-cockpit #hdr .nav-trigger.active,
  html:not(.light) body.subpage #hdr nav.main>a.active,
  html:not(.light) body.subpage #hdr .nav-trigger.active{
    color:#F4F7F8!important;
    -webkit-text-fill-color:#F8FAFB!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
  }
  html.light body.home-cockpit #hdr nav.main>a.active,
  html.light body.home-cockpit #hdr .nav-trigger.active,
  html.light body.subpage #hdr nav.main>a.active,
  html.light body.subpage #hdr .nav-trigger.active{
    color:#1E252A!important;
    -webkit-text-fill-color:#11171B!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
  }

  html body.home-cockpit #hdr nav.main>a::after,
  html body.home-cockpit #hdr .nav-trigger::after,
  html body.subpage #hdr nav.main>a::after,
  html body.subpage #hdr .nav-trigger::after{
    left:8%!important;right:8%!important;bottom:21px!important;height:3px!important;
    border-radius:99px!important;
    background:linear-gradient(90deg,transparent 0%,#4B5157 14%,#9FA5AA 34%,#D9DCDE 50%,#8B9297 67%,#454B51 86%,transparent 100%)!important;
    background-size:240% 100%!important;background-position:50% 50%!important;
    box-shadow:0 1px 1px rgba(12,15,18,.32)!important;
    opacity:0!important;transform:scaleX(0)!important;transform-origin:left center!important;
    transition:transform .40s cubic-bezier(.2,.72,.2,1),opacity .20s ease!important;
    animation:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr nav.main>a::after,
  html[dir="rtl"] body.home-cockpit #hdr .nav-trigger::after,
  html[dir="rtl"] body.subpage #hdr nav.main>a::after,
  html[dir="rtl"] body.subpage #hdr .nav-trigger::after{transform-origin:right center!important;}
  html body.home-cockpit #hdr nav.main>a.active::after,
  html body.home-cockpit #hdr .nav-trigger.active::after,
  html body.subpage #hdr nav.main>a.active::after,
  html body.subpage #hdr .nav-trigger.active::after{opacity:0!important;transform:scaleX(0)!important;animation:none!important;}
  html body.home-cockpit #hdr nav.main>a:hover::after,
  html body.home-cockpit #hdr nav.main>a:focus-visible::after,
  html body.home-cockpit #hdr .nav-trigger:hover::after,
  html body.home-cockpit #hdr .nav-trigger:focus-visible::after,
  html body.home-cockpit #hdr .nav-drop.open>.nav-trigger::after,
  html body.subpage #hdr nav.main>a:hover::after,
  html body.subpage #hdr nav.main>a:focus-visible::after,
  html body.subpage #hdr .nav-trigger:hover::after,
  html body.subpage #hdr .nav-trigger:focus-visible::after,
  html body.subpage #hdr .nav-drop.open>.nav-trigger::after{opacity:1!important;transform:scaleX(1)!important;}
  html body.home-cockpit #hdr .nav-trigger svg,
  html body.subpage #hdr .nav-trigger svg{opacity:.54!important;color:currentColor!important;stroke:currentColor!important;}
  html body.home-cockpit #hdr .nav-trigger:hover svg,
  html body.home-cockpit #hdr .nav-drop.open>.nav-trigger svg,
  html body.subpage #hdr .nav-trigger:hover svg,
  html body.subpage #hdr .nav-drop.open>.nav-trigger svg{opacity:.92!important;}

  
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{gap:11px!important;}

  
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    gap:10px!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn{
    width:58px!important;min-width:58px!important;max-width:58px!important;flex:0 0 58px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0!important;border-radius:12px!important;direction:ltr!important;overflow:hidden!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn{
    border:1px solid transparent!important;
    background:linear-gradient(180deg,#171B1F 0%,#090C0F 100%) padding-box,
               linear-gradient(180deg,#F7F8F8 0%,#8C9499 27%,#4E565C 50%,#E7EAEC 73%,#626A70 100%) border-box!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.78),0 5px 12px rgba(0,0,0,.22)!important;
    color:#171C22!important;-webkit-text-fill-color:#171C22!important;
  }
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn{
    border:1px solid rgba(88,101,110,.30)!important;
    background:radial-gradient(44px 34px at 18% 50%,rgba(218,176,86,.10),transparent 68%),linear-gradient(100deg,#C9CED2 0%,#B8BEC3 40%,#A7AFB5 60%,#909AA1 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
    color:#171C22!important;-webkit-text-fill-color:#171C22!important;
  }
  html body.home-cockpit #hdr #themeBtn::after,
  html body.subpage #hdr #themeBtn::after{content:none!important;display:none!important;}
  html body.home-cockpit #hdr #themeBtn::before,
  html body.subpage #hdr #themeBtn::before,
  html.light body.home-cockpit #hdr #themeBtn::before,
  html.light body.subpage #hdr #themeBtn::before,
  html:not(.light) body.home-cockpit #hdr #themeBtn::before,
  html:not(.light) body.subpage #hdr #themeBtn::before{
    content:""!important;position:absolute!important;top:4px!important;left:4px!important;right:auto!important;bottom:4px!important;
    width:24px!important;height:24px!important;border-radius:50%!important;
    box-sizing:border-box!important;z-index:1!important;
    box-shadow:inset 0 1px 0 #fff,0 2px 6px rgba(0,0,0,.42),0 0 0 1px rgba(71,78,83,.28)!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn::before,
  html:not(.light) body.subpage #hdr #themeBtn::before{
    border:1px solid rgba(255,255,255,.76)!important;
    background:linear-gradient(145deg,#FFF 0%,#D8DCDF 42%,#9BA2A7 72%,#F4F6F7 100%)!important;
    transform:translateX(22px)!important;
  }
  html.light body.home-cockpit #hdr #themeBtn::before,
  html.light body.subpage #hdr #themeBtn::before{
    border:1px solid rgba(113,125,133,.36)!important;
    background:linear-gradient(145deg,#D7DCDF 0%,#BEC5CA 48%,#9EA8AE 100%)!important;
    transform:translateX(0)!important;
  }
  html body.home-cockpit #hdr #themeBtn .ic-sun,
  html body.home-cockpit #hdr #themeBtn .ic-moon,
  html body.subpage #hdr #themeBtn .ic-sun,
  html body.subpage #hdr #themeBtn .ic-moon{
    width:13px!important;height:13px!important;top:50%!important;transform:translateY(-50%)!important;z-index:2!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn .ic-sun,
  html:not(.light) body.subpage #hdr #themeBtn .ic-sun{left:9.5px!important;color:rgba(206,180,116,.60)!important;opacity:.62!important;}
  html:not(.light) body.home-cockpit #hdr #themeBtn .ic-moon,
  html:not(.light) body.subpage #hdr #themeBtn .ic-moon{right:9.5px!important;color:#171C22!important;opacity:1!important;}
  html.light body.home-cockpit #hdr #themeBtn .ic-sun,
  html.light body.subpage #hdr #themeBtn .ic-sun{left:9.5px!important;color:#4A402D!important;opacity:1!important;}
  html.light body.home-cockpit #hdr #themeBtn .ic-moon,
  html.light body.subpage #hdr #themeBtn .ic-moon{right:9.5px!important;color:rgba(210,216,221,.74)!important;opacity:.68!important;}

  html body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger{
    width:52px!important;min-width:52px!important;max-width:52px!important;flex:0 0 52px!important;
  }
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger{
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0 17px 0 6px!important;gap:0!important;border-radius:12px!important;
  }
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger{
    border:1px solid rgba(143,149,155,.86)!important;
    background:linear-gradient(145deg,rgba(47,53,59,.98),rgba(12,15,19,.99))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -1px 0 rgba(0,0,0,.52),0 6px 16px rgba(0,0,0,.31)!important;
    color:#F7F4EC!important;-webkit-text-fill-color:#F7F4EC!important;
  }
  html.light body.home-cockpit #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger{
    border:1px solid #7A838A!important;
    background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
    color:#0A1C35!important;-webkit-text-fill-color:#0A1C35!important;
  }
  html body.home-cockpit #hdr .lang-current-flag,
  html body.subpage #hdr .lang-current-flag{
    width:24px!important;min-width:24px!important;max-width:24px!important;height:16px!important;
  }

  
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
    width:136px!important;min-width:136px!important;max-width:136px!important;flex:0 0 136px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0 14px!important;gap:10px!important;border-radius:12px!important;
    border:1px solid rgba(255,255,255,.58)!important;
    background:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
    box-shadow:0 2px 8px rgba(0,0,0,.18)!important;
    color:#FFF!important;-webkit-text-fill-color:#FFF!important;
    font-family:"Manrope",system-ui,sans-serif!important;font-size:10.6px!important;font-weight:800!important;line-height:1!important;letter-spacing:-.01em!important;
    text-shadow:none!important;
  }
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before,
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}

  
  html body.home-cockpit #hdr .mega-menu,
  html body.subpage #hdr .mega-menu,
  html:not(.light) body.home-cockpit #hdr .mega-menu,
  html:not(.light) body.subpage #hdr .mega-menu{
    top:68px!important;padding:10px 10px 16px!important;border:1px solid rgba(169,179,186,.28)!important;border-radius:18px!important;
    background:linear-gradient(160deg,rgba(12,16,20,.984),rgba(7,10,14,.99) 44%,rgba(18,24,30,.98) 100%)!important;
    box-shadow:0 20px 46px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.05),inset 0 -1px 0 rgba(124,136,144,.06)!important;
  }
  html.light body.home-cockpit #hdr .mega-menu,
  html.light body.subpage #hdr .mega-menu{
    top:68px!important;padding:10px 10px 16px!important;border:1px solid rgba(146,156,163,.42)!important;border-radius:18px!important;
    background:linear-gradient(155deg,rgba(252,253,253,.98),rgba(232,237,240,.96) 48%,rgba(245,247,248,.98) 100%)!important;
    box-shadow:0 18px 34px rgba(20,29,37,.12),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(121,131,137,.12)!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{width:min(448px,calc(100vw - 40px))!important;}
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{width:min(404px,calc(100vw - 40px))!important;gap:7px!important;}
  html body.home-cockpit #hdr .mega-menu a,
  html body.subpage #hdr .mega-menu a{
    min-height:54px!important;padding:12px 58px 12px 14px!important;gap:10px!important;border-radius:14px!important;
    font-family:"Manrope",sans-serif!important;font-size:12.4px!important;font-weight:700!important;line-height:1.35!important;
  }
  html:not(.light) body.home-cockpit #hdr .mega-menu a,
  html:not(.light) body.subpage #hdr .mega-menu a{
    color:#ECF1F4!important;-webkit-text-fill-color:#ECF1F4!important;
    border:1px solid rgba(170,179,185,.16)!important;
    background:linear-gradient(145deg,rgba(25,31,36,.98),rgba(13,17,21,.98) 45%,rgba(29,35,40,.98) 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(117,128,135,.05)!important;
  }
  html.light body.home-cockpit #hdr .mega-menu a,
  html.light body.subpage #hdr .mega-menu a{
    color:#334048!important;-webkit-text-fill-color:#334048!important;
    border:1px solid rgba(161,171,177,.28)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(236,241,244,.98) 48%,rgba(227,233,236,.96) 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(129,140,146,.10)!important;
  }
}
@media (min-width:1500px){
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{gap:17px!important;}
}

@media (min-width:1201px){
  html:not(.light) body.home-cockpit #hdr,
  html:not(.light) body.subpage #hdr{
    color:#F7F4EC!important;-webkit-text-fill-color:#F7F4EC!important;
  }
  html.light body.home-cockpit #hdr,
  html.light body.subpage #hdr{
    color:#0A1C35!important;-webkit-text-fill-color:#0A1C35!important;
  }
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{
    color:inherit!important;-webkit-text-fill-color:inherit!important;
  }
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger{
    background:none!important;background-image:none!important;
    -webkit-background-clip:border-box!important;background-clip:border-box!important;
  }
  html body.home-cockpit #hdr .mega-menu,
  html body.subpage #hdr .mega-menu{
    box-sizing:border-box!important;min-width:0!important;max-width:none!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{
    width:448px!important;min-width:448px!important;max-width:448px!important;
  }
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{
    width:404px!important;min-width:404px!important;max-width:404px!important;
  }
  html body.home-cockpit #hdr .mega-menu a,
  html body.subpage #hdr .mega-menu a{
    box-sizing:border-box!important;height:58px!important;min-height:58px!important;max-height:58px!important;
    margin:0!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{height:auto!important;min-height:0!important;max-height:none!important;}
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{height:auto!important;min-height:0!important;max-height:none!important;}
}

@media (min-width:1201px){
  html.light body.subpage.subpage #hdr nav.main>a,
  html.light body.subpage.subpage #hdr .nav-trigger,
  html:not(.light) body.subpage.subpage #hdr nav.main>a,
  html:not(.light) body.subpage.subpage #hdr .nav-trigger,
  html.light body.home-cockpit.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger{
    background:none!important;background-image:none!important;
    -webkit-background-clip:border-box!important;background-clip:border-box!important;
    filter:none!important;
  }
}

@media (min-width:1201px) and (max-width:1399px){
  html body.home-cockpit.home-cockpit #hdr .products-nav .products-menu,
  html body.subpage.subpage #hdr .products-nav .products-menu{
    width:420px!important;min-width:420px!important;max-width:420px!important;
  }
}
@media (min-width:1400px){
  html body.home-cockpit.home-cockpit #hdr .products-nav .products-menu,
  html body.subpage.subpage #hdr .products-nav .products-menu{
    width:448px!important;min-width:448px!important;max-width:448px!important;
  }
}
@media (min-width:1201px){
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger{
    color:#EBEDEF!important;-webkit-text-fill-color:#EBEDEF!important;
  }
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger{
    color:#07090C!important;-webkit-text-fill-color:#07090C!important;
  }
}

@media (min-width:1201px){
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.home-cockpit #hdr .nav-trigger>span,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger,
  html body.subpage #hdr .nav-trigger>span{
    font-family:"Sora",sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.home-cockpit #hdr .nav-trigger>span,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr .nav-trigger>span{
    color:#E8ECEF!important;
  }

  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.home-cockpit #hdr .nav-trigger>span,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger,
  html.light body.subpage #hdr .nav-trigger>span{
    color:#171B20!important;
  }

  html:not(.light) body.home-cockpit #hdr nav.main>a:hover,
  html:not(.light) body.home-cockpit #hdr nav.main>a:focus-visible,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:hover,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:hover>span,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible>span,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger>span,
  html:not(.light) body.subpage #hdr nav.main>a:hover,
  html:not(.light) body.subpage #hdr nav.main>a:focus-visible,
  html:not(.light) body.subpage #hdr .nav-trigger:hover,
  html:not(.light) body.subpage #hdr .nav-trigger:focus-visible,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.subpage #hdr .nav-trigger:hover>span,
  html:not(.light) body.subpage #hdr .nav-trigger:focus-visible>span,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger>span{
    color:#F2F5F7!important;
    -webkit-text-fill-color:#F2F5F7!important;
  }

  html.light body.home-cockpit #hdr nav.main>a:hover,
  html.light body.home-cockpit #hdr nav.main>a:focus-visible,
  html.light body.home-cockpit #hdr .nav-trigger:hover,
  html.light body.home-cockpit #hdr .nav-trigger:focus-visible,
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html.light body.home-cockpit #hdr .nav-trigger:hover>span,
  html.light body.home-cockpit #hdr .nav-trigger:focus-visible>span,
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger>span,
  html.light body.subpage #hdr nav.main>a:hover,
  html.light body.subpage #hdr nav.main>a:focus-visible,
  html.light body.subpage #hdr .nav-trigger:hover,
  html.light body.subpage #hdr .nav-trigger:focus-visible,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger,
  html.light body.subpage #hdr .nav-trigger:hover>span,
  html.light body.subpage #hdr .nav-trigger:focus-visible>span,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger>span{
    color:#171B20!important;
    -webkit-text-fill-color:#171B20!important;
  }

  html body.home-cockpit #hdr #productsNav .nav-trigger span,
  html body.home-cockpit #hdr #aboutNav .nav-trigger span,
  html body.subpage #hdr #productsNav .nav-trigger span,
  html body.subpage #hdr #aboutNav .nav-trigger span{
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html:not(.light) body.home-cockpit #hdr .nav-trigger svg,
  html:not(.light) body.subpage #hdr .nav-trigger svg{
    color:#AEB6BC!important;
    stroke:currentColor!important;
  }
  html.light body.home-cockpit #hdr .nav-trigger svg,
  html.light body.subpage #hdr .nav-trigger svg{
    color:#606A71!important;
    stroke:currentColor!important;
  }
}

@media (min-width:1201px){
  html:not(.light) body #hdr#hdr nav.main > a,
  html:not(.light) body #hdr#hdr nav.main > .nav-drop > .nav-trigger,
  html:not(.light) body #hdr#hdr nav.main > .nav-drop > .nav-trigger > span{
    color:#E8ECEF!important;
    -webkit-text-fill-color:#E8ECEF!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html.light body #hdr#hdr nav.main > a,
  html.light body #hdr#hdr nav.main > .nav-drop > .nav-trigger,
  html.light body #hdr#hdr nav.main > .nav-drop > .nav-trigger > span{
    color:#171B20!important;
    -webkit-text-fill-color:#171B20!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  
  html body #hdr#hdr nav.main > a,
  html body #hdr#hdr nav.main > .nav-drop > .nav-trigger{
    font-family:"Sora",sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
  }

  
  html:not(.light) body #hdr#hdr .nav-trigger svg{color:#AEB6BC!important;stroke:currentColor!important;}
  html.light body #hdr#hdr .nav-trigger svg{color:#606A71!important;stroke:currentColor!important;}
}

@media (min-width:1201px){
  
  body.home-cockpit section#top.hero,
  html.light body.home-cockpit section#top.hero,
  html:not(.light) body.home-cockpit section#top.hero{
    height:clamp(760px,100svh,940px)!important;
    min-height:760px!important;
    max-height:940px!important;
    padding-bottom:0!important;
  }
  body.home-cockpit section#top.hero .hero-inner,
  html.light body.home-cockpit section#top.hero .hero-inner,
  html:not(.light) body.home-cockpit section#top.hero .hero-inner{
    transform:translateY(clamp(80px,10vh,108px))!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:clamp(14px,3vh,30px)!important;
  }

  
  body.home-cockpit .product-group-visual,
  html.light body.home-cockpit .product-group-visual,
  html:not(.light) body.home-cockpit .product-group-visual{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    opacity:1!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    transform:none!important;
    padding:0!important;
    box-sizing:border-box!important;
    background:radial-gradient(80% 95% at 42% 50%,rgba(148,158,164,.10),rgba(7,10,13,.04) 58%,transparent 78%)!important;
  }
  html.light body.home-cockpit .product-group-visual{
    filter:brightness(.94) saturate(.88) contrast(1.04)!important;
    -webkit-filter:brightness(.94) saturate(.88) contrast(1.04)!important;
    background:radial-gradient(80% 95% at 42% 50%,rgba(69,82,91,.08),rgba(255,255,255,.02) 60%,transparent 80%)!important;
  }
  html:not(.light) body.home-cockpit .product-group-visual{
    filter:saturate(.82) contrast(1.05) brightness(.92)!important;
    -webkit-filter:saturate(.82) contrast(1.05) brightness(.92)!important;
  }

  
  body.home-cockpit .home-proof-card,
  html.light body.home-cockpit .home-proof-card,
  html:not(.light) body.home-cockpit .home-proof-card{
    overflow:hidden!important;
    border-radius:16px!important;
    isolation:isolate!important;
  }
  body.home-cockpit .home-proof-card img,
  html.light body.home-cockpit .home-proof-card img,
  html:not(.light) body.home-cockpit .home-proof-card img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:inherit!important;
    transform:none!important;
    background:#080A0D!important;
    image-rendering:auto!important;
  }
  html.light body.home-cockpit .home-proof-card img{
    background:#E7EBED!important;
  }
  body.home-cockpit .home-proof-card:hover img,
  html.light body.home-cockpit .home-proof-card:hover img,
  html:not(.light) body.home-cockpit .home-proof-card:hover img{
    transform:none!important;
  }
  
  body.home-cockpit .home-proof-card + .home-proof-card::before,
  html.light body.home-cockpit .home-proof-card + .home-proof-card::before,
  html:not(.light) body.home-cockpit .home-proof-card + .home-proof-card::before{
    display:none!important;
    content:none!important;
  }

  
  body.home-cockpit .dash-grid-bottom>.dash-ops,
  html.light body.home-cockpit .dash-grid-bottom>.dash-ops,
  html:not(.light) body.home-cockpit .dash-grid-bottom>.dash-ops{
    min-height:400px!important;
    box-sizing:border-box!important;
  }
  body.home-cockpit .dash-ops .dash-panel-title,
  html.light body.home-cockpit .dash-ops .dash-panel-title,
  html:not(.light) body.home-cockpit .dash-ops .dash-panel-title{
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
    padding:0 30px!important;
    box-sizing:border-box!important;
  }
  body.home-cockpit .dash-ops-flow,
  html.light body.home-cockpit .dash-ops-flow,
  html:not(.light) body.home-cockpit .dash-ops-flow{
    min-height:330px!important;
    padding:38px clamp(34px,4vw,68px) 32px!important;
    box-sizing:border-box!important;
  }
  body.home-cockpit .dash-op,
  html.light body.home-cockpit .dash-op,
  html:not(.light) body.home-cockpit .dash-op{
    padding:0 6px 14px!important;
    box-sizing:border-box!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero,
  html.light body.home-cockpit section#top.hero,
  html:not(.light) body.home-cockpit section#top.hero{
    height:max(760px,100svh)!important;
    min-height:max(760px,100svh)!important;
    max-height:none!important;
  }

  
  body.home-cockpit section#top.hero .hero-vid,
  html.light body.home-cockpit section#top.hero .hero-vid,
  html:not(.light) body.home-cockpit section#top.hero .hero-vid,
  body.home-cockpit section#top.hero::before,
  html.light body.home-cockpit section#top.hero::before,
  html:not(.light) body.home-cockpit section#top.hero::before{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:clamp(18px,2.8svh,42px)!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:clamp(64px,7.5svh,112px)!important;
    width:min(calc(100% - 76px),1520px)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-rows:48px minmax(36px,auto) minmax(34px,auto)!important;
    align-content:start!important;
    align-items:start!important;
    justify-items:center!important;
    min-height:158px!important;
    height:100%!important;
    padding:17px 15px 16px!important;
    gap:8px!important;
    border-radius:15px!important;
    overflow:hidden!important;
    transform:none!important;
    backdrop-filter:blur(18px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
  }

  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    color:#F3F5F6!important;
    border:1px solid rgba(196,204,210,.72)!important;
    background:
      radial-gradient(120% 95% at 50% 0%,rgba(255,255,255,.075),transparent 48%),
      linear-gradient(148deg,rgba(36,43,49,.92),rgba(15,20,25,.91) 56%,rgba(6,9,13,.94))!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.15),
      inset 0 -1px 0 rgba(0,0,0,.42),
      0 18px 38px rgba(0,0,0,.32),
      0 0 0 1px rgba(255,255,255,.025)!important;
  }

  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    color:#182027!important;
    border:1px solid rgba(92,105,114,.54)!important;
    background:
      radial-gradient(120% 95% at 50% 0%,rgba(255,255,255,.88),transparent 48%),
      linear-gradient(148deg,rgba(244,247,249,.94),rgba(218,225,230,.92) 58%,rgba(237,241,244,.95))!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.98),
      inset 0 -1px 0 rgba(90,102,110,.12),
      0 17px 34px rgba(34,47,57,.16)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    grid-row:1!important;
    width:46px!important;height:46px!important;
    min-width:46px!important;min-height:46px!important;
    margin:0 auto!important;
    align-self:start!important;
    border-radius:13px!important;
    border:1px solid rgba(189,198,204,.28)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(0,0,0,.11))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 6px 14px rgba(0,0,0,.20)!important;
    filter:none!important;
  }

  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    border-color:rgba(69,82,91,.24)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(185,195,202,.24))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 6px 13px rgba(39,53,63,.11)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:30px!important;height:30px!important;
    max-width:30px!important;max-height:30px!important;
    object-fit:contain!important;
    opacity:1!important;
  }

  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    filter:brightness(1.30) contrast(1.18) drop-shadow(0 3px 5px rgba(0,0,0,.38))!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    filter:brightness(.70) contrast(1.34) drop-shadow(0 2px 3px rgba(255,255,255,.36))!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    grid-row:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:36px!important;
    margin:0!important;
    padding:0!important;
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:13.2px!important;
    font-weight:700!important;
    line-height:1.28!important;
    letter-spacing:-.018em!important;
    text-align:center!important;
    text-wrap:balance!important;
    overflow:visible!important;
  }

  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    color:#F5F6F7!important;
    -webkit-text-fill-color:#F5F6F7!important;
    text-shadow:0 1px 4px rgba(0,0,0,.72)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    color:#1A232A!important;
    -webkit-text-fill-color:#1A232A!important;
    text-shadow:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    grid-row:3!important;
    display:block!important;
    visibility:visible!important;
    width:100%!important;
    min-height:34px!important;
    margin:0!important;
    padding:0!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:10.5px!important;
    font-weight:600!important;
    line-height:1.45!important;
    letter-spacing:-.006em!important;
    text-align:center!important;
    text-wrap:balance!important;
    overflow:visible!important;
    opacity:1!important;
  }
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    color:#CDD3D7!important;
    -webkit-text-fill-color:#CDD3D7!important;
    text-shadow:0 1px 3px rgba(0,0,0,.62)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    color:#4E5B64!important;
    -webkit-text-fill-color:#4E5B64!important;
    text-shadow:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-3px)!important;
  }
}

@media (min-width:1201px) and (max-width:1399px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(calc(100% - 48px),1320px)!important;
    bottom:clamp(48px,6svh,72px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:10px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    min-height:154px!important;
    padding:15px 10px 14px!important;
    grid-template-rows:44px minmax(36px,auto) minmax(34px,auto)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    font-size:11.9px!important;line-height:1.29!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    font-size:9.5px!important;line-height:1.43!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:clamp(58px,7.1svh,104px)!important;
    width:min(calc(100% - 82px),1580px)!important;
    z-index:8!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    --trx-gold-1:#f0c978;
    --trx-gold-2:#a76d24;
    --trx-gold-3:#6d4314;
    position:relative!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-rows:68px minmax(58px,auto) 1px minmax(58px,auto)!important;
    align-content:start!important;
    justify-items:center!important;
    min-height:228px!important;
    height:100%!important;
    padding:18px 17px 19px!important;
    gap:10px!important;
    border:1px solid rgba(222,183,112,.76)!important;
    border-radius:15px!important;
    overflow:hidden!important;
    color:#f5f4f0!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.055),transparent 24%),
      radial-gradient(120% 90% at 50% 0%,rgba(210,167,91,.075),transparent 55%),
      linear-gradient(145deg,rgba(30,35,39,.965),rgba(13,17,20,.965) 58%,rgba(5,8,10,.975))!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.17),
      inset 0 0 0 3px rgba(0,0,0,.30),
      inset 0 -1px 0 rgba(232,187,105,.13),
      0 14px 28px rgba(0,0,0,.34),
      0 0 0 1px rgba(77,47,15,.34)!important;
    backdrop-filter:blur(16px) saturate(1.05)!important;
    -webkit-backdrop-filter:blur(16px) saturate(1.05)!important;
    transform:none!important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
    border-radius:inherit!important;
    background:
      linear-gradient(90deg,transparent 2%,rgba(247,215,153,.23) 17%,rgba(105,64,18,.16) 39%,rgba(250,220,160,.25) 51%,rgba(102,61,17,.13) 69%,rgba(245,211,147,.20) 87%,transparent 98%) top/100% 1px no-repeat,
      linear-gradient(90deg,transparent 8%,rgba(140,89,28,.14) 22%,rgba(244,199,115,.36) 50%,rgba(132,79,23,.12) 78%,transparent 92%) bottom/100% 2px no-repeat!important;
    opacity:1!important;
    animation:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:8px!important;
    width:28px!important;
    height:2px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,var(--trx-gold-2),var(--trx-gold-1),var(--trx-gold-2),transparent)!important;
    box-shadow:0 0 8px rgba(192,132,45,.18)!important;
    opacity:.95!important;
    pointer-events:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    grid-row:1!important;
    position:relative!important;
    width:60px!important;height:60px!important;
    min-width:60px!important;min-height:60px!important;
    margin:0 auto!important;
    align-self:start!important;
    border-radius:50%!important;
    border:1px solid rgba(226,185,106,.78)!important;
    background:
      radial-gradient(circle at 36% 28%,rgba(255,255,255,.10),transparent 30%),
      linear-gradient(145deg,rgba(29,34,37,.98),rgba(5,8,10,.98))!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.13),
      inset 0 0 0 4px rgba(2,4,6,.76),
      0 7px 15px rgba(0,0,0,.32),
      0 0 0 1px rgba(92,55,17,.28)!important;
    filter:none!important;
    overflow:hidden!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before{
    content:""!important;
    position:absolute!important;
    inset:5px!important;
    border-radius:50%!important;
    border:1px solid rgba(214,169,88,.19)!important;
    background:transparent!important;
    z-index:1!important;
    pointer-events:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    position:relative!important;
    z-index:2!important;
    width:37px!important;height:37px!important;
    max-width:37px!important;max-height:37px!important;
    object-fit:contain!important;
    opacity:1!important;
    filter:sepia(.78) saturate(2.1) hue-rotate(348deg) brightness(1.22) contrast(1.06) drop-shadow(0 3px 5px rgba(0,0,0,.42))!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    grid-row:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
    padding:0 2px!important;
    color:#F5F4F0!important;
    -webkit-text-fill-color:#F5F4F0!important;
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:15px!important;
    font-weight:700!important;
    line-height:1.26!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 4px rgba(0,0,0,.70)!important;
    overflow:visible!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:0!important;height:0!important;
    background:none!important;
    box-shadow:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    grid-row:4!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
    padding:0 2px!important;
    color:#D3D0C8!important;
    -webkit-text-fill-color:#D3D0C8!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:10.9px!important;
    font-weight:600!important;
    line-height:1.48!important;
    letter-spacing:-.008em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 3px rgba(0,0,0,.66)!important;
    opacity:1!important;
    overflow:visible!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    background-image:
      linear-gradient(90deg,transparent,rgba(192,127,40,.92),rgba(238,196,113,.96),rgba(192,127,40,.92),transparent),
      linear-gradient(180deg,rgba(255,255,255,.055),transparent 24%),
      radial-gradient(120% 90% at 50% 0%,rgba(210,167,91,.075),transparent 55%),
      linear-gradient(145deg,rgba(30,35,39,.965),rgba(13,17,20,.965) 58%,rgba(5,8,10,.975))!important;
    background-size:34px 1px,100% 100%,100% 100%,100% 100%!important;
    background-position:50% 142px,0 0,0 0,0 0!important;
    background-repeat:no-repeat!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-3px)!important;
    border-color:rgba(239,200,127,.92)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.19),
      inset 0 0 0 3px rgba(0,0,0,.26),
      0 18px 34px rgba(0,0,0,.38),
      0 0 15px rgba(180,117,34,.10)!important;
  }

  
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    color:#202326!important;
    border-color:rgba(145,99,41,.68)!important;
    background-image:
      linear-gradient(90deg,transparent,rgba(138,91,34,.70),rgba(202,159,88,.82),rgba(138,91,34,.70),transparent),
      linear-gradient(180deg,rgba(255,255,255,.78),transparent 28%),
      radial-gradient(120% 90% at 50% 0%,rgba(194,146,70,.10),transparent 55%),
      linear-gradient(145deg,rgba(244,245,243,.97),rgba(220,222,219,.96) 58%,rgba(236,237,234,.98))!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.98),
      inset 0 0 0 3px rgba(255,255,255,.28),
      inset 0 -1px 0 rgba(109,71,25,.10),
      0 14px 28px rgba(43,47,48,.14)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    border-color:rgba(137,91,34,.62)!important;
    background:linear-gradient(145deg,rgba(246,246,242,.96),rgba(188,190,187,.80))!important;
    box-shadow:inset 0 1px 0 #fff,inset 0 0 0 4px rgba(255,255,255,.40),0 6px 13px rgba(48,53,54,.13)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    color:#23272A!important;-webkit-text-fill-color:#23272A!important;text-shadow:none!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    color:#4E5354!important;-webkit-text-fill-color:#4E5354!important;text-shadow:none!important;
  }
}

@media (min-width:1600px) and (min-height:900px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(calc(100% - 112px),1720px)!important;
    bottom:clamp(70px,7.5svh,116px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    min-height:244px!important;
    padding:20px 18px 21px!important;
    grid-template-rows:72px minmax(62px,auto) 1px minmax(62px,auto)!important;
    background-position:50% 151px,0 0,0 0,0 0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    font-size:15.8px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    font-size:11.2px!important;line-height:1.50!important;
  }
}

@media (min-width:1201px) and (max-height:820px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    bottom:30px!important;
    width:min(calc(100% - 46px),1420px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:9px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    min-height:168px!important;
    padding:11px 9px 12px!important;
    grid-template-rows:46px minmax(39px,auto) 1px minmax(39px,auto)!important;
    gap:6px!important;
    background-position:50% 105px,0 0,0 0,0 0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    min-height:39px!important;font-size:11.4px!important;line-height:1.22!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    min-height:39px!important;font-size:8.6px!important;line-height:1.35!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{bottom:5px!important;width:22px!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    grid-template-columns:minmax(0,1fr)!important;
    justify-content:stretch!important;
    justify-items:center!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    grid-column:1!important;
    justify-self:center!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    grid-column:1!important;
    position:relative!important;
    justify-self:stretch!important;
    background:none!important;
    background-image:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:none!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    grid-column:1!important;
    justify-self:stretch!important;
    background:none!important;
    background-image:none!important;
    border:0!important;
    box-shadow:none!important;
    filter:none!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(88vw,2200px)!important;
    max-width:none!important;
    bottom:clamp(64px,7.2svh,106px)!important;
    z-index:8!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    --trx-ref-gold:#d59636;
    --trx-ref-gold-hi:#efc270;
    box-sizing:border-box!important;
    position:relative!important;
    isolation:isolate!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:76px minmax(60px,auto) 1px minmax(68px,auto)!important;
    justify-items:center!important;
    align-content:start!important;
    width:100%!important;
    min-width:0!important;
    height:clamp(258px,24.5svh,298px)!important;
    min-height:258px!important;
    max-height:298px!important;
    padding:18px 18px 21px!important;
    gap:9px!important;
    border:1px solid rgba(213,150,54,.94)!important;
    border-radius:17px!important;
    overflow:hidden!important;
    color:#f7f5f0!important;
    -webkit-text-fill-color:initial!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.075),transparent 18%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.020) 0 1px,transparent 1px 5px),
      radial-gradient(120% 90% at 50% 0%,rgba(200,139,49,.085),transparent 55%),
      linear-gradient(145deg,#20262a 0%,#111619 50%,#080b0d 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.22),
      inset 0 0 0 3px rgba(4,6,7,.44),
      inset 0 -1px 0 rgba(237,194,111,.19),
      0 16px 34px rgba(0,0,0,.40),
      0 0 0 1px rgba(96,56,13,.42)!important;
    backdrop-filter:blur(12px) saturate(1.03)!important;
    -webkit-backdrop-filter:blur(12px) saturate(1.03)!important;
    transform:none!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before{
    content:""!important;
    position:absolute!important;
    inset:4px!important;
    z-index:0!important;
    pointer-events:none!important;
    border:1px solid rgba(235,190,108,.20)!important;
    border-radius:13px!important;
    background:
      linear-gradient(90deg,transparent 4%,rgba(246,211,145,.22) 22%,rgba(113,67,17,.08) 43%,rgba(248,218,153,.24) 52%,rgba(112,66,17,.08) 71%,rgba(238,199,129,.18) 90%,transparent 98%) top/100% 1px no-repeat,
      linear-gradient(90deg,transparent 8%,rgba(119,72,20,.15) 25%,rgba(239,191,101,.38) 50%,rgba(119,72,20,.15) 75%,transparent 92%) bottom/100% 1px no-repeat!important;
    opacity:1!important;
    animation:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:7px!important;
    width:36px!important;
    height:2px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,#9f6420 22%,#efb552 50%,#9f6420 78%,transparent)!important;
    box-shadow:0 0 6px rgba(203,137,47,.14)!important;
    opacity:.95!important;
    pointer-events:none!important;
    z-index:3!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:center!important;
    display:grid!important;
    place-items:center!important;
    width:68px!important;height:68px!important;
    min-width:68px!important;min-height:68px!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    border:1px solid rgba(218,154,55,.94)!important;
    background:
      radial-gradient(circle at 34% 26%,rgba(255,255,255,.12),transparent 31%),
      linear-gradient(145deg,#22282c,#090c0e 72%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.17),
      inset 0 0 0 5px rgba(3,5,6,.66),
      0 7px 16px rgba(0,0,0,.34),
      0 0 0 1px rgba(96,57,14,.30)!important;
    overflow:hidden!important;
    z-index:2!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before{
    content:""!important;
    position:absolute!important;
    inset:6px!important;
    border-radius:50%!important;
    border:1px solid rgba(237,191,103,.18)!important;
    background:none!important;
    pointer-events:none!important;
    z-index:1!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after{
    display:none!important;
    content:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    position:relative!important;
    z-index:2!important;
    width:42px!important;height:42px!important;
    max-width:42px!important;max-height:42px!important;
    object-fit:contain!important;
    opacity:1!important;
    transform:none!important;
    filter:sepia(.90) saturate(2.25) hue-rotate(348deg) brightness(1.30) contrast(1.08) drop-shadow(0 2px 4px rgba(0,0,0,.45))!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    grid-column:1!important;
    grid-row:2!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:60px!important;
    margin:0!important;
    padding:0 3px!important;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#F7F5F1!important;
    -webkit-text-fill-color:#F7F5F1!important;
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:16.4px!important;
    font-weight:700!important;
    line-height:1.24!important;
    letter-spacing:-.028em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 4px rgba(0,0,0,.72)!important;
    filter:none!important;
    opacity:1!important;
    z-index:2!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::before,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    display:none!important;content:none!important;background:none!important;box-shadow:none!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    background-image:
      linear-gradient(90deg,transparent,#a96c22 20%,#e5ad52 50%,#a96c22 80%,transparent),
      linear-gradient(180deg,rgba(255,255,255,.075),transparent 18%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.020) 0 1px,transparent 1px 5px),
      radial-gradient(120% 90% at 50% 0%,rgba(200,139,49,.085),transparent 55%),
      linear-gradient(145deg,#20262a 0%,#111619 50%,#080b0d 100%)!important;
    background-size:34px 2px,100% 100%,100% 100%,100% 100%,100% 100%!important;
    background-position:50% 154px,0 0,0 0,0 0,0 0!important;
    background-repeat:no-repeat!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    grid-column:1!important;
    grid-row:4!important;
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:68px!important;
    margin:0!important;
    padding:3px 4px 0!important;
    border:0!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#D9D5CC!important;
    -webkit-text-fill-color:#D9D5CC!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:11.7px!important;
    font-weight:600!important;
    line-height:1.48!important;
    letter-spacing:-.008em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 3px rgba(0,0,0,.62)!important;
    filter:none!important;
    opacity:1!important;
    z-index:2!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::before,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::after{
    display:none!important;content:none!important;
  }

  
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    color:#f7f5f0!important;
    border-color:rgba(213,150,54,.94)!important;
    background-image:
      linear-gradient(90deg,transparent,#a96c22 20%,#e5ad52 50%,#a96c22 80%,transparent),
      linear-gradient(180deg,rgba(255,255,255,.075),transparent 18%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.020) 0 1px,transparent 1px 5px),
      radial-gradient(120% 90% at 50% 0%,rgba(200,139,49,.085),transparent 55%),
      linear-gradient(145deg,#20262a 0%,#111619 50%,#080b0d 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 0 0 3px rgba(4,6,7,.44),inset 0 -1px 0 rgba(237,194,111,.19),0 16px 34px rgba(0,0,0,.40),0 0 0 1px rgba(96,56,13,.42)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    border-color:rgba(218,154,55,.94)!important;
    background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.12),transparent 31%),linear-gradient(145deg,#22282c,#090c0e 72%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.17),inset 0 0 0 5px rgba(3,5,6,.66),0 7px 16px rgba(0,0,0,.34),0 0 0 1px rgba(96,57,14,.30)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#F7F5F1!important;-webkit-text-fill-color:#F7F5F1!important;text-shadow:0 1px 4px rgba(0,0,0,.72)!important;}
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{color:#D9D5CC!important;-webkit-text-fill-color:#D9D5CC!important;text-shadow:0 1px 3px rgba(0,0,0,.62)!important;}

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-2px)!important;
    border-color:rgba(231,182,91,.98)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 0 0 3px rgba(4,6,7,.38),inset 0 -1px 0 rgba(237,194,111,.22),0 18px 36px rgba(0,0,0,.42),0 0 0 1px rgba(118,72,16,.45)!important;
  }
}

@media (min-width:1800px) and (min-height:1000px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:292px!important;min-height:292px!important;max-height:292px!important;
    grid-template-rows:76px 64px 1px 76px!important;
    padding:19px 20px 22px!important;
    background-position:50% 158px,0 0,0 0,0 0,0 0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:17px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:12.1px!important;}
}

@media (min-width:1201px) and (max-height:820px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(90vw,1450px)!important;
    bottom:24px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:9px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:178px!important;min-height:178px!important;max-height:178px!important;
    grid-template-rows:48px 43px 1px 43px!important;
    padding:10px 10px 12px!important;
    gap:5px!important;
    border-radius:13px!important;
    background-position:50% 105px,0 0,0 0,0 0,0 0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){min-height:43px!important;font-size:11.7px!important;line-height:1.20!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{min-height:43px!important;font-size:8.6px!important;line-height:1.34!important;padding-top:1px!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    background:
      linear-gradient(180deg,rgba(255,255,255,.075),transparent 18%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.020) 0 1px,transparent 1px 5px),
      radial-gradient(120% 90% at 50% 0%,rgba(200,139,49,.085),transparent 55%),
      linear-gradient(145deg,#20262a 0%,#111619 50%,#080b0d 100%)!important;
    background-position:0 0!important;
    background-size:auto!important;
    background-repeat:repeat!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:50%!important;
    top:auto!important;
    right:auto!important;
    bottom:-6px!important;
    width:34px!important;
    height:2px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,#a96c22 20%,#e5ad52 50%,#a96c22 80%,transparent)!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
}

@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(88vw,2260px)!important;
    bottom:clamp(88px,8.2svh,128px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:16px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:350px!important;min-height:350px!important;max-height:350px!important;
    grid-template-rows:92px 78px 1px 96px!important;
    padding:24px 22px 27px!important;
    gap:10px!important;
    border-radius:19px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:82px!important;height:82px!important;min-width:82px!important;min-height:82px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    min-height:78px!important;font-size:20px!important;line-height:1.22!important;padding-inline:6px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    min-height:96px!important;font-size:13.6px!important;line-height:1.50!important;padding:6px 8px 0!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{width:42px!important;bottom:-7px!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(91vw,2320px)!important;
    max-width:none!important;
    bottom:clamp(72px,8.8svh,132px)!important;
    z-index:8!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:clamp(12px,0.82vw,19px)!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    --trx-gold-deep:#6e4317;
    --trx-gold:#c9872d;
    --trx-gold-mid:#e3ad58;
    --trx-gold-hi:#f3d294;
    box-sizing:border-box!important;
    position:relative!important;
    isolation:isolate!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:clamp(76px,7.2svh,92px) minmax(64px,auto) 1px minmax(78px,auto)!important;
    justify-items:center!important;
    align-content:start!important;
    width:100%!important;
    min-width:0!important;
    height:clamp(286px,26.4svh,370px)!important;
    min-height:286px!important;
    max-height:370px!important;
    padding:clamp(18px,1.35vw,27px) clamp(16px,1.2vw,25px) clamp(24px,1.8vw,34px)!important;
    gap:clamp(8px,.62vw,12px)!important;
    border:1px solid rgba(225,171,83,.96)!important;
    border-radius:17px!important;
    overflow:hidden!important;
    color:#f8f7f3!important;
    -webkit-text-fill-color:initial!important;
    background:
      linear-gradient(90deg,transparent 0 8%,rgba(255,236,192,.48) 23%,rgba(116,70,20,.08) 39%,rgba(247,212,151,.52) 50%,rgba(116,70,20,.08) 61%,rgba(250,219,161,.40) 78%,transparent 92%) top/100% 1px no-repeat,
      linear-gradient(90deg,transparent 5%,rgba(132,78,21,.14) 24%,rgba(236,183,91,.34) 50%,rgba(132,78,21,.14) 76%,transparent 95%) bottom/100% 1px no-repeat,
      radial-gradient(85% 28% at 50% 0%,rgba(247,212,150,.10),transparent 72%),
      radial-gradient(70% 70% at 15% 8%,rgba(255,255,255,.055),transparent 46%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.026) 0 1px,rgba(255,255,255,.003) 1px 3px,transparent 3px 7px),
      linear-gradient(145deg,#24292d 0%,#161b1e 31%,#0d1114 67%,#080b0d 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.32),
      inset 0 0 0 3px rgba(3,5,6,.53),
      inset 0 0 0 4px rgba(234,181,91,.12),
      inset 0 -1px 0 rgba(243,202,127,.24),
      0 18px 38px rgba(0,0,0,.44),
      0 0 0 1px rgba(98,57,15,.52),
      0 0 16px rgba(205,139,46,.055)!important;
    backdrop-filter:blur(13px) saturate(1.04)!important;
    -webkit-backdrop-filter:blur(13px) saturate(1.04)!important;
    transform:none!important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before{
    content:""!important;
    position:absolute!important;
    inset:5px!important;
    z-index:0!important;
    pointer-events:none!important;
    border:1px solid rgba(240,201,128,.22)!important;
    border-radius:12px!important;
    background:
      radial-gradient(circle at 0 0,rgba(255,231,181,.56) 0 1px,transparent 2px),
      radial-gradient(circle at 100% 0,rgba(255,225,169,.42) 0 1px,transparent 2px),
      radial-gradient(circle at 0 100%,rgba(255,220,151,.30) 0 1px,transparent 2px),
      radial-gradient(circle at 100% 100%,rgba(255,220,151,.34) 0 1px,transparent 2px),
      linear-gradient(135deg,rgba(255,255,255,.035),transparent 20%,transparent 80%,rgba(225,167,70,.025))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.055),inset 0 -1px 0 rgba(206,143,48,.07)!important;
    opacity:1!important;
    animation:none!important;
  }

  
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:8px!important;
    width:clamp(38px,2.3vw,54px)!important;
    height:2px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,#8e571d 15%,#d79331 35%,#f0c36f 50%,#d79331 65%,#8e571d 85%,transparent)!important;
    box-shadow:0 1px 5px rgba(213,147,51,.15)!important;
    opacity:.95!important;
    pointer-events:none!important;
    z-index:4!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:center!important;
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    width:clamp(72px,5.05vw,94px)!important;
    height:clamp(72px,5.05vw,94px)!important;
    min-width:0!important;min-height:0!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    border:1px solid rgba(232,178,86,.98)!important;
    background:
      radial-gradient(circle at 37% 28%,rgba(255,255,255,.15),transparent 25%),
      radial-gradient(circle at 50% 58%,rgba(200,129,34,.075),transparent 56%),
      linear-gradient(145deg,#252a2d 0%,#111518 58%,#07090b 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.24),
      inset 0 0 0 4px rgba(2,4,5,.78),
      inset 0 0 0 5px rgba(230,174,83,.14),
      0 7px 17px rgba(0,0,0,.40),
      0 0 0 1px rgba(100,59,15,.36),
      0 2px 10px rgba(216,150,50,.095)!important;
    overflow:hidden!important;
    z-index:3!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before{
    content:""!important;
    position:absolute!important;
    inset:7px!important;
    border-radius:50%!important;
    border:1px solid rgba(243,204,128,.34)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 48%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    pointer-events:none!important;
    z-index:1!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:17%!important;right:17%!important;bottom:4px!important;
    height:2px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,#b96d20,#f0bd60,#b96d20,transparent)!important;
    box-shadow:0 0 5px rgba(208,133,34,.18)!important;
    z-index:3!important;
    pointer-events:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    position:relative!important;
    z-index:2!important;
    width:58%!important;height:58%!important;
    max-width:58%!important;max-height:58%!important;
    object-fit:contain!important;
    opacity:1!important;
    transform:none!important;
    filter:sepia(1) saturate(2.65) hue-rotate(350deg) brightness(1.42) contrast(1.08) drop-shadow(0 1px 2px rgba(0,0,0,.58))!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    grid-column:1!important;
    grid-row:2!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:64px!important;
    margin:0!important;
    padding:0 clamp(2px,.35vw,7px)!important;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#FBFAF6!important;
    -webkit-text-fill-color:#FBFAF6!important;
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:clamp(15.5px,.92vw,20.5px)!important;
    font-weight:700!important;
    line-height:1.22!important;
    letter-spacing:-.028em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 4px rgba(0,0,0,.78)!important;
    filter:none!important;
    opacity:1!important;
    z-index:3!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::before{
    display:none!important;content:none!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:50%!important;
    bottom:-8px!important;
    width:clamp(34px,2.05vw,47px)!important;
    height:2px!important;
    transform:translateX(-50%)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,transparent,#99601f 18%,#e0a542 50%,#99601f 82%,transparent)!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    grid-column:1!important;
    grid-row:4!important;
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:78px!important;
    margin:0!important;
    padding:clamp(4px,.45vw,8px) clamp(3px,.4vw,8px) 0!important;
    border:0!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#DDD9D0!important;
    -webkit-text-fill-color:#DDD9D0!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:clamp(10.8px,.62vw,13.8px)!important;
    font-weight:600!important;
    line-height:1.48!important;
    letter-spacing:-.008em!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 1px 3px rgba(0,0,0,.68)!important;
    filter:none!important;
    opacity:1!important;
    z-index:3!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::before,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc::after{
    display:none!important;content:none!important;
  }

  
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    color:#f8f7f3!important;
    border-color:rgba(225,171,83,.96)!important;
  }
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#FBFAF6!important;-webkit-text-fill-color:#FBFAF6!important;}
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{color:#DDD9D0!important;-webkit-text-fill-color:#DDD9D0!important;}

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-2px)!important;
    border-color:rgba(239,195,119,.98)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.34),
      inset 0 0 0 3px rgba(3,5,6,.50),
      inset 0 0 0 4px rgba(235,185,99,.15),
      inset 0 -1px 0 rgba(246,211,146,.27),
      0 20px 42px rgba(0,0,0,.46),
      0 0 0 1px rgba(113,68,18,.58),
      0 0 18px rgba(214,148,50,.075)!important;
  }
}

@media (min-width:1201px) and (max-height:820px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(91vw,1460px)!important;
    bottom:24px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:9px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:182px!important;min-height:182px!important;max-height:182px!important;
    grid-template-rows:50px 44px 1px 44px!important;
    padding:10px 10px 13px!important;gap:5px!important;border-radius:13px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:48px!important;height:48px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){min-height:44px!important;font-size:11.7px!important;line-height:1.20!important;padding:0 2px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{min-height:44px!important;font-size:8.55px!important;line-height:1.34!important;padding:1px 2px 0!important;}
}

@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(91.5vw,2340px)!important;
    bottom:clamp(118px,9.3svh,142px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:18px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:384px!important;min-height:384px!important;max-height:384px!important;
    grid-template-rows:100px 82px 1px 108px!important;
    padding:27px 25px 34px!important;gap:11px!important;border-radius:19px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:94px!important;height:94px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){min-height:82px!important;font-size:20.5px!important;line-height:1.20!important;padding:0 7px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{min-height:108px!important;font-size:13.8px!important;line-height:1.50!important;padding:8px 9px 0!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;
  }
}
@media (min-width:1201px) and (max-height:820px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:68%!important;height:68%!important;max-width:68%!important;max-height:68%!important;
  }
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(83vw,1880px)!important;
    bottom:clamp(58px,6.8svh,92px)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    gap:clamp(10px,.64vw,15px)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:clamp(224px,21.2svh,258px)!important;
    min-height:224px!important;
    max-height:258px!important;
    grid-template-rows:clamp(58px,5.5svh,66px) minmax(48px,auto) 1px minmax(58px,auto)!important;
    padding:clamp(13px,.95vw,18px) clamp(12px,.85vw,17px) clamp(16px,1.15vw,22px)!important;
    gap:clamp(5px,.38vw,8px)!important;
    border-radius:15px!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.27),
      inset 0 0 0 3px rgba(3,5,6,.52),
      inset 0 0 0 4px rgba(234,181,91,.10),
      inset 0 -1px 0 rgba(243,202,127,.20),
      0 13px 28px rgba(0,0,0,.38),
      0 0 0 1px rgba(98,57,15,.46),
      0 0 12px rgba(205,139,46,.04)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before{
    inset:4px!important;
    border-radius:11px!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{
    bottom:6px!important;
    width:clamp(30px,1.8vw,42px)!important;
    height:1px!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:clamp(55px,3.25vw,66px)!important;
    height:clamp(55px,3.25vw,66px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before{
    inset:5px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:64%!important;height:64%!important;max-width:64%!important;max-height:64%!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    min-height:48px!important;
    padding:0 clamp(2px,.28vw,5px)!important;
    font-size:clamp(13.2px,.76vw,15.8px)!important;
    line-height:1.18!important;
    letter-spacing:-.022em!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    bottom:-5px!important;
    width:clamp(28px,1.55vw,36px)!important;
    height:1px!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    min-height:58px!important;
    padding:clamp(3px,.28vw,5px) clamp(3px,.28vw,6px) 0!important;
    font-size:clamp(9.7px,.52vw,11.2px)!important;
    font-weight:600!important;
    line-height:1.36!important;
    letter-spacing:-.004em!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-1px)!important;
  }
}

@media (min-width:1700px) and (min-height:900px) and (max-height:1250px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(82.5vw,1780px)!important;
    bottom:clamp(62px,6.4svh,78px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:244px!important;min-height:244px!important;max-height:244px!important;
    grid-template-rows:62px 50px 1px 62px!important;
    padding:14px 13px 18px!important;
    gap:6px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:60px!important;height:60px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:14.2px!important;min-height:50px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:10.2px!important;line-height:1.36!important;min-height:62px!important;}
}

@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(84vw,2160px)!important;
    bottom:clamp(88px,7.3svh,108px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:15px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:286px!important;min-height:286px!important;max-height:286px!important;
    grid-template-rows:72px 58px 1px 74px!important;
    padding:17px 16px 22px!important;gap:7px!important;border-radius:16px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:70px!important;height:70px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){min-height:58px!important;font-size:16px!important;line-height:1.18!important;padding:0 4px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{min-height:74px!important;font-size:11.4px!important;line-height:1.38!important;padding:5px 5px 0!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(83.5vw,1840px)!important;
    bottom:clamp(54px,6.2svh,82px)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:clamp(10px,.62vw,14px)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    --trx-chrome-dark:#525a60;
    --trx-chrome-mid:#aeb6bb;
    --trx-chrome-hi:#eef1f2;
    height:clamp(210px,19.2svh,238px)!important;
    min-height:210px!important;
    max-height:238px!important;
    grid-template-rows:56px 46px 1px 56px!important;
    padding:12px 12px 16px!important;
    gap:5px!important;
    border:1px solid rgba(205,212,216,.78)!important;
    border-radius:14px!important;
    color:#F5F7F8!important;
    background:
      linear-gradient(90deg,transparent 0 8%,rgba(255,255,255,.66) 23%,rgba(75,84,90,.08) 40%,rgba(240,244,246,.72) 50%,rgba(75,84,90,.08) 60%,rgba(255,255,255,.50) 78%,transparent 92%) top/100% 1px no-repeat,
      linear-gradient(90deg,transparent 6%,rgba(95,105,111,.12) 24%,rgba(223,229,232,.50) 50%,rgba(95,105,111,.12) 76%,transparent 94%) bottom/100% 1px no-repeat,
      radial-gradient(80% 30% at 50% 0%,rgba(236,240,242,.11),transparent 74%),
      radial-gradient(74% 78% at 12% 10%,rgba(255,255,255,.055),transparent 48%),
      repeating-linear-gradient(118deg,rgba(255,255,255,.022) 0 1px,rgba(255,255,255,.002) 1px 3px,transparent 3px 7px),
      linear-gradient(145deg,rgba(52,58,62,.95) 0%,rgba(31,36,39,.97) 35%,rgba(16,20,23,.985) 70%,rgba(10,13,15,.99) 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.38),
      inset 0 0 0 3px rgba(5,7,8,.54),
      inset 0 0 0 4px rgba(214,220,223,.10),
      inset 0 -1px 0 rgba(231,235,237,.22),
      0 12px 27px rgba(0,0,0,.40),
      0 0 0 1px rgba(77,86,92,.48),
      0 0 13px rgba(204,213,218,.035)!important;
    backdrop-filter:blur(12px) saturate(.90)!important;
    -webkit-backdrop-filter:blur(12px) saturate(.90)!important;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::before{
    content:""!important;
    position:absolute!important;
    inset:4px!important;
    border:1px solid rgba(218,224,227,.18)!important;
    border-radius:10px!important;
    background:
      radial-gradient(circle at 0 0,rgba(255,255,255,.48) 0 1px,transparent 2px),
      radial-gradient(circle at 100% 0,rgba(255,255,255,.36) 0 1px,transparent 2px),
      radial-gradient(circle at 0 100%,rgba(220,226,229,.26) 0 1px,transparent 2px),
      radial-gradient(circle at 100% 100%,rgba(220,226,229,.28) 0 1px,transparent 2px),
      linear-gradient(135deg,rgba(255,255,255,.028),transparent 22%,transparent 80%,rgba(197,205,209,.018))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045),inset 0 -1px 0 rgba(188,197,202,.055)!important;
    opacity:1!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip::after{
    content:""!important;
    left:50%!important;
    bottom:6px!important;
    width:clamp(28px,1.55vw,36px)!important;
    height:1px!important;
    transform:translateX(-50%)!important;
    background:linear-gradient(90deg,transparent,#697177 16%,#E4E8EA 50%,#697177 84%,transparent)!important;
    box-shadow:0 1px 4px rgba(211,219,223,.10)!important;
    opacity:.90!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:54px!important;
    height:54px!important;
    border:1px solid rgba(205,212,216,.84)!important;
    background:
      radial-gradient(circle at 36% 27%,rgba(255,255,255,.17),transparent 27%),
      radial-gradient(circle at 50% 58%,rgba(173,183,189,.05),transparent 58%),
      linear-gradient(145deg,#353b3f 0%,#1b2023 55%,#0a0d0f 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.26),
      inset 0 0 0 4px rgba(3,5,6,.72),
      inset 0 0 0 5px rgba(211,218,222,.11),
      0 6px 14px rgba(0,0,0,.36),
      0 0 0 1px rgba(72,80,85,.42),
      0 2px 8px rgba(202,211,216,.055)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::before{
    inset:5px!important;
    border:1px solid rgba(226,231,233,.26)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.03),transparent 48%)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon::after{
    left:19%!important;right:19%!important;bottom:3px!important;height:1px!important;
    background:linear-gradient(90deg,transparent,#7F898F,#F1F3F4,#7F898F,transparent)!important;
    box-shadow:0 0 4px rgba(221,228,231,.10)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:62%!important;height:62%!important;max-width:62%!important;max-height:62%!important;
    filter:grayscale(1) brightness(1.70) contrast(1.12) drop-shadow(0 1px 2px rgba(0,0,0,.52))!important;
    opacity:.96!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    min-height:46px!important;
    padding:0 3px!important;
    color:#F2F4F5!important;
    -webkit-text-fill-color:#F2F4F5!important;
    font-size:clamp(13px,.73vw,15.2px)!important;
    font-weight:700!important;
    line-height:1.18!important;
    letter-spacing:-.022em!important;
    text-shadow:0 1px 3px rgba(0,0,0,.72)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    bottom:-4px!important;
    width:clamp(26px,1.35vw,32px)!important;
    height:1px!important;
    background:linear-gradient(90deg,transparent,#717B81 18%,#DCE1E3 50%,#717B81 82%,transparent)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    min-height:56px!important;
    padding:3px 4px 0!important;
    color:#C9CFD2!important;
    -webkit-text-fill-color:#C9CFD2!important;
    font-size:clamp(9.8px,.50vw,10.9px)!important;
    font-weight:600!important;
    line-height:1.36!important;
    letter-spacing:-.004em!important;
    text-shadow:0 1px 2px rgba(0,0,0,.58)!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:hover,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip:focus-visible{
    transform:translateY(-1px)!important;
    border-color:rgba(232,237,239,.90)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.44),
      inset 0 0 0 3px rgba(4,6,7,.52),
      inset 0 0 0 4px rgba(218,225,228,.13),
      inset 0 -1px 0 rgba(235,239,241,.24),
      0 15px 31px rgba(0,0,0,.42),
      0 0 0 1px rgba(88,97,102,.52)!important;
  }
}

@media (min-width:1700px) and (min-height:900px) and (max-height:1250px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(82.5vw,1760px)!important;
    bottom:clamp(56px,5.8svh,70px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:222px!important;min-height:222px!important;max-height:222px!important;
    grid-template-rows:54px 44px 1px 55px!important;
    padding:11px 11px 15px!important;gap:5px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:52px!important;height:52px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:13.6px!important;min-height:44px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:10px!important;line-height:1.34!important;min-height:55px!important;}
}

@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit{
    width:min(83.5vw,2100px)!important;
    bottom:clamp(74px,6.1svh,92px)!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchips{gap:14px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:252px!important;min-height:252px!important;max-height:252px!important;
    grid-template-rows:62px 50px 1px 62px!important;
    padding:13px 13px 18px!important;gap:6px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:60px!important;height:60px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:14.6px!important;min-height:50px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:10.7px!important;line-height:1.36!important;min-height:62px!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:58px!important;height:58px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:clamp(13.8px,.78vw,16.2px)!important;line-height:1.17!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:clamp(10.2px,.54vw,11.6px)!important;line-height:1.35!important;}
}
@media (min-width:1700px) and (min-height:900px) and (max-height:1250px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:58px!important;height:58px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:14.8px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:10.8px!important;}
}
@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{height:260px!important;min-height:260px!important;max-height:260px!important;grid-template-rows:68px 54px 1px 66px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:66px!important;height:66px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:16.6px!important;min-height:54px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{font-size:11.8px!important;min-height:66px!important;}
}

@media (min-width:1201px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:58px 56px 1px 74px!important;
    align-items:center!important;
    justify-items:center!important;
    align-content:center!important;
    padding:10px 12px 12px!important;
    gap:4px!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{
    width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;
    margin:0 auto!important;padding:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon img{
    width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;
    object-fit:contain!important;opacity:1!important;visibility:visible!important;
    filter:none!important;-webkit-filter:none!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;
    margin:0!important;padding:0 5px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    text-align:center!important;
    font-size:clamp(13.2px,.74vw,15px)!important;
    font-weight:750!important;line-height:1.17!important;letter-spacing:-.02em!important;
    overflow:visible!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon)::after{
    bottom:-3px!important;
  }

  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
    width:100%!important;height:74px!important;min-height:74px!important;max-height:74px!important;
    margin:0!important;padding:4px 8px 0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    text-align:center!important;
    font-size:clamp(9.8px,.51vw,11px)!important;font-weight:580!important;line-height:1.34!important;
    overflow:visible!important;
  }
}

@media (min-width:1700px) and (min-height:900px) and (max-height:1250px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:224px!important;min-height:224px!important;max-height:224px!important;
    grid-template-rows:58px 56px 1px 74px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{height:74px!important;min-height:74px!important;max-height:74px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){height:56px!important;min-height:56px!important;max-height:56px!important;}
}

@media (min-width:2200px) and (min-height:1200px){
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    height:244px!important;min-height:244px!important;max-height:244px!important;
    grid-template-rows:64px 58px 1px 78px!important;
  }
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-icon{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){height:56px!important;min-height:56px!important;max-height:56px!important;font-size:15.6px!important;}
  body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{height:78px!important;min-height:78px!important;max-height:78px!important;font-size:11.2px!important;}
}

@media (min-width:1201px){
 body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
 body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip .hchip-desc{
   text-wrap:balance!important;
   overflow-wrap:normal!important;
   word-break:normal!important;
 }
}

body.home-cockpit .hero>.home-benefits-cockpit .hchip,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip{
  text-align:center!important;
}
body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html.light body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc,
html:not(.light) body.home-cockpit .hero>.home-benefits-cockpit .hchip-desc{
  display:block!important;
  width:100%!important;
  max-width:188px!important;
  margin:1px auto 0!important;
  text-align:center!important;
  align-self:center!important;
  justify-self:center!important;
}

@media (min-width:1201px){
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc{
    display:block!important;
    width:100%!important;
    max-width:188px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
    margin:0 auto!important;
    padding:4px 8px 0!important;
    align-self:center!important;
    justify-self:center!important;
    text-align:center!important;
    text-align-last:center!important;
    white-space:normal!important;
    overflow:visible!important;
  }
}
@media (min-width:2200px) and (min-height:1200px){
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc{
    height:78px!important;
    min-height:78px!important;
    max-height:78px!important;
  }
}

@media (min-width:1201px){
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    grid-template-rows:58px 62px 1px 68px!important;
  }
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    height:62px!important;min-height:62px!important;max-height:62px!important;
  }
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc{
    height:68px!important;min-height:68px!important;max-height:68px!important;
  }
}
@media (min-width:2200px) and (min-height:1200px){
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip{
    grid-template-rows:64px 64px 1px 72px!important;
  }
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon),
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>span:not(.hchip-icon){
    height:64px!important;min-height:64px!important;max-height:64px!important;
  }
  html body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html.light body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc,
  html:not(.light) body.home-cockpit section#top.hero>.home-benefits-cockpit .hchip>small.hchip-desc{
    height:72px!important;min-height:72px!important;max-height:72px!important;
  }
}

.modal .legal-modal-copy[aria-busy="true"]{min-height:72px!important;opacity:.72!important;}

@media (min-width:761px){
  html[lang="ar"].light body.home-cockpit section#top.hero h1,
  html[lang="ar"]:not(.light) body.home-cockpit section#top.hero h1,
  html[lang="fa"].light body.home-cockpit section#top.hero h1,
  html[lang="fa"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Arabic","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size,clamp(51px,4.45vw,68px))!important;
    line-height:1.12!important;letter-spacing:0!important;
  }
  html[lang="hi"].light body.home-cockpit section#top.hero h1,
  html[lang="hi"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Devanagari","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size,clamp(51px,4.45vw,68px))!important;
    line-height:1.13!important;letter-spacing:-.015em!important;
  }
  html[lang="ka"].light body.home-cockpit section#top.hero h1,
  html[lang="ka"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Georgian","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size,clamp(49px,4.15vw,64px))!important;
    line-height:1.12!important;letter-spacing:-.025em!important;
  }
  html[lang^="zh"].light body.home-cockpit section#top.hero h1,
  html[lang^="zh"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size,clamp(62px,5.2vw,80px))!important;
    line-height:1.08!important;letter-spacing:.035em!important;
  }
}
@media (max-width:760px){
  html[lang="ar"].light body.home-cockpit section#top.hero h1,
  html[lang="ar"]:not(.light) body.home-cockpit section#top.hero h1,
  html[lang="fa"].light body.home-cockpit section#top.hero h1,
  html[lang="fa"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Arabic","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size-mobile,clamp(31px,8.8vw,41px))!important;
    line-height:1.15!important;letter-spacing:0!important;
  }
  html[lang="hi"].light body.home-cockpit section#top.hero h1,
  html[lang="hi"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Devanagari","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size-mobile,clamp(30px,8.5vw,40px))!important;
    line-height:1.16!important;letter-spacing:-.01em!important;
  }
  html[lang="ka"].light body.home-cockpit section#top.hero h1,
  html[lang="ka"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans Georgian","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size-mobile,clamp(29px,8.2vw,38px))!important;
    line-height:1.15!important;letter-spacing:-.02em!important;
  }
  html[lang^="zh"].light body.home-cockpit section#top.hero h1,
  html[lang^="zh"]:not(.light) body.home-cockpit section#top.hero h1{
    font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Noto Sans",sans-serif!important;
    font-size:var(--hero-local-title-size-mobile,clamp(38px,11vw,50px))!important;
    line-height:1.10!important;letter-spacing:.03em!important;
  }

  
  html[dir="rtl"].light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html[dir="rtl"]:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    padding-left:24px!important;padding-right:24px!important;
  }
  html[dir="rtl"].light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after,
  html[dir="rtl"]:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto::after{
    right:auto!important;left:10px!important;
  }
}
@media (max-width:370px){
  html[dir="rtl"].light body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto,
  html[dir="rtl"]:not(.light) body.home-cockpit section#top.hero .ctas>a.btn-ghost-auto{
    padding-left:22px!important;padding-right:22px!important;
  }
}

/* ===== TREXPOR v300 stabilization patch =====
   Conservative: preserves approved header geometry and theme parity. */
.product-group-card[id]{scroll-margin-top:96px!important;}

/* v302 semantic heading parity: visual output intentionally unchanged */
footer h2{font-family:"Sora",sans-serif;font-weight:600;margin-bottom:18px;letter-spacing:.10em;text-transform:uppercase;font-size:10.5px!important;color:#cdd2d9!important;overflow-wrap:anywhere;word-break:normal}
html.light footer h2{color:#29384c!important}
body.subpage footer h2{color:#DCE2E5!important}
html.light body.subpage footer h2{color:#354149!important}

/* v310 · Header mega-menu bottom clearance.
   Keep the final card fully inside the rounded panel in both themes. */
@media (min-width:1201px){
  html:not(.light) body.home-cockpit #hdr .mega-menu.products-menu,
  html:not(.light) body.home-cockpit #hdr .mega-menu.about-menu,
  html.light body.home-cockpit #hdr .mega-menu.products-menu,
  html.light body.home-cockpit #hdr .mega-menu.about-menu,
  html:not(.light) body.subpage #hdr .mega-menu.products-menu,
  html:not(.light) body.subpage #hdr .mega-menu.about-menu,
  html.light body.subpage #hdr .mega-menu.products-menu,
  html.light body.subpage #hdr .mega-menu.about-menu{
    box-sizing:border-box!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:10px 10px 16px!important;
  }
}


/* ==========================================================================\n   TREXPOR v311 — Three focused product groups\n   Food / Cleaning / Cosmetics. Existing approved theme and card language kept.\n   ========================================================================== */
body.home-cockpit .product-group-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card{
  grid-template-columns:minmax(165px,37%) 56px minmax(0,1fr)!important;
  min-height:350px!important;
  padding:24px 22px 26px 0!important;
  column-gap:12px!important;
  row-gap:6px!important;
}
body.home-cockpit .product-group-visual{
  min-height:300px!important;
}
body.home-cockpit .product-group-icon{
  width:54px!important;
  height:54px!important;
  margin-top:43px!important;
}
body.home-cockpit .product-group-copy{
  margin-top:36px!important;
}
body.home-cockpit .product-group-copy strong{
  font-size:23px!important;
  line-height:1.08!important;
}
body.home-cockpit .product-group-copy strong::after{
  width:48px!important;
  margin-top:16px!important;
}
body.home-cockpit .product-group-copy>span{
  margin-top:16px!important;
  max-width:100%!important;
  font-size:13.5px!important;
  line-height:1.52!important;
}
body.home-cockpit .product-group-legacy-anchor{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
}

/* Cleaning — restrained teal/steel accent. */
body.home-cockpit .product-group-cleaning{--pg-accent-rgb:57,190,184!important}
body.home-cockpit .product-group-cleaning::before{
  background:linear-gradient(115deg,transparent 20%,rgba(57,190,184,.05) 47%,transparent 69%)!important;
}
body.home-cockpit .product-group-cleaning::after{
  background:linear-gradient(180deg,transparent 6%,#39beb8 48%,transparent 94%)!important;
  box-shadow:0 0 18px rgba(57,190,184,.24)!important;
}
body.home-cockpit .product-group-cleaning .product-group-icon{
  color:#74d7d1!important;
  border-color:rgba(57,190,184,.24)!important;
  background:linear-gradient(145deg,rgba(57,190,184,.12),rgba(255,255,255,.025))!important;
}
body.home-cockpit .product-group-cleaning .product-group-copy strong::after{
  background:#39beb8!important;
  box-shadow:0 0 9px rgba(57,190,184,.22)!important;
}

/* Cosmetics — muted platinum-violet accent, not gold. */
body.home-cockpit .product-group-cosmetics{--pg-accent-rgb:154,138,183!important}
body.home-cockpit .product-group-cosmetics::before{
  background:linear-gradient(115deg,transparent 20%,rgba(154,138,183,.055) 47%,transparent 69%)!important;
}
body.home-cockpit .product-group-cosmetics::after{
  background:linear-gradient(180deg,transparent 6%,#9a8ab7 48%,transparent 94%)!important;
  box-shadow:0 0 18px rgba(154,138,183,.22)!important;
}
body.home-cockpit .product-group-cosmetics .product-group-icon{
  color:#c1b5d6!important;
  border-color:rgba(154,138,183,.25)!important;
  background:linear-gradient(145deg,rgba(154,138,183,.13),rgba(255,255,255,.025))!important;
}
body.home-cockpit .product-group-cosmetics .product-group-copy strong::after{
  background:#9a8ab7!important;
  box-shadow:0 0 9px rgba(154,138,183,.20)!important;
}

html.light body.home-cockpit .product-group-cleaning::before{
  background:linear-gradient(115deg,transparent 20%,rgba(30,142,150,.04) 47%,transparent 69%)!important;
}
html.light body.home-cockpit .product-group-cleaning::after{
  background:linear-gradient(180deg,transparent 6%,#248e96 48%,transparent 94%)!important;
  box-shadow:0 0 18px rgba(36,142,150,.20)!important;
}
html.light body.home-cockpit .product-group-cleaning .product-group-icon{
  color:#1f7780!important;
  border-color:rgba(36,142,150,.22)!important;
}
html.light body.home-cockpit .product-group-cleaning .product-group-copy strong::after{background:#248e96!important}
html.light body.home-cockpit .product-group-cosmetics::before{
  background:linear-gradient(115deg,transparent 20%,rgba(107,85,143,.04) 47%,transparent 69%)!important;
}
html.light body.home-cockpit .product-group-cosmetics::after{
  background:linear-gradient(180deg,transparent 6%,#6b558f 48%,transparent 94%)!important;
  box-shadow:0 0 18px rgba(107,85,143,.18)!important;
}
html.light body.home-cockpit .product-group-cosmetics .product-group-icon{
  color:#644d85!important;
  border-color:rgba(107,85,143,.21)!important;
}
html.light body.home-cockpit .product-group-cosmetics .product-group-copy strong::after{background:#6b558f!important}

@media(max-width:1360px){
  body.home-cockpit .product-group-grid{gap:16px!important}
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    grid-template-columns:minmax(132px,34%) 46px minmax(0,1fr)!important;
    min-height:316px!important;
    padding:19px 16px 21px 0!important;
    column-gap:9px!important;
  }
  body.home-cockpit .product-group-visual{min-height:268px!important}
  body.home-cockpit .product-group-icon{width:44px!important;height:44px!important;margin-top:36px!important}
  body.home-cockpit .product-group-icon svg{width:25px!important;height:25px!important}
  body.home-cockpit .product-group-copy{margin-top:30px!important}
  body.home-cockpit .product-group-copy strong{font-size:19px!important}
  body.home-cockpit .product-group-copy strong::after{width:38px!important;margin-top:12px!important}
  body.home-cockpit .product-group-copy>span{font-size:11.6px!important;line-height:1.47!important;margin-top:11px!important}
}

@media(max-width:980px){
  body.home-cockpit .product-group-grid{
    display:flex!important;
    grid-template-columns:none!important;
    overflow-x:auto!important;
    gap:14px!important;
    scroll-snap-type:x mandatory!important;
    padding:2px 1px 8px!important;
    scrollbar-width:none!important;
  }
  body.home-cockpit .product-group-grid::-webkit-scrollbar{display:none!important}
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    flex:0 0 min(620px,82vw)!important;
    grid-template-columns:minmax(180px,35%) 58px minmax(0,1fr)!important;
    min-height:330px!important;
    padding:22px 22px 24px 0!important;
    column-gap:12px!important;
    scroll-snap-align:center!important;
  }
  body.home-cockpit .product-group-visual{min-height:282px!important}
  body.home-cockpit .product-group-icon{width:54px!important;height:54px!important;margin-top:40px!important}
  body.home-cockpit .product-group-copy{margin-top:34px!important}
  body.home-cockpit .product-group-copy strong{font-size:23px!important}
  body.home-cockpit .product-group-copy>span{font-size:13px!important;line-height:1.5!important;margin-top:14px!important}
}

@media(max-width:760px){
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    flex-basis:88vw!important;
    grid-template-columns:126px 52px minmax(0,1fr)!important;
    min-height:290px!important;
    padding:20px 18px 22px 0!important;
    column-gap:10px!important;
  }
  body.home-cockpit .product-group-visual{min-height:250px!important}
  body.home-cockpit .product-group-icon{width:50px!important;height:50px!important;margin-top:40px!important}
  body.home-cockpit .product-group-copy{margin-top:34px!important}
  body.home-cockpit .product-group-copy strong{font-size:19px!important}
  body.home-cockpit .product-group-copy strong::after{width:40px!important;margin-top:12px!important}
  body.home-cockpit .product-group-copy>span{font-size:11.3px!important;line-height:1.48!important;margin-top:12px!important}
}

/* v311.1 — three-card internal layout: image + copy, no cramped middle column. */
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card{
  grid-template-columns:minmax(150px,42%) minmax(0,1fr)!important;
  grid-template-rows:1fr!important;
  min-height:340px!important;
  padding:0 24px 0 0!important;
  column-gap:18px!important;
  row-gap:0!important;
}
body.home-cockpit .product-group-visual{
  grid-column:1!important;
  grid-row:1!important;
  min-height:340px!important;
}
body.home-cockpit .product-group-icon{display:none!important}
body.home-cockpit .product-group-copy{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  margin:0!important;
  padding:32px 0!important;
}
body.home-cockpit .product-group-copy strong{
  font-size:25px!important;
  line-height:1.08!important;
}
body.home-cockpit .product-group-copy strong::after{
  width:48px!important;
  margin-top:17px!important;
}
body.home-cockpit .product-group-copy>span{
  margin-top:17px!important;
  font-size:13.5px!important;
  line-height:1.52!important;
}
@media(max-width:1360px){
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    grid-template-columns:minmax(120px,40%) minmax(0,1fr)!important;
    min-height:300px!important;
    padding-right:18px!important;
    column-gap:14px!important;
  }
  body.home-cockpit .product-group-visual{min-height:300px!important}
  body.home-cockpit .product-group-copy{padding:24px 0!important}
  body.home-cockpit .product-group-copy strong{font-size:21px!important}
  body.home-cockpit .product-group-copy>span{font-size:12px!important;line-height:1.48!important}
}
@media(max-width:1080px){
  body.home-cockpit .product-group-grid{
    display:flex!important;
    grid-template-columns:none!important;
    overflow-x:auto!important;
    gap:14px!important;
    scroll-snap-type:x mandatory!important;
    padding:2px 1px 8px!important;
    scrollbar-width:none!important;
  }
  body.home-cockpit .product-group-grid::-webkit-scrollbar{display:none!important}
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    flex:0 0 min(640px,76vw)!important;
    grid-template-columns:minmax(190px,40%) minmax(0,1fr)!important;
    min-height:330px!important;
    padding-right:24px!important;
    column-gap:20px!important;
    scroll-snap-align:center!important;
  }
  body.home-cockpit .product-group-visual{min-height:330px!important}
  body.home-cockpit .product-group-copy strong{font-size:25px!important}
  body.home-cockpit .product-group-copy>span{font-size:13.5px!important}
}
@media(max-width:760px){
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card{
    flex-basis:88vw!important;
    grid-template-columns:42% minmax(0,1fr)!important;
    min-height:286px!important;
    padding-right:16px!important;
    column-gap:13px!important;
  }
  body.home-cockpit .product-group-visual{min-height:286px!important}
  body.home-cockpit .product-group-copy{padding:20px 0!important}
  body.home-cockpit .product-group-copy strong{font-size:19px!important}
  body.home-cockpit .product-group-copy strong::after{width:38px!important;margin-top:12px!important}
  body.home-cockpit .product-group-copy>span{font-size:11.2px!important;line-height:1.47!important;margin-top:12px!important}
}

/* v311.2 — long-language safety for German/Dutch compound product names. */
body.home-cockpit .product-group-copy{min-width:0!important}
body.home-cockpit .product-group-copy strong{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}


/* v317 product catalog dropdown cleanup */
.products-menu a::after,
.products-menu a[aria-disabled="true"]::after,
body.home-cockpit #hdr .products-menu a::after,
html.light body.home-cockpit #hdr .products-menu a::after,
html:not(.light) body.home-cockpit #hdr .products-menu a::after{
  content:none !important;
  display:none !important;
}
.products-menu a,
body.home-cockpit #hdr .products-menu a,
html.light body.home-cockpit #hdr .products-menu a,
html:not(.light) body.home-cockpit #hdr .products-menu a{
  padding-right:18px !important;
}


/* v319 mobile-friendly product catalog CTA button */
body.home-cockpit .product-group-catalog-link,
html.light body.home-cockpit .product-group-catalog-link{
  text-decoration:none!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:auto!important;
  max-width:none!important;
  overflow:hidden!important;
  border:1px solid rgba(246,78,92,.76)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#a80f20 0%,#d91f31 34%,#ef3648 68%,#b81124 100%)!important;
  box-shadow:0 14px 28px rgba(117,12,24,.34), inset 0 1px 0 rgba(255,255,255,.20)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-catalog-link:hover,
body.home-cockpit .product-group-catalog-link:focus-visible,
html.light body.home-cockpit .product-group-catalog-link:hover,
html.light body.home-cockpit .product-group-catalog-link:focus-visible{
  border-color:rgba(255,117,130,.96)!important;
  background:linear-gradient(135deg,#b71124 0%,#df2437 34%,#ff4357 68%,#c61428 100%)!important;
  box-shadow:0 16px 32px rgba(130,14,28,.38), inset 0 1px 0 rgba(255,255,255,.24)!important;
}
body.home-cockpit .product-group-catalog-link>span,
html.light body.home-cockpit .product-group-catalog-link>span{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-catalog-link b,
html.light body.home-cockpit .product-group-catalog-link b{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin-left:12px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
}
[dir="rtl"] body.home-cockpit .product-group-catalog-link b{margin-left:0!important;margin-right:12px!important;}
@media (max-width:760px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:stretch!important;
    width:auto!important;
    min-width:0!important;
    min-height:52px!important;
    margin:12px 20px 22px!important;
    padding:0 16px 0 18px!important;
    gap:12px!important;
    border-radius:15px!important;
  }
  body.home-cockpit .product-group-catalog-link>span,
  html.light body.home-cockpit .product-group-catalog-link>span{
    font-size:14px!important;
  }
  body.home-cockpit .product-group-catalog-link b,
  html.light body.home-cockpit .product-group-catalog-link b{
    flex-basis:32px!important;
    width:32px!important;
    height:32px!important;
    font-size:17px!important;
    border-radius:9px!important;
  }
}
@media (max-width:430px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link{
    min-height:50px!important;
    margin:12px 18px 20px!important;
    padding:0 15px 0 16px!important;
  }
  body.home-cockpit .product-group-catalog-link>span,
  html.light body.home-cockpit .product-group-catalog-link>span{
    font-size:13.5px!important;
  }
}


/* v320 — resilient catalog CTA geometry across all languages and viewports */
body.home-cockpit .product-group-catalog-link,
html.light body.home-cockpit .product-group-catalog-link,
html:not(.light) body.home-cockpit .product-group-catalog-link{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  justify-self:stretch!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:52px!important;
  padding:9px 12px 9px 17px!important;
  gap:10px!important;
  overflow:visible!important;
  text-decoration:none!important;
  border:1px solid rgba(246,78,92,.78)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#9d0d1d 0%,#cf1b2d 34%,#ed3346 68%,#ae1021 100%)!important;
  box-shadow:0 14px 28px rgba(117,12,24,.33),inset 0 1px 0 rgba(255,255,255,.20)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-catalog-link:hover,
body.home-cockpit .product-group-catalog-link:focus-visible,
html.light body.home-cockpit .product-group-catalog-link:hover,
html.light body.home-cockpit .product-group-catalog-link:focus-visible{
  border-color:rgba(255,118,131,.98)!important;
  background:linear-gradient(135deg,#ad1022 0%,#dc2135 34%,#ff4357 68%,#c41327 100%)!important;
  box-shadow:0 16px 32px rgba(130,14,28,.39),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
body.home-cockpit .product-group-catalog-link>span,
html.light body.home-cockpit .product-group-catalog-link>span,
html:not(.light) body.home-cockpit .product-group-catalog-link>span{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:none!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  text-align:start!important;
  font-size:13.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-catalog-link b,
html.light body.home-cockpit .product-group-catalog-link b,
html:not(.light) body.home-cockpit .product-group-catalog-link b{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  border:1px solid rgba(255,255,255,.21)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
}
@media (min-width:761px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link,
  html:not(.light) body.home-cockpit .product-group-catalog-link{
    grid-column:2 / -1!important;
    grid-row:2!important;
    align-self:end!important;
    margin:0 28px 28px!important;
  }
}
@media (min-width:761px) and (max-width:1366px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link,
  html:not(.light) body.home-cockpit .product-group-catalog-link{
    margin:0 18px 20px!important;
    min-height:48px!important;
    padding:8px 10px 8px 14px!important;
  }
  body.home-cockpit .product-group-catalog-link>span,
  html.light body.home-cockpit .product-group-catalog-link>span,
  html:not(.light) body.home-cockpit .product-group-catalog-link>span{
    font-size:12.2px!important;
  }
  body.home-cockpit .product-group-catalog-link b,
  html.light body.home-cockpit .product-group-catalog-link b,
  html:not(.light) body.home-cockpit .product-group-catalog-link b{
    flex-basis:30px!important;
    width:30px!important;
    height:30px!important;
    font-size:16px!important;
  }
}
@media (max-width:760px){
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card,
  html:not(.light) body.home-cockpit .product-group-card{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto!important;
  }
  body.home-cockpit .product-group-visual,
  html.light body.home-cockpit .product-group-visual,
  html:not(.light) body.home-cockpit .product-group-visual{
    grid-column:1!important;
    grid-row:1!important;
  }
  body.home-cockpit .product-group-copy,
  html.light body.home-cockpit .product-group-copy,
  html:not(.light) body.home-cockpit .product-group-copy{
    grid-column:1!important;
    grid-row:2!important;
  }
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link,
  html:not(.light) body.home-cockpit .product-group-catalog-link{
    grid-column:1 / -1!important;
    grid-row:3!important;
    align-self:end!important;
    justify-self:stretch!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    min-height:52px!important;
    margin:12px 20px 22px!important;
    padding:9px 13px 9px 17px!important;
  }
  body.home-cockpit .product-group-catalog-link>span,
  html.light body.home-cockpit .product-group-catalog-link>span,
  html:not(.light) body.home-cockpit .product-group-catalog-link>span{
    font-size:14px!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
}
@media (max-width:430px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link,
  html:not(.light) body.home-cockpit .product-group-catalog-link{
    min-height:50px!important;
    margin:12px 18px 20px!important;
    padding:8px 12px 8px 15px!important;
  }
  body.home-cockpit .product-group-catalog-link>span,
  html.light body.home-cockpit .product-group-catalog-link>span,
  html:not(.light) body.home-cockpit .product-group-catalog-link>span{
    font-size:13.5px!important;
  }
  body.home-cockpit .product-group-catalog-link b,
  html.light body.home-cockpit .product-group-catalog-link b,
  html:not(.light) body.home-cockpit .product-group-catalog-link b{
    flex-basis:32px!important;
    width:32px!important;
    height:32px!important;
    font-size:17px!important;
  }
}


/* v320 — unavailable catalog entries are explicit and non-interactive */
a.catalog-coming-soon,
.products-menu a.catalog-coming-soon,
.mnav-sub a.catalog-coming-soon,
footer a.catalog-coming-soon{
  cursor:default!important;
  pointer-events:none!important;
  opacity:.58!important;
  text-decoration:none!important;
  filter:saturate(.7)!important;
}
a.catalog-coming-soon::after,
.products-menu a.catalog-coming-soon::after{
  content:none!important;
  display:none!important;
}


/* v320 active localized catalog placeholder links */
.products-menu a.catalog-coming-soon,.mnav-sub a.catalog-coming-soon,footer a.catalog-coming-soon{pointer-events:auto!important;cursor:pointer!important;opacity:1!important;}


/* v322 — five focused product groups, desktop 3+2 / tablet 2+2+1 / mobile stacked */
body.home-cockpit .product-group-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
  padding-bottom:0!important;
}
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card,
html:not(.light) body.home-cockpit .product-group-card{
  grid-column:span 2!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex:none!important;
  scroll-snap-align:none!important;
}
body.home-cockpit .product-group-packaging{grid-column:2 / span 2!important;--pg-accent-rgb:221,148,42!important;}
body.home-cockpit .product-group-homeware{grid-column:4 / span 2!important;--pg-accent-rgb:45,190,119!important;}
body.home-cockpit .product-group-packaging::before{background:linear-gradient(115deg,transparent 20%,rgba(221,148,42,.06) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-packaging::after{background:linear-gradient(180deg,transparent 6%,#dd942a 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(221,148,42,.25)!important;}
body.home-cockpit .product-group-packaging .product-group-icon{color:#f0b455!important;border-color:rgba(221,148,42,.30)!important;background:linear-gradient(145deg,rgba(221,148,42,.14),rgba(255,255,255,.025))!important;}
body.home-cockpit .product-group-packaging .product-group-copy strong::after{background:#dd942a!important;box-shadow:0 0 9px rgba(221,148,42,.22)!important;}
body.home-cockpit .product-group-homeware::before{background:linear-gradient(115deg,transparent 20%,rgba(45,190,119,.055) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-homeware::after{background:linear-gradient(180deg,transparent 6%,#2dbe77 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(45,190,119,.23)!important;}
body.home-cockpit .product-group-homeware .product-group-icon{color:#70dea6!important;border-color:rgba(45,190,119,.28)!important;background:linear-gradient(145deg,rgba(45,190,119,.13),rgba(255,255,255,.025))!important;}
body.home-cockpit .product-group-homeware .product-group-copy strong::after{background:#2dbe77!important;box-shadow:0 0 9px rgba(45,190,119,.20)!important;}
html.light body.home-cockpit .product-group-packaging::after{background:linear-gradient(180deg,transparent 6%,#b46f11 48%,transparent 94%)!important;}
html.light body.home-cockpit .product-group-homeware::after{background:linear-gradient(180deg,transparent 6%,#168d52 48%,transparent 94%)!important;}
@media (max-width:1200px) and (min-width:761px){
  body.home-cockpit .product-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card,
  html:not(.light) body.home-cockpit .product-group-card{grid-column:auto!important;width:auto!important;justify-self:stretch!important;}
  body.home-cockpit .product-group-homeware,
  html.light body.home-cockpit .product-group-homeware,
  html:not(.light) body.home-cockpit .product-group-homeware{grid-column:1 / -1!important;width:calc(50% - 9px)!important;justify-self:center!important;}
}
@media (max-width:760px){
  body.home-cockpit .product-group-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    padding-bottom:0!important;
    touch-action:auto!important;
  }
  body.home-cockpit .product-group-card,
  html.light body.home-cockpit .product-group-card,
  html:not(.light) body.home-cockpit .product-group-card,
  body.home-cockpit .product-group-packaging,
  body.home-cockpit .product-group-homeware{
    grid-column:1!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    flex:none!important;
    scroll-snap-align:none!important;
  }
}


/* v322 CTA refinement for the 2-column tablet layout and complex scripts */
body.home-cockpit .product-group-catalog-link>span,
html.light body.home-cockpit .product-group-catalog-link>span,
html:not(.light) body.home-cockpit .product-group-catalog-link>span{
  display:flex!important;
  align-items:center!important;
  min-height:1.35em!important;
}
@media (max-width:1200px) and (min-width:761px){
  body.home-cockpit .product-group-catalog-link,
  html.light body.home-cockpit .product-group-catalog-link,
  html:not(.light) body.home-cockpit .product-group-catalog-link{
    grid-column:1 / -1!important;
    grid-row:3!important;
    justify-self:stretch!important;
    width:auto!important;
    min-width:0!important;
    margin:10px 18px 20px!important;
  }
}


/* v322 explicit second-row centering (higher specificity than legacy card placement) */
@media (min-width:1201px){
  body.home-cockpit .product-group-grid > .product-group-card.product-group-packaging{grid-column:2 / span 2!important;}
  body.home-cockpit .product-group-grid > .product-group-card.product-group-homeware{grid-column:4 / span 2!important;}
}
@media (max-width:1200px) and (min-width:761px){
  body.home-cockpit .product-group-grid > .product-group-card.product-group-packaging{grid-column:auto!important;}
  body.home-cockpit .product-group-grid > .product-group-card.product-group-homeware{grid-column:1 / -1!important;}
}
@media (max-width:760px){
  body.home-cockpit .product-group-grid > .product-group-card.product-group-packaging,
  body.home-cockpit .product-group-grid > .product-group-card.product-group-homeware{grid-column:1!important;}
}


/* v323 — product group accent line + CTA hover lock */
body.home-cockpit .product-group-food{--pg-line:#ef2736;--pg-line-rgb:239,39,54;}
body.home-cockpit .product-group-cleaning{--pg-line:#2f7dff;--pg-line-rgb:47,125,255;--pg-accent-rgb:47,125,255!important;}
body.home-cockpit .product-group-cosmetics{--pg-line:#8c63c9;--pg-line-rgb:140,99,201;--pg-accent-rgb:140,99,201!important;}
body.home-cockpit .product-group-packaging{--pg-line:#dd942a;--pg-line-rgb:221,148,42;--pg-accent-rgb:221,148,42!important;}
body.home-cockpit .product-group-homeware{--pg-line:#b8c1c5;--pg-line-rgb:184,193,197;--pg-accent-rgb:184,193,197!important;}

body.home-cockpit .product-group-copy strong::after{
  content:"";
  display:block;
  width:54px!important;
  height:4px!important;
  margin-top:16px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,
    rgba(var(--pg-line-rgb,239,39,54),.55) 0%,
    rgba(var(--pg-line-rgb,239,39,54),.78) 46%,
    rgba(var(--pg-line-rgb,239,39,54),1) 100%)!important;
  clip-path:polygon(0 42%,72% 27%,100% 0,100% 100%,72% 73%,0 58%)!important;
  box-shadow:0 0 10px rgba(var(--pg-line-rgb,239,39,54),.20)!important;
}

body.home-cockpit .product-group-food::before{background:linear-gradient(115deg,transparent 20%,rgba(239,39,54,.055) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-food::after{background:linear-gradient(180deg,transparent 6%,#ef2736 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(239,39,54,.24)!important;}
body.home-cockpit .product-group-food .product-group-icon{color:#ff8791!important;border-color:rgba(239,39,54,.28)!important;background:linear-gradient(145deg,rgba(239,39,54,.14),rgba(255,255,255,.025))!important;}

body.home-cockpit .product-group-cleaning::before{background:linear-gradient(115deg,transparent 20%,rgba(47,125,255,.055) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-cleaning::after{background:linear-gradient(180deg,transparent 6%,#2f7dff 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(47,125,255,.24)!important;}
body.home-cockpit .product-group-cleaning .product-group-icon{color:#84b7ff!important;border-color:rgba(47,125,255,.28)!important;background:linear-gradient(145deg,rgba(47,125,255,.14),rgba(255,255,255,.025))!important;}

body.home-cockpit .product-group-cosmetics::before{background:linear-gradient(115deg,transparent 20%,rgba(140,99,201,.055) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-cosmetics::after{background:linear-gradient(180deg,transparent 6%,#8c63c9 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(140,99,201,.22)!important;}
body.home-cockpit .product-group-cosmetics .product-group-icon{color:#ceb9ee!important;border-color:rgba(140,99,201,.28)!important;background:linear-gradient(145deg,rgba(140,99,201,.14),rgba(255,255,255,.025))!important;}

body.home-cockpit .product-group-packaging::before{background:linear-gradient(115deg,transparent 20%,rgba(221,148,42,.060) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-packaging::after{background:linear-gradient(180deg,transparent 6%,#dd942a 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(221,148,42,.24)!important;}
body.home-cockpit .product-group-packaging .product-group-icon{color:#f1ba62!important;border-color:rgba(221,148,42,.30)!important;background:linear-gradient(145deg,rgba(221,148,42,.14),rgba(255,255,255,.025))!important;}

body.home-cockpit .product-group-homeware::before{background:linear-gradient(115deg,transparent 20%,rgba(184,193,197,.065) 47%,transparent 69%)!important;}
body.home-cockpit .product-group-homeware::after{background:linear-gradient(180deg,transparent 6%,#b8c1c5 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(184,193,197,.22)!important;}
body.home-cockpit .product-group-homeware .product-group-icon{color:#d8dee1!important;border-color:rgba(184,193,197,.30)!important;background:linear-gradient(145deg,rgba(184,193,197,.14),rgba(255,255,255,.025))!important;}

html.light body.home-cockpit .product-group-food::before{background:linear-gradient(115deg,transparent 20%,rgba(239,39,54,.035) 47%,transparent 69%)!important;}
html.light body.home-cockpit .product-group-food::after{background:linear-gradient(180deg,transparent 6%,#d52131 48%,transparent 94%)!important;box-shadow:0 0 16px rgba(213,33,49,.16)!important;}
html.light body.home-cockpit .product-group-cleaning::before{background:linear-gradient(115deg,transparent 20%,rgba(47,125,255,.035) 47%,transparent 69%)!important;}
html.light body.home-cockpit .product-group-cleaning::after{background:linear-gradient(180deg,transparent 6%,#2f7dff 48%,transparent 94%)!important;box-shadow:0 0 16px rgba(47,125,255,.16)!important;}
html.light body.home-cockpit .product-group-cosmetics::before{background:linear-gradient(115deg,transparent 20%,rgba(140,99,201,.035) 47%,transparent 69%)!important;}
html.light body.home-cockpit .product-group-cosmetics::after{background:linear-gradient(180deg,transparent 6%,#8c63c9 48%,transparent 94%)!important;box-shadow:0 0 16px rgba(140,99,201,.15)!important;}
html.light body.home-cockpit .product-group-packaging::before{background:linear-gradient(115deg,transparent 20%,rgba(221,148,42,.038) 47%,transparent 69%)!important;}
html.light body.home-cockpit .product-group-packaging::after{background:linear-gradient(180deg,transparent 6%,#dd942a 48%,transparent 94%)!important;box-shadow:0 0 16px rgba(221,148,42,.15)!important;}
html.light body.home-cockpit .product-group-homeware::before{background:linear-gradient(115deg,transparent 20%,rgba(124,136,145,.055) 47%,transparent 69%)!important;}
html.light body.home-cockpit .product-group-homeware::after{background:linear-gradient(180deg,transparent 6%,#8f9aa1 48%,transparent 94%)!important;box-shadow:0 0 16px rgba(143,154,161,.16)!important;}
html.light body.home-cockpit .product-group-homeware .product-group-icon{color:#748089!important;border-color:rgba(124,136,145,.26)!important;background:linear-gradient(145deg,rgba(124,136,145,.12),rgba(255,255,255,.72))!important;}

/* Lock CTA in premium red even when the whole card is hovered. */
body.home-cockpit .product-group-card:hover .product-group-catalog-link,
body.home-cockpit .product-group-card:focus-within .product-group-catalog-link,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link,
html.light body.home-cockpit .product-group-card:focus-within .product-group-catalog-link,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link,
html:not(.light) body.home-cockpit .product-group-card:focus-within .product-group-catalog-link{
  border-color:rgba(246,78,92,.78)!important;
  background:linear-gradient(135deg,#9d0d1d 0%,#cf1b2d 34%,#ed3346 68%,#ae1021 100%)!important;
  box-shadow:0 14px 28px rgba(117,12,24,.33),inset 0 1px 0 rgba(255,255,255,.20)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-card:hover .product-group-catalog-link:hover,
body.home-cockpit .product-group-card:hover .product-group-catalog-link:focus-visible,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link:hover,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link:focus-visible,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link:hover,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link:focus-visible{
  border-color:rgba(255,118,131,.98)!important;
  background:linear-gradient(135deg,#ad1022 0%,#dc2135 34%,#ff4357 68%,#c41327 100%)!important;
  box-shadow:0 16px 32px rgba(130,14,28,.39),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
body.home-cockpit .product-group-card:hover .product-group-catalog-link > span,
body.home-cockpit .product-group-card:hover .product-group-catalog-link b,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link > span,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link b,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link > span,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link b{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.home-cockpit .product-group-card:hover .product-group-catalog-link b,
html.light body.home-cockpit .product-group-card:hover .product-group-catalog-link b,
html:not(.light) body.home-cockpit .product-group-card:hover .product-group-catalog-link b{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.21)!important;
}


/* v323.1 — enforce exact category accent-line colors over legacy rules */
body.home-cockpit .product-group-food .product-group-copy strong::after,
body.home-cockpit .product-group-cleaning .product-group-copy strong::after,
body.home-cockpit .product-group-cosmetics .product-group-copy strong::after,
body.home-cockpit .product-group-packaging .product-group-copy strong::after,
body.home-cockpit .product-group-homeware .product-group-copy strong::after{
  content:""!important;
  display:block!important;
  width:54px!important;
  height:4px!important;
  margin-top:16px!important;
  border-radius:999px!important;
  clip-path:polygon(0 42%,72% 27%,100% 0,100% 100%,72% 73%,0 58%)!important;
}
body.home-cockpit .product-group-food .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(239,39,54,.55),rgba(239,39,54,.78) 46%,#ef2736)!important;
  box-shadow:0 0 10px rgba(239,39,54,.20)!important;
}
body.home-cockpit .product-group-cleaning .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(47,125,255,.55),rgba(47,125,255,.78) 46%,#2f7dff)!important;
  box-shadow:0 0 10px rgba(47,125,255,.20)!important;
}
body.home-cockpit .product-group-cosmetics .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(140,99,201,.55),rgba(140,99,201,.78) 46%,#8c63c9)!important;
  box-shadow:0 0 10px rgba(140,99,201,.20)!important;
}
body.home-cockpit .product-group-packaging .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(221,148,42,.55),rgba(221,148,42,.78) 46%,#dd942a)!important;
  box-shadow:0 0 10px rgba(221,148,42,.20)!important;
}
body.home-cockpit .product-group-homeware .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(184,193,197,.50),rgba(184,193,197,.78) 46%,#d7dee1)!important;
  box-shadow:0 0 10px rgba(184,193,197,.18)!important;
}


/* v323.1 — enforce requested category title-line colors over legacy overrides */
body.home-cockpit .product-group-food .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(239,39,54,.55) 0%,rgba(239,39,54,.78) 46%,#ef2736 100%)!important;
  box-shadow:0 0 10px rgba(239,39,54,.20)!important;
}
body.home-cockpit .product-group-cleaning .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(47,125,255,.50) 0%,rgba(47,125,255,.78) 46%,#2f7dff 100%)!important;
  box-shadow:0 0 10px rgba(47,125,255,.20)!important;
}
body.home-cockpit .product-group-cosmetics .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(140,99,201,.50) 0%,rgba(140,99,201,.78) 46%,#8c63c9 100%)!important;
  box-shadow:0 0 10px rgba(140,99,201,.18)!important;
}
body.home-cockpit .product-group-packaging .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(221,148,42,.50) 0%,rgba(221,148,42,.78) 46%,#dd942a 100%)!important;
  box-shadow:0 0 10px rgba(221,148,42,.19)!important;
}
body.home-cockpit .product-group-homeware .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(132,143,150,.48) 0%,rgba(184,193,197,.78) 48%,#d8dee1 100%)!important;
  box-shadow:0 0 10px rgba(184,193,197,.18)!important;
}
html.light body.home-cockpit .product-group-homeware .product-group-copy strong::after{
  background:linear-gradient(90deg,rgba(103,114,121,.52) 0%,rgba(143,154,161,.78) 48%,#b7c0c5 100%)!important;
  box-shadow:0 0 8px rgba(103,114,121,.14)!important;
}
