.kh-container--narrow{width:min(100% - 2rem,900px)}.kh-section{padding:4.5rem 0}.kh-section--intro{padding-top:3rem;padding-bottom:2.5rem}.kh-heading{color:#000;font-family:var(--kh-display);margin:0 0 1.5rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:700;line-height:1.25}.kh-heading--sm{margin:0 0 1rem;font-size:1.35rem}.kh-intro{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start;gap:1.75rem 1.25rem;display:grid}.kh-intro__left{flex-direction:column;gap:1.75rem;display:flex}.kh-intro__image{background:#f3f3f3;border-radius:20px;overflow:hidden}.kh-intro__image img,.kh-intro__image .kh-zoomable__trigger img{width:100%;height:auto;display:block}.kh-intro__image .kh-zoomable__trigger{border-radius:20px}.kh-prose{color:#333;font-size:1rem;line-height:1.75}.kh-prose p{margin:0 0 1.1em}.kh-prose a{color:var(--kh-orange);text-decoration:underline}.kh-steps{gap:1.4rem;display:grid}.kh-steps--vertical{grid-template-columns:1fr}.kh-steps--horizontal{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.kh-section--how-wide{background:#f7f7f7;padding-top:3.5rem;padding-bottom:3.5rem}.kh-section--how-wide .kh-heading{margin:0 0 1.5rem}.kh-step{background:#eee;border-radius:30px;padding:1.6rem;transition:box-shadow .25s,transform .2s;box-shadow:0 2px 8px #0000000f}.kh-step:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000026}.kh-step__num{background:var(--kh-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:61px;height:61px;margin-bottom:.9rem;font-size:1rem;font-weight:700;display:inline-flex}.kh-step__title{color:#1a1a1a;margin:0 0 .55rem;font-size:1.1rem;font-weight:700}.kh-step__text{color:#555;margin:0;line-height:1.65}.kh-section--why{background-image:radial-gradient(#fff9 72%,#e4e4e4 100%);padding-top:5rem;padding-bottom:5rem}.kh-checklist{gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.kh-checklist li{color:#222;align-items:flex-start;gap:.85rem;font-size:1.05rem;font-weight:500;line-height:1.55;display:flex}.kh-checklist .kh-i{color:var(--kh-orange);flex:none;margin-top:.2rem;font-size:1.25rem}.kh-section--products{padding-top:2.5rem;padding-bottom:5.5rem}.kh-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:calc(1.35rem + 20px) 1rem;display:grid}.kh-product__media{background:#f5f5f5;border-radius:12px;display:block;position:relative;overflow:hidden}.kh-product__media picture{width:100%;display:block}.kh-product__media>picture img,.kh-product__media>img{aspect-ratio:1;object-fit:contain;object-position:center;background:#f5f5f5;width:100%;display:block}.kh-product__cta .kh-cta__arrow img{aspect-ratio:auto;object-fit:none;background:0 0;width:14px;max-width:none;height:14px}.kh-product__hover{opacity:0;pointer-events:none;background:#00000073;justify-content:center;align-items:flex-end;padding:0 .75rem 1rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.kh-product__media:hover .kh-product__hover{opacity:1}.kh-product__cta{box-shadow:0 4px 16px #00000040}.kh-product__title{text-align:center;margin:.85rem 0 0;font-size:calc(1rem + 5px);font-weight:700;line-height:1.35}.kh-product__title a:hover{color:var(--kh-orange)}.kh-sidenav-float{z-index:40;opacity:0;visibility:hidden;background:#111;border-radius:32px;flex-direction:column;align-items:center;gap:.35rem;width:64px;padding:35px 10px;transition:opacity .25s,visibility .25s;display:flex;position:fixed;top:50%;right:13px;transform:translateY(-50%)}.kh-sidenav-float.is-visible{opacity:1;visibility:visible}.kh-sidenav-float__link{color:#ffffff59;background:0 0;border-radius:44px;flex:none;place-items:center;width:44px;height:44px;font-size:18px;transition:color .2s,background .2s;display:grid;position:relative}.kh-sidenav-float__link .kh-i{width:1.05em;height:1.05em}.kh-sidenav-float__link:hover,.kh-sidenav-float__link.is-active{color:#fff;background:#ffffff40}.kh-sidenav-float__label{white-space:nowrap;color:#fff;opacity:0;visibility:hidden;pointer-events:none;background:#111;border-radius:8px;padding:.35rem .7rem;font-size:13px;font-weight:600;line-height:1.2;transition:opacity .18s,visibility .18s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.kh-sidenav-float__link:hover .kh-sidenav-float__label,.kh-sidenav-float__link:focus-visible .kh-sidenav-float__label{opacity:1;visibility:visible}@media (width<=1100px){.kh-products{grid-template-columns:repeat(3,minmax(0,1fr))}.kh-steps--horizontal{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.kh-intro{grid-template-columns:1fr}.kh-intro__article{order:-1}body.kh-page-atik{padding-bottom:72px}.kh-sidenav-float{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#555 #1a1a1a;background:#111;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:.4rem;width:100%;max-width:none;padding:.7rem .85rem;inset:auto 0 0;overflow:auto hidden;transform:none}.kh-sidenav-float::-webkit-scrollbar{height:5px}.kh-sidenav-float::-webkit-scrollbar-track{background:#1a1a1a}.kh-sidenav-float::-webkit-scrollbar-thumb{background:#555;border-radius:999px}.kh-sidenav-float::-webkit-scrollbar-thumb:hover{background:#777}.kh-sidenav-float__label{display:none}.kh-totop{bottom:5.5rem}}.kh-file-dl{flex-direction:column;gap:.55rem;display:flex}.kh-file-dl--sidebar{margin-top:.15rem}.kh-file-dl--content{max-width:28rem;margin-top:1.75rem}.kh-file-dl__heading{font-family:var(--kh-display);color:#111;margin:0 0 .15rem;font-size:1rem;font-weight:700}.kh-file-dl__btn{color:#111;background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:.75rem;width:100%;min-height:52px;padding:.7rem .9rem;text-decoration:none;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.kh-file-dl__btn:hover{border-color:var(--kh-orange);color:#111;background:#ff650c0f;text-decoration:none}.kh-file-dl__icon{background:var(--kh-orange);color:#fff;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.kh-file-dl__text{text-align:left;flex-direction:column;gap:.1rem;min-width:0;display:flex}.kh-file-dl__text strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:700;line-height:1.3;overflow:hidden}.kh-file-dl__text span{color:#777;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.kh-product-detail__media{flex-direction:column;gap:.75rem;display:flex}@media (width<=767px){.kh-section{padding:2.5rem 0}.kh-section--why{padding:3rem 0}.kh-steps--horizontal{grid-template-columns:1fr}.kh-products{grid-template-columns:repeat(2,minmax(0,1fr))}.kh-checklist li{font-size:.95rem}}
