.kcg{color:var(--kcg-text);padding-block:var(--kcg-top) var(--kcg-bottom)}.kcg *,.kcg *:before,.kcg *:after{box-sizing:border-box}.kcg__panel{width:100%}.kcg__header{max-width:760px;margin-bottom:var(--kcg-title-gap);text-align:var(--kcg-heading-align)}.kcg__header[style*=center]{margin-inline:auto}.kcg__eyebrow{margin:0 0 7px;color:var(--kcg-accent);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.kcg__heading{margin:0;color:var(--kcg-text);font-size:var(--kcg-heading-size);line-height:1.12;letter-spacing:-.035em}.kcg__intro{margin-top:12px;color:color-mix(in srgb,var(--kcg-text) 76%,transparent);font-size:var(--kcg-body-size);line-height:1.65}.kcg__intro>:first-child,.kcg__value>:first-child{margin-top:0}.kcg__intro>:last-child,.kcg__value>:last-child{margin-bottom:0}.kcg__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--kcg-gap)}.kcg__card,.kcg__accordion{min-width:0;min-height:var(--kcg-min-height);border:1px solid var(--kcg-border);border-radius:var(--kcg-radius);background:var(--kcg-card-bg);box-shadow:var(--kcg-shadow);overflow:hidden}.kcg__card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;padding:var(--kcg-pad-y) var(--kcg-pad-x)}.kcg--accent .kcg__card,.kcg--accent .kcg__accordion{border-left:4px solid var(--kcg-accent)}.kcg--filled .kcg__card,.kcg--filled .kcg__accordion{border-color:transparent;background:color-mix(in srgb,var(--kcg-accent) 8%,var(--kcg-card-bg))}.kcg--minimal .kcg__card,.kcg--minimal .kcg__accordion{border-width:0 0 1px;border-radius:0;box-shadow:none;background:transparent}.kcg__icon{display:grid;place-items:center;flex:0 0 var(--kcg-icon-box);width:var(--kcg-icon-box);height:var(--kcg-icon-box);border-radius:var(--kcg-icon-radius);color:var(--kcg-accent);background:color-mix(in srgb,var(--kcg-accent) 10%,white);overflow:hidden}.kcg__icon img,.kcg__icon svg{width:var(--kcg-icon-size);height:var(--kcg-icon-size);max-width:var(--kcg-icon-size);max-height:var(--kcg-icon-size)}.kcg__icon img{object-fit:var(--kcg-icon-fit)}.kcg__kicker{display:block;margin-bottom:5px;color:var(--kcg-accent);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.kcg__label{display:block;margin:0;color:var(--kcg-text);font-size:calc(var(--kcg-body-size) + 1px);font-weight:700;line-height:1.32}.kcg__value{margin-top:8px;color:color-mix(in srgb,var(--kcg-text) 76%,transparent);font-size:var(--kcg-body-size);line-height:1.58}.kcg__summary{display:grid;grid-template-columns:auto minmax(0,1fr) 20px;align-items:center;gap:14px;width:100%;min-height:var(--kcg-min-height);padding:var(--kcg-pad-y) var(--kcg-pad-x);border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.kcg__caret{display:grid;place-items:center;width:20px;height:20px;color:var(--kcg-accent);transition:transform .28s ease}.kcg__caret svg{width:12px;height:12px}.kcg__accordion.is-open .kcg__caret{transform:rotate(180deg)}.kcg__reveal{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s cubic-bezier(.2,.7,.2,1)}.kcg__accordion.is-open .kcg__reveal{grid-template-rows:1fr}.kcg__reveal-inner{min-height:0;overflow:hidden}.kcg__reveal .kcg__value{margin:0;padding:0 var(--kcg-pad-x) var(--kcg-pad-y)}.kcg__launcher{display:flex}.kcg__open{display:inline-flex;align-items:center;justify-content:center;gap:13px;width:min(100%,var(--kcg-button-width));min-height:var(--kcg-button-height);padding:10px 22px;border:1px solid var(--kcg-button-bg);border-radius:var(--kcg-button-radius);color:var(--kcg-button-text);background:var(--kcg-button-bg);box-shadow:var(--kcg-button-shadow);font:inherit;font-weight:650;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.kcg__open:hover{transform:translateY(-2px);opacity:.92}.kcg__open--outline{color:var(--kcg-button-bg);background:transparent}.kcg__open--soft{border-color:transparent;color:var(--kcg-button-bg);background:color-mix(in srgb,var(--kcg-button-bg) 11%,white)}.kcg__dialog{width:min(calc(100vw - 28px),var(--kcg-popup-width));max-height:min(88vh,900px);margin:auto;padding:var(--kcg-popup-pad);border:1px solid var(--kcg-border);border-radius:24px;color:var(--kcg-text);background:#fff;box-shadow:0 30px 80px #131b1047;overflow:auto}.kcg__dialog::backdrop{background:#1218109e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.kcg__close{position:sticky;z-index:3;top:0;float:right;display:grid;place-items:center;width:42px;height:42px;margin:0 0 8px 14px;border:1px solid var(--kcg-border);border-radius:50%;color:var(--kcg-text);background:#fff;font-size:27px;line-height:1;cursor:pointer}@media(max-width:989px){.kcg__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.kcg__list{grid-template-columns:minmax(0,1fr)}.kcg--mobile-scroll .kcg__list{display:flex;margin-inline:calc(var(--page-width-margin, 1.5rem) * -1);padding-inline:var(--page-width-margin, 1.5rem);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.kcg--mobile-scroll .kcg__list::-webkit-scrollbar{display:none}.kcg--mobile-scroll .kcg__card,.kcg--mobile-scroll .kcg__accordion{flex:0 0 min(var(--kcg-mobile-width),calc(100vw - 48px));scroll-snap-align:start}.kcg__open{width:100%}.kcg__dialog{border-radius:20px}}@media(prefers-reduced-motion:reduce){.kcg__open,.kcg__caret,.kcg__reveal{transition:none}}.kfh{position:relative;padding-block:var(--kfh-top) var(--kfh-bottom);background:var(--kfh-bg)}.kfh *,.kfh *:before,.kfh *:after{box-sizing:border-box}.kfh__outer{width:100%;max-width:var(--kfh-section-width);margin-inline:auto}.kfh__canvas{position:relative;isolation:isolate;min-height:var(--kfh-desktop-height);overflow:hidden;border-radius:var(--kfh-radius);background:var(--kfh-bg)}.kfh--border .kfh__canvas{border:var(--kfh-border-width) solid var(--kfh-border)}.kfh__media,.kfh__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.kfh__media picture,.kfh__media img{display:block;width:100%;height:100%}.kfh__media img{object-fit:var(--kfh-image-fit);object-position:var(--kfh-desktop-position);opacity:var(--kfh-image-opacity);filter:brightness(var(--kfh-image-brightness));transform:scale(1)}.kfh__overlay{z-index:1;background:var(--kfh-overlay);opacity:var(--kfh-overlay-opacity);pointer-events:none}.kfh__content-layer{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:var(--kfh-desktop-height);padding:var(--kfh-copy-y) var(--kfh-copy-x)}.kfh__copy{width:min(100%,var(--kfh-copy-width));text-align:var(--kfh-copy-align)}.kfh__tagline{display:flex;align-items:center;gap:10px;margin:0 0 var(--kfh-tagline-gap);color:var(--kfh-tagline-color);font-size:var(--kfh-tagline-size);font-weight:700;line-height:1.3;letter-spacing:var(--kfh-tagline-spacing);text-transform:uppercase}.kfh__tagline span{flex:0 0 30px;width:30px;height:2px;background:var(--kfh-accent)}.kfh__heading{margin:0 0 var(--kfh-heading-gap);color:var(--kfh-heading-color);font-size:var(--kfh-heading-size);font-weight:650;line-height:var(--kfh-heading-leading);letter-spacing:-.045em;text-wrap:balance}.kfh__description{margin:0 0 var(--kfh-body-gap);color:var(--kfh-body-color);font-size:var(--kfh-body-size);line-height:1.65}.kfh__description>:first-child{margin-top:0}.kfh__description>:last-child{margin-bottom:0}.kfh--hide-d-tagline .kfh__tagline,.kfh--hide-d-heading .kfh__heading,.kfh--hide-d-description .kfh__description,.kfh--hide-d-features .kfh__features,.kfh--hide-d-icons .kfh__icon,.kfh--hide-d-feature-titles .kfh__feature-title,.kfh--hide-d-feature-descriptions .kfh__feature-description,.kfh--hide-d-button .kfh__button{display:none!important}.kfh--copy-top_left .kfh__content-layer{justify-content:space-between}.kfh--copy-top_right .kfh__copy,.kfh--copy-center_right .kfh__copy,.kfh--copy-bottom_right .kfh__copy{margin-left:auto}.kfh--copy-center_left .kfh__copy,.kfh--copy-center_right .kfh__copy,.kfh--copy-center .kfh__copy{margin-block:auto}.kfh--copy-center .kfh__copy{margin-inline:auto;text-align:center}.kfh--copy-center .kfh__tagline{justify-content:center}.kfh--copy-bottom_left .kfh__copy,.kfh--copy-bottom_right .kfh__copy{margin-top:auto}.kfh--desktop-split .kfh__overlay{opacity:1;background:linear-gradient(90deg,color-mix(in srgb,var(--kfh-overlay) 94%,transparent) 0 43%,color-mix(in srgb,var(--kfh-overlay) 48%,transparent) 62%,transparent 100%)}.kfh--desktop-split.kfh--copy-top_right .kfh__overlay,.kfh--desktop-split.kfh--copy-center_right .kfh__overlay,.kfh--desktop-split.kfh--copy-bottom_right .kfh__overlay{background:linear-gradient(270deg,color-mix(in srgb,var(--kfh-overlay) 94%,transparent) 0 43%,color-mix(in srgb,var(--kfh-overlay) 48%,transparent) 62%,transparent 100%)}.kfh--desktop-panel .kfh__copy{padding:clamp(26px,4vw,54px);border:1px solid rgba(255,255,255,.24);border-radius:var(--kfh-copy-radius);background:color-mix(in srgb,var(--kfh-copy-surface) calc(var(--kfh-copy-surface-opacity) * 100%),transparent);box-shadow:0 24px 70px #12190f29;-webkit-backdrop-filter:blur(var(--kfh-copy-blur));backdrop-filter:blur(var(--kfh-copy-blur))}.kfh--desktop-centered .kfh__copy{margin:auto;text-align:center}.kfh--desktop-centered .kfh__tagline{justify-content:center}.kfh--desktop-minimal .kfh__overlay{background:linear-gradient(180deg,transparent 5%,var(--kfh-overlay) 100%);opacity:var(--kfh-overlay-opacity)}.kfh__features{display:grid;gap:var(--kfh-feature-gap);width:min(100%,var(--kfh-features-width));max-width:var(--kfh-features-max-width);margin-top:clamp(28px,5vw,72px)}.kfh--d-feature-align-center .kfh__features{margin-inline:auto}.kfh--d-feature-align-right .kfh__features{margin-left:auto}.kfh--feature-desktop-rail .kfh__features{grid-template-columns:repeat(var(--kfh-feature-count),minmax(0,1fr))}.kfh--feature-desktop-grid .kfh__features{grid-template-columns:repeat(2,minmax(0,1fr))}.kfh--feature-desktop-stack .kfh__features{grid-template-columns:minmax(0,1fr)}.kfh--feature-desktop-compact .kfh__features{display:flex;flex-wrap:wrap}.kfh__feature{display:flex;flex-direction:column;justify-content:var(--kfh-feature-justify);min-width:0;min-height:var(--kfh-feature-min-height);padding:var(--kfh-feature-pad-y) var(--kfh-feature-pad-x);border:1px solid var(--kfh-feature-border);border-radius:var(--kfh-feature-radius);color:var(--kfh-feature-text);background:var(--kfh-feature-bg);box-shadow:var(--kfh-feature-shadow);text-align:left}.kfh__feature-heading{display:flex;align-items:center;gap:var(--kfh-icon-text-gap);width:100%;min-width:0}.kfh--d-icon-beside .kfh__feature-heading{flex-direction:row}.kfh--d-icon-top .kfh__feature-heading{flex-direction:column;align-items:flex-start}.kfh--d-feature-align-center .kfh__feature,.kfh--d-feature-align-center .kfh__feature-heading{text-align:center;align-items:center}.kfh--d-feature-align-center .kfh__feature-heading{justify-content:center}.kfh--d-feature-align-right .kfh__feature,.kfh--d-feature-align-right .kfh__feature-heading{text-align:right;align-items:flex-end}.kfh--d-feature-align-right .kfh__feature-heading{justify-content:flex-end}.kfh--d-height-auto .kfh__features{align-items:start}.kfh--d-height-auto .kfh__feature{height:auto;min-height:0}.kfh--d-height-fixed .kfh__feature{height:var(--kfh-feature-fixed-height);min-height:0}.kfh--cards-glass .kfh__feature{border-color:#ffffff47;background:color-mix(in srgb,var(--kfh-feature-bg) var(--kfh-glass-opacity),transparent);-webkit-backdrop-filter:blur(var(--kfh-glass-blur));backdrop-filter:blur(var(--kfh-glass-blur))}.kfh--cards-outline .kfh__feature{background:transparent}.kfh--cards-minimal .kfh__feature{min-height:0;padding-right:0;padding-left:0;border-width:0 0 1px;border-radius:0;background:transparent;box-shadow:none}.kfh--feature-desktop-compact .kfh__feature{flex:0 1 auto;min-height:0}.kfh__icon{display:grid;place-items:center;width:var(--kfh-icon-box);height:var(--kfh-icon-box);overflow:hidden;border-radius:var(--kfh-icon-radius);color:var(--kfh-icon-color);background:var(--kfh-icon-bg)}.kfh__icon img,.kfh__icon svg{display:block;width:var(--kfh-icon-size);height:var(--kfh-icon-size);max-width:var(--kfh-icon-size);max-height:var(--kfh-icon-size);object-fit:contain}.kfh--d-icon-fill .kfh__icon img,.kfh--d-icon-fill .kfh__icon svg{width:100%;height:100%;max-width:100%;max-height:100%}.kfh--icons-outline .kfh__icon{border:1px solid var(--kfh-icon-color);background:transparent}.kfh--icons-plain .kfh__icon{width:var(--kfh-icon-size);height:var(--kfh-icon-size);border-radius:0;background:transparent}.kfh .kfh__feature-title{margin:0;color:var(--kfh-feature-title-color);font-size:var(--kfh-feature-title-size);font-weight:700;line-height:1.3}.kfh .kfh__feature-description{margin:var(--kfh-feature-description-gap) 0 0;color:var(--kfh-feature-description-color);font-size:var(--kfh-feature-body-size);line-height:1.5}.kfh--d-icon-beside.kfh--d-desc-title_column.kfh--d-feature-align-left .kfh__feature-description{width:auto;margin-left:calc(var(--kfh-icon-box) + var(--kfh-icon-text-gap))}.kfh--d-icon-beside.kfh--d-desc-title_column.kfh--d-feature-align-right .kfh__feature-description{width:auto;margin-right:calc(var(--kfh-icon-box) + var(--kfh-icon-text-gap))}.kfh.kfh--d-desc-full_width .kfh__feature-description,.kfh.kfh--d-feature-align-center .kfh__feature-description{width:100%!important;margin-right:0!important;margin-left:0!important}.kfh--d-group-single .kfh__features{position:relative;isolation:isolate;overflow:hidden;gap:0;padding:var(--kfh-group-pad-y) var(--kfh-group-pad-x);border:1px solid var(--kfh-group-border);border-radius:var(--kfh-group-radius);box-shadow:var(--kfh-group-shadow)}.kfh--d-group-single.kfh--d-group-style-glass .kfh__features{background:linear-gradient(135deg,#ffffff29,#ffffff09 44%,#0000000f),color-mix(in srgb,var(--kfh-group-bg) var(--kfh-glass-opacity),transparent);-webkit-backdrop-filter:blur(var(--kfh-glass-blur)) saturate(1.18);backdrop-filter:blur(var(--kfh-glass-blur)) saturate(1.18)}.kfh--d-group-single.kfh--d-group-style-solid .kfh__features{background:var(--kfh-group-bg);-webkit-backdrop-filter:none;backdrop-filter:none}.kfh--d-group-single.kfh--d-group-style-glass.kfh--d-group-highlight .kfh__features{box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #ffffff0f,var(--kfh-group-shadow)}.kfh--d-group-single .kfh__feature{min-height:var(--kfh-feature-min-height);border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.kfh--d-group-single.kfh--feature-desktop-rail .kfh__feature+.kfh__feature{border-left:1px solid var(--kfh-group-divider)}.kfh--d-group-single.kfh--feature-desktop-grid .kfh__feature:nth-child(2n),.kfh--d-group-single.kfh--feature-desktop-compact .kfh__feature+.kfh__feature{border-left:1px solid var(--kfh-group-divider)}.kfh--d-group-single.kfh--feature-desktop-stack .kfh__feature+.kfh__feature{border-top:1px solid var(--kfh-group-divider)}.kfh--d-group-single .kfh__features{display:grid;grid-template-columns:repeat(var(--kfh-feature-count),minmax(0,1fr))}.kfh--d-group-single .kfh__feature+.kfh__feature{border-top:0;border-left:1px solid var(--kfh-group-divider)}.kfh--d-group-single.kfh--d-height-auto .kfh__feature{height:auto;min-height:0}.kfh--d-group-single.kfh--d-height-fixed .kfh__feature{height:var(--kfh-feature-fixed-height);min-height:0}.kfh--no-d-icon-bg .kfh__icon{border:0;background:transparent}.kfh__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:min(100%,var(--kfh-button-width));min-height:var(--kfh-button-height);padding:10px 22px;border:1px solid var(--kfh-button-border);border-radius:var(--kfh-button-radius);color:var(--kfh-button-text);background:var(--kfh-button-bg);box-shadow:var(--kfh-button-shadow);font-weight:700;text-decoration:none;transition:transform .25s ease,opacity .25s ease}.kfh__button:hover{transform:translateY(-2px);opacity:.92}.kfh__button--outline{color:var(--kfh-button-border);background:transparent}.kfh__button--soft{border-color:transparent;color:var(--kfh-button-bg);background:color-mix(in srgb,var(--kfh-button-bg) 12%,white)}.kfh__button-arrow{transition:transform .25s ease}.kfh__button:hover .kfh__button-arrow{transform:translate(4px)}.kfh__editor-note{margin-block:18px;padding:14px 16px;border:1px dashed #c9a24c;border-radius:10px;color:#5f4a1d;background:#fff8e7}.kfh--image-zoom .kfh__media img{animation:kfhZoom 12s ease-out both}.kfh--image-drift .kfh__media img{animation:kfhDrift 16s ease-in-out infinite alternate}@keyframes kfhZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes kfhDrift{0%{transform:scale(1.04) translate(-.7%)}to{transform:scale(1.08) translate(.7%)}}.kfh--animation-fade:not(.is-visible) .kfh__copy,.kfh--animation-fade:not(.is-visible) .kfh__features,.kfh--animation-rise:not(.is-visible) .kfh__copy,.kfh--animation-rise:not(.is-visible) .kfh__features{opacity:0}.kfh--animation-rise:not(.is-visible) .kfh__copy{transform:translateY(20px)}.kfh--animation-rise:not(.is-visible) .kfh__features{transform:translateY(24px)}.kfh--animation-fade .kfh__copy,.kfh--animation-fade .kfh__features,.kfh--animation-rise .kfh__copy,.kfh--animation-rise .kfh__features{transition:opacity .7s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.kfh.is-visible .kfh__features{transition-delay:.12s}@media(max-width:749px){.kfh{padding-block:var(--kfh-mobile-top) var(--kfh-mobile-bottom)}.kfh__canvas{min-height:var(--kfh-mobile-height)}.kfh__media{min-height:max(100%,var(--kfh-mobile-image-height))}.kfh__media img{object-position:var(--kfh-mobile-position);opacity:var(--kfh-mobile-image-opacity);filter:brightness(var(--kfh-mobile-image-brightness))}.kfh__overlay{background:var(--kfh-mobile-overlay);opacity:var(--kfh-mobile-overlay-opacity)}.kfh__content-layer{min-height:var(--kfh-mobile-height);padding:var(--kfh-mobile-copy-y) var(--kfh-mobile-copy-x)}.kfh__copy{width:100%;text-align:var(--kfh-mobile-copy-align)}.kfh__tagline{color:var(--kfh-mobile-tagline-color)}.kfh__heading{color:var(--kfh-mobile-heading-color)}.kfh__description{color:var(--kfh-mobile-body-color)}.kfh--mobile-copy-center .kfh__tagline{justify-content:center}.kfh--mobile-copy-right .kfh__tagline{justify-content:flex-end}.kfh__tagline{font-size:var(--kfh-mobile-tagline-size)}.kfh__tagline{margin-bottom:var(--kfh-mobile-tagline-gap)}.kfh__heading{margin-bottom:var(--kfh-mobile-heading-gap);font-size:var(--kfh-mobile-heading-size)}.kfh__description{margin-bottom:var(--kfh-mobile-body-gap);font-size:var(--kfh-mobile-body-size)}.kfh--hide-d-tagline .kfh__tagline{display:flex!important}.kfh--hide-d-heading .kfh__heading,.kfh--hide-d-description .kfh__description,.kfh--hide-d-feature-titles .kfh__feature-title,.kfh--hide-d-feature-descriptions .kfh__feature-description{display:block!important}.kfh--hide-d-features .kfh__features,.kfh--hide-d-icons .kfh__icon{display:grid!important}.kfh--hide-d-button .kfh__button{display:inline-flex!important}.kfh__features{gap:var(--kfh-mobile-feature-gap);width:min(100%,var(--kfh-mobile-features-width));margin-top:28px}.kfh--m-feature-align-center .kfh__features{margin-inline:auto}.kfh--m-feature-align-right .kfh__features{margin-left:auto}.kfh--feature-mobile-grid .kfh__features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}.kfh--feature-mobile-stack .kfh__features{display:grid!important;grid-template-columns:minmax(0,1fr)}.kfh--feature-mobile-scroll .kfh__features{display:flex!important;width:calc(100% + var(--kfh-mobile-copy-x));max-width:none;padding-right:var(--kfh-mobile-copy-x);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.kfh--feature-mobile-scroll .kfh__features::-webkit-scrollbar{display:none}.kfh--feature-mobile-scroll .kfh__feature{flex:0 0 min(var(--kfh-feature-width),calc(100vw - 58px));scroll-snap-align:start}.kfh--feature-mobile-compact .kfh__features{display:flex!important;flex-wrap:wrap}.kfh--feature-mobile-compact .kfh__feature{flex:1 1 calc(50% - var(--kfh-mobile-feature-gap))}.kfh__icon{width:var(--kfh-mobile-icon-box);height:var(--kfh-mobile-icon-box)}.kfh__icon img,.kfh__icon svg{width:var(--kfh-mobile-icon-size);height:var(--kfh-mobile-icon-size);max-width:var(--kfh-mobile-icon-size);max-height:var(--kfh-mobile-icon-size)}.kfh--d-icon-fill:not(.kfh--m-icon-fill) .kfh__icon img,.kfh--d-icon-fill:not(.kfh--m-icon-fill) .kfh__icon svg{width:var(--kfh-mobile-icon-size);height:var(--kfh-mobile-icon-size);max-width:var(--kfh-mobile-icon-size);max-height:var(--kfh-mobile-icon-size)}.kfh--m-icon-fill .kfh__icon img,.kfh--m-icon-fill .kfh__icon svg{width:100%;height:100%;max-width:100%;max-height:100%}.kfh--icons-plain .kfh__icon{width:var(--kfh-mobile-icon-size);height:var(--kfh-mobile-icon-size)}.kfh .kfh__feature-title{color:var(--kfh-mobile-feature-title-color);font-size:var(--kfh-mobile-feature-title-size)}.kfh .kfh__feature-description{margin-top:var(--kfh-mobile-feature-description-gap);color:var(--kfh-mobile-feature-description-color);font-size:var(--kfh-mobile-feature-body-size)}.kfh__feature{justify-content:var(--kfh-mobile-feature-justify);min-height:var(--kfh-mobile-feature-min-height);padding:var(--kfh-mobile-feature-pad-y) var(--kfh-mobile-feature-pad-x);border:1px solid var(--kfh-mobile-feature-border);border-radius:var(--kfh-mobile-feature-radius);color:var(--kfh-mobile-feature-text);background:var(--kfh-mobile-feature-bg);box-shadow:var(--kfh-mobile-feature-shadow);text-align:left}.kfh__feature-heading{gap:var(--kfh-mobile-icon-text-gap)}.kfh.kfh--m-icon-beside .kfh__feature-heading{flex-direction:row}.kfh.kfh--m-icon-top .kfh__feature-heading{flex-direction:column}.kfh.kfh--m-feature-align-left .kfh__feature{text-align:left;align-items:flex-start}.kfh.kfh--m-feature-align-left .kfh__feature-heading{justify-content:flex-start;align-items:center;text-align:left}.kfh.kfh--m-feature-align-left.kfh--m-icon-top .kfh__feature-heading{align-items:flex-start}.kfh.kfh--m-feature-align-center .kfh__feature,.kfh.kfh--m-feature-align-center .kfh__feature-heading{text-align:center;align-items:center}.kfh.kfh--m-feature-align-center .kfh__feature-heading{justify-content:center}.kfh.kfh--m-feature-align-right .kfh__feature{text-align:right;align-items:flex-end}.kfh.kfh--m-feature-align-right .kfh__feature-heading{justify-content:flex-end;align-items:center;text-align:right}.kfh.kfh--m-feature-align-right.kfh--m-icon-top .kfh__feature-heading{align-items:flex-end}.kfh__feature-description{width:100%;margin-right:0;margin-left:0}.kfh--m-icon-beside.kfh--m-desc-title_column.kfh--m-feature-align-left .kfh__feature-description{width:auto;margin-left:calc(var(--kfh-mobile-icon-box) + var(--kfh-mobile-icon-text-gap))}.kfh--m-icon-beside.kfh--m-desc-title_column.kfh--m-feature-align-right .kfh__feature-description{width:auto;margin-right:calc(var(--kfh-mobile-icon-box) + var(--kfh-mobile-icon-text-gap))}.kfh.kfh--m-desc-full_width .kfh__feature-description,.kfh.kfh--m-feature-align-center .kfh__feature-description{width:100%!important;margin-right:0!important;margin-left:0!important}.kfh--m-height-auto .kfh__features{align-items:start}.kfh--m-height-auto .kfh__feature{height:auto;min-height:0}.kfh--m-height-fixed .kfh__feature{height:var(--kfh-mobile-feature-fixed-height);min-height:0}.kfh--mobile-cards-glass .kfh__feature{border-color:color-mix(in srgb,var(--kfh-mobile-feature-border) 62%,transparent);background:color-mix(in srgb,var(--kfh-mobile-feature-bg) var(--kfh-mobile-glass-opacity),transparent);-webkit-backdrop-filter:blur(var(--kfh-mobile-glass-blur));backdrop-filter:blur(var(--kfh-mobile-glass-blur))}.kfh--mobile-cards-outline .kfh__feature{background:transparent}.kfh--mobile-cards-minimal .kfh__feature{min-height:var(--kfh-mobile-feature-min-height);border:1px solid var(--kfh-mobile-feature-border);border-radius:var(--kfh-mobile-feature-radius);background:transparent;box-shadow:none}.kfh--m-height-auto.kfh--mobile-cards-minimal .kfh__feature{height:auto;min-height:0}.kfh--m-height-fixed.kfh--mobile-cards-minimal .kfh__feature{height:var(--kfh-mobile-feature-fixed-height);min-height:0}.kfh__icon{color:var(--kfh-mobile-icon-color);background:var(--kfh-mobile-icon-bg)}.kfh--icons-outline .kfh__icon{border-color:var(--kfh-mobile-icon-color);background:transparent}.kfh--no-d-icon-bg .kfh__icon{border:0;background:var(--kfh-mobile-icon-bg)}.kfh--no-m-icon-bg .kfh__icon{border:0;background:transparent}.kfh.kfh--d-group-single .kfh__features{gap:var(--kfh-mobile-feature-gap);padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.kfh.kfh--d-group-single .kfh__feature,.kfh.kfh--d-group-single .kfh__feature+.kfh__feature{border:1px solid var(--kfh-mobile-feature-border)!important;border-radius:var(--kfh-mobile-feature-radius)!important;background:var(--kfh-mobile-feature-bg);box-shadow:var(--kfh-mobile-feature-shadow)}.kfh.kfh--d-group-single.kfh--mobile-cards-glass .kfh__feature,.kfh.kfh--d-group-single.kfh--mobile-cards-glass .kfh__feature+.kfh__feature{border-color:color-mix(in srgb,var(--kfh-mobile-feature-border) 62%,transparent)!important;background:color-mix(in srgb,var(--kfh-mobile-feature-bg) var(--kfh-mobile-glass-opacity),transparent)!important;-webkit-backdrop-filter:blur(var(--kfh-mobile-glass-blur)) saturate(1.12);backdrop-filter:blur(var(--kfh-mobile-glass-blur)) saturate(1.12)}.kfh.kfh--d-group-single.kfh--mobile-cards-solid .kfh__feature,.kfh.kfh--d-group-single.kfh--mobile-cards-solid .kfh__feature+.kfh__feature{background:var(--kfh-mobile-feature-bg)!important;-webkit-backdrop-filter:none;backdrop-filter:none}.kfh.kfh--d-group-single.kfh--mobile-cards-outline .kfh__feature,.kfh.kfh--d-group-single.kfh--mobile-cards-outline .kfh__feature+.kfh__feature,.kfh.kfh--d-group-single.kfh--mobile-cards-minimal .kfh__feature,.kfh.kfh--d-group-single.kfh--mobile-cards-minimal .kfh__feature+.kfh__feature{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none}.kfh--mobile-image_first .kfh__content-layer{justify-content:space-between}.kfh--mobile-content_first .kfh__content-layer{justify-content:center}.kfh--mobile-content_first .kfh__copy{margin-block:auto}.kfh--mobile-editorial .kfh__content-layer{justify-content:flex-end}.kfh--mobile-editorial .kfh__features{margin-top:22px}.kfh--hide-m-tagline .kfh__tagline,.kfh--hide-m-heading .kfh__heading,.kfh--hide-m-description .kfh__description,.kfh--hide-m-features .kfh__features,.kfh--hide-m-icons .kfh__icon,.kfh--hide-m-feature-titles .kfh__feature-title,.kfh--hide-m-feature-descriptions .kfh__feature-description,.kfh--hide-m-button .kfh__button{display:none!important}.kfh__button--mobile-full{width:100%}}@media(prefers-reduced-motion:reduce){.kfh__media img,.kfh__copy,.kfh__features,.kfh__button,.kfh__button-arrow{animation:none!important;transition:none!important}}.kdm{position:relative;isolation:isolate;padding-block:var(--kdm-top) var(--kdm-bottom);color:var(--kdm-text);overflow:clip}.kdm *,.kdm *:before,.kdm *:after{box-sizing:border-box}.kdm__outer{position:relative;max-width:var(--kdm-section-width)}.kdm--surface-band{background:var(--kdm-surface)}.kdm--surface-split:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0 48%,var(--kdm-surface) 48% 100%)}.kdm--surface-split.kdm--image-right:before{background:linear-gradient(90deg,var(--kdm-surface) 0 52%,transparent 52% 100%)}.kdm--divider .kdm__outer:before{content:"";display:block;margin-bottom:clamp(28px,4vw,58px);border-top:1px solid var(--kdm-border)}.kdm__stage{display:grid;grid-template-columns:minmax(0,var(--kdm-media-width)) minmax(0,1fr);align-items:center;gap:var(--kdm-desktop-gap);width:100%}.kdm--image-right .kdm__stage{grid-template-columns:minmax(0,1fr) minmax(0,var(--kdm-media-width))}.kdm--image-right .kdm__visual{grid-column:2;grid-row:1}.kdm--image-right .kdm__content{grid-column:1;grid-row:1}.kdm--valign-start .kdm__stage{align-items:start}.kdm--valign-end .kdm__stage{align-items:end}.kdm--desktop-balanced{--kdm-media-width: 50% !important}.kdm--desktop-image_focus{--kdm-media-width: 64% !important}.kdm--desktop-content_focus{--kdm-media-width: 42% !important}.kdm__visual{position:relative;min-width:0}.kdm__media{position:relative;width:100%;overflow:hidden;border-radius:var(--kdm-radius);background:var(--kdm-bg);box-shadow:var(--kdm-media-shadow)}.kdm__media picture,.kdm__media img{display:block;width:100%}.kdm__media img{height:100%;object-fit:var(--kdm-fit);object-position:var(--kdm-desktop-position);transform:scale(1);transition:transform .8s cubic-bezier(.2,.7,.2,1)}.kdm--zoom .kdm__media:hover img{transform:scale(var(--kdm-zoom-scale))}.kdm--ratio-adapt .kdm__media img{height:auto}.kdm--ratio-square .kdm__media{aspect-ratio:1 / 1}.kdm--ratio-portrait .kdm__media{aspect-ratio:4 / 5}.kdm--ratio-landscape .kdm__media{aspect-ratio:16 / 10}.kdm--ratio-custom .kdm__media{height:var(--kdm-desktop-height)}.kdm__media-label{position:absolute;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);max-width:calc(100% - 28px);padding:8px 13px;border:1px solid rgba(255,255,255,.45);border-radius:999px;color:#fff;background:#181f1473;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.kdm__content{display:flex;min-width:0;padding:var(--kdm-content-pad-y) var(--kdm-content-pad-x)}.kdm--image-left .kdm__content{justify-content:flex-end}.kdm--image-right .kdm__content{justify-content:flex-start}.kdm__content-inner{width:min(100%,var(--kdm-content-width));text-align:var(--kdm-align)}.kdm__pretitle{display:flex;align-items:center;gap:12px;margin-bottom:13px}.kdm--align-center .kdm__pretitle{justify-content:center}.kdm--align-right .kdm__pretitle{justify-content:flex-end}.kdm__sequence{color:color-mix(in srgb,var(--kdm-text) 52%,transparent);font-size:11px;font-weight:650;letter-spacing:.14em}.kdm__eyebrow{margin:0;color:var(--kdm-accent);font-size:var(--kdm-eyebrow-size);font-weight:700;line-height:1.3;letter-spacing:.15em;text-transform:uppercase}.kdm__accent-line{display:block;width:44px;height:3px;margin:0 0 18px;border-radius:999px;background:var(--kdm-accent)}.kdm--align-center .kdm__accent-line{margin-inline:auto}.kdm--align-right .kdm__accent-line{margin-left:auto}.kdm__heading{margin:0 0 var(--kdm-heading-gap);color:var(--kdm-text);font-size:var(--kdm-heading-size);font-weight:650;line-height:1.08;letter-spacing:-.04em;text-wrap:balance}.kdm__body,.kdm__secondary{color:color-mix(in srgb,var(--kdm-text) 79%,transparent);font-size:var(--kdm-body-size);line-height:1.72}.kdm__body>:first-child,.kdm__secondary>:first-child{margin-top:0}.kdm__body>:last-child,.kdm__secondary>:last-child{margin-bottom:0}.kdm__body ul{display:grid;gap:10px;margin-block:18px 0;padding:0;list-style:none}.kdm__body li{position:relative;padding-left:24px}.kdm__body li:before{content:"";position:absolute;top:.68em;left:2px;width:7px;height:7px;border-radius:50%;background:var(--kdm-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--kdm-accent) 12%,transparent)}.kdm__secondary{margin-top:24px}.kdm--secondary-line .kdm__secondary{padding-left:18px;border-left:2px solid var(--kdm-accent)}.kdm--secondary-soft .kdm__secondary{padding:16px 18px;border-radius:12px;background:color-mix(in srgb,var(--kdm-accent) 7%,var(--kdm-surface))}.kdm--secondary-quote .kdm__secondary{position:relative;padding:6px 0 0 32px;font-style:italic}.kdm--secondary-quote .kdm__secondary:before{content:"\201c";position:absolute;top:-12px;left:0;color:var(--kdm-accent);font-family:Georgia,serif;font-size:48px;line-height:1}.kdm--desktop-overlap .kdm__stage{grid-template-columns:minmax(0,59%) minmax(0,1fr);gap:0}.kdm--desktop-overlap.kdm--image-right .kdm__stage{grid-template-columns:minmax(0,1fr) minmax(0,59%)}.kdm--desktop-overlap .kdm__content{position:relative;z-index:2;margin-left:-58px;padding:clamp(32px,4vw,60px);border-radius:18px;background:color-mix(in srgb,var(--kdm-surface) 94%,transparent);box-shadow:0 22px 60px #1f28191c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kdm--desktop-overlap.kdm--image-right .kdm__content{margin-right:-58px;margin-left:0}.kdm__launcher{display:flex;justify-content:var(--kdm-button-align)}.kdm__open{display:inline-flex;align-items:center;justify-content:center;gap:13px;width:min(100%,var(--kdm-button-width));min-height:var(--kdm-button-height);padding:10px 22px;border:1px solid var(--kdm-button-border);border-radius:var(--kdm-button-radius);color:var(--kdm-button-text);background:var(--kdm-button-bg);box-shadow:var(--kdm-button-shadow);font:inherit;font-weight:650;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.kdm__open:hover{transform:translateY(-2px);opacity:.92}.kdm__open--outline{color:var(--kdm-button-border);background:transparent}.kdm__open--soft{border-color:transparent;color:var(--kdm-button-bg);background:color-mix(in srgb,var(--kdm-button-bg) 11%,white)}.kdm__button-arrow{transition:transform .25s ease}.kdm__open:hover .kdm__button-arrow{transform:translate(4px)}.kdm__dialog{width:min(calc(100vw - 28px),var(--kdm-popup-width));max-height:min(90vh,980px);margin:auto;padding:var(--kdm-popup-pad);border:1px solid var(--kdm-border);border-radius:24px;color:var(--kdm-text);background:#fff;box-shadow:0 30px 80px #131b1047;overflow:auto}.kdm__dialog::backdrop{background:#1218109e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.kdm__dialog .kdm__stage{min-width:0}.kdm__close{position:sticky;z-index:5;top:0;float:right;display:grid;place-items:center;width:42px;height:42px;margin:0 0 8px 14px;border:1px solid var(--kdm-border);border-radius:50%;color:var(--kdm-text);background:#fff;font-size:27px;line-height:1;cursor:pointer}.kdm__editor-note{margin-block:18px;padding:14px 16px;border:1px dashed #c9a24c;border-radius:10px;color:#5f4a1d;background:#fff8e7}.kdm--motion-fade .kdm__visual,.kdm--motion-fade .kdm__content{animation:kdmFade .65s ease both}.kdm--motion-rise .kdm__visual,.kdm--motion-rise .kdm__content{animation:kdmRise .7s cubic-bezier(.2,.7,.2,1) both}.kdm--motion-rise .kdm__content,.kdm--motion-fade .kdm__content{animation-delay:.12s}@keyframes kdmFade{0%{opacity:0}to{opacity:1}}@keyframes kdmRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:749px){.kdm{padding-block:var(--kdm-mobile-top) var(--kdm-mobile-bottom)}.kdm--surface-split:before,.kdm--surface-split.kdm--image-right:before{background:linear-gradient(180deg,transparent 0 35%,var(--kdm-surface) 35% 100%)}.kdm--divider .kdm__outer:before{margin-bottom:24px}.kdm__stage,.kdm--image-right .kdm__stage,.kdm--desktop-overlap .kdm__stage,.kdm--desktop-overlap.kdm--image-right .kdm__stage{grid-template-columns:minmax(0,1fr);gap:var(--kdm-mobile-gap)}.kdm__visual,.kdm--image-right .kdm__visual{grid-column:1;grid-row:1}.kdm__content,.kdm--image-right .kdm__content{grid-column:1;grid-row:2;justify-content:stretch;margin:0;padding:var(--kdm-mobile-content-pad-y) var(--kdm-mobile-content-pad-x);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.kdm--mobile-content_first .kdm__content{grid-row:1}.kdm--mobile-content_first .kdm__visual{grid-row:2}.kdm--mobile-edge_image .kdm__visual{width:calc(100% + 3rem);margin-left:-1.5rem}.kdm--mobile-edge_image .kdm__media{border-radius:0}.kdm--mobile-overlap .kdm__content{position:relative;z-index:2;width:calc(100% - 24px);margin:-52px auto 0;padding:max(24px,var(--kdm-mobile-content-pad-y)) max(20px,var(--kdm-mobile-content-pad-x));border:1px solid color-mix(in srgb,var(--kdm-border) 75%,transparent);border-radius:18px;background:color-mix(in srgb,var(--kdm-surface) 96%,transparent);box-shadow:0 18px 44px #1f28191f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kdm__content-inner{width:100%;text-align:var(--kdm-mobile-align)}.kdm--mobile-align-center .kdm__pretitle{justify-content:center}.kdm--mobile-align-right .kdm__pretitle{justify-content:flex-end}.kdm--mobile-align-center .kdm__accent-line{margin-inline:auto}.kdm--mobile-align-right .kdm__accent-line{margin-left:auto}.kdm__heading{font-size:var(--kdm-mobile-heading-size)}.kdm__body,.kdm__secondary{font-size:var(--kdm-mobile-body-size)}.kdm__media img{object-position:var(--kdm-mobile-position)}.kdm--mobile-ratio-adapt .kdm__media{height:auto;aspect-ratio:auto}.kdm--mobile-ratio-adapt .kdm__media img{height:auto}.kdm--mobile-ratio-square .kdm__media{height:auto;aspect-ratio:1 / 1}.kdm--mobile-ratio-portrait .kdm__media{height:auto;aspect-ratio:4 / 5}.kdm--mobile-ratio-landscape .kdm__media{height:auto;aspect-ratio:16 / 10}.kdm--mobile-ratio-custom .kdm__media{height:var(--kdm-mobile-height);aspect-ratio:auto}.kdm__media-label{right:12px;bottom:12px}.kdm__open{width:100%}.kdm__dialog{border-radius:20px}.kdm__dialog .kdm__stage{gap:22px}}@media(prefers-reduced-motion:reduce){.kdm__open,.kdm__button-arrow,.kdm__media img{transition:none}.kdm--motion-fade .kdm__visual,.kdm--motion-fade .kdm__content,.kdm--motion-rise .kdm__visual,.kdm--motion-rise .kdm__content{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
