.Button-module__e7WGRa__button{border-radius:var(--radius-8);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:20px;transition:color .2s,background-color .2s;display:inline-flex}.Button-module__e7WGRa__medium{min-height:48px;padding:12px 24px}.Button-module__e7WGRa__large{min-height:56px;padding:16px 32px}.Button-module__e7WGRa__primary{color:#fff;background:var(--color-brand)}.Button-module__e7WGRa__primary:hover{background:var(--color-brand-hover)}.Button-module__e7WGRa__secondary{color:var(--color-brand);background:#fff;border-color:#a3a3a0}.Button-module__e7WGRa__secondary:hover{background:var(--color-subtle)}@media (max-width:900px){.Button-module__e7WGRa__button{width:100%}}@media (prefers-reduced-motion:reduce){.Button-module__e7WGRa__button{transition:none}}
.FaqList-module__laSSCq__list{flex-direction:column;gap:14px;display:flex}.FaqList-module__laSSCq__list article{border:1px solid var(--color-border);border-radius:var(--radius-8);background:#fff;padding:22px 24px}.FaqList-module__laSSCq__list article.FaqList-module__laSSCq__open{background:var(--color-subtle)}.FaqList-module__laSSCq__list button{width:100%;min-height:40px;color:var(--color-text);font:500 14px/20px var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;display:flex}.FaqList-module__laSSCq__list button b{color:var(--color-brand);font-size:24px}.FaqList-module__laSSCq__list p{color:var(--color-muted);padding-top:16px;font-size:14px;line-height:24px}@media (max-width:900px){.FaqList-module__laSSCq__list{gap:10px}.FaqList-module__laSSCq__list article{padding:18px 16px}.FaqList-module__laSSCq__list button{min-height:58px}}
.Header-module__ldgnoG__header{z-index:10;width:100%;height:96px;padding:20px var(--page-gutter);background:#fff;justify-content:space-between;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__logo{color:var(--color-brand);font-family:var(--font-latin), sans-serif;letter-spacing:1.2px;font-size:20px;font-weight:700;line-height:34px}.Header-module__ldgnoG__nav{color:var(--color-text);align-items:center;gap:28px;font-size:14px;font-weight:500;line-height:20px;display:flex}.Header-module__ldgnoG__nav>a:not(:last-child){padding-block:12px}.Header-module__ldgnoG__menu{border-radius:var(--radius-8);background:var(--color-brand);border:0;width:40px;height:32px;padding:8px;display:none}.Header-module__ldgnoG__menu span{background:#fff;width:20px;height:1px;margin:4px auto;display:block}.Header-module__ldgnoG__mobileNav{display:none}@media (max-width:900px){.Header-module__ldgnoG__header{height:72px;padding:20px 24px}.Header-module__ldgnoG__logo{z-index:2;font-size:16px;line-height:20px;position:relative}.Header-module__ldgnoG__nav{display:none}.Header-module__ldgnoG__menu{z-index:2;cursor:pointer;display:block;position:relative}.Header-module__ldgnoG__menu span{transition:transform .2s,opacity .2s}.Header-module__ldgnoG__menuOpen span:first-child{transform:translateY(2.5px)rotate(45deg)}.Header-module__ldgnoG__menuOpen span:last-child{transform:translateY(-2.5px)rotate(-45deg)}.Header-module__ldgnoG__mobileNav{z-index:1;border-top:1px solid var(--color-border);visibility:hidden;opacity:0;pointer-events:none;background:#fff;flex-direction:column;gap:0;padding:18px 24px 28px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:72px;left:0;right:0;transform:translateY(-12px);box-shadow:0 12px 24px #1c1c1c1a}.Header-module__ldgnoG__mobileNavOpen{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__ldgnoG__mobileNav>a:not(.Header-module__ldgnoG__mobileContact){border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;min-height:54px;font-size:14px;font-weight:500;display:flex}.Header-module__ldgnoG__mobileContact{border-radius:var(--radius-8);color:#fff;background:var(--color-brand);place-items:center;min-height:52px;margin-top:22px;font-size:14px;font-weight:500;display:grid}}@media (prefers-reduced-motion:reduce){.Header-module__ldgnoG__menu span,.Header-module__ldgnoG__mobileNav{transition:none}}
.ContactForm-module__fw3Taq__form{text-align:left;flex-direction:column;gap:22px;width:min(100%,760px);display:flex}.ContactForm-module__fw3Taq__grid{grid-template-columns:repeat(2,1fr);gap:18px 20px;display:grid}.ContactForm-module__fw3Taq__form label{flex-direction:column;gap:8px;font-size:14px;display:flex}.ContactForm-module__fw3Taq__form label>span:first-child{font-weight:500}.ContactForm-module__fw3Taq__form em{color:var(--color-accent);margin-left:6px;font-size:11px;font-style:normal}.ContactForm-module__fw3Taq__form input,.ContactForm-module__fw3Taq__form select,.ContactForm-module__fw3Taq__form textarea{color:#fff;width:100%;font:inherit;background:#ffffff14;border:1px solid #ffffff6b;border-radius:10px;outline:none;transition:border-color .2s,background .2s}.ContactForm-module__fw3Taq__form input,.ContactForm-module__fw3Taq__form select{height:48px;padding:0 14px}.ContactForm-module__fw3Taq__form textarea{resize:vertical;padding:14px;line-height:1.7}.ContactForm-module__fw3Taq__form select option{color:var(--color-text);background:#fff}.ContactForm-module__fw3Taq__form input:focus,.ContactForm-module__fw3Taq__form select:focus,.ContactForm-module__fw3Taq__form textarea:focus{border-color:var(--color-accent);background:#ffffff1f}.ContactForm-module__fw3Taq__form textarea::placeholder{color:#ffffff9e}.ContactForm-module__fw3Taq__consent{justify-content:center;align-items:center;flex-direction:row!important;gap:10px!important}.ContactForm-module__fw3Taq__consent input{width:18px;height:18px;accent-color:var(--color-accent)}.ContactForm-module__fw3Taq__consent a{text-underline-offset:3px;text-decoration:underline}.ContactForm-module__fw3Taq__submit{min-width:260px;min-height:52px;color:var(--color-text);background:var(--color-accent);font:600 15px var(--font-sans);cursor:pointer;border:0;border-radius:10px;align-self:center;padding:14px 26px;transition:transform .2s,opacity .2s}.ContactForm-module__fw3Taq__submit:hover{transform:translateY(-1px)}.ContactForm-module__fw3Taq__submit:disabled{cursor:wait;opacity:.65}.ContactForm-module__fw3Taq__status{text-align:center;min-height:24px;font-size:14px}.ContactForm-module__fw3Taq__success{color:#fff}.ContactForm-module__fw3Taq__error{color:#ffd6d6}.ContactForm-module__fw3Taq__honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}@media (max-width:700px){.ContactForm-module__fw3Taq__grid{grid-template-columns:1fr}.ContactForm-module__fw3Taq__form{gap:18px}.ContactForm-module__fw3Taq__submit{width:100%}.ContactForm-module__fw3Taq__consent{justify-content:flex-start;align-items:flex-start}}
.articles-module__ZmuDmq__page{background:var(--color-bg);min-height:100vh}.articles-module__ZmuDmq__skipLink{z-index:100;color:#fff;background:var(--color-brand);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.articles-module__ZmuDmq__skipLink:focus{transform:translateY(0)}.articles-module__ZmuDmq__container{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));margin-inline:auto}.articles-module__ZmuDmq__hero{border-bottom:1px solid var(--color-border);background:linear-gradient(135deg, transparent 0 76%, #1e3a340d 76%), var(--color-bg);padding:112px 0 104px}.articles-module__ZmuDmq__eyebrow,.articles-module__ZmuDmq__sectionHeading>p{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.12em;font-size:12px;font-weight:700}.articles-module__ZmuDmq__hero h1{letter-spacing:-.02em;max-width:820px;margin-top:24px;font-size:clamp(38px,5vw,64px);line-height:1.35}.articles-module__ZmuDmq__lead{max-width:700px;color:var(--color-muted);margin-top:28px;font-size:17px;line-height:2}.articles-module__ZmuDmq__listSection{padding:104px 0 128px}.articles-module__ZmuDmq__sectionHeading h2{margin-top:14px;font-size:36px;line-height:1.4}.articles-module__ZmuDmq__card{border:1px solid var(--color-border);border-radius:var(--radius-24);background:var(--color-surface);max-width:980px;box-shadow:var(--shadow-card);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);margin-top:48px;transition:transform .2s,box-shadow .2s;display:grid;overflow:hidden}.articles-module__ZmuDmq__card:hover{transform:translateY(-4px);box-shadow:0 16px 30px #1c1c1c1a}.articles-module__ZmuDmq__cardVisual{color:#fff;background:linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px), var(--color-brand);background-size:40px 40px;flex-direction:column;justify-content:space-between;min-height:380px;padding:42px 36px 34px;display:flex;position:relative;overflow:hidden}.articles-module__ZmuDmq__cardVisual:after{content:"";border:1px solid #c8a96a73;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-80px;right:-70px}.articles-module__ZmuDmq__visualHeader{z-index:1;justify-content:space-between;align-items:center;gap:20px;display:flex;position:relative}.articles-module__ZmuDmq__visualHeader span{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.12em;font-size:11px;font-weight:700}.articles-module__ZmuDmq__visualHeader b{border:1px solid #ffffff3d;border-radius:999px;padding:8px 12px;font-size:12px}.articles-module__ZmuDmq__visualRows{z-index:1;gap:18px;margin:34px 0;display:grid;position:relative}.articles-module__ZmuDmq__visualRow{grid-template-columns:78px 1fr;align-items:center;gap:14px;display:grid}.articles-module__ZmuDmq__visualRow span{color:#ffffffb8;font-size:11px}.articles-module__ZmuDmq__visualRow i{background:#ffffff24;border-radius:999px;height:8px;display:block;position:relative}.articles-module__ZmuDmq__visualRow i:before{border-radius:inherit;background:var(--color-accent);content:"";height:100%;position:absolute;top:0;right:0}.articles-module__ZmuDmq__visualRow:first-child i:before{width:82%}.articles-module__ZmuDmq__visualRow:nth-child(2) i:before{width:64%}.articles-module__ZmuDmq__visualRow:nth-child(3) i:before{width:48%}.articles-module__ZmuDmq__visualRow:nth-child(4) i:before{width:34%}.articles-module__ZmuDmq__visualFooter{z-index:1;color:#ffffff94;grid-template-columns:auto 1fr auto 1fr auto auto;align-items:center;gap:10px;font-size:10px;display:grid;position:relative}.articles-module__ZmuDmq__visualFooter i{background:#ffffff47;height:1px;display:block}.articles-module__ZmuDmq__visualFooter strong{color:var(--color-brand);background:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.08em;border-radius:6px;margin-left:8px;padding:9px 11px;font-size:10px}.articles-module__ZmuDmq__cardBody{flex-direction:column;justify-content:center;padding:46px 42px;display:flex}.articles-module__ZmuDmq__cardMeta{color:var(--color-muted);justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}.articles-module__ZmuDmq__cardMeta span{color:var(--color-brand);background:#1e3a3414;border-radius:999px;padding:7px 10px;font-weight:700}.articles-module__ZmuDmq__cardBody h3{margin-top:24px;font-size:28px;line-height:1.55}.articles-module__ZmuDmq__cardBody p{color:var(--color-muted);margin-top:18px;font-size:14px;line-height:1.95}.articles-module__ZmuDmq__cardBody strong{color:var(--color-brand);margin-top:30px;font-size:14px}.articles-module__ZmuDmq__footer{border-top:1px solid var(--color-border);background:#fff;padding:48px 0}.articles-module__ZmuDmq__footerInner{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));color:var(--color-muted);justify-content:space-between;align-items:flex-end;gap:30px;margin-inline:auto;font-size:12px;display:flex}.articles-module__ZmuDmq__footerLogo{color:var(--color-brand);font-family:var(--font-latin), sans-serif;letter-spacing:.08em;font-size:18px;font-weight:700}.articles-module__ZmuDmq__footerInner span{margin-top:12px;display:block}@media (max-width:900px){.articles-module__ZmuDmq__hero{padding:76px 0 72px}.articles-module__ZmuDmq__listSection{padding:72px 0 96px}.articles-module__ZmuDmq__card{grid-template-columns:1fr}.articles-module__ZmuDmq__cardVisual{aspect-ratio:16/9;min-height:0}}@media (max-width:600px){.articles-module__ZmuDmq__container,.articles-module__ZmuDmq__footerInner{width:calc(100% - 48px)}.articles-module__ZmuDmq__hero h1{font-size:34px}.articles-module__ZmuDmq__lead{font-size:15px}.articles-module__ZmuDmq__sectionHeading h2{font-size:28px}.articles-module__ZmuDmq__card{border-radius:var(--radius-16);margin-top:32px}.articles-module__ZmuDmq__cardBody{padding:30px 24px 34px}.articles-module__ZmuDmq__cardVisual{padding:28px 24px 24px}.articles-module__ZmuDmq__visualRows{gap:13px;margin:24px 0}.articles-module__ZmuDmq__visualFooter{grid-template-columns:auto 1fr auto}.articles-module__ZmuDmq__visualFooter i,.articles-module__ZmuDmq__visualFooter span:nth-of-type(2),.articles-module__ZmuDmq__visualFooter span:nth-of-type(3){display:none}.articles-module__ZmuDmq__cardBody h3{font-size:23px}.articles-module__ZmuDmq__footerInner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.articles-module__ZmuDmq__card{transition:none}}
.article-module__9_OyeG__page{background:var(--color-bg);min-height:100vh}.article-module__9_OyeG__skipLink{z-index:100;color:#fff;background:var(--color-brand);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.article-module__9_OyeG__skipLink:focus{transform:translateY(0)}.article-module__9_OyeG__breadcrumb{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));margin:0 auto;padding-top:30px}.article-module__9_OyeG__breadcrumb ol{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;list-style:none;display:flex}.article-module__9_OyeG__breadcrumb li:not(:last-child):after{color:#a3a3a0;content:"/";margin-left:10px}.article-module__9_OyeG__breadcrumb a:hover{color:var(--color-brand)}.article-module__9_OyeG__hero{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:clamp(48px,6vw,96px);margin:62px auto 0;display:grid}.article-module__9_OyeG__eyebrow{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.12em;font-size:12px;font-weight:700}.article-module__9_OyeG__category{width:fit-content;color:var(--color-brand);background:#1e3a3414;border-radius:999px;margin-top:22px;padding:7px 12px;font-size:12px;font-weight:700}.article-module__9_OyeG__hero h1{letter-spacing:-.03em;margin-top:20px;font-size:clamp(40px,4.6vw,62px);line-height:1.34}.article-module__9_OyeG__lead{color:var(--color-muted);margin-top:26px;font-size:16px;line-height:2}.article-module__9_OyeG__meta{color:#777773;font-family:var(--font-latin), var(--font-sans), sans-serif;flex-wrap:wrap;gap:10px 24px;margin-top:30px;font-size:12px;display:flex}.article-module__9_OyeG__heroVisual{padding:0 0 18px 18px;position:relative}.article-module__9_OyeG__heroVisual:before{border-radius:var(--radius-24);background:var(--color-brand);content:"";width:62%;height:58%;position:absolute;bottom:0;right:-22px}.article-module__9_OyeG__openingBoard{border-radius:var(--radius-24);color:#fff;background:linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px), var(--color-brand);background-size:36px 36px;flex-direction:column;justify-content:space-between;min-height:390px;padding:32px 30px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 34px #1c1c1c21}.article-module__9_OyeG__openingBoard:after{content:"";border:1px solid #c8a96a6b;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-100px;right:-90px}.article-module__9_OyeG__boardHeader,.article-module__9_OyeG__boardScale,.article-module__9_OyeG__boardRow,.article-module__9_OyeG__boardDecision{z-index:1;position:relative}.article-module__9_OyeG__boardHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.article-module__9_OyeG__boardHeader>div{gap:8px;display:grid}.article-module__9_OyeG__boardHeader span{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.12em;font-size:10px;font-weight:700}.article-module__9_OyeG__boardHeader b{font-size:15px}.article-module__9_OyeG__boardHeader>strong{color:var(--color-brand);background:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.1em;border-radius:7px;padding:10px 12px;font-size:11px}.article-module__9_OyeG__boardScale{color:#ffffff75;justify-content:space-between;margin:30px 0 14px 82px;font-size:9px;display:flex}.article-module__9_OyeG__boardRows{z-index:1;gap:13px;display:grid;position:relative}.article-module__9_OyeG__boardRow{grid-template-columns:70px 1fr;align-items:center;gap:12px;display:grid}.article-module__9_OyeG__boardRow span{color:#ffffffb8;font-size:10px}.article-module__9_OyeG__boardRow i{background:#ffffff1f;border-radius:999px;height:9px;display:block;position:relative}.article-module__9_OyeG__boardRow i:before{border-radius:inherit;background:linear-gradient(90deg, #a98b53, var(--color-accent));content:"";height:100%;position:absolute;top:0;right:0}.article-module__9_OyeG__boardRow:first-child i:before{width:88%}.article-module__9_OyeG__boardRow:nth-child(2) i:before{width:70%}.article-module__9_OyeG__boardRow:nth-child(3) i:before{width:56%}.article-module__9_OyeG__boardRow:nth-child(4) i:before{width:42%}.article-module__9_OyeG__boardRow:nth-child(5) i:before{width:30%}.article-module__9_OyeG__boardDecision{color:#ffffff94;grid-template-columns:auto 1fr auto 1fr auto auto;align-items:center;gap:9px;margin:28px 0 0 82px;font-size:9px;display:grid}.article-module__9_OyeG__boardDecision i{background:#ffffff40;height:1px;display:block}.article-module__9_OyeG__boardDecision strong{color:#fff;border:1px solid #ffffff3d;border-radius:999px;margin-left:6px;padding:6px 8px;font-size:9px}.article-module__9_OyeG__heroVisual figcaption{color:var(--color-muted);text-align:right;margin-top:18px;font-size:12px;position:relative}.article-module__9_OyeG__articleShell{width:min(1080px, calc(100% - (var(--page-gutter) * 2)));grid-template-columns:230px minmax(0,720px);justify-content:space-between;gap:70px;margin:110px auto 0;display:grid}.article-module__9_OyeG__toc{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#ffffffc7;align-self:start;padding:24px 22px;position:sticky;top:32px}.article-module__9_OyeG__toc>p{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.14em;font-size:11px;font-weight:700}.article-module__9_OyeG__toc ol{counter-reset:toc;gap:12px;margin-top:16px;list-style:none;display:grid}.article-module__9_OyeG__toc li{color:var(--color-muted);counter-increment:toc;grid-template-columns:22px 1fr;gap:4px;font-size:12px;line-height:1.6;display:grid}.article-module__9_OyeG__toc li:before{color:var(--color-accent);content:counter(toc, decimal-leading-zero);font-family:var(--font-latin), sans-serif}.article-module__9_OyeG__toc a:hover{color:var(--color-brand)}.article-module__9_OyeG__article{min-width:0}.article-module__9_OyeG__article>p{color:#343432;margin-top:22px;font-size:16px;line-height:2.05}.article-module__9_OyeG__article h2{border-top:1px solid var(--color-border);letter-spacing:-.01em;margin-top:82px;padding-top:14px;scroll-margin-top:28px;font-size:30px;line-height:1.55}.article-module__9_OyeG__article h3{border-left:3px solid var(--color-accent);margin-top:48px;padding-left:16px;font-size:21px;line-height:1.65}.article-module__9_OyeG__article ul{border-radius:var(--radius-16);background:var(--color-subtle);gap:12px;margin-top:24px;padding:24px 28px 24px 46px;display:grid}.article-module__9_OyeG__article li{padding-left:4px;font-size:15px;line-height:1.8}.article-module__9_OyeG__answer{border-left:4px solid var(--color-accent);border-radius:0 var(--radius-16) var(--radius-16) 0;box-shadow:var(--shadow-card);background:#fff;margin-bottom:38px;padding:28px 30px}.article-module__9_OyeG__answer span,.article-module__9_OyeG__caseCard>span{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.14em;font-size:10px;font-weight:700}.article-module__9_OyeG__answer p{color:var(--color-brand);margin-top:12px;font-size:18px;font-weight:700;line-height:1.8}.article-module__9_OyeG__problemList{gap:10px;margin-top:28px;display:grid}.article-module__9_OyeG__problemList>div{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#fff;grid-template-columns:40px 1fr;align-items:center;gap:14px;min-height:68px;padding:16px 20px;display:grid}.article-module__9_OyeG__problemList span{color:var(--color-accent);font-family:var(--font-latin), sans-serif;letter-spacing:.08em;font-size:12px;font-weight:700}.article-module__9_OyeG__problemList p{color:#343432;font-size:14px;line-height:1.7}.article-module__9_OyeG__caseCard{border-radius:var(--radius-24);color:#fff;background:var(--color-brand);margin-top:30px;padding:32px}.article-module__9_OyeG__caseCard>p{color:#ffffffd1;margin-top:16px;font-size:15px;line-height:1.95}.article-module__9_OyeG__stats{border-radius:var(--radius-16);background:#ffffff2e;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:24px;display:grid;overflow:hidden}.article-module__9_OyeG__stats>div{text-align:center;background:#ffffff14;gap:5px;padding:22px 18px;display:grid}.article-module__9_OyeG__stats b{color:#fff;font-family:var(--font-latin), var(--font-sans), sans-serif;font-size:21px}.article-module__9_OyeG__stats span{color:#ffffffad;font-size:11px}.article-module__9_OyeG__process{margin-top:32px}.article-module__9_OyeG__processList{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#fff;overflow:hidden}.article-module__9_OyeG__processStep{grid-template-columns:52px 1fr;align-items:center;gap:18px;min-height:90px;padding:18px 24px;display:grid;position:relative}.article-module__9_OyeG__processStep:not(:last-child){border-bottom:1px solid var(--color-border)}.article-module__9_OyeG__processStep>span{color:#fff;background:var(--color-brand);width:48px;height:48px;font-family:var(--font-latin), sans-serif;border-radius:50%;place-items:center;font-size:12px;display:grid}.article-module__9_OyeG__processStep:not(:last-child):after{z-index:1;border-right:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);content:"";background:#fff;width:10px;height:10px;position:absolute;bottom:-10px;left:46px;transform:rotate(45deg)}.article-module__9_OyeG__processStep b{font-size:15px}.article-module__9_OyeG__processStep p{color:var(--color-muted);margin-top:5px;font-size:13px;line-height:1.65}.article-module__9_OyeG__process figcaption{color:var(--color-muted);margin-top:12px;font-size:12px;line-height:1.7}.article-module__9_OyeG__tableWrap{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#fff;margin-top:28px;overflow-x:auto}.article-module__9_OyeG__tableWrap table{border-collapse:collapse;width:100%;min-width:520px}.article-module__9_OyeG__tableWrap th,.article-module__9_OyeG__tableWrap td{border-bottom:1px solid var(--color-border);text-align:left;padding:17px 20px;font-size:14px;line-height:1.65}.article-module__9_OyeG__tableWrap tr:last-child th,.article-module__9_OyeG__tableWrap tr:last-child td{border-bottom:0}.article-module__9_OyeG__tableWrap th{width:32%;color:var(--color-brand);background:var(--color-subtle);font-weight:700}.article-module__9_OyeG__checklist{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.article-module__9_OyeG__checklist>div{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#fff;align-items:center;gap:13px;min-height:74px;padding:16px 18px;display:flex}.article-module__9_OyeG__checklist span{color:#fff;background:var(--color-brand);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:13px;display:grid}.article-module__9_OyeG__checklist p{font-size:13px;line-height:1.65}.article-module__9_OyeG__faqList{gap:14px;margin-top:28px;display:grid}.article-module__9_OyeG__faqList section{border:1px solid var(--color-border);border-radius:var(--radius-16);background:#fff;padding:24px 26px}.article-module__9_OyeG__faqList h3{color:var(--color-brand);border-left:0;margin-top:0;padding-left:0;font-size:17px;line-height:1.7}.article-module__9_OyeG__faqList h3:before{color:var(--color-accent);content:"Q.";font-family:var(--font-latin), sans-serif;letter-spacing:.06em;margin-right:10px;font-size:12px}.article-module__9_OyeG__faqList p{color:#343432;margin-top:12px;font-size:14px;line-height:1.9}.article-module__9_OyeG__cta{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));border-radius:var(--radius-24);color:#fff;background:linear-gradient(135deg, #fff0 0 72%, #ffffff0d 72%), var(--color-brand);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;margin:120px auto;padding:56px 64px;display:grid}.article-module__9_OyeG__cta h2{margin-top:15px;font-size:34px;line-height:1.55}.article-module__9_OyeG__cta div>p:last-child{color:#ffffffbd;max-width:620px;margin-top:16px;font-size:14px;line-height:1.9}.article-module__9_OyeG__ctaButton{border-radius:var(--radius-8);min-height:56px;color:var(--color-brand);background:#fff;justify-content:center;align-items:center;padding:16px 28px;font-size:14px;font-weight:700;transition:background-color .2s;display:inline-flex}.article-module__9_OyeG__ctaButton:hover{background:var(--color-subtle)}.article-module__9_OyeG__footer{border-top:1px solid var(--color-border);background:#fff;padding:48px 0}.article-module__9_OyeG__footerInner{width:min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));color:var(--color-muted);justify-content:space-between;align-items:flex-end;gap:30px;margin-inline:auto;font-size:12px;display:flex}.article-module__9_OyeG__footerLogo{color:var(--color-brand);font-family:var(--font-latin), sans-serif;letter-spacing:.08em;font-size:18px;font-weight:700}.article-module__9_OyeG__footerInner span{margin-top:12px;display:block}@media (max-width:1000px){.article-module__9_OyeG__hero{grid-template-columns:1fr;gap:44px}.article-module__9_OyeG__heroVisual{width:min(720px,100%)}.article-module__9_OyeG__articleShell{grid-template-columns:1fr;gap:32px}.article-module__9_OyeG__toc{position:static}.article-module__9_OyeG__toc ol{grid-template-columns:repeat(2,minmax(0,1fr))}.article-module__9_OyeG__article{max-width:720px;margin-inline:auto}}@media (max-width:760px){.article-module__9_OyeG__breadcrumb,.article-module__9_OyeG__hero,.article-module__9_OyeG__articleShell,.article-module__9_OyeG__cta,.article-module__9_OyeG__footerInner{width:calc(100% - 48px)}.article-module__9_OyeG__hero{margin-top:46px}.article-module__9_OyeG__hero h1{font-size:38px}.article-module__9_OyeG__lead{font-size:15px}.article-module__9_OyeG__articleShell{margin-top:76px}.article-module__9_OyeG__article h2{margin-top:64px;font-size:26px}.article-module__9_OyeG__stats,.article-module__9_OyeG__checklist{grid-template-columns:1fr}.article-module__9_OyeG__stats{gap:0}.article-module__9_OyeG__stats>div:not(:last-child){border-bottom:1px solid #ffffff2e}.article-module__9_OyeG__cta{grid-template-columns:1fr;gap:28px;margin:88px auto;padding:42px 28px}.article-module__9_OyeG__cta h2{font-size:28px}.article-module__9_OyeG__footerInner{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.article-module__9_OyeG__toc ol{grid-template-columns:1fr}.article-module__9_OyeG__heroVisual{padding-left:8px}.article-module__9_OyeG__heroVisual:before{right:-12px}.article-module__9_OyeG__openingBoard{min-height:350px;padding:26px 22px 24px}.article-module__9_OyeG__boardScale,.article-module__9_OyeG__boardDecision{margin-left:70px}.article-module__9_OyeG__answer,.article-module__9_OyeG__caseCard{padding:24px}.article-module__9_OyeG__answer p{font-size:16px}.article-module__9_OyeG__processStep{grid-template-columns:44px 1fr;gap:12px;padding:16px}.article-module__9_OyeG__processStep>span{width:40px;height:40px}.article-module__9_OyeG__processStep:not(:last-child):after{left:34px}}@media (prefers-reduced-motion:reduce){.article-module__9_OyeG__ctaButton{transition:none}}
.page-module___8aEwW__page{background:var(--color-bg);min-height:100vh;position:relative;overflow:hidden}.page-module___8aEwW__main{z-index:1;position:relative}.page-module___8aEwW__skipLink{z-index:100;color:#fff;background:var(--color-brand);border-radius:8px;padding:10px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.page-module___8aEwW__skipLink:focus{transform:none}.page-module___8aEwW__hero{min-height:700px;padding:96px var(--page-gutter) 112px}.page-module___8aEwW__heroInner,.page-module___8aEwW__container{width:min(100%,var(--content-width));margin:auto}.page-module___8aEwW__heroInner{align-items:center;gap:72px;display:flex}.page-module___8aEwW__heroCopy{flex-direction:column;flex:0 0 650px;align-items:flex-start;gap:24px;width:650px;display:flex}.page-module___8aEwW__eyebrow,.page-module___8aEwW__heading>p,.page-module___8aEwW__card>p,.page-module___8aEwW__cta>p{color:var(--color-accent);font:500 12px/18px var(--font-latin)}.page-module___8aEwW__title{letter-spacing:-.035em;font-size:48px;line-height:1.375}.page-module___8aEwW__lead{width:610px;color:var(--color-muted);font-size:18px;line-height:32px}.page-module___8aEwW__actions{align-items:center;gap:18px;display:flex}.page-module___8aEwW__actions p{color:var(--color-muted);white-space:nowrap;font-size:14px;line-height:24px}.page-module___8aEwW__support{color:var(--color-brand);font-size:14px;font-weight:500}.page-module___8aEwW__board{color:#fff;background:var(--color-brand);width:478px;height:492px;box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;flex:0 0 478px;gap:22px;padding:32px;display:flex}.page-module___8aEwW__boardHeader{min-height:36px;font:500 12px/18px var(--font-latin);justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__boardHeader strong{color:var(--color-text);background:var(--color-accent);border-radius:24px;padding:8px 12px;font-weight:500}.page-module___8aEwW__board h2,.page-module___8aEwW__card h3{font-size:24px;line-height:34px}.page-module___8aEwW__phaseList{flex-direction:column;gap:12px;list-style:none;display:flex}.page-module___8aEwW__phaseList li{min-height:76px;color:var(--color-text);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:14px 16px;display:flex}.page-module___8aEwW__phaseList li>span,.page-module___8aEwW__flowList>li>span{color:#fff;background:var(--color-brand);border-radius:50%;flex:none;place-items:center;font-size:12px;display:grid}.page-module___8aEwW__phaseList li>span{width:38px;height:38px}.page-module___8aEwW__phaseList b{font-size:14px;font-weight:500;display:block}.page-module___8aEwW__phaseList p{color:var(--color-muted);font-size:14px;line-height:24px}.page-module___8aEwW__phaseList .page-module___8aEwW__activePhase{background:var(--color-subtle)}.page-module___8aEwW__section{padding:112px var(--page-gutter);background:#fff}.page-module___8aEwW__subtle{background:var(--color-subtle)}.page-module___8aEwW__inverse{color:#fff;background:var(--color-brand)}.page-module___8aEwW__heading{flex-direction:column;gap:14px;max-width:900px;margin-bottom:44px;display:flex}.page-module___8aEwW__heading h2{letter-spacing:-.025em;font-size:40px;line-height:52px}.page-module___8aEwW__heading span{max-width:840px;color:var(--color-muted);font-size:16px;line-height:28px}.page-module___8aEwW__inverse .page-module___8aEwW__heading span{color:#fff}.page-module___8aEwW__cardGrid,.page-module___8aEwW__twoGrid,.page-module___8aEwW__threeGrid{gap:20px;display:grid}.page-module___8aEwW__cardGrid{grid-template-columns:repeat(3,1fr)}.page-module___8aEwW__twoGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__threeGrid{grid-template-columns:repeat(3,1fr)}.page-module___8aEwW__card{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;gap:16px;min-height:190px;padding:32px;display:flex}.page-module___8aEwW__card span{color:var(--color-muted);font-size:16px;line-height:28px}.page-module___8aEwW__split{grid-template-columns:1fr 480px;align-items:start;gap:80px;display:grid}.page-module___8aEwW__split .page-module___8aEwW__heading{margin:0}.page-module___8aEwW__roleList{flex-direction:column;gap:12px;list-style:none;display:flex}.page-module___8aEwW__roleList li{background:#fff;border-radius:16px;align-items:center;gap:14px;min-height:64px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.page-module___8aEwW__roleList span{color:#fff;background:var(--color-brand);border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;display:grid}.page-module___8aEwW__tags{flex-wrap:wrap;gap:10px;display:flex}.page-module___8aEwW__tags span{border:1px solid #ffffff59;border-radius:24px;padding:10px 14px;font-size:12px}.page-module___8aEwW__exclusion{color:var(--color-brand);background:var(--color-accent);border-radius:16px;margin-top:24px;padding:20px 24px;font-size:14px}.page-module___8aEwW__priceGrid{grid-template-columns:repeat(3,1fr);align-items:end;gap:20px;display:grid}.page-module___8aEwW__priceCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;gap:18px;min-height:520px;padding:32px;display:flex}.page-module___8aEwW__priceCard em{color:var(--color-text);background:var(--color-accent);border-radius:8px;align-self:flex-start;padding:8px 12px;font-size:12px;font-style:normal}.page-module___8aEwW__priceCard h3{font-size:24px}.page-module___8aEwW__priceCard>strong{color:var(--color-brand);font-size:32px;line-height:44px}.page-module___8aEwW__priceCard>p,.page-module___8aEwW__priceCard li{color:var(--color-muted);font-size:14px;line-height:24px}.page-module___8aEwW__priceCard hr{border:0;border-top:1px solid var(--color-border)}.page-module___8aEwW__priceCard ul{flex:1;list-style:none}.page-module___8aEwW__featured{color:#fff;background:var(--color-brand);min-height:548px;box-shadow:var(--shadow-card)}.page-module___8aEwW__featured>strong{color:var(--color-accent)}.page-module___8aEwW__featured>p,.page-module___8aEwW__featured li{color:#fff}.page-module___8aEwW__fees{background:#fff;border-radius:16px;gap:30px;margin-top:20px;padding:20px 24px;font-size:14px;display:flex}.page-module___8aEwW__fees b{color:var(--color-brand);white-space:nowrap}.page-module___8aEwW__fees span{color:var(--color-muted)}.page-module___8aEwW__flowList{flex-direction:column;gap:14px;list-style:none;display:flex}.page-module___8aEwW__flowList li{background:var(--color-bg);border-radius:16px;align-items:center;gap:24px;min-height:108px;padding:24px;display:flex}.page-module___8aEwW__flowList li.page-module___8aEwW__current{background:var(--color-subtle)}.page-module___8aEwW__flowList>li>span{width:52px;height:52px}.page-module___8aEwW__flowList h3{font-size:24px;line-height:34px}.page-module___8aEwW__flowList p{color:var(--color-muted);font-size:16px;line-height:28px}.page-module___8aEwW__ctaSection{padding:96px var(--page-gutter);background:#fff}.page-module___8aEwW__cta{color:#fff;background:var(--color-brand);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:20px;width:min(100%,1200px);margin:auto;padding:64px;display:flex}.page-module___8aEwW__cta h2{font-size:40px;line-height:52px}.page-module___8aEwW__cta span{font-size:16px;line-height:28px}.page-module___8aEwW__footer{z-index:3;padding:56px var(--page-gutter) 36px;color:#fff;background:var(--color-brand);grid-template-columns:1fr auto;gap:32px;display:grid;position:relative}.page-module___8aEwW__footer h2{font:700 22px/34px var(--font-latin);letter-spacing:1.32px}.page-module___8aEwW__footer p{font-size:14px;line-height:24px}.page-module___8aEwW__footer nav{gap:26px;font-size:14px;display:flex}.page-module___8aEwW__footer small{text-align:right;font-size:14px}.page-module___8aEwW__backgroundBranding{z-index:2;pointer-events:none;height:8397px;position:absolute;inset:0}.page-module___8aEwW__directionLine{background:#c8a96a7a;width:1px;height:6750px;position:absolute;top:650px;right:81px}.page-module___8aEwW__startMarker{border:1px solid #c8a96a7a;border-radius:50%;width:16px;height:16px;position:absolute;top:642px;right:73px}.page-module___8aEwW__directionLabel{color:#c8a96a7a;font:700 14px var(--font-latin);letter-spacing:1.6px;writing-mode:vertical-rl;position:absolute;top:640px;right:46px}.page-module___8aEwW__directionArrow{color:#c8a96a7a;font-size:30px;position:absolute;top:7370px;right:96px}.page-module___8aEwW__verticalBrand{color:#1e3a3417;width:170px;font:700 170px/.625 var(--font-latin);overflow-wrap:anywhere;text-align:center;position:absolute;top:2280px;left:18px}@media (max-width:900px){.page-module___8aEwW__hero{min-height:1134px;padding:64px 24px}.page-module___8aEwW__heroInner{flex-direction:column;align-items:stretch;gap:28px}.page-module___8aEwW__heroCopy{flex:none;gap:18px;width:100%}.page-module___8aEwW__title{font-size:32px;line-height:44px}.page-module___8aEwW__lead{width:100%;font-size:16px;line-height:28px}.page-module___8aEwW__actions{flex-direction:column;align-items:stretch}.page-module___8aEwW__actions p{text-align:center;white-space:normal}.page-module___8aEwW__board{flex:none;gap:18px;width:100%;height:452px;padding:24px 20px}.page-module___8aEwW__phaseList{gap:18px}.page-module___8aEwW__section{padding:72px 24px}.page-module___8aEwW__heading{gap:12px;margin-bottom:24px}.page-module___8aEwW__heading h2{font-size:28px;line-height:44px}.page-module___8aEwW__heading span{font-size:14px;line-height:24px}.page-module___8aEwW__cardGrid,.page-module___8aEwW__twoGrid,.page-module___8aEwW__threeGrid,.page-module___8aEwW__priceGrid,.page-module___8aEwW__split{grid-template-columns:1fr;gap:14px}.page-module___8aEwW__card{min-height:0;padding:24px;overflow:hidden}.page-module___8aEwW__cardGrid .page-module___8aEwW__card{height:176px}.page-module___8aEwW__twoGrid .page-module___8aEwW__card{height:232px}.page-module___8aEwW__threeGrid .page-module___8aEwW__card{height:244px}.page-module___8aEwW__card h3{font-size:22px}.page-module___8aEwW__split .page-module___8aEwW__heading{margin-bottom:18px}.page-module___8aEwW__roleList{gap:12px}.page-module___8aEwW__priceCard,.page-module___8aEwW__featured{min-height:520px;padding:24px}.page-module___8aEwW__fees{flex-direction:column;gap:8px}.page-module___8aEwW__flowList{gap:12px}.page-module___8aEwW__flowList li{gap:14px;min-height:123px;padding:18px 16px}.page-module___8aEwW__flowList>li>span{width:42px;height:42px}.page-module___8aEwW__flowList h3{font-size:22px}.page-module___8aEwW__flowList p{font-size:14px;line-height:24px}.page-module___8aEwW__ctaSection{padding:72px 24px}.page-module___8aEwW__cta{padding:48px 24px}.page-module___8aEwW__cta h2{font-size:28px;line-height:44px}.page-module___8aEwW__footer{grid-template-columns:1fr;gap:24px;padding:48px 24px}.page-module___8aEwW__footer nav{flex-direction:column;gap:12px}.page-module___8aEwW__footer small{text-align:left}.page-module___8aEwW__backgroundBranding{display:none}}.page-module___8aEwW__hero,.page-module___8aEwW__symbolSection{position:relative}.page-module___8aEwW__heroInner,.page-module___8aEwW__container,.page-module___8aEwW__cta{z-index:1;position:relative}.page-module___8aEwW__brandSymbol{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;display:block;position:absolute}.page-module___8aEwW__symbolHero{width:980px;height:980px;top:74px;left:-360px}.page-module___8aEwW__symbolPositioning{width:420px;height:420px;top:120px;left:-130px}.page-module___8aEwW__symbolIndustries{width:380px;height:380px;top:80px;right:-20px}.page-module___8aEwW__symbolCases{width:660px;height:660px;top:174px;right:-180px}.page-module___8aEwW__symbolFlow{width:440px;height:440px;top:520px;left:-120px;transform:rotate(180deg)}.page-module___8aEwW__symbolCta{width:560px;height:560px;top:-167px;left:-180px}@media (max-width:900px){.page-module___8aEwW__brandSymbol{display:none}}.page-module___8aEwW__companySection{padding:112px var(--page-gutter);background:#fff}.page-module___8aEwW__companyTable{border-top:1px solid var(--color-border)}.page-module___8aEwW__companyTable>div{border-bottom:1px solid var(--color-border);grid-template-columns:220px 1fr;gap:24px;padding:22px 24px;font-size:14px;line-height:24px;display:grid}.page-module___8aEwW__companyTable dt{color:var(--color-brand);font-weight:500}.page-module___8aEwW__companyTable dd{color:var(--color-muted)}.page-module___8aEwW__companyTable a{text-underline-offset:4px;text-decoration:underline}@media (max-width:900px){.page-module___8aEwW__companySection{padding:72px 24px}.page-module___8aEwW__companyTable>div{grid-template-columns:1fr;gap:6px;padding:18px 0}}.page-module___8aEwW__cta{gap:28px}.page-module___8aEwW__outcomeSection{padding:48px var(--page-gutter);color:#fff;background:var(--color-brand)}.page-module___8aEwW__outcomeSection h2{max-width:760px;margin:10px 0 28px;font-size:30px;line-height:42px}.page-module___8aEwW__outcomeGrid{background:#ffffff38;border:1px solid #ffffff38;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.page-module___8aEwW__outcomeGrid article{background:var(--color-brand);min-height:142px;padding:24px}.page-module___8aEwW__outcomeGrid strong{color:var(--color-accent);margin-bottom:12px;font-size:14px;display:block}.page-module___8aEwW__outcomeGrid p{font-size:15px;line-height:25px}.page-module___8aEwW__articlesSection{padding:104px var(--page-gutter);background:#fff}.page-module___8aEwW__articlesHeading{justify-content:space-between;align-items:end;gap:48px;margin-bottom:44px;display:flex}.page-module___8aEwW__articlesHeading h2{margin:12px 0 14px;font-size:38px;line-height:52px}.page-module___8aEwW__articlesHeading>div>span{max-width:720px;color:var(--color-muted);font-size:15px;line-height:27px;display:block}.page-module___8aEwW__articlesHeading>a{color:var(--color-brand);text-underline-offset:6px;flex:none;font-size:14px;font-weight:600;text-decoration:underline}.page-module___8aEwW__articlesGrid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;display:grid}.page-module___8aEwW__articleCard{border:1px solid var(--color-border);background:#fff;border-radius:20px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 24px #1c1c1c0f}.page-module___8aEwW__articleCard:hover{transform:translateY(-4px);box-shadow:0 16px 30px #1c1c1c1a}.page-module___8aEwW__articleVisual{color:#fff;background:linear-gradient(#ffffff12 1px,transparent 1px),linear-gradient(90deg,#ffffff12 1px,transparent 1px),var(--color-brand);background-size:32px 32px;flex-direction:column;justify-content:space-between;min-height:232px;padding:28px;display:flex}.page-module___8aEwW__articleVisual>div{justify-content:space-between;align-items:start;gap:20px;display:flex}.page-module___8aEwW__articleVisual span{color:var(--color-accent);font:600 10px/16px var(--font-latin);letter-spacing:.12em}.page-module___8aEwW__articleVisual strong{color:var(--color-accent);font:600 54px/1 var(--font-latin)}.page-module___8aEwW__articleVisual ol{color:#ffffffad;align-items:center;gap:10px;font-size:10px;list-style:none;display:flex}.page-module___8aEwW__articleVisual li{flex:1;align-items:center;gap:8px;display:flex}.page-module___8aEwW__articleVisual i{background:var(--color-accent);flex:1;height:2px}.page-module___8aEwW__scheduleVisual{background-color:#294842}.page-module___8aEwW__scheduleVisual strong{font-size:18px}.page-module___8aEwW__articleBody{padding:30px}.page-module___8aEwW__articleMeta{color:var(--color-muted);justify-content:space-between;align-items:center;gap:20px;font-size:11px;display:flex}.page-module___8aEwW__articleMeta span{color:var(--color-brand);background:#1e3a3414;border-radius:999px;padding:7px 10px;font-weight:600}.page-module___8aEwW__articleBody h3{margin-top:20px;font-size:24px;line-height:36px}.page-module___8aEwW__articleBody p{color:var(--color-muted);margin-top:14px;font-size:14px;line-height:25px}.page-module___8aEwW__articleBody>strong{color:var(--color-brand);margin-top:24px;font-size:13px;display:block}.page-module___8aEwW__featuredArticle{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);display:grid}.page-module___8aEwW__featuredArticle .page-module___8aEwW__articleVisual{min-height:100%}.page-module___8aEwW__serviceGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.page-module___8aEwW__serviceCard{border:1px solid var(--color-border);background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;gap:14px;min-height:330px;padding:28px;display:flex}.page-module___8aEwW__serviceCard>p{color:var(--color-accent);font:500 11px/18px var(--font-latin)}.page-module___8aEwW__serviceCard h3{font-size:22px;line-height:32px}.page-module___8aEwW__serviceCard span{color:var(--color-muted);font-size:14px;line-height:25px}.page-module___8aEwW__serviceIcon{width:84px;height:84px;color:var(--color-brand);background:var(--color-subtle);border-radius:50%;place-items:center;margin-bottom:8px;display:grid}.page-module___8aEwW__serviceIcon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:54px;height:54px}.page-module___8aEwW__consultationSection{padding:96px var(--page-gutter);background:var(--color-accent)}.page-module___8aEwW__consultationLayout{grid-template-columns:minmax(0,1fr) minmax(420px,520px);align-items:center;gap:80px;display:grid}.page-module___8aEwW__consultationLayout h2{color:var(--color-brand);margin:12px 0 20px;font-size:38px;line-height:52px}.page-module___8aEwW__consultationLead{max-width:620px;color:var(--color-text);margin-bottom:28px;font-size:16px;line-height:28px}.page-module___8aEwW__consultationBox{box-shadow:var(--shadow-card);background:#fff;border-radius:20px;padding:32px}.page-module___8aEwW__consultationBox>p{color:var(--color-brand);margin-bottom:18px;font-size:18px;font-weight:600}.page-module___8aEwW__consultationBox ul{flex-direction:column;gap:14px;list-style:none;display:flex}.page-module___8aEwW__consultationBox li{color:var(--color-muted);padding-left:28px;font-size:14px;line-height:24px;position:relative}.page-module___8aEwW__consultationBox li:before{content:"";border-left:2px solid var(--color-brand);border-bottom:2px solid var(--color-brand);width:10px;height:6px;position:absolute;top:8px;left:2px;transform:rotate(-45deg)}@media (max-width:900px){.page-module___8aEwW__outcomeSection{padding:40px 24px}.page-module___8aEwW__outcomeSection h2{font-size:25px;line-height:38px}.page-module___8aEwW__outcomeGrid{grid-template-columns:1fr 1fr}.page-module___8aEwW__outcomeGrid article{min-height:136px;padding:20px}.page-module___8aEwW__articlesSection{padding:72px 24px}.page-module___8aEwW__articlesHeading{flex-direction:column;align-items:start;gap:20px;margin-bottom:28px}.page-module___8aEwW__articlesHeading h2{font-size:28px;line-height:42px}.page-module___8aEwW__articlesGrid,.page-module___8aEwW__featuredArticle{grid-template-columns:1fr}.page-module___8aEwW__articleVisual,.page-module___8aEwW__featuredArticle .page-module___8aEwW__articleVisual{min-height:220px}.page-module___8aEwW__articleBody{padding:24px}.page-module___8aEwW__articleBody h3{font-size:22px;line-height:34px}.page-module___8aEwW__serviceGrid{grid-template-columns:1fr;gap:14px}.page-module___8aEwW__serviceCard{min-height:0;padding:24px}.page-module___8aEwW__serviceIcon{width:72px;height:72px}.page-module___8aEwW__serviceIcon svg{width:46px;height:46px}.page-module___8aEwW__consultationSection{padding:72px 24px}.page-module___8aEwW__consultationLayout{grid-template-columns:1fr;gap:36px}.page-module___8aEwW__consultationLayout h2{font-size:28px;line-height:42px}.page-module___8aEwW__consultationBox{padding:24px}}@media (prefers-reduced-motion:reduce){.page-module___8aEwW__articleCard{transition:none}}
