:root{--color-navy:#2b2e63;--color-navy-dark:#1f2147;--header-navy:#1a2b4c;--header-link:#666;--color-accent:#00bfff;--color-bg-page:#e8eef5;--color-bg-section:#fff;--color-bg-muted:#e6f0ff;--color-text:#1a1a2e;--color-text-muted:#5a6578;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--container:1200px;--radius-btn:6px;--shadow-card:0 8px 28px #2b2e6314}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg-page);margin:0;line-height:1.55}.skip-link{z-index:9999;background:var(--color-navy);color:#fff;padding:8px 16px;font-size:.875rem;position:absolute;top:0;left:-9999px}.skip-link:focus{top:8px;left:8px}img{max-width:100%;height:auto;display:block}a{color:var(--color-navy)}.block{position:relative}.block__inner{max-width:var(--container);margin:0 auto;padding:0 20px}.block__title{color:var(--color-navy);margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.block__subtitle{color:var(--color-text-muted);max-width:640px;margin:0 0 32px;font-size:1rem}.btn{border-radius:var(--radius-btn);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--primary{background:var(--color-navy);color:#fff}.btn--primary:hover{background:var(--color-navy-dark)}.btn--outline{color:var(--color-navy);border-color:var(--color-navy);background:0 0}.btn--outline:hover{background:var(--color-bg-muted)}.block--site-header{z-index:50;background:#fff;flex-shrink:0;position:sticky;top:0;box-shadow:0 1px #0000000f}.block--site-header--hero{z-index:10000;box-shadow:none;background:0 0;position:fixed;top:0;left:0;right:0;overflow:visible}.block--site-header--hero-static{z-index:10000;box-shadow:none;background:0 0;flex-shrink:0;position:sticky;top:0;overflow:visible}.site-header-hero__shell{-webkit-backdrop-filter:blur(10px);background-color:#ffffff1a;transition:background-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;overflow:visible}.site-header-hero__shell.is-scrolled,.site-header-hero__shell--solid{-webkit-backdrop-filter:none;background-color:#fff;box-shadow:0 1px #00000014}.site-header-hero__row1{justify-content:space-between;align-items:center;gap:12px;min-height:72px;padding:6px 0 2px;display:flex;position:relative}.site-header-hero__lead{z-index:2;flex:none;align-items:center;min-width:0;display:flex;position:relative}.site-header-hero__price--mobile-bar{display:none}.site-header-hero__social.social-list{z-index:2;flex:none;gap:14px;position:relative}.site-header-hero__social.social-list a>img{object-fit:contain;width:auto;height:20px}.site-header-hero__social .social-channel-popover{z-index:100000;background:#fff;width:max-content;min-width:220px;max-width:240px;padding:10px;border-radius:0!important}.site-header-hero__social .social-channel-popover .social-channel-popover__qr{object-fit:contain;border-radius:0!important;width:200px!important;height:200px!important}.site-header-hero__logo{z-index:1;pointer-events:auto;justify-content:center;line-height:0;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.site-header-hero__logo img{object-fit:contain;width:auto;height:clamp(48px,8vw,68px)}.site-header-hero__tools{z-index:2;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex;position:relative}.site-header-hero__row2{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:2px 0 14px;display:grid;overflow:visible}.site-header-hero__nav{flex-wrap:wrap;grid-column:2;justify-content:center;align-items:center;gap:8px 32px;display:flex;overflow:visible}.site-header-hero__nav-link{color:#333;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.4;text-decoration:none}.site-header-hero__nav-link.is-active{color:#292d6a;font-weight:600}.site-header-hero__nav-item{flex-direction:column;align-items:center;display:flex;position:relative}.site-header-hero__nav-item.is-open .site-header-hero__nav-link{color:#292d6a;font-weight:600}.site-header-hero__nav-item.is-open:before{content:"";z-index:10062;pointer-events:none;border-bottom:6px solid #292d6a;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:calc(100% + 11px);left:50%;transform:translate(-50%)}.site-header-hero__nav-item:after{content:"";z-index:10059;height:44px;position:absolute;top:100%;left:-14px;right:-14px}.site-header-hero__dropdown{z-index:10060;opacity:0;pointer-events:none;background:#fff;border-radius:8px;min-width:240px;max-width:min(92vw,320px);max-height:0;padding:8px 0 12px;transition:max-height .42s cubic-bezier(.4,0,.2,1),opacity .3s,transform .36s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 22px);left:50%;overflow:hidden;transform:translate(-50%)translateY(-8px);box-shadow:0 16px 40px #292d6a24}.site-header-hero__nav-item.is-open .site-header-hero__dropdown{opacity:1;pointer-events:auto;max-height:min(70vh,520px);overflow:auto;transform:translate(-50%)translateY(0)}.site-header-hero__dropdown-list{margin:0;padding:0;list-style:none}.site-header-hero__dropdown-link{color:#333;white-space:nowrap;padding:10px 20px;font-size:.9rem;text-decoration:none;display:block}.site-header-hero__dropdown-link:hover{color:#292d6a;background:#292d6a0f}.site-header-hero__qr-wrap{line-height:0;position:relative}.site-header-hero__qr-popover{opacity:0;visibility:hidden;pointer-events:none;z-index:10070;background:#fff;border-radius:6px;padding:10px;transition:opacity .22s,visibility .22s,transform .22s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 8px 28px #292d6a2e}.site-header-hero__qr-popover:before{content:"";border:8px solid #0000;border-bottom-color:#fff;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.site-header-hero__qr-wrap:hover .site-header-hero__qr-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.site-header-hero__qr-img{object-fit:cover;box-sizing:border-box;width:120px;height:120px;display:block}.social-channel-item{position:relative}.social-channel-item__wrap{line-height:0;position:relative}.social-channel-popover{opacity:0;visibility:hidden;pointer-events:none;z-index:10070;background:#fff;border-radius:6px;width:max-content;min-width:max-content;max-width:240px;padding:10px 12px;line-height:normal;transition:opacity .22s,visibility .22s,transform .22s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 8px 28px #292d6a2e}.social-channel-popover:before{content:"";border:8px solid #0000;border-bottom-color:#fff;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.social-channel-item__wrap:hover .social-channel-popover,.social-channel-item.is-open .social-channel-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.social-channel-popover__qr{object-fit:contain;width:160px;height:160px;display:block}.social-channel-popover__text{color:#334155;white-space:pre-line;word-break:normal;overflow-wrap:normal;text-align:center;max-width:220px;margin:0;font-size:13px;line-height:1.45}.footer-top__social .social-channel-popover{border-radius:0;top:calc(100% + 10px);bottom:auto;transform:translate(-50%)translateY(6px)}.footer-top__social .social-channel-popover:before{border-top-color:#0000;border-bottom-color:#fff;top:auto;bottom:100%}.footer-top__social .social-channel-item__wrap:hover .social-channel-popover,.footer-top__social .social-channel-item.is-open .social-channel-popover{transform:translate(-50%)translateY(0)}.footer-top__social .social-channel-popover__qr{border-radius:0;width:180px;height:180px}.site-header-hero__lang{z-index:10065;position:relative}.site-header-hero__lang-trigger{-webkit-backdrop-filter:blur(8px);color:#333;cursor:default;-webkit-user-select:none;user-select:none;background:#ffffff1f;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.site-header-hero__shell.is-scrolled .site-header-hero__lang-trigger,.site-header-hero__shell--solid .site-header-hero__lang-trigger{-webkit-backdrop-filter:none;background:#ffffffb8}.site-header-hero__lang:hover .site-header-hero__lang-trigger,.site-header-hero__lang:focus-within .site-header-hero__lang-trigger{color:#292d6a;background:#ffffff38}.site-header-hero__shell.is-scrolled .site-header-hero__lang:hover .site-header-hero__lang-trigger,.site-header-hero__shell.is-scrolled .site-header-hero__lang:focus-within .site-header-hero__lang-trigger,.site-header-hero__shell--solid .site-header-hero__lang:hover .site-header-hero__lang-trigger,.site-header-hero__shell--solid .site-header-hero__lang:focus-within .site-header-hero__lang-trigger{background:#ffffffd9}.site-header-hero__lang-caret{border-top:5px solid #333;border-left:4px solid #0000;border-right:4px solid #0000;flex-shrink:0;width:0;height:0;transition:border-top-color .2s}.site-header-hero__lang:hover .site-header-hero__lang-caret,.site-header-hero__lang:focus-within .site-header-hero__lang-caret{border-top-color:#292d6a}.site-header-hero__lang-menu{-webkit-backdrop-filter:blur(14px);z-index:10080;opacity:0;visibility:hidden;pointer-events:none;background:#ffffff7a;border:none;border-radius:8px;min-width:148px;margin:0;padding:6px 0;list-style:none;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 4px);right:0;transform:translateY(6px);box-shadow:0 12px 32px #292d6a1f}.site-header-hero__lang-menu:before{content:"";height:10px;position:absolute;bottom:100%;left:0;right:0}.site-header-hero__lang:hover .site-header-hero__lang-menu,.site-header-hero__lang:focus-within .site-header-hero__lang-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header-hero__shell.is-scrolled .site-header-hero__lang-menu,.site-header-hero__shell--solid .site-header-hero__lang-menu{-webkit-backdrop-filter:none;background:#fffffff5;border:none;box-shadow:0 12px 32px #292d6a24}.site-header-hero__lang-option{text-align:left;width:100%;font:inherit;color:#333;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:.875rem;display:block}.site-header-hero__lang-option:hover{background:#292d6a0f}.site-header-hero__cta{grid-column:3;justify-self:end;align-items:center;gap:12px;display:flex}.site-header-hero__price{color:#333;white-space:nowrap;box-sizing:border-box;background:0 0;border:none;border-radius:0;align-items:center;padding:4px 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.site-header-hero__price:hover{color:var(--header-navy);background:0 0}.site-header-hero__shell.is-scrolled .site-header-hero__price:hover,.site-header-hero__shell--solid .site-header-hero__price:hover{color:var(--header-navy)}.site-header-hero__burger{display:none}@media (width<=1024px){.site-header-hero__row2{display:none}.site-header-hero__burger{display:inline-flex}.site-header-hero__row1{justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:6px 0;display:flex}.site-header-hero__lead{display:none}.site-header-hero__logo{z-index:1;flex:none;margin-right:auto;position:static;top:auto;left:auto;transform:none}.site-header-hero__logo img{object-fit:contain;width:auto;max-width:42vw;height:38px;display:block}.site-header-hero__tools{flex:0 auto;justify-content:flex-end;align-items:center;gap:10px;min-width:0;margin-left:8px;display:flex}.site-header-hero__price--mobile-bar{color:#333;white-space:nowrap;box-sizing:border-box;background:#fff;border:1px solid #333;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 10px;font-size:13px;font-weight:500;line-height:1.2;text-decoration:none;display:inline-flex}.site-header-hero__price--mobile-bar:hover{color:#292d6a;background:#fafafa}.site-header-hero__qr-wrap--desktop{display:none}.site-header-hero__lang-trigger{-webkit-backdrop-filter:none;background:0 0;border-radius:0;gap:4px;min-width:0;padding:0;font-size:14px;font-weight:400}.site-header-hero__shell.is-scrolled .site-header-hero__lang-trigger,.site-header-hero__shell--solid .site-header-hero__lang-trigger{background:0 0}.site-header-hero__lang-trigger span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:5rem;overflow:hidden}.site-header-hero__search-btn{display:inline-flex}.site-header-hero__tools>.icon-btn,.site-header-hero__burger{flex-shrink:0;width:32px;height:32px;padding:4px}.site-header-hero__tools>.icon-btn img{width:18px;height:18px}.site-header-hero__burger{margin-left:0}}@media (width<=380px){.site-header-hero__tools{gap:6px}.site-header-hero__price--mobile-bar{padding:4px 7px;font-size:12px}.site-header-hero__lang-trigger{font-size:12px}.site-header-hero__logo img{max-width:36vw;height:34px}}.site-header__top{border-bottom:1px solid #eef1f6}.site-header__top-grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:56px;display:grid}.site-header__social{justify-self:start}.site-header__social.social-list{gap:14px}.site-header__social.social-list a{opacity:.82;padding:2px;transition:opacity .15s}.site-header__social.social-list a:hover{opacity:1}.site-header__social.social-list img{object-fit:contain;width:auto;height:18px;display:block}.social-list{align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.social-list a{color:var(--header-navy);justify-content:center;align-items:center;text-decoration:none;display:flex}.social-list img{width:auto;height:auto}.site-header__logo{justify-self:center;align-items:center;line-height:0;text-decoration:none;display:flex}.site-header__logo img{width:auto;height:60px;max-height:64px;display:block}.site-header__tools{justify-self:end}.header-tools{align-items:center;gap:18px;display:flex}.icon-btn{cursor:pointer;color:var(--header-navy);opacity:.82;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .15s;display:inline-flex}.icon-btn:hover{opacity:1}.icon-btn img{object-fit:contain;width:auto;height:18px;display:block}.lang-toggle{background:#fff;border:1px solid #dbe2ec;border-radius:999px;flex-shrink:0;align-items:stretch;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #1a2b4c0f}.lang-toggle__btn{letter-spacing:.02em;cursor:pointer;color:var(--header-link);background:0 0;border:none;padding:7px 13px;font-size:.8125rem;font-weight:600;line-height:1.2;transition:background .15s,color .15s}.lang-toggle__btn+.lang-toggle__btn{border-left:1px solid #dbe2ec}.lang-toggle__btn:hover:not(.is-active){color:var(--header-navy);background:#f4f7fb}.lang-toggle__btn.is-active{background:var(--header-navy);color:#fff}.lang-toggle--mobile{max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;margin-left:auto;margin-right:auto;display:flex;overflow:visible}.lang-toggle--mobile .lang-toggle__btn{background:#fff;border:1px solid #dbe2ec;border-radius:999px;padding:8px 14px;font-size:.85rem}.lang-toggle--mobile .lang-toggle__btn+.lang-toggle__btn{border-left:1px solid #dbe2ec}.lang-toggle--mobile .lang-toggle__btn:hover:not(.is-active){background:#f4f7fb}.lang-toggle--mobile .lang-toggle__btn.is-active{background:var(--header-navy);color:#fff}.site-header__nav-row{border-bottom:1px solid #eef1f6}.site-header__nav-grid{grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 0 18px;display:grid}.site-header__nav-spacer{grid-column:1}.site-header__nav-center{grid-column:2;justify-self:center}.site-header__nav-grid .btn--price{grid-column:3;justify-self:end}.site-logo{color:var(--color-navy);align-items:center;gap:12px;text-decoration:none;display:flex}.site-logo__mark{flex-shrink:0;width:auto;height:48px}.site-logo__text{letter-spacing:.02em;font-size:1.05rem;font-weight:800}.site-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 22px;margin:0;padding:0;list-style:none;display:flex}.site-nav__item{position:relative}.site-nav__link{color:var(--header-link);white-space:nowrap;border-bottom:2px solid #0000;padding:10px 2px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:inline-block}.site-nav__item:hover .site-nav__link,.site-nav__item.is-open .site-nav__link{color:var(--header-navy);border-bottom-color:#00bfff}.site-nav__link.is-active{color:var(--header-navy);border-bottom-color:#00bfff;font-weight:700}.site-nav__dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:60;background:#fff;border-radius:10px;width:240px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%,8px);box-shadow:0 20px 44px #0a162e33}.site-nav__dropdown:before{content:"";background:#fff;border-radius:2px;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:-2px -2px 6px #0a162e0f}.site-nav__item.is-open .site-nav__dropdown,.site-nav__dropdown:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.site-nav__dropdown-head{color:var(--header-navy,#1a2b4c);background:#fff;border-bottom:1px solid #eef1f6;align-items:center;gap:10px;padding:14px 18px 12px;display:flex}.site-nav__dropdown-bar{background:#00bfff;border-radius:2px;width:3px;height:16px}.site-nav__dropdown-title{letter-spacing:.01em;font-size:.92rem;font-weight:700}.site-nav__dropdown-list{margin:0;padding:6px 0;list-style:none}.site-nav__dropdown-link{color:var(--header-navy,#1a2b4c);justify-content:space-between;align-items:center;padding:11px 18px;font-size:.86rem;text-decoration:none;transition:background .14s,color .14s;display:flex}.site-nav__dropdown-link:hover{color:#0a8fd4;background:#eaf7ff}.site-nav__dropdown-caret{color:#9fb3c8;font-size:1rem;line-height:1}.site-nav__dropdown-link:hover .site-nav__dropdown-caret{color:#0a8fd4}.btn--price{color:var(--header-navy);cursor:pointer;background:0 0;border:1px solid #000;border-radius:2px;justify-content:center;align-items:center;padding:8px 22px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.btn--price:hover{background:#f7f7f7}.site-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;margin-left:4px;padding:0;display:none}.site-header__burger span{background:#1a2b4c;border-radius:1px;width:22px;height:2px;transition:transform .22s,opacity .22s;display:block}.site-header__burger span:first-child{align-self:flex-end;width:22px}.site-header__burger span:nth-child(2){align-self:flex-end;width:18px}.site-header__burger span:nth-child(3){align-self:flex-end;width:22px}.site-header__burger.is-open span:first-child{width:22px;transform:translateY(7px)rotate(45deg)}.site-header__burger.is-open span:nth-child(2){opacity:0}.site-header__burger.is-open span:nth-child(3){width:22px;transform:translateY(-7px)rotate(-45deg)}.site-header__price-mobile{display:none}.site-mobile-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:60;background:#0a162e66;transition:opacity .24s,visibility .24s;position:fixed;inset:0}.site-mobile-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-mobile-nav{z-index:70;background:#fff;flex-direction:column;width:min(320px,86vw);height:100vh;max-height:100dvh;transition:transform .28s cubic-bezier(.22,.61,.36,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 32px #0a162e33}.site-mobile-nav.is-open{transform:translate(0)}.site-mobile-nav__head{border-bottom:1px solid #eef1f6;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.site-mobile-nav__logo img{width:auto;height:42px;display:block}.site-mobile-nav__close{color:#1a2b4c;cursor:pointer;background:0 0;border:none;border-radius:6px;width:36px;height:36px;font-size:1.8rem;line-height:1;transition:background .15s}.site-mobile-nav__close:hover{background:#f4f6fa}.site-mobile-nav__body{flex:1;padding:8px 0;overflow-y:auto}.site-mobile-nav__list{margin:0;padding:0;list-style:none}.site-mobile-nav__row{border-bottom:1px solid #f1f3f7;justify-content:space-between;align-items:center;display:flex}.site-mobile-nav__link{color:#1a2b4c;flex:1;padding:14px 18px;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.site-mobile-nav__link:active{background:#f4f8ff}.site-mobile-nav__toggle{color:#1a2b4c;cursor:pointer;background:0 0;border:none;width:44px;height:44px;position:relative}.site-mobile-nav__toggle span{border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;transition:transform .22s;position:absolute;top:50%;left:50%;transform:translate(-50%,-70%)rotate(45deg)}.site-mobile-nav__item.is-open .site-mobile-nav__toggle span{transform:translate(-50%,-30%)rotate(-135deg)}.site-mobile-nav__sub{background:#fafbfc;border-bottom:1px solid #f1f3f7;margin:0;padding:4px 0 10px;list-style:none}.site-mobile-nav__sublink{color:#4a5568;padding:10px 18px 10px 32px;font-size:.88rem;text-decoration:none;display:block}.site-mobile-nav__sublink:active{color:#0a8fd4;background:#eef3fa}.site-mobile-nav__foot{background:#fafbfc;border-top:1px solid #eef1f6;padding:16px 18px 22px}.site-mobile-nav__social{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:14px;display:flex}.site-mobile-nav__social img{opacity:.85;width:auto;height:18px}@media (width<=900px){.site-header__top{border-bottom:none}.site-header__top-grid{text-align:left;grid-template-columns:auto 1fr auto;justify-items:stretch;gap:8px;min-height:60px;padding-top:4px;padding-bottom:4px}.site-header__social{display:none}.site-header__logo{grid-column:1;justify-self:start}.site-header__logo img{height:44px}.site-header__tools{grid-column:3;justify-self:end;gap:8px}.site-header__phone-desktop{display:none}.site-header__price-mobile{border-radius:2px;padding:6px 14px;font-size:.78rem;display:inline-flex}.lang-toggle__btn{padding:6px 11px;font-size:.75rem}.site-header__burger{display:inline-flex}.site-header__nav-row{display:none}}.block--hero{background:#0a1628}.hero{background:linear-gradient(115deg,#0a1628 0%,#1a3a5c 50%,#1e4a6e 100%);min-height:clamp(380px,58vw,640px);position:relative}.hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0a1628bf 0%,#0a162833 55%,#0000 100%);position:absolute;inset:0}.hero__caption{z-index:1;max-width:var(--container);color:#fff;margin:0 auto;padding:clamp(48px,10vw,100px) 20px 48px;position:relative}.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;opacity:.9;margin:0 0 8px;font-size:.85rem}.hero__title{text-shadow:0 2px 24px #00000059;max-width:520px;margin:0 0 20px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.block--oem{background:var(--color-bg-section);padding:72px 0}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.tabs button{cursor:pointer;color:var(--color-text);background:#fff;border:1px solid #dde3ed;border-radius:999px;padding:10px 18px;font-size:.875rem}.tabs button.is-active{background:var(--color-navy);color:#fff;border-color:var(--color-navy)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.product-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #eef1f6;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.product-card__media{aspect-ratio:4/3;background:linear-gradient(#f0f5fb,#e2eaf5);justify-content:center;align-items:center;padding:24px;display:flex}.product-card__media img{object-fit:contain;width:auto;max-height:140px}.product-card__body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.product-card__icon{width:36px;height:36px}.product-card__title{color:var(--color-navy);margin:0;font-size:1rem;font-weight:600}.product-card__meta{color:var(--color-text-muted);margin-top:auto;font-size:.85rem}.block--cta{text-align:center;background:linear-gradient(135deg,#e8e4f7 0%,#e6f0ff 100%);padding:48px 20px}.block--cta p{color:var(--color-navy);max-width:720px;margin:0 auto 20px;font-size:1.05rem}.block--about{background:var(--color-bg-section);padding:72px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@media (width<=900px){.about-grid{grid-template-columns:1fr}}.about-copy h2{margin-top:0}.stat-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px;display:grid}.stat{align-items:flex-start;gap:14px;display:flex}.stat__icon{flex-shrink:0;width:36px;height:36px}.stat__value{color:var(--color-navy);margin:0;font-size:1.5rem;font-weight:800}.stat__label{color:var(--color-text-muted);margin:4px 0 0;font-size:.875rem}.about-visual{box-shadow:var(--shadow-card);background:linear-gradient(145deg,#c5d4e8,#8fa8c4);border-radius:12px;min-height:280px;overflow:hidden}.block--video{background:var(--color-bg-muted);padding:56px 0}.video-frame{aspect-ratio:16/9;max-width:900px;box-shadow:var(--shadow-card);background:radial-gradient(circle at 30% 40%,#00bfff4d,#0000 55%),linear-gradient(135deg,#0a1628 0%,#1a2b4c 55%,#2d4373 100%);border-radius:12px;margin:0 auto;position:relative;overflow:hidden}.video-frame:before{content:"";background:#fffffff2;border-radius:50%;width:84px;height:84px;margin:-42px 0 0 -42px;position:absolute;top:50%;left:50%;box-shadow:0 14px 40px #0006}.video-frame:after{content:"";border:14px solid #0000;border-left:22px solid #1a2b4c;border-right-width:0;position:absolute;top:50%;left:50%;transform:translate(-45%,-50%)}.block--certs{background:var(--color-bg-section);padding:56px 0}.cert-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cert-row figure{background:#fafbfd;border:1px solid #eef1f6;border-radius:8px;margin:0;padding:16px}.cert-row img{object-fit:contain;width:72px;height:72px}.block--news{background:var(--color-bg-muted);padding:72px 0}.news-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.news-grid{grid-template-columns:1fr}}.news-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #eef1f6;border-radius:12px;overflow:hidden}.news-card__thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#dce6f2,#b8c9df)}.news-card__body{padding:20px}.news-card__body h3{margin:0 0 8px;font-size:1rem}.news-card__body time{color:var(--color-text-muted);font-size:.8rem}.footer-shell{--footer-arc-depth:24px;flex-shrink:0;margin-top:auto;position:relative}.footer-shell__arc-gutter{height:var(--footer-arc-depth);pointer-events:none;z-index:0;position:absolute;top:0;left:0;right:0}.footer-shell__corner{background:#fff;width:50%;height:100%;position:absolute;top:0}.footer-shell__corner--left{clip-path:polygon(0 0,100% 0,0 100%);left:0}.footer-shell__corner--right{clip-path:polygon(0 0,100% 0,100% 100%);right:0}.block--footer{z-index:1;clip-path:polygon(0 var(--footer-arc-depth), 50% 0, 100% var(--footer-arc-depth), 100% 100%, 0 100%);padding:0;padding-top:var(--footer-arc-depth);background:#d3e4f7;border-top:none;position:relative;overflow:hidden}.block--footer-prototype{padding-bottom:18px}.block--footer>.block__inner{z-index:2;position:relative}.footer-top{border-bottom:1px solid #c8d7e8d9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 18px;margin-bottom:2px;padding:18px 0 14px;display:flex}.block--footer>.block__inner.footer-top{z-index:5}.block--footer .site-logo__mark{width:auto;height:34px}.footer-top__brand{color:inherit;gap:10px;text-decoration:none}.footer-top__brand .site-logo__text{color:var(--header-navy,#1a2b4c);letter-spacing:.01em;font-size:.92rem;font-weight:700}.footer-top__social{margin:0}.footer-social-round{gap:8px}.footer-social-round a{background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex;box-shadow:0 1px 6px #0ea5d738}.footer-social-round a:hover{filter:brightness(1.06);transform:translateY(-1px)}.footer-social-round img{object-fit:contain;border-radius:50%;width:30px;height:30px;display:block}.footer-grid{grid-template-columns:1.15fr .95fr .95fr 1.25fr;align-items:start;gap:clamp(14px,2.5vw,28px);padding:14px 0 4px;display:grid}@media (width<=1080px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-shell{--footer-arc-depth:44px}.footer-shell__arc-gutter{height:var(--footer-arc-depth);display:block}.block--footer{clip-path:polygon(0 var(--footer-arc-depth), 50% 0, 100% var(--footer-arc-depth), 100% 100%, 0 100%);padding-top:var(--footer-arc-depth);padding-bottom:22px}.block--footer-prototype{padding-bottom:22px}.footer-top{border-bottom:none;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:0;padding:20px 0 18px}.block--footer .site-logo__mark{width:auto;height:42px}.footer-top__brand{align-items:center;gap:12px}.footer-top__brand .site-logo__text{max-width:11.5rem;font-size:.94rem;line-height:1.35}.footer-top__social.social-list,.footer-top__social{flex-wrap:wrap;justify-content:flex-start;gap:10px;width:100%;margin:0;padding:0;display:flex}.footer-social-round img{width:36px;height:36px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px 20px;padding:4px 0 8px}.footer-grid>.footer-col:first-child{grid-column:1/-1}.footer-col--form{grid-column:1/-1;margin-top:6px}.footer-col__title{margin-bottom:12px;font-size:.94rem}.footer-contact-list{font-size:.82rem;line-height:1.5}.footer-contact-list li{margin-bottom:10px}.footer-link-list li{margin-bottom:8px}.footer-link-list a{font-size:.82rem;line-height:1.4}.footer-form-proto__grid{grid-template-columns:1fr;gap:8px}.footer-form-proto__field input{border-radius:6px;padding:10px 12px;font-size:.84rem}.footer-form-proto__field--full{margin-top:8px}.footer-form-proto__field--full textarea{border-radius:6px;min-height:90px;padding:10px 12px;font-size:.84rem}.footer-form-proto__submit{border-radius:8px;margin-top:12px;padding:10px 16px;font-size:.88rem}.footer-bottom{margin-top:14px;padding-top:12px}}.footer-col__title{color:var(--header-navy,#1a2b4c);letter-spacing:.02em;margin:0 0 10px;font-size:.88rem;font-weight:700}.footer-contact-list{color:#4a5568;margin:0;padding:0;font-size:.76rem;line-height:1.45;list-style:none}.footer-contact-list li{word-break:break-word;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.footer-contact-list a{color:inherit;text-decoration:none}.footer-contact-list a:hover{color:var(--color-navy);text-decoration:underline}.footer-contact-list__glyph{color:#7d8fa3;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.footer-contact-list__glyph img{object-fit:contain;opacity:.88;width:16px;height:16px;display:block}.footer-contact-list__glyph--cyan{background:linear-gradient(165deg,#5ecfff 0%,#22b8e6 45%,#0ea5d7 100%);border-radius:50%;width:32px;height:32px;margin-top:0;box-shadow:0 1px 6px #0ea5d74d}.footer-contact-list__glyph--cyan img{object-fit:contain;opacity:1;filter:brightness(0)invert();width:15px;height:15px}.footer-contact-list li:has(.footer-contact-list__glyph--cyan){align-items:center}.footer-factory-label{color:var(--header-navy,#1a2b4c);font-weight:600}.footer-link-list{margin:0;padding:0;list-style:none}.footer-link-list li{margin-bottom:6px}.footer-link-list a{color:#5a6578;font-size:.78rem;text-decoration:none;transition:color .15s}.footer-link-list a:hover{color:#00bfff}.footer-form-proto__grid{grid-template-columns:1fr 1fr;gap:6px 10px;display:grid}.footer-form-proto__field label{color:#5a6578;margin-bottom:2px;font-size:.68rem;font-weight:600;display:block}.footer-form-proto__field .req{color:#e53935;margin-right:2px;font-weight:700}.footer-form-proto__field input,.footer-form-proto__field textarea{width:100%;font:inherit;color:var(--color-text,#1a1a2e);background:#fff;border:1px solid #d8e0ea;border-radius:5px;font-size:.75rem;transition:border-color .15s,box-shadow .15s}.footer-form-proto__field input{min-height:0;padding:6.5px 8px;line-height:1.3}.footer-form-proto__field textarea{padding:8.5px 8px;line-height:1.4}.footer-form-proto__field input::placeholder,.footer-form-proto__field textarea::placeholder{color:#9aa8b8}.footer-form-proto__field input:focus,.footer-form-proto__field textarea:focus{border-color:#7cc9ef;outline:none;box-shadow:0 0 0 3px #00bfff1f}.footer-form-proto__field--full{margin-top:6px}.footer-form-proto__field--full textarea{resize:vertical;min-height:77px}.footer-form-proto__submit{cursor:pointer;width:100%;color:var(--header-navy,#1a2b4c);background:#eef6fc;border:1px solid #89c4eb;border-radius:6px;margin-top:10px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s;box-shadow:inset 0 1px #fffc}.footer-form-proto__submit:hover{background:#e2f1fa;border-color:#6eb8e0}.footer-form-proto--proto-placeholders .footer-form-proto__field{position:relative}.footer-form-proto--proto-placeholders .footer-form-proto__field label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer-form-proto__msg{color:#3d5a7a;margin:6px 0 0;font-size:.72rem;line-height:1.35}.footer-bottom{text-align:center;color:#6b7c90;border-top:1px solid #c8d7e8e6;margin-top:18px;padding-top:12px;font-size:.7rem}.footer-bottom p{margin:0}#app{flex-direction:column;min-height:100vh;display:flex}.site-content{z-index:1;flex:1 0 auto;width:100%;min-width:0;position:relative}.page-shell{background:var(--color-bg-page);min-height:40vh}.page-block{background:var(--color-bg-section);padding:48px 0 64px}.page-block--muted{background:var(--color-bg-muted)}.page-block .block__title{margin-top:0}.products-layout{grid-template-columns:minmax(200px,260px) 1fr;align-items:start;gap:32px;display:grid}@media (width<=900px){.products-layout{grid-template-columns:1fr}}.products-sidebar{background:#fafbfd;border:1px solid #eef1f6;border-radius:12px;padding:20px;position:sticky;top:100px}.products-sidebar h2{color:var(--color-navy);margin:0 0 16px;font-size:.95rem}.category-list{margin:0;padding:0;list-style:none}.category-list a{color:var(--color-text);border-radius:8px;margin-bottom:4px;padding:10px 12px;font-size:.875rem;text-decoration:none;display:block}.category-list a:hover,.category-list a.is-active{color:var(--color-navy);background:#e6f0ff;font-weight:600}.products-toolbar{color:var(--color-text-muted);margin-bottom:20px;font-size:.875rem}.pagination{border-top:1px solid #eef1f6;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding-top:24px;display:flex}.pagination button,.pagination span{cursor:pointer;background:#fff;border:1px solid #dde3ed;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;font-size:.875rem;display:inline-flex}.pagination button.is-current{background:var(--color-navy);color:#fff;border-color:var(--color-navy)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.news-list{flex-direction:column;gap:20px;display:flex}.news-row{box-shadow:var(--shadow-card);background:#fff;border:1px solid #eef1f6;border-radius:12px;grid-template-columns:200px 1fr;gap:24px;padding:20px;display:grid}@media (width<=700px){.news-row{grid-template-columns:1fr}}.news-row__thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#dce6f2,#b8c9df);border-radius:8px}.news-row__body h2{color:var(--color-navy);margin:0 0 8px;font-size:1.1rem}.news-row__meta{color:var(--color-text-muted);margin-bottom:12px;font-size:.8rem}.oem-intro{max-width:800px;margin-bottom:32px}.service-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.service-card{background:#fafbfd;border:1px solid #eef1f6;border-radius:12px;padding:24px}.service-card h3{color:var(--color-navy);margin:0 0 10px;font-size:1rem}.about-page__lead{max-width:720px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.timeline-note{background:var(--color-bg-muted);color:var(--color-text-muted);border-radius:12px;padding:24px;font-size:.9rem}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (width<=900px){.contact-layout{grid-template-columns:1fr}}.contact-details h2{color:var(--color-navy);margin:0 0 20px;font-size:1.25rem}.contact-details dl{margin:0}.contact-details dt{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-top:16px;font-size:.75rem}.contact-details dt:first-child{margin-top:0}.contact-details dd{margin:4px 0 0;font-size:.95rem}.contact-form-panel{background:#fafbfd;border:1px solid #eef1f6;border-radius:12px;padding:28px}.contact-form-panel h2{color:var(--color-navy);margin:0 0 20px;font-size:1.15rem}.contact-form-panel label{color:var(--color-text-muted);margin-bottom:6px;font-size:.8rem;display:block}.contact-form-panel input,.contact-form-panel textarea{width:100%;font:inherit;border:1px solid #dde3ed;border-radius:8px;margin-bottom:14px;padding:10px 12px}.contact-form-panel textarea{resize:vertical;min-height:120px}.case-filters{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.case-filters button{cursor:pointer;background:#fff;border:1px solid #dde3ed;border-radius:999px;padding:8px 18px;font-size:.875rem}.case-filters button.is-active{background:var(--color-navy);color:#fff;border-color:var(--color-navy)}.case-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.case-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #eef1f6;border-radius:12px;padding:24px}.case-card__tag{color:var(--color-navy);background:#e6f0ff;border-radius:999px;margin-bottom:12px;padding:4px 10px;font-size:.75rem;display:inline-block}.case-card h3{color:var(--color-navy);margin:0 0 8px;font-size:1.05rem}.case-card__meta{color:var(--color-text-muted);font-size:.85rem}.subpage-hero{background:#d4e8f7;width:100%;overflow:hidden}.subpage-hero__img{object-fit:cover;object-position:center;width:100%;height:auto;max-height:360px;display:block}@media (width<=640px){.subpage-hero__img{max-height:220px}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}.site-content{overflow-x:clip}@media (width<=640px){.block__inner{padding-left:16px;padding-right:16px}}@media (width<=768px) and (pointer:coarse){.news-v2__tab,.news-v2__pg-btn,.news-v2__pg-num,.home-v2__oem-sb-btn{min-height:44px}.home-v2__section--oem-home .home-v2__pcard-btn{min-height:28px}}[dir=rtl]{text-align:right;direction:rtl}[dir=rtl] .site-header-hero__row1,[dir=rtl] .site-header__nav-grid{direction:rtl}[dir=rtl] .site-header-hero__lang{margin-left:0;margin-right:auto}[dir=rtl] .site-header-hero__cta{margin-left:auto;margin-right:0}[dir=rtl] .site-header-hero__inquiry-btn{margin-left:0;margin-right:auto}[dir=rtl] .footer-grid{direction:rtl}[dir=rtl] .footer-v2__form-title,[dir=rtl] .footer-v2__section-title,[dir=rtl] .home-v2__pcard-body,[dir=rtl] .news-card__body{text-align:right}[dir=rtl] .about-v2__profile-grid,[dir=rtl] .about-v2__strengths-grid{direction:rtl}[dir=rtl] .cases-v2__card,[dir=rtl] .contact-v2__form label,[dir=rtl] .text-left{text-align:right}[dir=rtl] .text-right{text-align:left}[dir=rtl] .ml-auto{margin-left:0;margin-right:auto}[dir=rtl] .mr-auto{margin-left:auto;margin-right:0}[dir=rtl] .back-link:before,[dir=rtl] .cert-carousel-section__arrow--prev,[dir=rtl] .cert-carousel-section__arrow--next{transform:scaleX(-1)}[dir=rtl] .site-header__burger{margin-left:0;margin-right:auto}[dir=rtl] .site-header-hero__lang-menu,[dir=rtl] .nav-dropdown__menu{left:auto;right:0}[dir=rtl] .hero:after{background:linear-gradient(270deg,#0a1628bf 0%,#0a162833 55%,#0000 100%)}[dir=rtl] .site-header-hero__lang-option,[dir=rtl] .home-v2__oem-sb-btn{text-align:right}[dir=rtl] .home-v2__oem-sb-bar{border-radius:3px 0 0 3px;margin-left:auto;margin-right:0}[dir=rtl] .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar{margin-left:28px;margin-right:0}[dir=rtl] .home-v2__section--oem-home .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar{margin-left:24px}[dir=rtl] .home-v2__oem-sb-btn:not(.is-active) .home-v2__oem-sb-icon{margin-left:0;margin-right:34px}[dir=rtl] .home-v2__section--oem-home .home-v2__oem-sb-btn:not(.is-active) .home-v2__oem-sb-icon{margin-left:0;margin-right:32px}[dir=rtl] .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-icon{margin-right:0}[dir=rtl] .home-v2__oem-sidebar--no-icons .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar{margin-left:10px}[dir=rtl] .home-v2__feat-card-title{text-align:right}[dir=rtl] .home-v2__case-kv-col--right{border-left:none;border-right:1px solid #e5eaf2;padding-left:0;padding-right:14px}[dir=rtl] .home-v2__case-card-cat-pill{text-align:left}@media (width<=900px){[dir=rtl] .home-v2__case-carousel-track{padding-left:8px;padding-right:0}}[dir=rtl] .about-v2__history-big{text-align:right}[dir=rtl] .about-v2__history-bullets li{padding:3px 14px 3px 0}[dir=rtl] .about-v2__history-bullets li:before{left:auto;right:0}[dir=rtl] .contact-v2__k,[dir=rtl] .contact-v2__addr-k{text-align:right}[dir=rtl] .footer-form-proto__field .req{margin-left:2px;margin-right:0}[dir=rtl] .footer-form-proto__field label{text-align:right}[dir=rtl] .footer-bottom,[dir=rtl] .products-sidebar{direction:rtl}[dir=rtl] .category-list a{text-align:right}[dir=rtl] .site-mobile-nav{left:0;right:auto;transform:translate(-100%);box-shadow:12px 0 32px #0a162e33}[dir=rtl] .site-mobile-nav.is-open{transform:translate(0)}[dir=rtl] .site-mobile-nav__sublink{padding:10px 32px 10px 18px}[dir=rtl] .site-mobile-nav__toggle span{transform:translate(-50%,-70%)rotate(-135deg)}[dir=rtl] .site-mobile-nav__item.is-open .site-mobile-nav__toggle span{transform:translate(-50%,-30%)rotate(45deg)}@media (width<=900px){[dir=rtl] .site-header-hero__logo{margin-left:0;margin-right:auto}[dir=rtl] .site-header-hero__tools{margin-left:0;margin-right:8px}}[dir=rtl] .site-header-hero__cta,[dir=rtl] .site-header__nav-grid .btn--price{justify-self:start}[dir=rtl] .cert-carousel-section{direction:ltr}.site-header-hero__inquiry-btn[data-v-d5317913]{color:#292d6a;white-space:nowrap;background-color:#fff;border:1px solid #292d6a;border-radius:6px;grid-column:3;justify-content:center;justify-self:end;align-items:center;padding:6px 18px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;transition:background-color .15s,color .15s,transform .15s;display:inline-flex}.site-header-hero__inquiry-btn[data-v-d5317913]:hover{color:#fff;background-color:#292d6a;transform:translateY(-1px)}.block--site-header--hero .site-header-hero__inquiry-btn[data-v-d5317913]{background-color:#0000}.block--site-header--hero .site-header-hero__shell.is-scrolled .site-header-hero__inquiry-btn[data-v-d5317913]{background-color:#fff}@media (width<=900px){.site-header-hero__inquiry-btn[data-v-d5317913]{display:none}}.site-mobile-nav__link--inquiry[data-v-d5317913]{color:#292d6a;font-weight:600}.home-v2__section--oem-home[data-v-d51920de]{--hp-card-w:196px;--hp-card-img-h:194px;--hp-card-body-min:104px;--hp-card-col-gap:16px;--hp-card-row-gap:24px;--hp-sidebar-w:296px}.home-v2__inner[data-v-d51920de]{max-width:var(--container,1200px);margin:0 auto;padding:0 24px}.home-v2__section[data-v-d51920de]{padding:72px 0}.home-v2__section--oem-products[data-v-d51920de]{background:#f8f8f8;padding-top:10px;padding-bottom:18px}.home-v2__products-intro[data-v-d51920de]{text-align:center;margin:0;padding-top:0}.home-v2__products-intro-title[data-v-d51920de]{color:#3e4280;letter-spacing:.02em;margin:0 0 4px;font-size:23px;font-weight:500;line-height:30px}.home-v2__section--oem-home .home-v2__products-intro-title[data-v-d51920de]{margin-bottom:8px;font-size:clamp(26px,3vw,36px);line-height:1.44}.home-v2__products-intro-sub[data-v-d51920de]{color:#777;max-width:56rem;margin:0 auto;font-size:17px;font-weight:400;line-height:23px}.home-v2__section--oem-home .home-v2__products-intro-sub[data-v-d51920de]{font-size:clamp(18px,2.2vw,26px);line-height:1.46}.home-v2__products-row[data-v-d51920de]{flex-direction:row;align-items:flex-start;gap:10px;margin-top:12px;display:flex}.home-v2__section--oem-home .home-v2__products-row[data-v-d51920de]{gap:24px;margin-top:28px}.home-v2__product-grid-wrap[data-v-d51920de]{-webkit-overflow-scrolling:touch;flex:1;min-width:0;overflow-x:auto}.home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(4,204px);justify-content:flex-start;gap:8px 10px;display:grid}.home-v2__section--oem-home .home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(4, var(--hp-card-w));column-gap:var(--hp-card-col-gap);row-gap:var(--hp-card-row-gap)}.home-v2__pcard[data-v-d51920de]{text-align:center;background:0 0;border:none;border-radius:0;width:204px;max-width:100%;margin:0;padding:0;transition:transform .18s,filter .18s}.home-v2__pcard[data-v-d51920de]:hover{filter:drop-shadow(0 12px 24px #1a2b4c1a);transform:translateY(-3px)}.home-v2__pcard-media[data-v-d51920de]{background:#fff;border-radius:0;justify-content:center;align-items:center;width:100%;height:124px;margin:0;display:flex;position:relative;overflow:hidden}.home-v2__section--oem-home .home-v2__pcard[data-v-d51920de]{width:var(--hp-card-w)}.home-v2__section--oem-home .home-v2__pcard-media[data-v-d51920de]{height:var(--hp-card-img-h)}.home-v2__pcard-img[data-v-d51920de]{object-fit:cover;object-position:center;width:100%;height:128px;margin-top:-4px;display:block}.home-v2__section--oem-home .home-v2__pcard-img[data-v-d51920de]{height:calc(var(--hp-card-img-h) + 4px)}.home-v2__pcard-badge[data-v-d51920de]{letter-spacing:.08em;color:#fff;z-index:1;background:linear-gradient(90deg,#ff6b6b 0%,#e44 100%);border-radius:999px;padding:3px 10px;font-size:.66rem;font-weight:700;position:absolute;top:10px;right:10px}.home-v2__pcard-body[data-v-d51920de]{box-sizing:border-box;background:linear-gradient(#f3f5fa 0%,#e8ecf4 100%);flex-direction:column;align-items:center;width:100%;min-height:72px;padding:0 4px 4px;display:flex;position:relative}.home-v2__section--oem-home .home-v2__pcard-body[data-v-d51920de]{min-height:var(--hp-card-body-min);padding:0 6px 8px}.home-v2__pcard-title[data-v-d51920de]{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:192px;margin:4px 0 0;font-size:14px;font-weight:400;line-height:19px;display:-webkit-box;overflow:hidden}.home-v2__section--oem-home .home-v2__pcard-title[data-v-d51920de]{max-width:none;margin-top:10px;font-size:16px;line-height:23px}.home-v2__pcard-price[data-v-d51920de]{color:#3e4280;letter-spacing:.02em;margin:2px 0 0;font-size:20px;font-weight:700;line-height:22px}.home-v2__section--oem-home .home-v2__pcard-price[data-v-d51920de]{margin-top:4px;font-size:18px;font-weight:700;line-height:22px}.home-v2__pcard-btn[data-v-d51920de]{box-sizing:border-box;color:#fff;width:140px;height:28px;box-shadow:none;background-color:#292d6a;border:1px solid #292d6a;border-radius:8px;justify-content:center;align-items:center;margin-top:2px;padding:0 6px;font-size:13px;font-weight:500;line-height:18px;text-decoration:none;transition:filter .15s,transform .15s;display:flex}.home-v2__section--oem-home .home-v2__pcard-btn[data-v-d51920de]{width:180px;max-width:100%;height:36px;margin-top:7px;font-size:16px;font-weight:500;line-height:23px}.home-v2__pcard-btn[data-v-d51920de]:hover{filter:brightness(1.06);transform:translateY(-1px)}@media (width<=1200px){.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(4,minmax(0,1fr))}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard[data-v-d51920de]{width:100%}.home-v2__section--oem-home .home-v2__product-grid-wrap[data-v-d51920de]{overflow-x:auto}}@media (width<=1000px){.home-v2__products-row[data-v-d51920de]{flex-direction:column}.home-v2__oem-sidebar[data-v-d51920de]{width:100%;max-width:296px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}.home-v2__products-cta[data-v-d51920de]{box-sizing:border-box;text-align:center;background-color:#e3e5ff;min-height:220px;margin-top:4px;padding:0 16px 24px}.home-v2__products-cta-inner[data-v-d51920de]{flex-direction:column;align-items:center;gap:0;max-width:56rem;margin:0 auto;display:flex}.home-v2__products-cta-lead[data-v-d51920de]{color:#333;margin:15px 0 0;font-size:clamp(16px,3.4vw,40px);font-weight:400;line-height:1.45}.home-v2__products-cta-sub[data-v-d51920de]{color:#333;margin:5px 0 0;font-size:clamp(16px,3.4vw,40px);font-weight:400;line-height:1.45}@media (width>=1024px){.home-v2__products-cta-lead[data-v-d51920de],.home-v2__products-cta-sub[data-v-d51920de]{white-space:nowrap;font-size:40px;line-height:58px}}.home-v2__btn--quote[data-v-d51920de]{box-sizing:border-box;color:#fff;width:234px;height:50px;box-shadow:none;background-color:#292d6a;border:1px solid #292d6a;border-radius:25px;justify-content:center;align-items:center;margin-top:18px;padding:0 16px;font-size:18px;font-weight:400;line-height:26px;text-decoration:none;display:inline-flex}.home-v2__btn--quote[data-v-d51920de]:hover{filter:brightness(1.08)}.home-v2__oem-sidebar[data-v-d51920de]{box-sizing:border-box;background-color:#fff;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:stretch;gap:0;width:296px;min-height:0;padding:0 0 12px;display:flex;box-shadow:0 4px 28px #2e317614,0 2px 8px #0000000a}.home-v2__section--oem-home .home-v2__oem-sidebar[data-v-d51920de]:not(.home-v2__oem-sidebar--home-tabs){width:var(--hp-sidebar-w);border-radius:16px;padding-bottom:16px}.home-v2__oem-sb-btn[data-v-d51920de]{cursor:pointer;width:100%;height:62px;min-height:62px;max-height:62px;font:inherit;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:0;flex-direction:row;align-items:flex-start;margin:0;padding:0;transition:background .15s;display:flex;position:relative}.home-v2__oem-sb-btn[data-v-d51920de]:first-child{margin-top:18px}.home-v2__section--oem-home .home-v2__oem-sb-btn[data-v-d51920de]:first-child{margin-top:28px}.home-v2__oem-sb-btn+.home-v2__oem-sb-btn[data-v-d51920de]{margin-top:8px}.home-v2__section--oem-home .home-v2__oem-sb-btn+.home-v2__oem-sb-btn[data-v-d51920de]{margin-top:12px}.home-v2__section--oem-home .home-v2__oem-sb-btn[data-v-d51920de]{height:86px;min-height:86px;max-height:86px}.home-v2__oem-sb-btn[data-v-d51920de]:hover{background:#f5f7fca6}.home-v2__oem-sb-btn[data-v-d51920de]:focus-visible{outline-offset:2px;outline:2px solid #3e4280}.home-v2__oem-sb-bar[data-v-d51920de]{background:#3e4280;border-radius:0 3px 3px 0;flex-shrink:0;width:0;height:36px;margin-top:13px;margin-left:0;transition:width .15s,margin .15s}.home-v2__section--oem-home .home-v2__oem-sb-bar[data-v-d51920de]{height:48px;margin-top:19px}.home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar[data-v-d51920de]{width:6px;margin-right:28px}.home-v2__section--oem-home .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar[data-v-d51920de]{margin-right:24px}.home-v2__oem-sb-icon[data-v-d51920de]{object-fit:contain;flex-shrink:0;width:26px;height:26px;margin-top:17px;display:block}.home-v2__section--oem-home .home-v2__oem-sb-icon[data-v-d51920de]{width:36px;height:36px;margin-top:25px}.home-v2__oem-sb-btn:not(.is-active) .home-v2__oem-sb-icon[data-v-d51920de]{margin-left:34px}.home-v2__section--oem-home .home-v2__oem-sb-btn:not(.is-active) .home-v2__oem-sb-icon[data-v-d51920de]{margin-left:32px}.home-v2__oem-sb-btn.is-active .home-v2__oem-sb-icon[data-v-d51920de]{margin-left:0}.home-v2__oem-sb-label[data-v-d51920de]{letter-spacing:.03em;color:#333;flex:1;min-width:0;margin:19px 6px 0 10px;font-size:15px;font-weight:400;line-height:20px}.home-v2__section--oem-home .home-v2__oem-sb-label--desk[data-v-d51920de]{letter-spacing:.04em;margin-top:28px;font-size:20px;line-height:29px}.home-v2__oem-sb-btn.is-active .home-v2__oem-sb-label[data-v-d51920de]{color:#333;font-weight:500}.home-v2__oem-sidebar--no-icons .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-bar[data-v-d51920de]{margin-right:10px}.home-v2__oem-sidebar--no-icons .home-v2__oem-sb-label[data-v-d51920de]{margin:19px 14px 0}.home-v2__oem-sb-label--mob[data-v-d51920de]{display:none}@media (width<=900px){.home-v2__oem-sidebar[data-v-d51920de]{flex-direction:column;gap:0;width:100%;max-width:296px;min-height:0;padding-bottom:16px;overflow-x:visible}.home-v2__oem-sb-btn[data-v-d51920de]{flex:none;height:auto;min-height:56px;max-height:none}.home-v2__oem-sb-bar[data-v-d51920de]{margin-top:10px}.home-v2__oem-sb-icon[data-v-d51920de]{margin-top:16px}.home-v2__oem-sb-label[data-v-d51920de]{margin-top:18px}.home-v2__oem-sb-btn[data-v-d51920de]:first-child{margin-top:12px}.home-v2__products-row[data-v-d51920de]{margin-top:10px}.home-v2__section--oem-home[data-v-d51920de]{padding-top:4px;padding-bottom:10px}.home-v2__section--oem-home .home-v2__products-intro[data-v-d51920de]{padding-top:0}.home-v2__section--oem-home .home-v2__products-intro-title[data-v-d51920de]{margin:0 0 4px;font-size:22px;line-height:1.3}.home-v2__section--oem-home .home-v2__products-intro-sub[data-v-d51920de]{max-width:none;padding:0 4px;font-size:13px;line-height:1.4}.home-v2__section--oem-home .home-v2__products-row[data-v-d51920de]{flex-direction:column;align-items:stretch;gap:0;margin-top:10px}.home-v2__section--oem-home .home-v2__product-grid-wrap[data-v-d51920de]{width:100%;min-width:0;overflow:visible}.home-v2__section--oem-home .home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 8px;width:100%}.home-v2__section--oem-home .home-v2__pcard[data-v-d51920de]{width:100%}.home-v2__section--oem-home .home-v2__pcard-media[data-v-d51920de]{aspect-ratio:250/247;height:auto}.home-v2__section--oem-home .home-v2__pcard-img[data-v-d51920de]{object-fit:cover;height:100%;margin-top:0}.home-v2__section--oem-home .home-v2__pcard-body[data-v-d51920de]{min-height:0;padding:6px 4px 8px}.home-v2__section--oem-home .home-v2__pcard-title[data-v-d51920de]{-webkit-line-clamp:2;margin-top:4px;font-size:11px;line-height:1.35}.home-v2__section--oem-home .home-v2__pcard-price[data-v-d51920de]{margin-top:3px;font-size:12px;font-weight:700;line-height:1.25}.home-v2__section--oem-home .home-v2__pcard-btn[data-v-d51920de]{border-radius:6px;width:100%;max-width:100%;height:28px;min-height:28px;margin-top:5px;padding:0 4px;font-size:11px;line-height:1.2;display:flex}.home-v2__oem-sidebar--home-tabs[data-v-d51920de]{-webkit-overflow-scrolling:touch;width:100%;max-width:none;box-shadow:none;scrollbar-width:none;background:0 0;border-bottom:1px solid #e2e8f0;border-radius:0;flex-flow:row;gap:0;margin-bottom:8px;padding:0;overflow:auto hidden}.home-v2__oem-sidebar--home-tabs[data-v-d51920de]::-webkit-scrollbar{display:none}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-btn[data-v-d51920de]{height:auto;min-height:36px;max-height:none;box-shadow:none;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex-direction:row;flex:none;justify-content:center;align-items:center;margin:0;padding:8px 12px}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-btn[data-v-d51920de]:first-child,.home-v2__section--oem-home .home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-btn[data-v-d51920de]:first-child{margin-top:0}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-btn.is-active[data-v-d51920de]{box-shadow:none;background:0 0;border-bottom-color:#292d6a}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-bar[data-v-d51920de],.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-icon[data-v-d51920de]{display:none!important}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-label--desk[data-v-d51920de]{display:none}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-label--mob[data-v-d51920de]{white-space:nowrap;color:#777;margin:0;font-size:12px;font-weight:400;line-height:1.3;display:block}.home-v2__oem-sidebar--home-tabs .home-v2__oem-sb-btn.is-active .home-v2__oem-sb-label--mob[data-v-d51920de]{color:#3e4280;font-weight:600}}@media (width<=640px){.home-v2__inner[data-v-d51920de]{padding-left:16px;padding-right:16px}.home-v2__section[data-v-d51920de]{padding:44px 0}.home-v2__section--oem-products[data-v-d51920de]{padding-top:8px;padding-bottom:12px}.home-v2__section--oem-home[data-v-d51920de]{padding-top:2px;padding-bottom:8px}.home-v2__products-intro-title[data-v-d51920de]{margin-bottom:6px;font-size:20px;line-height:28px}.home-v2__section--oem-home .home-v2__products-intro-title[data-v-d51920de]{margin-bottom:3px;font-size:20px;line-height:1.28}.home-v2__products-intro-sub[data-v-d51920de]{font-size:14px;line-height:21px}.home-v2__section--oem-home .home-v2__products-intro-sub[data-v-d51920de]{font-size:12px;line-height:1.38}.home-v2__products-row[data-v-d51920de]{flex-direction:column;align-items:stretch;gap:0;margin-top:14px}.home-v2__section--oem-home .home-v2__products-row[data-v-d51920de]{margin-top:8px}.home-v2__product-grid-wrap[data-v-d51920de]{width:100%;min-width:0;overflow:visible}.home-v2__oem-sidebar--no-icons[data-v-d51920de]:not(.home-v2__oem-sidebar--home-tabs){-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;width:100%;max-width:none;box-shadow:none;background:0 0;flex-flow:row;gap:8px;padding:10px 0 12px;overflow:auto hidden}.home-v2__oem-sidebar--no-icons[data-v-d51920de]:not(.home-v2__oem-sidebar--home-tabs)::-webkit-scrollbar{display:none}.home-v2__oem-sidebar--no-icons:not(.home-v2__oem-sidebar--home-tabs) .home-v2__oem-sb-btn[data-v-d51920de]{min-height:40px;box-shadow:none;background:#f4f6fa;border-radius:999px;flex:none;padding:10px 14px}.home-v2__oem-sidebar--no-icons:not(.home-v2__oem-sidebar--home-tabs) .home-v2__oem-sb-btn.is-active[data-v-d51920de]{background:#fff;box-shadow:0 2px 8px #2e31761a}.home-v2__oem-sidebar--no-icons:not(.home-v2__oem-sidebar--home-tabs) .home-v2__oem-sb-label[data-v-d51920de]{white-space:nowrap;-webkit-line-clamp:1;font-size:13px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__product-grid[data-v-d51920de]{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-media[data-v-d51920de]{height:142px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-img[data-v-d51920de]{height:146px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-body[data-v-d51920de]{min-height:74px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-title[data-v-d51920de]{font-size:14px;line-height:20px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-price[data-v-d51920de]{font-size:18px}.home-v2__section--oem-products:not(.home-v2__section--oem-home) .home-v2__pcard-btn[data-v-d51920de]{border-radius:8px;width:100%;padding:9px 0;font-size:.8rem;display:block}.home-v2__products-cta[data-v-d51920de]{padding:12px 16px 18px}.home-v2__products-cta-lead[data-v-d51920de]{font-size:.92rem}.home-v2__products-cta-sub[data-v-d51920de]{margin-bottom:10px;font-size:.8rem}}.promo-video-frame[data-v-3253fd29]{background:#000;width:100%;position:relative;overflow:hidden}.promo-video-frame--home[data-v-3253fd29]{aspect-ratio:1440/756;max-width:1440px;margin:0 auto}.promo-video-frame--about[data-v-3253fd29]{aspect-ratio:16/10;box-shadow:0 10px 28px #292d6a1a}.promo-video-frame__video[data-v-3253fd29]{object-fit:contain;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.promo-video-frame--about .promo-video-frame__video[data-v-3253fd29]{object-fit:cover}.promo-video-frame__iframe[data-v-3253fd29]{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.promo-video-frame__poster-btn[data-v-3253fd29]{cursor:pointer;background:#000;border:0;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;inset:0}.promo-video-frame__poster-btn[data-v-3253fd29]:disabled{cursor:wait}.promo-video-frame__poster[data-v-3253fd29]{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.promo-video-frame--home .promo-video-frame__poster[data-v-3253fd29]{object-fit:cover}.promo-video-frame__play[data-v-3253fd29]{pointer-events:none;background:#0000008c;border:3px solid #ffffffeb;border-radius:50%;width:clamp(56px,8vw,88px);height:clamp(56px,8vw,88px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #00000059}.promo-video-frame__play[data-v-3253fd29]:after{content:"";border:12px solid #0000;border-left:20px solid #fff;border-right-width:0;position:absolute;top:50%;left:54%;transform:translate(-50%,-50%)}.promo-video-frame__loading[data-v-3253fd29]{color:#fff;letter-spacing:.04em;pointer-events:none;background:#000000a6;border-radius:6px;padding:10px 18px;font-size:.9rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-v2[data-v-64219879]{background:linear-gradient(#eef3f98c, #eef3f98c), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat}.home-v2__inner[data-v-64219879]{max-width:var(--container,1200px);margin:0 auto;padding:0 24px}.home-v2__inner--featured-wide[data-v-64219879]{max-width:min(1380px,100%);padding-left:clamp(16px,2.6vw,36px);padding-right:clamp(16px,2.6vw,36px)}.home-v2__h2[data-v-64219879]{color:#1a2b4c;letter-spacing:.01em;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.home-v2__h2--light[data-v-64219879]{color:#fff}.home-v2__eyebrow[data-v-64219879]{letter-spacing:.28em;color:#0a8fd4;text-transform:uppercase;margin:0 0 10px;font-size:.72rem;font-weight:700}.home-v2__eyebrow--accent[data-v-64219879]{color:#00d5ff}.home-v2__section-head[data-v-64219879]{margin-bottom:32px}.home-v2__section-head--center[data-v-64219879]{text-align:center}.home-v2__section-head--light .home-v2__eyebrow[data-v-64219879]{color:#00d5ff}.home-v2__lead[data-v-64219879]{color:#5a6578;max-width:56ch;margin:0 0 20px;font-size:.95rem;line-height:1.75}.home-v2__section[data-v-64219879]{padding:72px 0}.home-v2__section--white[data-v-64219879]{background:#fff}.home-v2__section--muted[data-v-64219879]{background:linear-gradient(#eaf3fbc7, #e2edf8c7), var(--page-bg-silk,url(/media/bg-silk.png)) center / cover no-repeat}.home-v2__btn[data-v-64219879]{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:11px 24px;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex}.home-v2__btn[data-v-64219879]:hover{filter:brightness(1.04);transform:translateY(-2px)}.home-v2__btn--primary[data-v-64219879]{color:#fff;background:linear-gradient(90deg,#00bfff 0%,#0a8fd4 100%);box-shadow:0 8px 22px #0a8fd459}.home-v2__btn--ghost[data-v-64219879]{color:#1a2b4c;background:0 0;border:1px solid #cbd5e0}.home-v2__hero[data-v-64219879]{isolation:isolate;background:linear-gradient(135deg,#2d1b5f 0%,#1a2b6d 50%,#0e1a3e 100%);width:100%;min-height:min(980px,92vh);position:relative;overflow:hidden}.home-v2__hero-stack[data-v-64219879]{width:100%;min-height:min(980px,92vh);position:relative}.home-v2__hero-img[data-v-64219879]{aspect-ratio:21/8;object-fit:cover;object-position:center top;opacity:0;pointer-events:none;width:100%;height:100%;min-height:min(980px,92vh);max-height:none;transition:opacity .75s;display:block;position:absolute;inset:0}.home-v2__hero-img.is-active[data-v-64219879]{opacity:1;z-index:0}@media (width>=641px){.home-v2__hero-img[data-v-64219879]{aspect-ratio:auto}}.home-v2__hero-overlay[data-v-64219879]{pointer-events:none;z-index:1;background:linear-gradient(#0e1a3e1f 0%,#0000 35%,#0e1a3e14 100%);position:absolute;inset:0}.home-v2__hero-dots[data-v-64219879]{z-index:2;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.home-v2__hero-dot[data-v-64219879]{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.home-v2__hero-dot.is-active[data-v-64219879]{background:#fff;transform:scale(1.15)}@media (width<=640px){.home-v2__hero[data-v-64219879]{background:0 0;min-height:0;padding:10px 16px 0}.home-v2__hero-stack[data-v-64219879]{aspect-ratio:16/7;border-radius:14px;min-height:0;overflow:hidden;box-shadow:0 10px 24px #0a162e24}.home-v2__hero-img[data-v-64219879]{border-radius:14px;min-height:0}.home-v2__hero-overlay[data-v-64219879]{display:none}.home-v2__hero-dots[data-v-64219879]{bottom:14px}}.bottle[data-v-64219879]{aspect-ratio:.62;filter:drop-shadow(0 10px 14px #1a2b4c33);width:58%;position:relative}.bottle__cap[data-v-64219879]{background:linear-gradient(#1a2b4c 0%,#0e1a36 100%);border-radius:4px 4px 2px 2px;height:14%;position:absolute;top:0;left:22%;right:22%;box-shadow:inset 0 -4px #0000004d}.bottle__cap[data-v-64219879]:after{content:"";background:repeating-linear-gradient(90deg,#ffffff14 0 2px,#0000 2px 4px);height:22%;position:absolute;bottom:0;left:0;right:0}.bottle__body[data-v-64219879]{background:linear-gradient(#6a4fbf 0%,#4a2fa0 55%,#3b2486 100%);border-radius:14px 14px 10px 10px;position:absolute;inset:13% 6% 0;overflow:hidden}.bottle__body[data-v-64219879]:before{content:"";filter:blur(2px);background:linear-gradient(90deg,#ffffff38,#0000);border-radius:50%;position:absolute;inset:4% 48% 4% 8%}.bottle[data-variant=B] .bottle__body[data-v-64219879]{background:linear-gradient(#e8e8f2 0%,#c8c9d8 55%,#a4a6bb 100%)}.bottle[data-variant=C] .bottle__body[data-v-64219879]{background:linear-gradient(#2d4373 0%,#1a2b4c 60%,#0e1a36 100%)}.bottle[data-variant=D] .bottle__body[data-v-64219879]{background:linear-gradient(#ff9a6b 0%,#e6673a 60%,#b94217 100%)}.bottle__label[data-v-64219879]{text-align:center;color:#1a2b4c;background:#fff;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;padding:10% 8%;display:flex;position:absolute;inset:32% 12% 16%;box-shadow:inset 0 0 0 1px #0000000d}.bottle__label-strap[data-v-64219879]{background:linear-gradient(90deg,#ff9e3d,#e6673a);height:3px;position:absolute;top:22%;left:0;right:0}.bottle__brand[data-v-64219879]{letter-spacing:.1em;color:#00bfff;margin-top:-18%;font-size:.55rem;font-weight:700}.bottle__product[data-v-64219879]{letter-spacing:.02em;margin-top:4px;font-size:.7rem;font-weight:800;line-height:1.05}.bottle__sub[data-v-64219879]{letter-spacing:.08em;color:#5a6578;text-transform:uppercase;margin-top:3px;font-size:.44rem}.home-v2__oem-band[data-v-64219879]{margin-top:6px;padding-top:8px;padding-bottom:20px}.home-v2__oemP-row[data-v-64219879]{flex-direction:row;align-items:stretch;width:100%;min-height:clamp(240px,28vw,520px);display:flex}.home-v2__oemP-left[data-v-64219879]{isolation:isolate;border-radius:0;flex:50.2%;min-width:0;min-height:clamp(240px,28vw,520px);position:relative;overflow:hidden}.home-v2__oemP-underlay[data-v-64219879]{z-index:0;position:absolute;inset:0}.home-v2__oemP-underlay-img[data-v-64219879]{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-v2__oemP-panel[data-v-64219879]{z-index:1;box-sizing:border-box;background-color:#f1f1f1d9;flex-direction:column;align-items:flex-start;min-height:100%;padding:clamp(18px,2.6vw,34px) clamp(18px,4.8vw,36px) clamp(16px,2.4vw,28px) clamp(18px,13vw,108px);display:flex;position:relative}.home-v2__oemP-title[data-v-64219879]{color:#292d6a;max-width:541px;margin:0;font-size:clamp(.98rem,2.1vw,30px);font-weight:700;line-height:1.32}.home-v2__oemP-brand[data-v-64219879]{color:#333;max-width:541px;margin:6px 0 0;font-size:clamp(.88rem,1.5vw,22px);font-weight:500;line-height:1.35}.home-v2__oemP-lead[data-v-64219879]{text-align:justify;white-space:pre-line;color:#333;width:100%;max-width:541px;margin:8px 0 0;font-size:clamp(.78rem,1.25vw,17px);font-weight:400;line-height:1.55}.home-v2__oemP-stats[data-v-64219879]{flex-flow:row;align-items:flex-start;width:100%;max-width:640px;margin-top:clamp(16px,2.4vw,28px);display:flex}.home-v2__oemP-stat-div[data-v-64219879]{background-color:#afafaf;flex-shrink:0;width:1px;height:76px;margin:1px 8px 0}.home-v2__oemP-stat[data-v-64219879]{flex-direction:column;flex:0 auto;align-items:center;min-width:56px;max-width:118px;display:flex}.home-v2__oemP-stat-ico[data-v-64219879]{object-fit:contain;margin:0 auto;display:block}.home-v2__oemP-stat-num[data-v-64219879]{text-align:center;color:#292d6a;font-variant-numeric:tabular-nums;margin-top:6px;font-size:17px;font-weight:700;line-height:19px}.home-v2__oemP-stat-label[data-v-64219879]{text-align:center;color:#777;width:100%;margin-top:4px;font-size:11px;font-weight:400;line-height:15px}.home-v2__oemP-more[data-v-64219879]{box-sizing:border-box;color:#fff;background-color:#292d6a;border:1px solid #292d6a;border-radius:8px;justify-content:center;align-items:center;width:176px;height:42px;margin-top:clamp(18px,2.6vw,36px);font-size:14px;font-weight:500;line-height:21px;text-decoration:none;transition:filter .15s;display:inline-flex}.home-v2__oemP-more[data-v-64219879]:hover{filter:brightness(1.06)}.home-v2__oemP-right[data-v-64219879]{isolation:isolate;flex:49.8%;min-width:0;min-height:clamp(240px,28vw,520px);position:relative;overflow:hidden}.home-v2__oemP-right-img[data-v-64219879]{object-fit:cover;object-position:center;width:104%;height:106%;display:block;position:absolute;top:-2%;left:-1%}.home-v2__oemP-cap-sr[data-v-64219879]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.home-v2__oemP-row[data-v-64219879]{flex-direction:column;min-height:0}.home-v2__oemP-left[data-v-64219879],.home-v2__oemP-right[data-v-64219879]{flex:auto;min-height:240px}.home-v2__oemP-panel[data-v-64219879]{padding-left:clamp(18px,5vw,32px);padding-right:clamp(18px,5vw,32px)}.home-v2__oemP-stats[data-v-64219879]{flex-wrap:wrap;justify-content:center;row-gap:10px}.home-v2__oemP-stat-div[data-v-64219879]{display:none}.home-v2__oemP-stat[data-v-64219879]{flex:42%;max-width:none}}.home-v2__promo-video-band[data-v-64219879]{background:#f5f6f8;padding:clamp(28px,4.2vw,44px) 0 clamp(32px,4.8vw,48px)}.home-v2__sel-sub[data-v-64219879]{text-align:center;color:#8696a8;letter-spacing:.02em;margin:-12px 0 28px;font-size:.88rem}.home-v2__sel-stage[data-v-64219879]{padding:0 56px;position:relative}.home-v2__sel-arrow[data-v-64219879]{color:#1a2b4c;cursor:pointer;z-index:2;background:#fff;border:1px solid #d7dff0;border-radius:50%;width:44px;height:44px;font-size:1.6rem;line-height:1;transition:all .15s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 16px #1a2b4c1f}.home-v2__sel-arrow[data-v-64219879]:hover{color:#fff;background:#1a2b4c;border-color:#1a2b4c}.home-v2__sel-arrow--left[data-v-64219879]{left:4px}.home-v2__sel-arrow--right[data-v-64219879]{right:4px}.home-v2__section--customer-case[data-v-64219879]{background:linear-gradient(#f3f6fb 0%,#e8eef8 100%)}.home-v2__customer-case[data-v-64219879]{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.home-v2__customer-case .home-v2__sel-sub[data-v-64219879]{max-width:48ch;margin:-6px 0 8px}.home-v2__section--expo-intro[data-v-64219879]{background:#f5f5f5}.home-v2__expo-h2[data-v-64219879]{color:#2e3171}.home-v2__expo-sub[data-v-64219879]{color:#888;margin-top:-8px!important;margin-bottom:8px!important}.home-v2__expo-stage[data-v-64219879]{padding:16px 60px;position:relative}.home-v2__expo-stack[data-v-64219879]{max-width:1000px;min-height:520px;margin:0 auto;position:relative}.home-v2__expo-card[data-v-64219879]{opacity:0;pointer-events:none;background:#fff;border:1px solid #e8e8e8;border-radius:16px;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:0;transition:opacity .35s,transform .35s;display:grid;position:absolute;inset:0;overflow:hidden;transform:translateY(12px);box-shadow:0 14px 40px #2e31711a}.home-v2__expo-card.is-active[data-v-64219879]{opacity:1;pointer-events:auto;transform:translateY(0)}.home-v2__expo-photo[data-v-64219879]{border-radius:16px 0 0 16px;min-height:520px;margin:0;overflow:hidden}.home-v2__expo-photo img[data-v-64219879]{object-fit:cover;object-position:72% center;width:100%;height:100%;min-height:520px;display:block}.home-v2__expo-right[data-v-64219879]{background:#fff;border-radius:0 16px 16px 0;flex-direction:column;align-items:stretch;min-width:0;min-height:520px;display:flex}.home-v2__expo-body[data-v-64219879]{flex-direction:column;flex:1;justify-content:flex-start;gap:0;min-width:0;min-height:100%;padding:32px 32px 36px;display:flex}.home-v2__expo-card-title[data-v-64219879]{color:#2e3171;margin:0 0 10px;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:700;line-height:1.35}.home-v2__expo-date[data-v-64219879]{letter-spacing:.02em;color:#999;margin:0 0 12px;font-size:.9rem;font-weight:400}.home-v2__expo-in-card[data-v-64219879]{color:#2e3171;margin:0 0 10px;font-size:1rem;font-weight:700}.home-v2__expo-lead[data-v-64219879]{color:#666;flex:1;min-height:0;margin:0 0 22px;font-size:.9rem;line-height:1.65}.home-v2__expo-btn[data-v-64219879]{box-sizing:border-box;cursor:pointer;background:#2e3171;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:14px 20px;font-size:.92rem;font-weight:600;text-decoration:none;transition:filter .15s,transform .15s;display:flex;color:#fff!important}.home-v2__expo-btn[data-v-64219879]:hover{filter:brightness(1.06);transform:translateY(-1px)}@media (width<=900px){.home-v2__expo-stage[data-v-64219879]{padding:8px 0}.home-v2__expo-card[data-v-64219879]{grid-template-columns:1fr}.home-v2__expo-photo[data-v-64219879]{aspect-ratio:16/10;border-radius:16px 16px 0 0;min-height:240px}.home-v2__expo-photo img[data-v-64219879]{object-position:center center;min-height:240px}.home-v2__expo-right[data-v-64219879]{border-radius:0 0 16px 16px;flex-direction:column;min-height:0}.home-v2__expo-stack[data-v-64219879]{min-height:720px}}.home-v2__certs-title[data-v-64219879]{color:#1a2b4c;text-align:center;letter-spacing:.01em;margin:0 0 28px;font-size:clamp(1.4rem,2.4vw,1.8rem);font-weight:700}.home-v2__cert-photo-row[data-v-64219879]{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:clamp(12px,2vw,20px);margin:0;padding:8px 0 16px;list-style:none;display:grid}.home-v2__cert-photo-item[data-v-64219879]{min-width:0;margin:0}.home-v2__cert-photo-wrap[data-v-64219879]{background:#fff;border:1px solid #e8ecf2;border-radius:10px;height:100%;margin:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 10px 28px #1a2b4c1a}.home-v2__cert-photo-item:hover .home-v2__cert-photo-wrap[data-v-64219879]{transform:translateY(-4px);box-shadow:0 14px 36px #1a2b4c24}.home-v2__cert-photo-img[data-v-64219879]{aspect-ratio:280/360;object-fit:contain;vertical-align:top;background:linear-gradient(160deg,#f8fafc 0%,#eef2f8 100%);width:100%;height:auto;display:block}@media (width<=900px){.home-v2__cert-photo-row[data-v-64219879]{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-v2__news-head[data-v-64219879]{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.home-v2__news-grid[data-v-64219879]{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=900px){.home-v2__news-grid[data-v-64219879]{grid-template-columns:1fr}}.home-v2__news-card[data-v-64219879]{background:#fff;border:1px solid #e8ecf2;border-radius:14px;transition:transform .18s,box-shadow .18s;overflow:hidden}.home-v2__news-card[data-v-64219879]:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1a2b4c1f}.home-v2__news-thumb[data-v-64219879]{aspect-ratio:16/10;background:radial-gradient(circle at 20% 30%,#00d5ff4d,#0000 50%),radial-gradient(circle at 80% 70%,#6a4fbf4d,#0000 50%),linear-gradient(135deg,#1a2b4c 0%,#2d4373 100%);position:relative}.home-v2__news-thumb--cover[data-v-64219879]{background-position:50%;background-size:cover}.home-v2__news-tag[data-v-64219879]{letter-spacing:.1em;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e;border:1px solid #ffffff59;border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:14px;left:14px}.home-v2__news-body[data-v-64219879]{padding:20px}.home-v2__news-body time[data-v-64219879]{color:#8696a8;letter-spacing:.04em;font-size:.78rem}.home-v2__news-body h3[data-v-64219879]{margin:8px 0 10px;font-size:1rem;line-height:1.4}.home-v2__news-body h3 a[data-v-64219879]{color:#1a2b4c;text-decoration:none}.home-v2__news-body h3 a[data-v-64219879]:hover{color:#0a8fd4}.home-v2__news-body p[data-v-64219879]{color:#5a6578;margin:0;font-size:.85rem;line-height:1.6}.home-v2__featured-proto[data-v-64219879]{width:100%;max-width:none;margin:0 auto}.home-v2__featured-main[data-v-64219879]{width:100%;min-width:0;max-width:none}.home-v2__feat-body[data-v-64219879]{margin-top:8px}.home-v2__sel-stage--feat[data-v-64219879]{align-items:center;gap:clamp(6px,1.2vw,14px);padding:0 clamp(4px,1vw,12px) 12px;display:flex;position:relative}.home-v2__sel-stage--feat .home-v2__sel-arrow--feat[data-v-64219879]{width:auto;min-width:2.25rem;height:auto;box-shadow:none;letter-spacing:-.03em;color:#292d6a;background:0 0;border:none;border-radius:0;flex-shrink:0;align-self:center;padding:10px 8px;font-size:clamp(1.65rem,2.5vw,2.15rem);font-weight:700;line-height:1;position:relative;top:auto;left:auto;right:auto;transform:none}.home-v2__sel-stage--feat .home-v2__sel-arrow--feat[data-v-64219879]:hover{color:#1a1f4a;filter:none;background:0 0;border:none}.home-v2__feat-center-col[data-v-64219879]{flex:1;min-width:0;padding-top:28px;position:relative}.home-v2__feat-carousel[data-v-64219879]{min-width:0}.home-v2__feat-grid[data-v-64219879]{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:clamp(14px,2.4vw,28px);margin:0;padding:clamp(18px,3.5vw,32px) 0 clamp(22px,3.5vw,36px);list-style:none;display:grid}.home-v2__feat-grid .home-v2__feat-card[data-v-64219879]:nth-child(odd){transform:translateY(clamp(-12px,-2.5vw,-22px))}.home-v2__feat-grid .home-v2__feat-card[data-v-64219879]:nth-child(2n){transform:translateY(clamp(12px,2.5vw,22px))}.home-v2__feat-card[data-v-64219879]{background:#fff;border:1px solid #e8ecf2;border-radius:14px;min-height:0;transition:transform .25s;position:relative;overflow:hidden}.home-v2__feat-card-media[data-v-64219879]{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;padding:clamp(8px,1.2vw,14px);display:flex}.home-v2__feat-card-img[data-v-64219879]{object-fit:contain;width:100%;height:100%;max-height:clamp(200px,26vw,300px);display:block}.home-v2__feat-card-title[data-v-64219879]{color:#fff;z-index:2;opacity:0;pointer-events:none;text-align:left;margin:0;padding:14px 14px 12px;font-size:clamp(.78rem,1.05vw,.92rem);font-weight:700;line-height:1.28;transition:opacity .22s,transform .22s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.home-v2__feat-card[data-v-64219879]:after{content:"";opacity:0;z-index:1;pointer-events:none;border-radius:inherit;background:#5f647085;transition:opacity .22s;position:absolute;inset:0}.home-v2__feat-card[data-v-64219879]:hover:after{opacity:1}.home-v2__feat-card--placeholder[data-v-64219879]{border-style:dashed;border-color:#d8dee8}.home-v2__feat-card--placeholder .home-v2__feat-card-media[data-v-64219879]{background:#fafbfc}.home-v2__feat-counter[data-v-64219879]{text-align:right;color:#292d6a;letter-spacing:.08em;margin:0;font-size:.95rem;font-weight:700;position:absolute;top:0;right:0}.home-v2__feat-counter-sep[data-v-64219879]{opacity:.45;margin:0 3px}.home-v2__cat-strip[data-v-64219879]{isolation:isolate;width:100%;min-height:clamp(360px,52vw,696px);position:relative;overflow:hidden}.home-v2__cat-strip-bg[data-v-64219879]{z-index:0;pointer-events:none;position:absolute;inset:0}.home-v2__cat-strip-bg img[data-v-64219879]{object-fit:cover;object-position:center 32%;width:100%;height:118%;display:block}.home-v2__cat-strip-grid[data-v-64219879]{z-index:1;grid-template-columns:repeat(7,minmax(0,1fr));align-items:stretch;min-height:clamp(360px,52vw,696px);display:grid;position:relative}.home-v2__cat-strip-cell[data-v-64219879]{color:inherit;isolation:isolate;outline:none;flex-direction:column;align-items:center;min-width:0;text-decoration:none;display:flex;position:relative}.home-v2__cat-strip-cell[data-v-64219879]:before{content:"";z-index:0;pointer-events:none;background:#ffffff1a;transition:background .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:absolute;inset:0}.home-v2__cat-strip-cell[data-v-64219879]:hover:before,.home-v2__cat-strip-cell[data-v-64219879]:focus-visible:before,.home-v2__cat-strip-cell[data-v-64219879]:focus-within:before{-webkit-backdrop-filter:blur(5px);background:linear-gradient(#fff0 0%,#6972ffeb 100%)}.home-v2__cat-strip-orb[data-v-64219879]{z-index:1;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;margin-top:clamp(64px,13vw,188px);transition:box-shadow .2s;display:flex;position:relative}.home-v2__cat-strip-cell:hover .home-v2__cat-strip-orb[data-v-64219879],.home-v2__cat-strip-cell:focus-visible .home-v2__cat-strip-orb[data-v-64219879],.home-v2__cat-strip-cell:focus-within .home-v2__cat-strip-orb[data-v-64219879]{box-shadow:0 4px 10px #b0b5fd}.home-v2__cat-strip-ico[data-v-64219879]{object-fit:contain;filter:none;width:36px;height:36px;transition:filter .2s;display:block}.home-v2__cat-strip-cell:hover .home-v2__cat-strip-ico[data-v-64219879],.home-v2__cat-strip-cell:focus-within .home-v2__cat-strip-ico[data-v-64219879]{filter:drop-shadow(0 3px 2px #292d6a38)drop-shadow(0 5px 6px #6972ff59)}.home-v2__cat-strip-label[data-v-64219879]{z-index:1;text-align:center;color:#333;text-wrap:balance;margin-top:clamp(40px,7vw,120px);padding:0 8px clamp(20px,3vw,32px);font-size:clamp(.88rem,1.35vw,1.25rem);font-weight:500;line-height:1.32;position:relative}.home-v2__cat-strip-cell[data-v-64219879]:focus-visible{outline-offset:-3px;outline:2px solid #6972fff2}@media (width<=900px) and (width>=641px){.home-v2__cat-strip-grid[data-v-64219879]{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;grid-template-columns:repeat(7,minmax(96px,1fr));overflow-x:auto}}@media (width<=640px){.home-v2__cat-strip[data-v-64219879]{min-height:0}.home-v2__cat-strip-bg img[data-v-64219879]{object-position:center center;height:100%}.home-v2__cat-strip-grid[data-v-64219879]{flex-direction:column;grid-template-columns:none;min-height:0;display:flex;overflow:visible}.home-v2__cat-strip-cell[data-v-64219879]{box-sizing:border-box;border-bottom:1px solid #ffffff1f;flex-direction:row;justify-content:flex-start;align-items:center;gap:14px;min-height:76px;padding:12px 18px}.home-v2__cat-strip-cell[data-v-64219879]:last-child{border-bottom:none}.home-v2__cat-strip-cell[data-v-64219879]:before{background:#1e264885}.home-v2__cat-strip-cell[data-v-64219879]:active:before,.home-v2__cat-strip-cell[data-v-64219879]:focus-visible:before{background:#292d6ac7}.home-v2__cat-strip-orb[data-v-64219879]{flex-shrink:0;width:52px;height:52px;margin-top:0;box-shadow:0 2px 8px #0000001f}.home-v2__cat-strip-ico[data-v-64219879]{width:30px;height:30px}.home-v2__cat-strip-label[data-v-64219879]{text-align:center;color:#fff;flex:1;margin-top:0;padding:0 8px 0 0;font-size:15px;font-weight:500;line-height:1.35}.home-v2__customer-case-full[data-v-64219879]{padding-top:28px;padding-bottom:32px}.home-v2__case-filters-outer[data-v-64219879]{margin:14px 0 18px}.home-v2__case-filters-outer:not(.is-overflow) .home-v2__case-filters[data-v-64219879]{justify-content:flex-start}.home-v2__case-filter[data-v-64219879]{min-height:40px;padding:10px 16px;font-size:.82rem}.home-v2__case-card[data-v-64219879]{scroll-snap-align:start;width:calc(100cqi - 8px);min-height:0}.home-v2__case-carousel[data-v-64219879]{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-v2__case-carousel-track[data-v-64219879]{padding-right:8px}.home-v2__section--expo-intro[data-v-64219879]{padding-bottom:36px}.home-v2__expo-stage[data-v-64219879]{padding:0}.home-v2__expo-stage>.home-v2__sel-arrow[data-v-64219879]{display:none}.home-v2__expo-stack[data-v-64219879]{flex-direction:column;gap:16px;max-width:none;min-height:0;display:flex}.home-v2__expo-card[data-v-64219879]{opacity:1;pointer-events:auto;grid-template-columns:minmax(0,42%) minmax(0,1fr);display:grid;position:relative;inset:auto;transform:none;box-shadow:0 8px 24px #2e31711a}.home-v2__expo-card.is-active[data-v-64219879]{transform:none}.home-v2__expo-photo[data-v-64219879]{aspect-ratio:auto;border-radius:16px 0 0 16px;height:100%;min-height:180px}.home-v2__expo-photo img[data-v-64219879]{object-position:center center;height:100%;min-height:180px}.home-v2__expo-right[data-v-64219879]{border-radius:0 16px 16px 0;min-height:180px}.home-v2__expo-body[data-v-64219879]{padding:18px 16px 20px}.home-v2__expo-card-title[data-v-64219879]{font-size:.95rem}.home-v2__expo-lead[data-v-64219879]{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.82rem;display:-webkit-box;overflow:hidden}.home-v2__expo-btn[data-v-64219879]{min-height:44px;padding:12px 16px;font-size:.85rem}}@media (width<=400px){.home-v2__expo-card[data-v-64219879]{grid-template-columns:1fr}.home-v2__expo-photo[data-v-64219879],.home-v2__expo-photo img[data-v-64219879]{border-radius:16px 16px 0 0;min-height:160px}.home-v2__expo-right[data-v-64219879]{border-radius:0 0 16px 16px;min-height:0}}.home-v2__section--customer-case-full[data-v-64219879]{background:#eef2f8;padding:0;position:relative;overflow:hidden}.home-v2__case-section-bg[data-v-64219879]{pointer-events:none;z-index:0;position:absolute;inset:0}.home-v2__case-section-bg[data-v-64219879]:after{content:"";pointer-events:none;background:#fafbfd80;position:absolute;inset:0}.home-v2__case-section-bg img[data-v-64219879]{object-fit:cover;opacity:.24;width:100%;height:100%}.home-v2__customer-case-full[data-v-64219879]{z-index:1;padding-top:36px;padding-bottom:44px;position:relative}.home-v2__case-filters-outer[data-v-64219879]{width:100%;margin:20px 0 24px;position:relative}.home-v2__case-filters[data-v-64219879]{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:8px 10px;padding:4px 2px 6px;display:flex;overflow:auto hidden}.home-v2__case-filters[data-v-64219879]::-webkit-scrollbar{display:none}.home-v2__case-filters-outer:not(.is-overflow) .home-v2__case-filters[data-v-64219879]{justify-content:center}.home-v2__case-filters-outer.is-overflow .home-v2__case-filters[data-v-64219879]{justify-content:flex-start}.home-v2__case-filters-outer.is-overflow[data-v-64219879]:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#eef2f800,#eef2f8eb 55%,#eef2f8);width:52px;position:absolute;top:0;bottom:0;right:0}.home-v2__case-filters-edge[data-v-64219879]{z-index:2;cursor:e-resize;background:0 0;width:52px;position:absolute;top:0;bottom:0;right:0}.home-v2__case-filter[data-v-64219879]{cursor:pointer;color:#2c3545;white-space:nowrap;background:#fff;border:1px solid #c5cedc;border-radius:999px;flex-shrink:0;padding:7px 16px;font-size:.8rem}.home-v2__case-filter.is-active[data-v-64219879]{color:#fff;background:#292d6a;border-color:#292d6a}.home-v2__case-carousel[data-v-64219879]{width:100%;margin:0;overflow:hidden;container:case-carousel/inline-size}.home-v2__case-carousel-track[data-v-64219879]{will-change:transform;gap:16px;width:max-content;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.home-v2__case-card[data-v-64219879]{box-sizing:border-box;width:calc(28.5714cqi - 13.7143px);min-width:0;min-height:calc(37.1429cqi - 17.8286px);color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e5eaf2;border-radius:14px;flex-direction:column;flex:none;padding:0;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 6px 20px #1a2b4c12}.home-v2__case-card[data-v-64219879]:hover,.home-v2__case-card[data-v-64219879]:focus-visible{border-color:#c5d0e4;transform:translateY(-3px);box-shadow:0 10px 28px #1a2b4c1f}.home-v2__case-card[data-v-64219879]:active{transform:translateY(-1px)}.home-v2__case-card-hd[data-v-64219879]{background:linear-gradient(#dce3ee 0%,#eef2f8 42%,#f7f9fc 100%);border-bottom:1px solid #d0d8e4;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 16px 16px;display:flex}.home-v2__case-card-logo[data-v-64219879]{object-fit:contain;flex-shrink:0;width:54px;height:54px}.home-v2__case-card-cat-pill[data-v-64219879]{color:#8b96a8;text-align:right;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-self:flex-start;max-width:min(210px,60%);padding:6px 12px;font-size:.72rem;line-height:1.35}.home-v2__case-card-bd[data-v-64219879]{flex-direction:column;flex:1;min-height:0;padding:18px 16px 22px;display:flex}.home-v2__case-client-row[data-v-64219879]{flex-shrink:0;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:4px;display:flex}.home-v2__case-client[data-v-64219879]{color:#1a2b4c;font-size:1rem;font-weight:700}.home-v2__case-flag[data-v-64219879]{width:22px;height:auto}.home-v2__case-divider[data-v-64219879]{background:#e5eaf2;flex-shrink:0;height:1px;margin:14px 0}.home-v2__case-kv-split[data-v-64219879]{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:0 14px;min-height:5rem;display:grid}.home-v2__case-kv-col--right[data-v-64219879]{border-left:1px solid #e5eaf2;flex-direction:column;justify-content:flex-start;align-self:stretch;min-width:0;padding-left:14px;display:flex}.home-v2__case-kv-col--left[data-v-64219879]{flex-direction:column;justify-content:flex-start;gap:0;display:flex}.home-v2__case-kv-stack-item+.home-v2__case-kv-stack-item[data-v-64219879]{margin-top:18px}.home-v2__case-kv-split .home-v2__case-lbl[data-v-64219879]{color:#8892a3;margin-bottom:5px;font-size:.72rem;display:block}.home-v2__case-kv-split .home-v2__case-val--body[data-v-64219879]{color:#1a1a1a;font-size:.88rem;font-weight:700;line-height:1.4;display:block}.home-v2__case-stats[data-v-64219879]{color:#1a2b4c;flex-shrink:0;justify-content:space-between;align-items:baseline;gap:14px;margin-top:auto;padding-top:6px;font-size:clamp(.92rem,2vw,1.12rem);display:flex}.home-v2__case-stats strong[data-v-64219879]{font-weight:700}@media (width<=640px){.home-v2__case-card[data-v-64219879]{width:calc(74.0741cqi - 11.8519px);min-height:calc(88.8889cqi - 14.2222px)}.home-v2__case-kv-split[data-v-64219879]{min-height:5rem}}.home-v2__section--cert-news-stack[data-v-64219879]{background:0 0;padding:0}.home-v2__cert-panel[data-v-64219879]{background:#f2f3f5;padding:48px 0 40px}.home-v2__cert-panel-inner[data-v-64219879]{max-width:var(--container,1200px);margin:0 auto;padding:0 24px}.home-v2__cert-news-title[data-v-64219879]{text-align:center;margin:0 0 28px}.home-v2__trade-news-band[data-v-64219879]{--home-trade-bg:none;background-color:#eef2f8;background-image:var(--home-trade-bg);background-position:top;background-repeat:no-repeat;background-size:cover;padding:20px 0 24px}.home-v2__trade-news-inner[data-v-64219879]{flex-direction:column;align-items:stretch;gap:10px;display:flex}.home-v2__trade-news-section-title[data-v-64219879]{text-align:center;margin:0;font-size:clamp(1.35rem,2.6vw,1.65rem)}.home-v2__cert-carousel[data-v-64219879]{flex-direction:row;justify-content:center;align-items:center;gap:6px;min-height:clamp(390px,45vw,480px);padding:8px 0 12px;display:flex;position:relative}.home-v2__cert-carousel-viewport[data-v-64219879]{flex:1;min-width:0;max-width:100%;overflow:hidden}.home-v2__cert-carousel-track[data-v-64219879]{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:27px;width:100%;max-width:100%;padding:0 8px;display:flex}.home-v2__cert-carousel-cell[data-v-64219879]{box-sizing:border-box;transform-origin:50%;flex:none;min-width:108px;transition:width .48s cubic-bezier(.33,1,.68,1),opacity .48s}.home-v2__cert-carousel-card[data-v-64219879]{box-sizing:border-box;background:#e4e6ea;border-radius:14px;justify-content:center;align-items:center;height:100%;min-height:0;padding:12px;display:flex;box-shadow:0 6px 18px #1a2b4c12}.home-v2__cert-carousel-fig[data-v-64219879]{background:#fff;border:1px solid #e8eaef;border-radius:8px;width:100%;margin:0;overflow:hidden}.home-v2__cert-carousel-img[data-v-64219879]{aspect-ratio:200/260;object-fit:cover;vertical-align:bottom;width:100%;height:auto;display:block}.home-v2__cert-carousel-cell.is-center .home-v2__cert-carousel-card[data-v-64219879]{box-shadow:0 12px 28px #1a2b4c1f}.home-v2__cert-carousel-arrow[data-v-64219879]{color:#2e3171;cursor:pointer;background:#fff;border:1px solid #cdd6e8;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:38px;height:38px;margin-bottom:0;font-size:1.35rem;line-height:1;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 12px #1a2b4c14}.home-v2__cert-carousel-arrow[data-v-64219879]:hover{background:#f4f6fb;transform:scale(1.04)}.home-v2__news-trade-grid[data-v-64219879]{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(8px,1.4vw,12px);margin-top:2px;display:grid}.home-v2__news-trade-card[data-v-64219879]{background:#fff;border:1px solid #e8ecf2;border-radius:10px;flex-direction:column;min-height:100%;display:flex;overflow:hidden;box-shadow:0 6px 20px #1a2b4c0f}.home-v2__news-trade-visual[data-v-64219879]{aspect-ratio:16/9;background:linear-gradient(135deg,#e8ecf5,#f2f4f8);display:block;overflow:hidden}.home-v2__news-trade-img[data-v-64219879]{object-fit:cover;width:100%;height:100%;display:block}.home-v2__news-trade-body[data-v-64219879]{flex-direction:column;flex:1;gap:0;padding:10px 10px 12px;display:flex}.home-v2__news-trade-title[data-v-64219879]{color:#1a2b4c;margin:0 0 6px;font-size:.82rem;font-weight:700;line-height:1.32}.home-v2__news-trade-title a[data-v-64219879]{color:inherit;text-decoration:none}.home-v2__news-trade-title a[data-v-64219879]:hover{color:#0a8fd4}.home-v2__news-trade-excerpt[data-v-64219879]{color:#5a6578;flex:1;margin:0 0 6px;font-size:.75rem;line-height:1.5}.home-v2__news-trade-date[data-v-64219879]{color:#8696a8;margin-top:auto;font-size:.72rem}.home-v2__trade-news-more[data-v-64219879]{border-radius:999px;align-self:center;margin-top:8px;margin-bottom:0;padding:.55rem 1.6rem}.home-v2__news-empty[data-v-64219879]{text-align:center;color:#5a6578;margin:8px 0 12px;font-size:.9rem}@media (width<=900px){.home-v2__news-trade-grid[data-v-64219879]{grid-template-columns:1fr}.home-v2__cert-carousel-arrow[data-v-64219879]{width:34px;height:34px}}.home-v2__news-compact[data-v-64219879]{flex-direction:column;gap:14px;display:flex}.home-v2__news-compact-card[data-v-64219879]{grid-template-columns:100px 1fr;align-items:start;gap:12px;display:grid}.home-v2__news-compact-thumb[data-v-64219879]{aspect-ratio:16/10;background:linear-gradient(135deg,#1a2b4c,#3d5a8a);border-radius:6px}.home-v2__news-compact-thumb.has-cover[data-v-64219879]{background-position:50%;background-size:cover}.home-v2__news-compact-body h3[data-v-64219879]{margin:0 0 6px;font-size:.88rem;line-height:1.35}.home-v2__news-compact-body h3 a[data-v-64219879]{color:#1a2b4c;text-decoration:none}.home-v2__news-compact-body h3 a[data-v-64219879]:hover{color:#0a8fd4}.home-v2__news-compact-excerpt[data-v-64219879]{color:#5a6578;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.home-v2__news-compact-body time[data-v-64219879]{color:#8696a8;font-size:.72rem}@media (width<=900px){.home-v2__case-cards[data-v-64219879]{grid-template-columns:1fr}}@media (width<=640px){.home-v2__inner[data-v-64219879]{padding-left:16px;padding-right:16px}.home-v2__section[data-v-64219879]{padding:44px 0}.home-v2__h2[data-v-64219879],.home-v2__certs-title[data-v-64219879]{font-size:1.3rem}.home-v2__eyebrow[data-v-64219879]{letter-spacing:.16em;font-size:.68rem}.home-v2__section-head[data-v-64219879]{margin-bottom:22px}.home-v2__btn[data-v-64219879]{padding:10px 18px;font-size:.82rem}.home-v2__feat-grid[data-v-64219879]{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2__feat-center-col[data-v-64219879]{padding-top:32px}.home-v2__certs-title[data-v-64219879]{margin-bottom:18px}.home-v2__cert-photo-row[data-v-64219879]{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:12px}.home-v2__news-compact-card[data-v-64219879]{grid-template-columns:72px 1fr}.home-v2__sel-stage[data-v-64219879]{padding-left:44px;padding-right:44px}.home-v2__sel-sub[data-v-64219879]{margin-bottom:18px;font-size:.82rem}}.products-v2[data-v-adcf3a3b]{background:linear-gradient(#eef3f999, #e6eef799), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat}.products-v2__hero[data-v-adcf3a3b]{background:#dde1ee}@media (width<=640px){.products-v2[data-v-adcf3a3b]{overflow-x:clip}}.visually-hidden[data-v-fd9a9749]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.news-v2[data-v-fd9a9749]{background:linear-gradient(#ffffffc7, #ffffffc7), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat}.news-v2__hero[data-v-fd9a9749]{background:#0a1f3a}.news-v2__thumb.is-cover[data-v-fd9a9749]{background-position:50%;background-size:cover}.news-v2__status[data-v-fd9a9749]{color:#8791a1;margin:0 0 20px;font-size:.9rem}.news-v2__body[data-v-fd9a9749]{padding:40px 0 56px}.news-v2__tabs[data-v-fd9a9749]{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 32px;padding-bottom:14px;display:flex}.news-v2__tab[data-v-fd9a9749]{font:inherit;color:#1a2b4c;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 22px;font-size:.9rem;transition:background .15s,color .15s}.news-v2__tab[data-v-fd9a9749]:hover{color:#2a2f6b}.news-v2__tab.is-active[data-v-fd9a9749]{color:#fff;background:#2a2f6b}.news-v2__tabs-divider[data-v-fd9a9749]{background:#e4e8ef;height:1px;margin-bottom:28px}.news-v2__list[data-v-fd9a9749]{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.news-v2__card-link[data-v-fd9a9749]{color:inherit;border-radius:8px;text-decoration:none;transition:transform .15s;display:block}.news-v2__card-link:hover .news-v2__card[data-v-fd9a9749]{background:#fff;border:1px solid #f0f3f8;box-shadow:0 12px 36px #2b2e631f}@media (hover:none) and (pointer:coarse){.news-v2__card[data-v-fd9a9749]{background:#fff;border:1px solid #f0f3f8;box-shadow:0 4px 16px #2b2e630f}.news-v2__arrow[data-v-fd9a9749]{background:#2a2f6b}}.news-v2__card-link[data-v-fd9a9749]:focus-visible{outline-offset:3px;outline:2px solid #2a2f6b}.news-v2__card[data-v-fd9a9749]{background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:200px 1fr 64px;align-items:center;gap:clamp(20px,3vw,32px);padding:18px 24px;transition:box-shadow .18s,background .18s,border-color .18s;display:grid}.news-v2__thumb[data-v-fd9a9749]{aspect-ratio:16/10;background-color:#0000;background-image:linear-gradient(135deg,#283c6414,#0096dc14),linear-gradient(#c8d4e2 0%,#a2b4c9 100%);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:6px}.news-v2__content[data-v-fd9a9749]{min-width:0}.news-v2__title[data-v-fd9a9749]{color:#1a2b4c;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 6px;font-size:1.02rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.news-v2__date[data-v-fd9a9749]{color:#8791a1;letter-spacing:.02em;margin:0 0 8px;font-size:.8rem}.news-v2__excerpt[data-v-fd9a9749]{color:#5a6578;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.6;display:-webkit-box;overflow:hidden}.news-v2__arrow[data-v-fd9a9749]{color:#fff;background:#d9dde4;border-radius:50%;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;width:44px;height:44px;transition:background .18s,transform .12s;display:inline-flex}.news-v2__card-link:hover .news-v2__arrow[data-v-fd9a9749]{background:#2a2f6b;transform:translate(2px)}.news-v2__pagination[data-v-fd9a9749]{color:#5a6578;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:44px;font-size:.85rem;display:flex}.news-v2__pg-label[data-v-fd9a9749]{color:#8791a1;margin:0 10px}.news-v2__pg-btn[data-v-fd9a9749],.news-v2__pg-num[data-v-fd9a9749]{min-width:32px;height:32px;font:inherit;color:#5a6578;cursor:pointer;background:#fff;border:1px solid #e4e8ef;border-radius:4px;padding:0 8px;font-size:.82rem;transition:border-color .15s,background .15s,color .15s}.news-v2__pg-btn[data-v-fd9a9749]:hover:not(:disabled),.news-v2__pg-num[data-v-fd9a9749]:hover:not(:disabled){color:#2a2f6b;border-color:#2a2f6b}.news-v2__pg-btn[data-v-fd9a9749]:disabled{opacity:.5;cursor:not-allowed}.news-v2__pg-num.is-current[data-v-fd9a9749]{color:#fff;background:#2a2f6b;border-color:#2a2f6b}.news-v2__pg-ellipsis[data-v-fd9a9749]{color:#8791a1;padding:0 4px}@media (width<=768px){.news-v2__body[data-v-fd9a9749]{padding:28px 0 40px}.news-v2__tabs[data-v-fd9a9749]{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:8px;margin-left:-4px;margin-right:-4px;padding-bottom:12px;padding-left:4px;padding-right:4px;overflow-x:auto}.news-v2__tabs[data-v-fd9a9749]::-webkit-scrollbar{display:none}.news-v2__tab[data-v-fd9a9749]{flex-shrink:0;padding:10px 18px;font-size:.85rem}.news-v2__card[data-v-fd9a9749]{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:10px;padding:14px 16px}.news-v2__thumb[data-v-fd9a9749]{aspect-ratio:16/9;max-height:200px}.news-v2__title[data-v-fd9a9749]{-webkit-line-clamp:2;font-size:.95rem}.news-v2__excerpt[data-v-fd9a9749]{-webkit-line-clamp:2;font-size:.8rem}.news-v2__arrow[data-v-fd9a9749]{justify-self:end;width:40px;height:40px}.news-v2__pagination[data-v-fd9a9749]{gap:4px;margin-top:28px;font-size:.78rem}.news-v2__pg-label[data-v-fd9a9749]{text-align:center;order:10;width:100%;margin:4px 0}}@media (width<=480px){.news-v2__card-link:hover .news-v2__card[data-v-fd9a9749]{transform:none}.news-v2__arrow[data-v-fd9a9749]{width:36px;height:36px}.news-v2__pg-label[data-v-fd9a9749]:first-of-type{display:none}}.news-detail[data-v-b6277c09]{background:linear-gradient(#ffffffc7, #ffffffc7), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat;padding:32px 0 64px}.oem-v2__sr-title[data-v-76d49f18]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.oem-v2[data-v-76d49f18]{background:linear-gradient(#eef3f999, #e6eef799), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat}.oem-v2__hero[data-v-76d49f18]{background:#0a1f3a}.cases-v2__hero[data-v-3d74efbc] .subpage-hero__img,.cases-v2__hero .subpage-hero__img[data-v-3d74efbc]{object-fit:cover;object-position:center;width:100%;height:auto;max-height:360px;display:block}.cases-v2__list[data-v-3d74efbc]{background:#f5f6f8;padding:40px 0 56px}.cases-v2__inner[data-v-3d74efbc]{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.cases-v2__status[data-v-3d74efbc]{text-align:center;color:#64748b;margin:0;font-size:14px;line-height:1.6}.cases-v2__cards[data-v-3d74efbc]{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.cases-v2__card[data-v-3d74efbc]{background:#fff;border:1px solid #e8ecf2;grid-template-columns:minmax(200px,280px) minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px 24px;transition:box-shadow .2s,border-color .2s;display:grid}.cases-v2__card-wrap:first-child .cases-v2__card[data-v-3d74efbc],.cases-v2__card[data-v-3d74efbc]:hover{border-color:#d8dee8;box-shadow:0 10px 28px #292d6a1a}.cases-v2__thumb[data-v-3d74efbc]{aspect-ratio:16/9;background:#e8ecf4;width:100%;position:relative;overflow:hidden}.cases-v2__thumb img[data-v-3d74efbc]{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.cases-v2__title[data-v-3d74efbc]{color:#292d6a;margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.35}.cases-v2__meta[data-v-3d74efbc]{color:#6b7c93;margin:0 0 10px;font-size:13px;line-height:1.4}.cases-v2__desc[data-v-3d74efbc]{color:#333;margin:0;font-size:14px;font-weight:400;line-height:21px}.cases-v2__go[data-v-3d74efbc]{color:#fff;background:#292d6a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #292d6a40}.cases-v2__go span[data-v-3d74efbc]{margin-left:2px;display:block}a.cases-v2__go[data-v-3d74efbc]:hover{background:#1f2354}span.cases-v2__go[data-v-3d74efbc]{opacity:.45;cursor:default;box-shadow:none}@media (width<=768px){.cases-v2__inner[data-v-3d74efbc]{padding-left:16px;padding-right:16px}.cases-v2__list[data-v-3d74efbc]{padding:28px 0 40px}.cases-v2__card[data-v-3d74efbc]{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:14px 12px;padding:16px}.cases-v2__thumb[data-v-3d74efbc]{grid-column:1/-1;max-width:100%}.cases-v2__title[data-v-3d74efbc]{font-size:16px}.cases-v2__desc[data-v-3d74efbc]{font-size:13px;line-height:1.55}.cases-v2__go[data-v-3d74efbc]{align-self:center;width:40px;height:40px}}@media (width<=480px){.cases-v2__card-wrap:first-child .cases-v2__card[data-v-3d74efbc]{box-shadow:0 6px 18px #292d6a14}}.cert-carousel-section[data-v-560cbb03]{background:linear-gradient(#eaf2fa 0%,#e3edf7 100%);padding:36px 0 44px}.cert-carousel-section__inner[data-v-560cbb03]{max-width:1200px;margin:0 auto;padding:0 24px}.cert-carousel-section__title[data-v-560cbb03]{color:#1a2b4c;text-align:center;margin:0 0 28px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.cert-carousel[data-v-560cbb03]{flex-direction:row;justify-content:center;align-items:center;gap:6px;min-height:clamp(390px,45vw,480px);padding:8px 0 12px;display:flex;position:relative}.cert-carousel__viewport[data-v-560cbb03]{flex:1;min-width:0;max-width:100%;overflow:hidden}.cert-carousel__track[data-v-560cbb03]{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:27px;width:100%;max-width:100%;padding:0 8px;display:flex}.cert-carousel__cell[data-v-560cbb03]{box-sizing:border-box;transform-origin:50%;flex:none;min-width:108px;transition:width .48s cubic-bezier(.33,1,.68,1),opacity .48s}.cert-carousel__card[data-v-560cbb03]{box-sizing:border-box;background:#e4e6ea;border-radius:14px;justify-content:center;align-items:center;height:100%;min-height:0;padding:12px;display:flex;box-shadow:0 6px 18px #1a2b4c12}.cert-carousel__fig[data-v-560cbb03]{background:#fff;border:1px solid #e8eaef;border-radius:8px;width:100%;margin:0;overflow:hidden}.cert-carousel__img[data-v-560cbb03]{aspect-ratio:200/260;object-fit:cover;vertical-align:bottom;width:100%;height:auto;display:block}.cert-carousel__cell.is-center .cert-carousel__card[data-v-560cbb03]{box-shadow:0 12px 28px #1a2b4c1f}.cert-carousel__arrow[data-v-560cbb03]{color:#2e3171;cursor:pointer;background:#fff;border:1px solid #cdd6e8;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:38px;height:38px;margin-bottom:0;font-size:1.35rem;line-height:1;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 12px #1a2b4c14}.cert-carousel__arrow[data-v-560cbb03]:hover{background:#f4f6fb;transform:scale(1.04)}@media (width<=900px){.cert-carousel-section[data-v-560cbb03]{padding:40px 0 56px}.cert-carousel__arrow[data-v-560cbb03]{width:34px;height:34px}}@media (width<=640px){.cert-carousel-section__inner[data-v-560cbb03]{padding:0 16px}}.about-v2[data-v-27e93482]{background:#fff}.about-v2__inner[data-v-27e93482]{max-width:1200px;margin:0 auto;padding:0 24px}.about-v2__profile[data-v-27e93482]{background:#fff;border-top:1px solid #c8ddf5;padding:44px 0 0}.about-v2__profile-grid[data-v-27e93482]{grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding-bottom:40px;display:grid}.about-v2__profile-title[data-v-27e93482]{color:#333;letter-spacing:.02em;margin:0;font-size:20px;font-weight:400;line-height:27px}.about-v2__profile-since[data-v-27e93482]{letter-spacing:.04em;color:#292d6a;text-transform:uppercase;margin:10px 0 0;padding:0;font-size:17px;font-weight:700;line-height:23px}.about-v2__profile-lead[data-v-27e93482]{color:#777;margin:14px 0 0;font-size:15px;font-weight:400;line-height:22px}.about-v2__profile-photo[data-v-27e93482]{border-radius:0;margin:0;overflow:hidden;box-shadow:0 8px 24px #292d6a1f}.about-v2__profile-photo img[data-v-27e93482]{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.about-v2__stats[data-v-27e93482]{text-align:center;border-top:1px solid #e8ecf4;grid-template-columns:repeat(4,1fr);gap:0;padding:36px 0 44px;display:grid}.about-v2__stat[data-v-27e93482]{padding:0 16px;position:relative}.about-v2__stat.has-divider[data-v-27e93482]:before{content:"";background:#d8dde8;width:1px;position:absolute;top:8%;bottom:8%;left:0}.about-v2__stat-value[data-v-27e93482]{color:#292d6a;letter-spacing:-.02em;margin:0;font-size:40px;font-weight:700;line-height:1.1}.about-v2__stat-label[data-v-27e93482]{color:#777;margin:8px 0 0;font-size:14px;font-weight:400;line-height:20px}.about-v2__media[data-v-27e93482]{background:#fff;padding:0 0 48px}.about-v2__media-grid[data-v-27e93482]{grid-template-columns:1.15fr 1fr;gap:20px;display:grid}.about-v2__media-photo[data-v-27e93482]{aspect-ratio:16/10;background:#e8ecf4;border-radius:0;margin:0;position:relative;overflow:hidden;box-shadow:0 10px 28px #292d6a1a}.about-v2__media-photo img[data-v-27e93482]{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.about-v2__strengths[data-v-27e93482]{background:#fff;padding:8px 0 40px}.about-v2__strength-row[data-v-27e93482]{border-bottom:1px solid #e8ecf4;grid-template-columns:minmax(200px,280px) minmax(0,1fr);align-items:start;gap:32px 48px;padding:22px 0;display:grid}.about-v2__strength-row.is-last[data-v-27e93482]{border-bottom:none}.about-v2__strength-title[data-v-27e93482]{color:#292d6a;margin:0;font-size:20px;font-weight:600;line-height:28px}.about-v2__strength-desc[data-v-27e93482]{color:#777;margin:0;font-size:15px;font-weight:400;line-height:22px}.about-v2__team[data-v-27e93482]{background:#fff;padding:0 0 48px}.about-v2__team-grid[data-v-27e93482]{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.about-v2__team-card[data-v-27e93482]{margin:0;overflow:hidden;box-shadow:0 8px 20px #292d6a14}.about-v2__team-card img[data-v-27e93482]{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.about-v2__history[data-v-27e93482]{background-color:#f0f3f8;background-image:repeating-linear-gradient(-52deg,#0000,#0000 72px,#ffffff8c 72px 144px);padding:48px 0 40px}.about-v2__history-empty[data-v-27e93482]{text-align:center;color:#64748b;max-width:520px;margin:0 auto;font-size:14px;line-height:1.6}.about-v2__history-section-title[data-v-27e93482]{color:#292d6a;text-align:center;letter-spacing:.02em;margin:0 0 28px;font-size:20px;font-weight:600;line-height:28px}.about-v2__history-top[data-v-27e93482]{grid-template-columns:minmax(200px,280px) minmax(0,1fr);align-items:center;gap:40px;max-width:900px;margin:0 auto 32px;display:grid}.about-v2__history-big[data-v-27e93482]{color:#292d6a;letter-spacing:-.03em;text-align:left;margin:0;font-size:96px;font-weight:700;line-height:1}.about-v2__history-bullets[data-v-27e93482]{margin:0;padding:0;list-style:none}.about-v2__history-bullets li[data-v-27e93482]{color:#333;padding:3px 0 3px 14px;font-size:14px;font-weight:400;line-height:21px;position:relative}.about-v2__history-bullets li[data-v-27e93482]:before{content:"";background:#292d6a;border-radius:50%;width:5px;height:5px;position:absolute;top:11px;left:0}.about-v2__history-photos[data-v-27e93482]{grid-template-columns:repeat(3,80px);gap:6px;margin-top:12px;display:grid}.about-v2__history-photo[data-v-27e93482]{background:#fff;border:1px solid #d0d4dc;width:80px;height:68px;overflow:hidden}.about-v2__history-photo img[data-v-27e93482]{object-fit:cover;width:100%;height:100%}.about-v2__history-axis[data-v-27e93482]{align-items:center;gap:12px;max-width:900px;margin:0 auto;display:flex}.about-v2__history-nav[data-v-27e93482]{color:#777;cursor:pointer;background:#fff;border:1px solid #c5cad4;border-radius:50%;flex-shrink:0;width:36px;height:36px;font-size:18px;line-height:1}.about-v2__history-nav[data-v-27e93482]:hover:not(:disabled){color:#292d6a;border-color:#292d6a}.about-v2__history-nav[data-v-27e93482]:disabled{opacity:.35;cursor:not-allowed}.about-v2__history-years[data-v-27e93482]{flex:1;justify-content:space-between;align-items:stretch;height:40px;margin:0;padding:0;list-style:none;display:flex;position:relative}.about-v2__history-years[data-v-27e93482]:before{content:"";background:#c5cad4;height:1px;position:absolute;top:12px;left:4px;right:4px}.about-v2__history-years li[data-v-27e93482]{flex-direction:column;align-items:center;display:flex;position:relative}.about-v2__history-years button[data-v-27e93482]{font:inherit;color:#777;cursor:pointer;background:0 0;border:none;padding:24px 6px 0;font-size:13px;position:relative}.about-v2__history-year-dot[data-v-27e93482]{z-index:1;background:0 0;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.about-v2__history-year-caret[data-v-27e93482]{opacity:0;border-top:6px solid #0000;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-v2__history-years li.is-active button[data-v-27e93482]{color:#292d6a;font-weight:700}.about-v2__history-years li.is-active .about-v2__history-year-dot[data-v-27e93482]{background:#292d6a}.about-v2__history-years li.is-active .about-v2__history-year-caret[data-v-27e93482]{opacity:1;border-top-color:#292d6a}@media (width<=900px){.about-v2__profile-grid[data-v-27e93482],.about-v2__media-grid[data-v-27e93482],.about-v2__strength-row[data-v-27e93482],.about-v2__history-top[data-v-27e93482]{grid-template-columns:1fr;gap:24px}.about-v2__stats[data-v-27e93482]{grid-template-columns:repeat(2,1fr);row-gap:28px}.about-v2__stat.has-divider[data-v-27e93482]:before{display:none}.about-v2__stat[data-v-27e93482]:nth-child(odd):not(:first-child):before{display:block}.about-v2__team-grid[data-v-27e93482]{grid-template-columns:1fr}.about-v2__history-big[data-v-27e93482]{text-align:center;font-size:64px}.about-v2__history-photos[data-v-27e93482]{justify-content:center}}@media (width<=640px){.about-v2__inner[data-v-27e93482]{padding-left:16px;padding-right:16px}.about-v2__stat-value[data-v-27e93482]{font-size:28px}.about-v2__history-years[data-v-27e93482]{justify-content:flex-start;gap:20px;overflow-x:auto}}.contact-icon[data-v-6651dab4]{color:#fff;background:linear-gradient(165deg,#5ecfff 0%,#22b8e6 45%,#0ea5d7 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;box-shadow:0 1px 6px #0ea5d74d}.contact-icon svg[data-v-6651dab4]{display:block}.visually-hidden[data-v-3754e9be]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-v2[data-v-3754e9be]{background:linear-gradient(#ffffffc7, #ffffffc7), var(--page-bg-silk,url(/media/bg-silk.png)) center top / cover no-repeat}.contact-v2__hero[data-v-3754e9be]{background:#eef2f7}.contact-v2__main[data-v-3754e9be]{padding:64px 0 80px}.contact-v2__grid[data-v-3754e9be]{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(40px,7vw,96px);display:grid}@media (width<=900px){.contact-v2__grid[data-v-3754e9be]{grid-template-columns:1fr;gap:40px}}.contact-v2__heading[data-v-3754e9be]{color:#1a2b4c;letter-spacing:.01em;margin:0 0 28px;font-size:1.35rem;font-weight:600}.contact-v2__list[data-v-3754e9be]{color:#3d4a5c;margin:0 0 28px;padding:0;font-size:.95rem;line-height:2;list-style:none}.contact-v2__list--primary[data-v-3754e9be]{margin-bottom:36px}.contact-v2__list--tight[data-v-3754e9be]{margin-bottom:44px;line-height:2}.contact-v2__list li[data-v-3754e9be]{grid-template-columns:28px 96px 1fr;align-items:center;gap:10px;display:grid}.contact-v2__k[data-v-3754e9be]{color:#3d4a5c;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contact-v2__list a[data-v-3754e9be]{color:#3d4a5c;text-decoration:none}.contact-v2__list a[data-v-3754e9be]:hover{color:#1a2b4c;text-decoration:underline}.contact-v2__addr[data-v-3754e9be]{color:#3d4a5c;margin:0;padding:0;font-size:.95rem;line-height:1.8;list-style:none}.contact-v2__addr li[data-v-3754e9be]{grid-template-columns:28px 84px 1fr;align-items:start;gap:10px;margin-bottom:10px;display:grid}.contact-v2__addr-k[data-v-3754e9be]{color:#3d4a5c;text-align:left}.contact-v2__form-wrap[data-v-3754e9be]{padding-top:0}.contact-v2__form[data-v-3754e9be]{flex-direction:column;gap:16px;max-width:460px;display:flex}.contact-v2__form input[data-v-3754e9be],.contact-v2__form textarea[data-v-3754e9be]{width:100%;font:inherit;color:#1a1a2e;background:#f2f4f7;border:none;border-bottom:1px solid #d9dee6;border-radius:0;padding:10px 14px;font-size:.95rem;transition:background .15s,border-color .15s}.contact-v2__form textarea[data-v-3754e9be]{resize:vertical;border-bottom:none;min-height:110px}.contact-v2__form input[data-v-3754e9be]::placeholder,.contact-v2__form textarea[data-v-3754e9be]::placeholder{color:#8a96a8}.contact-v2__form input[data-v-3754e9be]:focus,.contact-v2__form textarea[data-v-3754e9be]:focus{background:#eaeef4;border-bottom-color:#1a2b4c;outline:none}.contact-v2__submit[data-v-3754e9be]{color:#fff;cursor:pointer;background:#2a2f6b;border:none;border-radius:2px;align-self:flex-start;margin-top:8px;padding:12px 40px;font-size:.95rem;font-weight:500;transition:background .2s}.contact-v2__submit[data-v-3754e9be]:hover{background:#1f2457}.slices-ref[data-v-34820dbc]{background:var(--color-bg-page,#e8eef5);min-height:60vh;padding:32px 0 64px}.slices-ref__header[data-v-34820dbc]{margin-bottom:28px}.slices-ref__title[data-v-34820dbc]{color:var(--color-navy,#2b2e63);margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.slices-ref__lead[data-v-34820dbc],.slices-ref__meta[data-v-34820dbc]{color:var(--color-text-muted,#5a6578);max-width:720px;margin:0 0 8px;font-size:.9rem;line-height:1.55}.slices-ref__meta a[data-v-34820dbc]{color:var(--color-navy,#2b2e63)}.slices-ref__grid[data-v-34820dbc]{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.slices-ref__cell[data-v-34820dbc]{margin:0}.slices-ref__figure[data-v-34820dbc]{background:#fff;border-radius:8px;flex-direction:column;align-items:center;height:100%;margin:0;padding:12px;display:flex;box-shadow:0 4px 18px #2b2e6314}.slices-ref__img[data-v-34820dbc]{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:80px}.slices-ref__caption[data-v-34820dbc]{word-break:break-all;text-align:center;color:#5a6578;margin-top:10px;font-size:.65rem;line-height:1.35}.alias-resolver__status[data-v-b19faf36]{text-align:center;color:#64748b;padding:64px 24px}
