@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap";.klh,.klh-mobile,.klf{--kl-navy-900:#0B2440;--kl-navy-700:#14406E;--kl-blue-600:#1763AE;--kl-blue-500:#2F86D9;--kl-sky-1:#E7F0F9;--kl-sky-0:#F5F9FD;--kl-slate:#51647A;--kl-line:#E7EDF4;--kl-footer:#0F172A;--kl-font:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;--kl-r-md:10px;--kl-r-lg:14px;--kl-r-xl:20px;--kl-pill:999px;--kl-shadow-card:0 1px 2px rgba(11,36,64,.06), 0 4px 16px rgba(11,36,64,.06);--kl-shadow-modal:0 12px 40px rgba(11,36,64,.18);--kl-ease:cubic-bezier(.22,.61,.36,1)}.klh{position:sticky;top:0;z-index:100;background:#fff;height:88px;display:flex;align-items:center;font-family:var(--kl-font);box-shadow:0 1px 0 var(--kl-line);transition:box-shadow .25s var(--kl-ease)}.klh.scrolled{box-shadow:0 1px 0 var(--kl-line),0 6px 24px #0b24400f}.klh *{box-sizing:border-box}.klh__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;gap:16px}.klh .brand{display:flex;align-items:center;gap:11px;text-decoration:none}.klh .brand__logo{display:block;width:auto}.klh .brand__mark{width:38px;height:38px;flex:none}.klh .brand__name{font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--kl-navy-900);line-height:1;display:block}.klh .brand__sub{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--kl-blue-600);display:block;margin-top:3px}.klh .nav{display:flex;align-items:center;gap:4px}.klh .nav__item{position:relative}.klh .nav__link{display:inline-flex;align-items:center;gap:5px;padding:10px 16px;border-radius:var(--kl-r-md);font-family:var(--kl-font);font-weight:500;font-size:15px;color:var(--kl-navy-900);text-decoration:none;cursor:pointer;background:none;border:0;transition:background .15s,color .15s}.klh .nav__link:hover{color:var(--kl-blue-600);background:var(--kl-sky-0)}.klh .nav__item.open>.nav__link,.klh .nav__item.is-active>.nav__link{color:var(--kl-blue-600);background:var(--kl-sky-0)}.klh .nav__link svg{width:14px;height:14px;transition:transform .2s var(--kl-ease)}.klh .nav__item.open .nav__link svg{transform:rotate(180deg)}.klh .mega{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(8px);background:#fff;border:1px solid var(--kl-line);border-radius:var(--kl-r-xl);box-shadow:var(--kl-shadow-modal);padding:22px;width:max-content;max-width:min(640px,calc(100vw - 32px));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s var(--kl-ease),transform .2s var(--kl-ease),visibility .2s;z-index:120}.klh .nav__item.open .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.klh .mega-grid{display:grid;gap:10px}.klh .mega-grid.two{grid-template-columns:repeat(2,minmax(240px,1fr))}.klh .mega-grid.three{grid-template-columns:repeat(3,minmax(180px,1fr))}.klh .mega-card{display:flex;gap:13px;padding:13px;border-radius:var(--kl-r-xl);background:var(--kl-sky-0);text-decoration:none;transition:background .15s}.klh .mega-card:hover{background:var(--kl-sky-1)}.klh .mega-card .ic{width:38px;height:38px;border-radius:10px;background:var(--kl-sky-1);display:grid;place-items:center;color:var(--kl-blue-600);flex:none;box-shadow:var(--kl-shadow-card)}.klh .mega-card .ic svg{width:20px;height:20px;stroke-width:1.7}.klh .mega-card .ic svg.kl-ico28{width:32px;height:32px;stroke-width:1.5}.klh .mega-card h5{margin:0 0 3px;font-size:14px;font-weight:600;color:var(--kl-navy-900)}.klh .mega-card p{margin:0;font-size:12.5px;color:var(--kl-slate);line-height:1.45}.klh .mega-card .more{margin-top:7px;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--kl-blue-600)}.klh .header__actions{display:flex;align-items:center;gap:10px}.klh .btn,.klh-mobile .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--kl-font);font-weight:600;font-size:15px;padding:11px 20px;border-radius:12px;border:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .14s var(--kl-ease),background .18s var(--kl-ease),box-shadow .2s var(--kl-ease),color .15s}.klh .btn svg,.klh-mobile .btn svg{width:18px;height:18px}.klh .btn--primary,.klh-mobile .btn--primary{background:var(--kl-blue-600);color:#fff;box-shadow:0 6px 18px #1763ae3d}.klh .btn--primary:hover,.klh-mobile .btn--primary:hover{background:var(--kl-navy-700)}.klh .btn--primary:active,.klh-mobile .btn--primary:active{transform:translateY(1px)}.klh .btn--secondary,.klh-mobile .btn--secondary{background:transparent;color:var(--kl-blue-600);box-shadow:inset 0 0 0 1.5px var(--kl-blue-600)}.klh .btn--secondary:hover,.klh-mobile .btn--secondary:hover{background:var(--kl-sky-1)}.klh .btn--ghost{background:transparent;color:var(--kl-blue-600);padding:11px 14px}.klh .btn--ghost:hover{color:var(--kl-navy-700);background:var(--kl-sky-0)}.klh-mobile .btn--block{width:100%}.klh .burger,.klh .cta-mini{display:none}.klh .burger{background:transparent;padding:11px;border-radius:var(--kl-r-md);box-shadow:inset 0 0 0 1.5px var(--kl-line);color:var(--kl-navy-900);cursor:pointer}.klh .burger svg{width:20px;height:20px}.klh-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#0b244080;opacity:0;visibility:hidden;transition:opacity .25s;font-family:var(--kl-font)}.klh-mobile.open{opacity:1;visibility:visible}.klh-mobile__panel{position:absolute;top:0;right:0;bottom:0;width:min(86vw,360px);background:#fff;padding:24px;overflow-y:auto;transform:translate(100%);transition:transform .3s var(--kl-ease);display:flex;flex-direction:column;gap:6px}.klh-mobile.open .klh-mobile__panel{transform:translate(0)}.klh-mobile__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.klh-mobile__head .brand__name{font-weight:700;font-size:17px;color:var(--kl-navy-900)}.klh-mobile__close{width:38px;height:38px;border-radius:50%;border:1px solid var(--kl-line);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--kl-navy-900)}.klh-mobile__close svg{width:18px;height:18px}.klh-mobile .m-link{display:block;padding:14px 12px;border-radius:var(--kl-r-md);font-weight:600;font-size:16px;color:var(--kl-navy-900);text-decoration:none;border-bottom:1px solid var(--kl-line)}.klh-mobile .m-group{border-bottom:1px solid var(--kl-line)}.klh-mobile .m-group__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 12px;border:0;background:none;cursor:pointer;text-align:left;font-family:var(--kl-font);font-weight:600;font-size:16px;color:var(--kl-navy-900)}.klh-mobile .m-group__toggle svg{width:18px;height:18px;flex:none;transition:transform .2s var(--kl-ease);color:var(--kl-slate)}.klh-mobile .m-group.open .m-group__toggle svg{transform:rotate(180deg)}.klh-mobile .m-sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s var(--kl-ease)}.klh-mobile .m-group.open .m-sub{grid-template-rows:1fr}.klh-mobile .m-sub__inner{min-height:0;overflow:hidden}.klh-mobile .m-group.open .m-sub__inner{padding:2px 0 10px}.klh-mobile .m-sublink{display:block;padding:10px 12px 10px 24px;border-radius:var(--kl-r-md);font-weight:500;font-size:14.5px;color:var(--kl-slate);text-decoration:none}.klh-mobile .m-sublink:hover{color:var(--kl-blue-600);background:var(--kl-sky-0)}.klh-mobile .m-actions{margin-top:18px;display:flex;flex-direction:column;gap:10px}@media(max-width:1024px){.klh{height:72px}.klh .nav{display:none}.klh .header__actions .btn--ghost,.klh .header__actions .btn--primary:not(.cta-mini){display:none}.klh .cta-mini{display:inline-flex;padding:9px 14px}.klh .burger{display:inline-grid;place-items:center}}@media(min-width:1025px){.klh .cta-mini{display:none}}.klf{background:var(--kl-footer);color:#c7d2de;font-family:var(--kl-font)}.klf *{box-sizing:border-box}.klf__container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.klf__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:32px}.klf-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.klf-brand__logo{display:block;width:auto}.klf-brand__mark{width:38px;height:38px;flex:none}.klf-brand__name{font-weight:700;font-size:17px;color:#fff;line-height:1;display:block}.klf-brand__sub{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#7fb3e6;display:block;margin-top:3px}.klf__brand p{margin-top:16px;font-size:13px;color:#8896a6;max-width:30ch;line-height:1.55}.klf__eco{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}.klf__eco span{font-size:11px;font-weight:600;letter-spacing:.04em;color:#9fb0c2;border:1px solid rgba(255,255,255,.12);padding:5px 10px;border-radius:var(--kl-pill)}.klf__col h5{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:0 0 16px}.klf__col a{display:block;font-size:13.5px;color:#9fb0c2;padding:6px 0;text-decoration:none;transition:color .15s}.klf__col a:hover{color:#fff}.klf__bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;font-size:12.5px;color:#8896a6}.klf__contact a{color:#9fb0c2;text-decoration:none;transition:color .15s}.klf__contact a:hover{color:#fff}.klf__gov{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.klf__gov a{display:block;line-height:0}.klf__gov img{display:block;width:250px;height:50px;max-width:100%;object-fit:contain}.kl-soc--linkedin{--kl-soc:#0A66C2;--kl-soc-dk:#4DA3F0}.kl-soc--facebook{--kl-soc:#1877F2;--kl-soc-dk:#5AA0FF}.kl-soc--instagram{--kl-soc:#D62976;--kl-soc-dk:#E1568F}.kl-soc--youtube{--kl-soc:#FF0000;--kl-soc-dk:#FF5252}.kl-soc--tiktok{--kl-soc:#FE2C55;--kl-soc-dk:#FF5C7C}.kl-soc--x{--kl-soc:#0B2440;--kl-soc-dk:#FFFFFF}.klf__social{display:flex;gap:10px}.klf__social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;color:var(--kl-soc-dk,#9fb0c2);text-decoration:none;transition:background .15s,border-color .15s}.klf__social a svg{width:16px;height:16px}.klf__social a:hover{background:#ffffff14;border-color:currentColor}@media(max-width:1024px){.klf__top{grid-template-columns:1.4fr 1fr 1fr}}@media(max-width:680px){.klf__top{grid-template-columns:1fr 1fr}.klf__brand{grid-column:1/-1}}.footer .footer__column .caption-large,.footer .localization-form__select{color:#9fb0c2}.klh2,.klh2-drawer{--k2-navy-a:#0B2440;--k2-navy-b:#0E2D50;--k2-blue-600:#2160A8;--k2-blue-300:#A9C8E4;--k2-blue-500:#3B82C4;--k2-green:#25B374;--k2-amber:#E2A53A;--k2-ink-900:#0E2C4E;--k2-ink-700:#2E4C6A;--k2-ink-500:#5B748F;--k2-ink-400:#8AA0B6;--k2-line:#DDE7F1;--k2-line-strong:#C6D6E6;--k2-tint:#F5F8FC;--k2-tint-blue:#E8F1F9;--k2-font:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;--k2-mono:"JetBrains Mono",ui-monospace,Consolas,monospace;font-family:var(--k2-font)}.klh2{position:sticky;top:0;z-index:100}.klh2 *,.klh2-drawer *{box-sizing:border-box}.klh2 h1,.klh2 h2,.klh2 h3,.klh2 h4,.klh2 h5,.klh2 h6{font-family:var(--k2-font)}.klh2__container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.klh2-bar1{background:linear-gradient(90deg,var(--k2-navy-a),var(--k2-navy-b));color:#fff}.klh2-bar1__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:62px;transition:height .2s}.klh2.scrolled .klh2-bar1__inner{height:54px}.klh2-left{display:flex;align-items:center;gap:22px;min-width:0}.klh2-launcher{width:38px;height:38px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.klh2-launcher svg{width:18px;height:18px}.klh2-launcher:hover{background:#ffffff29}.klh2-brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:16px;color:#fff;text-decoration:none;flex-shrink:0}.klh2-brand__logo{display:block;width:auto;height:30px}.klh2-brand__mark{display:inline-flex;gap:2px}.klh2-brand__mark i{width:13px;height:13px;border-radius:4px;display:block}.klh2-brand__mark i:first-child{background:var(--k2-blue-500);transform:rotate(-8deg)}.klh2-brand__mark i:last-child{background:#fff;margin-left:-5px;transform:rotate(8deg)}.klh2-brand b{font-weight:800}.klh2-brand span{color:var(--k2-blue-300);font-weight:600;font-size:13px}.klh2-tabs{display:flex;gap:17px;align-items:center}.klh2-tab{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:#aebfd2;text-decoration:none;cursor:pointer;padding-bottom:4px;border-bottom:2px solid transparent;white-space:nowrap}.klh2-tab svg{width:16px;height:16px}.klh2-tab:hover{color:#fff}.klh2-tab.is-active{color:#fff;border-bottom-color:var(--k2-blue-500)}.klh2-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.klh2-chip{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;white-space:nowrap}.klh2-chip svg{width:14px;height:14px}.klh2-chip:hover{background:#ffffff29}.klh2-chip--credit{cursor:default}.klh2-chip--credit .dot{width:8px;height:8px;border-radius:50%;background:var(--k2-green)}.klh2-chip--account{background:#25b37429;border-color:#25b3744d;padding-left:5px}.klh2-chip__avatar{width:28px;height:28px;border-radius:50%;background:var(--k2-green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.klh2-iconbtn{position:relative;width:38px;height:38px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.klh2-iconbtn svg{width:18px;height:18px}.klh2-iconbtn:hover{background:#ffffff29}.klh2-iconbtn .dot{position:absolute;top:7px;right:8px;width:8px;height:8px;border-radius:50%;background:var(--k2-amber);border:2px solid var(--k2-navy-a)}.klh2-pop-wrap{position:relative}.klh2-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border-radius:14px;box-shadow:0 20px 44px #020d1c38;border:1px solid var(--k2-line);padding:6px;z-index:120;display:none;animation:klh2pop .15s var(--kl-ease)}.klh2-pop.open{display:block}@keyframes klh2pop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.klh2-pop__head{padding:11px 14px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0b2440}.klh2-pop__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--k2-ink-700);text-decoration:none;cursor:pointer}.klh2-pop__item svg{width:16px;height:16px;color:var(--k2-ink-400)}.klh2-pop__item:hover{background:var(--k2-tint);color:var(--k2-blue-600)}.klh2-pop__item.is-active{color:var(--k2-blue-600)}.klh2-pop__div{height:1px;background:var(--k2-line);margin:6px 0}.klh2-notif{padding:11px 14px;border-radius:10px;font-size:13px;color:var(--k2-ink-700)}.klh2-notif b{display:block;color:var(--k2-ink-900);font-size:13px}.klh2-notif small{color:#0b2440;font-weight:600;font-size:12px}.klh2-pop--loc{width:200px;min-width:200px}.klh2-pop--loc .klh2-pop__head{padding:8px 12px 6px}.klh2-pop__item--loc{width:100%;justify-content:space-between;background:none;border:0;font-family:inherit;text-align:left;text-decoration:none}.klh2-chip--location.is-static{cursor:default}.klh2-chip--location.is-unset{border-color:var(--k2-amber-400,#E3B341);color:var(--k2-amber-700,#8A6116)}.klh2-pop__item--loc svg{opacity:0;flex-shrink:0}.klh2-pop__item--loc.is-active{color:var(--k2-blue-600)}.klh2-pop__item--loc.is-active svg{opacity:1;color:var(--k2-blue-600)}.klh2-chip--lang{padding:0 10px;gap:6px}.klh2-lang__cur{font-variant-numeric:tabular-nums;letter-spacing:.02em}.klh2-pop--lang{width:190px;min-width:190px}.klh2-pop--lang .klh2-pop__head{padding:8px 12px 6px}.klh2-pop--lang form{display:block}.klh2-pop__item--lang{width:100%;justify-content:space-between;background:none;border:0;font-family:inherit;font-size:inherit;text-align:left;cursor:pointer}.klh2-pop__item--lang svg{opacity:0;flex-shrink:0}.klh2-pop__item--lang.is-active{color:var(--k2-blue-600);font-weight:700}.klh2-pop__item--lang.is-active svg{opacity:1;color:var(--k2-blue-600)}.klh2-pop--notif{width:340px;min-width:340px;padding:0;overflow:hidden}.klh2-notif__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--k2-line)}.klh2-notif__head>span{font-size:14px;font-weight:700;color:var(--k2-ink-900)}.klh2-notif__markread{background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--k2-blue-600)}.klh2-notif__markread:hover{text-decoration:underline}.klh2-notif__list{max-height:min(60vh,420px);overflow-y:auto}.klh2-notif__item{display:flex;gap:12px;align-items:flex-start;padding:13px 18px;border-bottom:1px solid var(--k2-line);text-decoration:none;cursor:pointer}.klh2-notif__item:hover{background:var(--k2-tint)}.klh2-notif__ic{width:32px;height:32px;border-radius:9px;background:var(--k2-tint);color:var(--k2-blue-500);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.klh2-notif__ic svg{width:16px;height:16px}.klh2-notif__ic--success{color:var(--k2-green)}.klh2-notif__ic--warning{color:var(--k2-amber)}.klh2-notif__ic--info{color:var(--k2-blue-500)}.klh2-notif__ic--blue{color:var(--k2-blue-600)}.klh2-notif__ic--danger{color:#d64545}.klh2-notif__main{min-width:0}.klh2-notif__t{display:block;font-size:13px;font-weight:600;color:var(--k2-ink-900);line-height:1.35}.klh2-notif__s{display:block;font-size:11.5px;color:#0b2440;font-weight:600;margin-top:2px}.klh2-notif__all{display:block;padding:12px 18px;text-align:center;font-size:13px;font-weight:600;color:var(--k2-blue-600);text-decoration:none;cursor:pointer}.klh2-notif__all:hover{background:var(--k2-tint)}.klh2-notif__empty{padding:22px 18px;text-align:center;font-size:13px;color:#0b2440;font-weight:600}.klh2-notif--single{padding:14px 18px;border-radius:0;color:var(--k2-ink-700)}.klh2-notif--single b{display:block;color:var(--k2-ink-900)}.klh2-pop--account{width:300px;min-width:300px;padding:0;overflow:hidden}.klh2-acct__tile{padding:16px 18px;background:var(--k2-tint);border-bottom:1px solid var(--k2-line)}.klh2-acct__name{font-size:15px;font-weight:700;color:var(--k2-ink-900)}.klh2-acct__sub{font-size:12.5px;color:#0b2440;font-weight:600;margin-top:1px}.klh2-acct__meta{font-size:12px;color:#0b2440;font-weight:600;margin-top:2px}.klh2-pop__group{padding:8px}.klh2-pop__item--danger,.klh2-pop__item--danger svg{color:#d64545}.klh2-pop__item--danger:hover{background:#d6454514;color:#d64545}.klh2-pop--wide{left:0;right:auto;width:min(580px,92vw);padding:16px}.klh2-launch__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 6px 12px}.klh2-launch__eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0b2440}.klh2-launch__sub{font-size:11.5px;color:#0b2440;font-weight:600}.klh2-launch__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.klh2-zone{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--k2-line);background:#fff;text-decoration:none;transition:box-shadow .2s var(--kl-ease),transform .2s var(--kl-ease)}.klh2-zone:hover{box-shadow:0 10px 26px #020d1c1f;transform:translateY(-2px)}.klh2-zone__ic{width:40px;height:40px;border-radius:10px;background:var(--k2-tint-blue);color:var(--k2-blue-600);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.klh2-zone__ic svg{width:20px;height:20px}.klh2-zone__t{display:flex;align-items:center;gap:6px}.klh2-zone__n{font-size:9.5px;font-family:var(--k2-mono);font-weight:700;color:#0b2440}.klh2-zone__title{font-size:13.5px;font-weight:700;color:var(--k2-ink-900);white-space:nowrap}.klh2-zone__d{display:block;font-size:11.5px;color:#0b2440;font-weight:600;margin-top:2px}@media(max-width:560px){.klh2-launch__grid{grid-template-columns:1fr}}.klh2-bar2{background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--k2-line);position:relative}.klh2-bar2__inner{display:flex;align-items:center;gap:18px;height:58px}.klh2-nav{display:flex;gap:24px;align-items:center;height:100%}.klh2-navlink{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:var(--k2-ink-700);text-decoration:none;cursor:pointer;white-space:nowrap;background:none;border:0;font-family:inherit;height:100%}.klh2-navlink svg{width:15px;height:15px}.klh2-navlink:hover,.klh2-navlink.open{color:var(--k2-blue-600)}.klh2-navlink--accent{color:var(--k2-green)}.klh2-navlink .caret{transition:transform .2s;display:inline-flex}.klh2-navlink.open .caret{transform:rotate(180deg)}.klh2-navtoggle{display:none}@media(max-width:980px){.klh2-navtoggle{display:inline-flex;align-items:center;justify-content:center;flex:none;width:42px;height:42px;padding:0;border:1.6px solid var(--k2-line-strong);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .2s var(--kl-ease)}.klh2-navtoggle__bars{display:grid;gap:4px;width:17px}.klh2-navtoggle__bars i{display:block;height:2px;border-radius:2px;background:var(--k2-ink-900);transition:transform .26s var(--kl-ease),opacity .16s,width .26s var(--kl-ease)}.klh2-navtoggle__bars i:nth-child(2){width:12px}.klh2-navtoggle:active{background:var(--k2-tint)}.klh2-navtoggle:focus-visible{outline:2px solid var(--k2-blue-600);outline-offset:2px}.klh2-navtoggle[aria-expanded=true]{border-color:var(--k2-blue-300);box-shadow:0 0 0 3px #2160a81f}.klh2-navtoggle[aria-expanded=true] .klh2-navtoggle__bars i{background:var(--k2-blue-600)}.klh2-navtoggle[aria-expanded=true] .klh2-navtoggle__bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}.klh2-navtoggle[aria-expanded=true] .klh2-navtoggle__bars i:nth-child(2){opacity:0;width:17px}.klh2-navtoggle[aria-expanded=true] .klh2-navtoggle__bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}.klh2-actions{display:flex;align-items:center;gap:14px;margin-left:auto;flex-shrink:0}.klh2-search{display:flex;align-items:center;gap:8px;height:42px;width:clamp(200px,26vw,320px);flex:none;background:var(--k2-tint);border:1.6px solid var(--k2-line);border-radius:11px;padding:0 12px}.klh2-search svg{width:16px;height:16px;color:var(--k2-ink-400);flex-shrink:0}.klh2-search input{flex:1;min-width:0;border:0;background:none;outline:none;font-family:inherit;font-size:13.5px;color:var(--k2-ink-900)}.klh2-cart{position:relative;width:42px;height:42px;border-radius:11px;background:var(--k2-blue-600);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none}.klh2-cart svg{width:19px;height:19px}.klh2-cart__n{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;border-radius:999px;background:var(--k2-amber);color:#1a1300;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff}.klh2-cart__n[hidden]{display:none}.klh2-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none}.klh2-cart-drawer.is-open{display:block}.klh2-cart-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020d1c66;animation:klh2CartFade .2s ease}.klh2-cart-drawer__panel{position:fixed;top:0;right:0;bottom:0;width:min(400px,92vw);background:#fff;box-shadow:-20px 0 50px #020d1c4d;display:flex;flex-direction:column;animation:klh2CartSlide .25s cubic-bezier(.4,0,.2,1)}@keyframes klh2CartSlide{0%{transform:translate(100%)}to{transform:none}}@keyframes klh2CartFade{0%{opacity:0}to{opacity:1}}.klh2-cart-drawer__head{padding:20px 22px;border-bottom:1px solid var(--k2-line);display:flex;justify-content:space-between;align-items:center}.klh2-cart-drawer__title{font-size:17px;font-weight:700;color:var(--k2-ink-900)}.klh2-cart-drawer__count{color:#0b2440;font-weight:600}.klh2-cart-drawer__x{background:none;border:none;cursor:pointer;color:#0b2440;font-weight:600;display:inline-flex;padding:0}.klh2-cart-drawer__x svg{width:22px;height:22px}.klh2-cart-drawer__body{flex:1;overflow-y:auto;padding:16px}.klh2-cart-drawer__empty{text-align:center;color:#0b2440;font-weight:600;padding:40px 0}.klh2-cart-drawer__empty-ic{display:block;color:var(--k2-line-strong);margin-bottom:10px}.klh2-cart-drawer__empty-ic svg{width:40px;height:40px}.klh2-cart-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--k2-line);margin-bottom:10px}.klh2-cart-item__img{width:44px;height:44px;border-radius:10px;background:var(--k2-tint-blue);color:var(--k2-blue-600);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;text-decoration:none}.klh2-cart-item__img img{width:100%;height:100%;object-fit:cover}.klh2-cart-item__img svg{width:20px;height:20px}.klh2-cart-item__main{flex:1;min-width:0}.klh2-cart-item__name{display:block;font-size:13.5px;font-weight:600;color:var(--k2-ink-900);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.klh2-cart-item__meta{font-size:11.5px;color:#0b2440;font-weight:600;margin-top:2px}.klh2-cart-item__x{background:none;border:none;cursor:pointer;color:var(--k2-ink-400);display:inline-flex;padding:0;flex-shrink:0}.klh2-cart-item__x svg{width:16px;height:16px}.klh2-cart-item__x:hover{color:var(--k2-ink-700)}.klh2-cart-item.is-removing{opacity:.5;pointer-events:none}.klh2-cart-drawer__foot{padding:20px;border-top:1px solid var(--k2-line)}.klh2-cart-drawer__sub{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.klh2-cart-drawer__sub>span:first-child{font-size:13.5px;color:#0b2440;font-weight:600}.klh2-cart-drawer__subval{font-size:19px;font-weight:800;color:var(--k2-ink-900)}.klh2-cart-drawer__checkout{width:100%;height:50px;border-radius:14px;border:none;cursor:pointer;background:var(--k2-blue-600);color:#fff;font-weight:600;font-size:15px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.klh2-cart-drawer__checkout svg{width:17px;height:17px}.klh2-cart-drawer__checkout:hover{background:var(--k2-blue-500)}.klh2-cart-drawer__view{width:100%;height:44px;margin-top:8px;border-radius:14px;border:1.6px solid var(--k2-line-strong);cursor:pointer;background:#fff;color:var(--k2-ink-900);font-weight:600;font-size:14px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.klh2-cart-drawer__view:hover{background:var(--k2-tint)}@media(prefers-reduced-motion:reduce){.klh2-cart-drawer__panel,.klh2-cart-drawer__backdrop{animation:none}}.klh2-mega{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--k2-line);box-shadow:0 24px 40px #020d1c24;padding:24px 0 28px;display:none;z-index:90}.klh2-mega.open{display:block}.klh2-mega__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.klh2-mega__grid--four{grid-template-columns:repeat(4,1fr)}.klh2-mcard{display:block;background:var(--k2-tint);border-radius:18px;padding:20px;text-decoration:none;border:1px solid transparent;transition:background .15s,border-color .15s,box-shadow .2s var(--kl-ease)}.klh2-mcard:hover{background:#fff;border-color:var(--k2-line);box-shadow:0 10px 26px #020d1c1f}.klh2-mcard__ic{width:42px;height:42px;border-radius:50%;background:var(--k2-tint-blue);color:var(--k2-blue-600);display:inline-flex;align-items:center;justify-content:center}.klh2-mcard__ic svg{width:20px;height:20px}.klh2-mcard__ic svg.kl-ico28{width:32px;height:32px}.klh2-mcard h5{margin:12px 0 0;font-size:15.5px;font-weight:700;color:var(--k2-ink-900)}.klh2-mcard p{margin:3px 0 0;font-size:12.5px;color:#0b2440;font-weight:600;line-height:1.45}.klh2-mcard__more{display:block;margin-top:12px;font-size:12.5px;font-weight:600;color:var(--k2-blue-600)}@media(max-width:980px){.klh2-mega__grid,.klh2-mega__grid--four{grid-template-columns:repeat(2,1fr)}}.klh2-bottomtabs{display:none}@media(max-width:980px){.klh2-tabs,.klh2-chip--credit,.klh2-chip--lang-wrap,.klh2-nav{display:none}.klh2-bar2__inner{height:56px;gap:10px}.klh2-actions{flex:1;min-width:0;gap:10px;margin-left:0}.klh2-search{flex:1;width:auto;min-width:0;height:38px;border-radius:10px;padding:0 11px}.klh2-search input{font-size:13px}.klh2-cart{width:38px;height:38px;border-radius:10px}.klh2-cart svg{width:17px;height:17px}.klh2-bottomtabs{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:120;background:linear-gradient(180deg,var(--k2-blue-600),var(--k2-blue-700,#184D8F));border-top:1px solid rgba(255,255,255,.16);box-shadow:0 -6px 24px #020d1c38;padding-bottom:env(safe-area-inset-bottom)}.klh2-bottabs__btn{flex:1;background:none;border:none;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:3px;color:#ffffffd9;font-size:10.5px;font-weight:600;padding:9px 0 8px;text-decoration:none;transition:color .15s}.klh2-bottabs__btn svg{width:19px;height:19px}.klh2-bottabs__btn:active{color:#fff}.klh2-bottabs__ic{position:relative;display:inline-flex}.klh2-bottabs__n{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--k2-amber);color:#1a1300;font-size:10px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--k2-blue-600)}.klh2-bottabs__n[hidden]{display:none}.klh2-bottabs__btn.is-active{color:#fff;position:relative}.klh2-bottabs__btn.is-active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:26px;height:3px;border-radius:0 0 3px 3px;background:#fff}}.klh2-drawer{display:none}@media(max-width:980px){.klh2-mega{display:none!important}.klh2-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:block}.klh2-drawer[hidden]{display:none}.klh2-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#06142685;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .28s var(--kl-ease)}.klh2-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(86vw,370px);display:flex;flex-direction:column;background:#fff;box-shadow:24px 0 60px #020d1c57;transform:translate(-100%);transition:transform .3s var(--kl-ease);padding-bottom:env(safe-area-inset-bottom)}.klh2-drawer.is-open .klh2-drawer__scrim{opacity:1}.klh2-drawer.is-open .klh2-drawer__panel{transform:none}.klh2-drawer__head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(16px + env(safe-area-inset-top)) 16px 16px;background:linear-gradient(135deg,var(--k2-navy-a),var(--k2-navy-b));color:#fff}.klh2-drawer__brand{display:flex;align-items:center;min-width:0;text-decoration:none;color:#fff}.klh2-drawer__brand img{height:30px;width:auto;display:block}.klh2-drawer__brand b{font-size:17px;font-weight:700;letter-spacing:-.01em}.klh2-drawer__x{flex:none;width:38px;height:38px;border-radius:11px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.klh2-drawer__x:active{background:#fff3}.klh2-drawer__x svg{width:19px;height:19px}.klh2-drawer__nav{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:10px 10px 18px}.klh2-drawer__link{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:12px;font-size:15.5px;font-weight:600;color:var(--k2-ink-900);text-decoration:none;transition:background .15s,color .15s}.klh2-drawer__nav>*+*{position:relative}.klh2-drawer__nav>*+*:before{content:"";position:absolute;left:12px;right:12px;top:0;height:1px;background:var(--k2-line)}.klh2-drawer__link{position:relative}.klh2-drawer__lt{flex:1;min-width:0}.klh2-drawer__lic{flex:none;width:30px;height:30px;border-radius:9px;background:var(--k2-tint-blue);color:var(--k2-blue-600);display:inline-flex;align-items:center;justify-content:center}.klh2-drawer__lic svg{width:16px;height:16px}.klh2-drawer__lic--empty{background:none}.klh2-drawer__link>svg{width:17px;height:17px;flex:none;color:var(--k2-ink-400)}.klh2-drawer__link:active{background:var(--k2-tint-blue);color:var(--k2-blue-600)}.klh2-drawer__link:focus-visible{outline:2px solid var(--k2-blue-600);outline-offset:-2px}.klh2-drawer__link--accent{color:var(--k2-green)}.klh2-drawer__link--accent .klh2-drawer__lic{background:#25b37424;color:var(--k2-green)}.klh2-drawer__link--accent:active{background:#25b3741f;color:var(--k2-green)}.klh2-drawer__link--toggle{width:100%;border:0;background:none;cursor:pointer;font-family:inherit;font-size:15.5px;font-weight:600;text-align:left}.klh2-drawer__caret{flex:none;display:inline-flex;color:var(--k2-ink-400);transition:transform .22s var(--kl-ease)}.klh2-drawer__caret svg{width:17px;height:17px}.klh2-drawer__group.is-open>.klh2-drawer__link--toggle{color:var(--k2-blue-600)}.klh2-drawer__group.is-open .klh2-drawer__caret{transform:rotate(180deg);color:var(--k2-blue-600)}.klh2-drawer__sub{position:relative;padding:2px 0 8px 10px;margin-left:24px;animation:klh2SubIn .22s var(--kl-ease)}.klh2-drawer__sub:before{content:"";position:absolute;left:0;top:0;bottom:29px;width:2px;border-radius:2px;background:var(--k2-line)}.klh2-drawer__sub[hidden]{display:none}@keyframes klh2SubIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.klh2-drawer__sublink{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:14.5px;font-weight:600;color:var(--k2-ink-700);text-decoration:none;transition:background .15s,color .15s}.klh2-drawer__st{flex:1;min-width:0}.klh2-drawer__sic{flex:none;width:24px;height:24px;border-radius:8px;background:var(--k2-tint-blue);color:var(--k2-blue-600);display:inline-flex;align-items:center;justify-content:center}.klh2-drawer__sic svg{width:14px;height:14px}.klh2-drawer__sic--empty{background:none}.klh2-drawer__sublink:active{background:var(--k2-tint-blue);color:var(--k2-blue-600)}.klh2-drawer__sublink:focus-visible{outline:2px solid var(--k2-blue-600);outline-offset:-2px}.klh2-drawer__sublink--all{color:var(--k2-blue-600)}.klh2-drawer__sublink--all svg{width:15px;height:15px;flex:none}.klh2-drawer__foot{flex:none;border-top:1px solid var(--k2-line);background:var(--k2-tint);padding:16px;display:grid;gap:14px}.klh2-drawer__foot-label{display:block;margin-bottom:8px;font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--k2-ink-400)}.klh2-drawer__lang{margin:0}.klh2-drawer__langs{display:flex;flex-wrap:wrap;gap:7px}.klh2-drawer__langbtn{height:34px;padding:0 14px;border-radius:999px;cursor:pointer;border:1.4px solid var(--k2-line-strong);background:#fff;font-family:inherit;font-size:13px;font-weight:600;color:var(--k2-ink-700);transition:border-color .15s,background .15s,color .15s}.klh2-drawer__langbtn.is-current{border-color:var(--k2-blue-600);background:var(--k2-tint-blue);color:var(--k2-blue-600)}.klh2-drawer__socials{display:flex;gap:9px}.klh2-drawer__socials a{width:38px;height:38px;border-radius:11px;border:1.4px solid var(--k2-line-strong);background:#fff;color:var(--kl-soc,var(--k2-ink-700));display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s,transform .18s var(--kl-ease)}.klh2-drawer__socials a:active{border-color:currentColor;background:var(--k2-tint);transform:translateY(1px)}.klh2-drawer__socials svg{width:18px;height:18px}}@media(prefers-reduced-motion:reduce){.klh2-navtoggle,.klh2-navtoggle__bars i,.klh2-drawer__scrim,.klh2-drawer__panel,.klh2-drawer__caret{transition:none}.klh2-drawer__sub{animation:none}}@media(max-width:620px){.klh2-chip--location{display:none}.klh2-search{min-width:0}.klh2__container{padding:0 16px}.klh2-bar1__inner{gap:10px}.klh2-left{gap:12px;min-width:0}.klh2-brand{min-width:0}.klh2-brand__logo{height:26px;max-width:130px}.klh2-brand b,.klh2-brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.klh2-right{gap:8px}.klh2-account-name{display:none}.klh2-chip--account{padding:4px}.klh2-chip--account svg{display:none}.klh2-pop-wrap{position:static}.klh2-pop{top:calc(100% - 50px);left:12px;right:12px;width:auto;min-width:0;max-width:none;max-height:calc(100vh - 150px);overflow-y:auto}.klh2-pop--wide{left:12px;right:12px;width:auto;padding:14px}}.klf2{background:#0f172a;color:#e6ecf4;font-size:14px;line-height:1.5;font-family:var(--kl-font)}.klf2 *{box-sizing:border-box}.klf2 h1,.klf2 h2,.klf2 h3,.klf2 h4,.klf2 h5,.klf2 h6{font-family:var(--kl-font)}.klf2__container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.klf2 a{color:#94a3b8;text-decoration:none;cursor:pointer;transition:color .15s}.klf2 a:hover{color:#5ba3e6}.klf2-bd{border-bottom:1px solid rgba(255,255,255,.1)}.klf2-totop button{width:100%;background:none;border:none;color:#94a3b8;font-family:inherit;font-size:12.5px;font-weight:500;letter-spacing:.03em;padding:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.15s}.klf2-totop button svg{width:14px;height:14px}.klf2-totop button:hover{color:#e6ecf4;background:#0b1120}.klf2-news{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;padding:26px 0}.klf2-news b{font-size:16px;font-weight:600;display:block;color:#e6ecf4}.klf2-news span{font-size:13px;color:#94a3b8;margin-top:2px;display:block;max-width:460px}.klf2-form{display:flex;gap:8px;flex-wrap:wrap}.klf2-form input{font-family:inherit;font-size:13.5px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:11px 14px;color:#fff;min-width:240px;outline:none}.klf2-form input::placeholder{color:#64748b}.klf2-form input:focus{border-color:#2f86d9;background:#ffffff1a}.klf2-form button{font-family:inherit;font-size:13.5px;font-weight:600;background:#2f86d9;color:#fff;border:none;border-radius:9px;padding:11px 20px;cursor:pointer;transition:.15s}.klf2-form button:hover{background:#5ba3e6}.klf2-trust{display:flex;flex-wrap:wrap;gap:10px;padding:20px 0}.klf2-badge{display:flex;align-items:center;gap:9px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 13px}.klf2-badge>span{color:#5ba3e6;display:inline-flex}.klf2-badge>span svg{width:17px;height:17px}.klf2-badge b{font-weight:600;color:#e6ecf4;display:block;font-size:12px}.klf2-badge small{color:#64748b;font-size:10.5px;display:block}.klf2-cols{padding:34px 0 28px;display:grid;grid-template-columns:repeat(6,1fr);gap:26px}.klf2-col h5{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#e6ecf4;margin:0 0 14px;display:flex;align-items:center;justify-content:space-between}.klf2-col h5 .acc{display:none;transition:transform .2s}.klf2-col h5 .acc svg{width:14px;height:14px}.klf2-col ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin:0;padding:0}.klf2-col li a{font-size:13px}.klf2-eco{padding:26px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:flex-start}.klf2-logo{display:inline-flex;align-items:center;gap:9px;font-size:18px;font-weight:700;color:#e6ecf4;text-decoration:none}.klf2-logo img{display:block;width:auto;height:30px}.klf2-logo span{color:#5ba3e6}.klf2-desc{font-size:12.5px;color:#94a3b8;margin:8px 0 0;line-height:1.6;max-width:460px}.klf2-brands{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.klf2-brand{font-size:11.5px;font-weight:500;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:5px 10px;color:#94a3b8}.klf2-eco-r{display:flex;flex-direction:column;gap:14px;align-items:flex-end}.klf2-social{display:flex;gap:8px}.klf2-social a{width:34px;height:34px;border-radius:9px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--kl-soc-dk,#94A3B8);transition:background .15s,border-color .15s}.klf2-social a svg{width:16px;height:16px}.klf2-social a:hover{background:#ffffff1f;border-color:currentColor}.klf2-contact{padding:20px 0;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:30px;flex-wrap:wrap}.klf2-ci{display:flex;gap:11px;align-items:flex-start}.klf2-ci>span{margin-top:1px;display:inline-flex}.klf2-ci>span svg{width:16px;height:16px}.klf2-ci b{font-size:12.5px;font-weight:600;color:#e6ecf4;display:block}.klf2-ci span span,.klf2-ci>div>span{font-size:12.5px;color:#94a3b8}.klf2-ci--btn{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;text-align:left;color:inherit;cursor:pointer;border-radius:8px;transition:opacity .15s}.klf2-ci--btn:hover b,.klf2-ci--btn:hover>div>span{color:#fff}.klf2-ci--btn:hover>span{opacity:.85}.klf2-ci--btn:focus-visible{outline:2px solid #5BA3E6;outline-offset:4px}.klf2-mono{font-family:var(--kl-font);font-variant-numeric:tabular-nums}.klf2-legal{background:#0b1120;border-top:1px solid rgba(255,255,255,.1);padding:18px 0}.klf2-legal-in{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.klf2-legal-l{font-size:12px;color:#64748b;line-height:1.7}.klf2-legal-l b{color:#94a3b8}.klf2-legal-r{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.klf2-gov{display:flex;align-items:center;gap:7px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:7px 11px;font-size:11px;color:#94a3b8}.klf2-gov b{color:#e6ecf4;font-weight:600}.klf2-gov--img{background:none;border:0;border-radius:0;padding:0}.klf2-gov--img img{display:block;width:250px;height:50px;max-width:100%;object-fit:contain}.klf2-pay{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.klf2-pay span{font-size:10.5px;font-weight:600;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:5px 8px;color:#94a3b8}@media(max-width:980px){.klf2-cols{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.klf2-cols{grid-template-columns:1fr;gap:0;padding:8px 0 14px}.klf2-col{border-bottom:1px solid rgba(255,255,255,.06)}.klf2-col h5{cursor:pointer;margin:0;padding:15px 0}.klf2-col h5 .acc{display:block}.klf2-col ul{display:none;padding-bottom:14px}.klf2-col.open ul{display:flex}.klf2-col.open h5 .acc{transform:rotate(180deg)}.klf2-eco,.klf2-eco-r{align-items:flex-start}}cart-drawer.drawer{--lz-blue:#2160A8;--lz-blue-h:#3B82C4;--lz-ink-900:#0E2C4E;--lz-ink-700:#2E4C6A;--lz-ink-500:#5B748F;--lz-ink-400:#8AA0B6;--lz-line:#DDE7F1;--lz-line-strong:#C6D6E6;--lz-tint:#F5F8FC;--font-body-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;--font-heading-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;font-family:var(--font-body-family)}cart-drawer.drawer .cart-drawer__overlay{background:#020d1c66}cart-drawer.drawer .drawer__inner{background:#fff;box-shadow:-20px 0 50px #020d1c4d;border:0}cart-drawer.drawer .drawer__header{padding:18px 20px;margin:0 0 10px;border-bottom:1px solid var(--lz-line);align-items:center}cart-drawer.drawer .drawer__heading{margin:0;font-size:17px;line-height:1.2;font-weight:700;letter-spacing:0;color:var(--lz-ink-900)}cart-drawer.drawer .drawer__close{color:#0b2440;font-weight:600}cart-drawer.drawer .cart-items thead{display:none}cart-drawer.drawer .cart-item{padding:12px;border:1px solid var(--lz-line);border-radius:12px;margin-bottom:10px}cart-drawer.drawer .cart-item:last-child{margin-bottom:10px}cart-drawer.drawer .cart-item__image{border-radius:10px;border:1px solid var(--lz-line)}cart-drawer.drawer .cart-item__name{color:var(--lz-ink-900);font-weight:600}cart-drawer.drawer .cart-item__name:hover{color:var(--lz-blue)}cart-drawer.drawer .cart-item .product-option{color:#0b2440;font-weight:600}cart-drawer.drawer .cart-item__price-wrapper .price,cart-drawer.drawer .cart-item__totals .price{color:var(--lz-ink-900);font-weight:700}cart-drawer.drawer .cart-item .quantity{border:1.6px solid var(--lz-line-strong);border-radius:9px;overflow:hidden;min-height:0}cart-drawer.drawer .cart-item .quantity:after{box-shadow:none}cart-drawer.drawer .cart-item .quantity__button{color:var(--lz-ink-700)}cart-drawer.drawer .cart-item .quantity__button:hover{background:var(--lz-tint)}cart-drawer.drawer .cart-item .quantity__input{color:var(--lz-ink-900);font-weight:700}cart-drawer.drawer .cart-remove-button .button{color:var(--lz-ink-400)}cart-drawer.drawer .cart-remove-button .button:hover{color:var(--lz-ink-700)}cart-drawer.drawer .drawer__footer{padding:20px;border-top:1px solid var(--lz-line);box-shadow:none}cart-drawer.drawer .totals__total{color:#0b2440;font-weight:600}cart-drawer.drawer .totals__total-value{color:var(--lz-ink-900);font-weight:800}cart-drawer.drawer .tax-note{color:#0b2440;font-weight:600}cart-drawer.drawer .tax-note{display:none}cart-drawer.drawer .cart__ctas{margin-top:12px;display:flex;flex-direction:column}cart-drawer.drawer .cart__checkout-button.button{width:100%;min-height:50px;border-radius:14px;background:var(--lz-blue);color:#fff;font-weight:600;box-shadow:none}cart-drawer.drawer .cart__checkout-button.button:before,cart-drawer.drawer .cart__checkout-button.button:after{display:none}cart-drawer.drawer .cart__checkout-button.button:hover:not([disabled]):not([aria-disabled=true]){background:var(--lz-blue-h)}cart-drawer.drawer .cart-drawer__view-cart{display:flex;align-items:center;justify-content:center;width:100%;height:44px;margin-top:8px;border-radius:14px;border:1.6px solid var(--lz-line-strong);background:#fff;color:var(--lz-ink-900);font-weight:600;font-size:14px;text-decoration:none}cart-drawer.drawer .cart-drawer__view-cart:hover{background:var(--lz-tint)}cart-drawer.drawer .drawer__inner-empty{padding:30px 22px}cart-drawer.drawer .cart__empty-text{color:#0b2440;font-weight:600}cart-drawer.drawer .drawer__inner-empty .button{border-radius:14px}.kld-carttoast{position:fixed;right:20px;bottom:20px;z-index:990;display:flex;align-items:center;gap:11px;max-width:min(360px,calc(100vw - 40px));padding:13px 14px;border-radius:14px;background:#fff;border:1px solid #DDE7F1;box-shadow:0 16px 40px #020d1c2e;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;color:#0e2c4e;cursor:pointer;opacity:0;transform:translateY(12px);transition:opacity .25s,transform .25s}.kld-carttoast.is-show{opacity:1;transform:none}.kld-carttoast__ic{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:#e6f4ea;color:#1e8e4e;display:inline-flex;align-items:center;justify-content:center}.kld-carttoast__ic svg{width:17px;height:17px}.kld-carttoast__txt{font-size:13.5px;font-weight:600;line-height:1.35}.kld-carttoast__link{color:#2160a8;text-decoration:underline;white-space:nowrap}.kld-carttoast:hover .kld-carttoast__link{color:#3b82c4}.kld-carttoast__x{flex-shrink:0;align-self:flex-start;background:none;border:0;color:#8aa0b6;font-size:18px;line-height:1;cursor:pointer;padding:0 0 0 4px}.kld-carttoast__x:hover{color:#2e4c6a}@media(prefers-reduced-motion:reduce){.kld-carttoast{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/b2b-header-footer.css.map */
