.Navbar-module__dVeNwG__header{top:var(--space-4);width:min(90%,1200px);z-index:var(--z-nav);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);transition:all var(--transition-normal);background-color:#ffffff0d;border:1px solid #ffffff1a;padding-block:12px;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0003}.Navbar-module__dVeNwG__header.Navbar-module__dVeNwG__scrolled{top:var(--space-2);background-color:#21350b99;padding-block:8px;box-shadow:0 8px 32px #0006}.Navbar-module__dVeNwG__nav{justify-content:center;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__dVeNwG__logoImg{object-fit:contain;width:auto;height:40px;transition:height var(--transition-normal);display:block}.Navbar-module__dVeNwG__header.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__logoImg{height:34px}
.Hero-module__D9Cm9a__hero{background-color:var(--color-primary);height:100dvh;color:var(--color-white);grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden}.Hero-module__D9Cm9a__contentSide{z-index:2;will-change:transform,opacity;padding-top:90px;padding-bottom:var(--space-6);align-items:center;display:flex;position:relative}.Hero-module__D9Cm9a__contentInner{padding-left:var(--container-pad);flex-direction:column;justify-content:center;gap:clamp(16px,2.5vh,28px);max-width:720px;height:100%;margin-left:auto;padding-right:clamp(32px,4vw,80px);display:flex}.Hero-module__D9Cm9a__label{align-items:center;gap:var(--space-2);font-family:var(--font-secondary),serif;font-weight:var(--fw-semibold);font-size:var(--text-sm);letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);will-change:transform,opacity;display:inline-flex}.Hero-module__D9Cm9a__label:before{content:"";background-color:var(--color-accent);width:48px;height:2px;display:inline-block}.Hero-module__D9Cm9a__headline{font-family:var(--font-primary);font-weight:var(--fw-bold);letter-spacing:-.03em;color:var(--color-white);will-change:transform,opacity;font-size:clamp(1.8rem,3.2vw,3.2rem);line-height:1.08}.Hero-module__D9Cm9a__highlight{color:var(--color-accent);display:inline}.Hero-module__D9Cm9a__subheadline{font-family:var(--font-primary);font-weight:var(--fw-light);font-size:clamp(var(--text-base),1.15vw,1.3rem);color:#ffffffb8;will-change:transform,opacity;max-width:500px;line-height:1.75}.Hero-module__D9Cm9a__actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.Hero-module__D9Cm9a__btnPrimary{align-items:center;gap:var(--space-2);background-color:var(--color-accent);color:var(--color-primary);font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-base);border-radius:var(--radius-full);letter-spacing:.01em;transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);padding:14px 28px;display:inline-flex}.Hero-module__D9Cm9a__btnPrimary:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #cedd764d}.Hero-module__D9Cm9a__btnPrimary svg{transition:transform var(--transition-fast)}.Hero-module__D9Cm9a__btnPrimary:hover svg{transform:translate(4px)}.Hero-module__D9Cm9a__btnOutline{color:var(--color-white);font-family:var(--font-primary);font-weight:var(--fw-medium);font-size:var(--text-base);border-radius:var(--radius-full);transition:border-color var(--transition-fast),background-color var(--transition-fast);border:1.5px solid #ffffff4d;align-items:center;padding:14px 28px;display:inline-flex}.Hero-module__D9Cm9a__btnOutline:hover{border-color:var(--color-accent);background-color:#cedd7614}.Hero-module__D9Cm9a__stats{align-items:center;gap:var(--space-5);padding-top:var(--space-4);border-top:1px solid #ffffff1f;flex-wrap:nowrap;display:flex}.Hero-module__D9Cm9a__stat{flex-direction:column;gap:2px;display:flex}.Hero-module__D9Cm9a__statNumber{font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:var(--text-2xl);color:var(--color-accent);line-height:1}.Hero-module__D9Cm9a__statLabel{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#ffffff8c;letter-spacing:.03em}.Hero-module__D9Cm9a__statDivider{background-color:#ffffff1f;width:1px;height:36px}.Hero-module__D9Cm9a__photoSide{will-change:transform,opacity;position:relative;overflow:hidden}.Hero-module__D9Cm9a__heroImage{object-fit:cover;object-position:center 20%}.Hero-module__D9Cm9a__photoGradient{background:linear-gradient(to right,var(--color-primary)0%,#21350bb3 15%,#21350b4d 35%,transparent 55%);z-index:1;pointer-events:none;position:absolute;inset:0}@media (max-width:1024px){.Hero-module__D9Cm9a__hero{grid-template-rows:50vh 1fr;grid-template-columns:1fr;height:auto;min-height:100dvh}.Hero-module__D9Cm9a__photoSide{order:-1;min-height:50vh;position:relative}.Hero-module__D9Cm9a__photoGradient{background:linear-gradient(to bottom,transparent 30%,#21350b80 70%,var(--color-primary)100%)}.Hero-module__D9Cm9a__contentSide{padding-top:var(--space-8);padding-bottom:var(--space-12)}.Hero-module__D9Cm9a__contentInner{padding-left:var(--container-pad);padding-right:var(--container-pad);max-width:none;margin-left:0}.Hero-module__D9Cm9a__headline{font-size:clamp(2rem,5.5vw,3rem)}}@media (max-width:640px){.Hero-module__D9Cm9a__hero{grid-template-rows:40vh 1fr}.Hero-module__D9Cm9a__contentInner{gap:var(--space-4)}.Hero-module__D9Cm9a__headline{font-size:clamp(1.85rem,8.5vw,2.5rem)}.Hero-module__D9Cm9a__actions{flex-direction:column;align-items:stretch}.Hero-module__D9Cm9a__btnPrimary,.Hero-module__D9Cm9a__btnOutline{justify-content:center;width:100%}.Hero-module__D9Cm9a__stats{gap:var(--space-4)}.Hero-module__D9Cm9a__statDivider{display:none}}
.Problem-module__SwhstG__wrapper{position:relative}.Problem-module__SwhstG__problem{justify-content:center;gap:clamp(var(--space-8),4vw,var(--space-12));background-color:var(--color-light-alt);flex-direction:column;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Problem-module__SwhstG__headerWrap{padding-block:clamp(var(--space-10),5vw,var(--space-16))0;flex-shrink:0}.Problem-module__SwhstG__sectionLabel{color:var(--color-primary)!important}.Problem-module__SwhstG__sectionLabel:before{background-color:var(--color-primary)!important}.Problem-module__SwhstG__title{font-family:var(--font-primary);font-weight:var(--fw-semibold);letter-spacing:-.015em;color:var(--color-primary);margin-top:var(--space-3);max-width:640px;font-size:clamp(1.45rem,2.1vw,2.1rem);line-height:1.2}.Problem-module__SwhstG__title em{color:var(--color-medium);font-style:normal}.Problem-module__SwhstG__stage{width:100%;height:clamp(345px,46vh,506px);padding-bottom:clamp(var(--space-10),5vw,var(--space-16));flex-shrink:0;overflow:hidden}.Problem-module__SwhstG__track{will-change:transform;flex-direction:row;gap:144px;height:100%;display:flex}.Problem-module__SwhstG__card{-webkit-backdrop-filter:blur(22px)saturate(160%);border-radius:var(--radius-xl);height:100%;transition:all var(--transition-normal);background-color:#ffffff47;border:1px solid #ffffff80;flex-direction:row;flex:0 0 min(820px,64vw);align-items:stretch;display:flex;overflow:hidden;box-shadow:0 8px 32px #21350b1a,inset 0 0 0 1px #ffffff59}.Problem-module__SwhstG__card:before{content:"";opacity:.05;pointer-events:none;z-index:1;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.Problem-module__SwhstG__card:hover{background-color:#ffffff73;border-color:#fffc;transform:translateY(-8px)scale(1.01);box-shadow:0 16px 64px #21350b2e,inset 0 0 0 1px #fff9}.Problem-module__SwhstG__blobs{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Problem-module__SwhstG__blob{filter:blur(80px);opacity:.18;animation:20s ease-in-out infinite alternate Problem-module__SwhstG__blob-float;position:absolute}.Problem-module__SwhstG__blob:first-child{background-color:#8c9f74;width:450px;height:450px;top:10%;left:15%}.Problem-module__SwhstG__blob:nth-child(2){background-color:#d3cab8;width:600px;height:600px;animation-duration:25s;animation-delay:-5s;bottom:5%;right:10%}.Problem-module__SwhstG__blob:nth-child(3){background-color:#acb591;width:400px;height:400px;animation-duration:30s;animation-delay:-10s;top:40%;right:30%}@keyframes Problem-module__SwhstG__blob-float{0%{transform:translate(0)rotate(0)}50%{transform:translate(5%,8%)rotate(90deg)}to{transform:translate(-3%,-5%)rotate(180deg)}}.Problem-module__SwhstG__cardImage{flex:0 0 42%;min-width:0;position:relative;overflow:hidden}.Problem-module__SwhstG__cardImg{object-fit:cover;object-position:center top;transition:transform .6s}.Problem-module__SwhstG__card:hover .Problem-module__SwhstG__cardImg{transform:scale(1.04)}.Problem-module__SwhstG__cardContent{min-width:0;padding:clamp(var(--space-8),5%,var(--space-12));justify-content:center;gap:var(--space-3);border-left:1px solid #fff3;flex-direction:column;flex:1 1 0;display:flex}.Problem-module__SwhstG__cardIndex{font-family:var(--font-secondary),serif;font-weight:var(--fw-semibold);font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--color-medium)}.Problem-module__SwhstG__cardIndexTotal{opacity:.55}.Problem-module__SwhstG__cardTitle{font-family:var(--font-primary);font-weight:var(--fw-semibold);color:var(--color-primary);letter-spacing:-.01em;font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.2}.Problem-module__SwhstG__cardDesc{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:clamp(var(--text-sm),.95vw,var(--text-base));color:#21350b9e;max-width:440px;line-height:1.7}@media (max-width:1024px){.Problem-module__SwhstG__wrapper{height:auto!important}.Problem-module__SwhstG__problem{min-height:unset;gap:var(--space-8);padding-bottom:var(--space-12);position:relative}.Problem-module__SwhstG__headerWrap{padding-block:var(--space-10)0}.Problem-module__SwhstG__stage{height:auto;padding:0 var(--space-4)var(--space-8);overflow:visible}.Problem-module__SwhstG__track{gap:var(--space-4);flex-direction:column;transform:none!important}.Problem-module__SwhstG__card{flex:none;width:100%;height:auto;min-height:220px;transform:none!important}}@media (max-width:640px){.Problem-module__SwhstG__card{min-height:unset;flex-direction:column}.Problem-module__SwhstG__cardImage{flex:0 0 200px;width:100%;height:200px}.Problem-module__SwhstG__cardContent{padding:var(--space-5);border-top:1px solid #21350b14;border-left:none}}
.Services-module__Xx4M5q__wrapper{height:calc(100vh + 3200px);position:relative}.Services-module__Xx4M5q__services{background-color:var(--color-ink);width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.Services-module__Xx4M5q__panel{will-change:transform;width:25%;height:100%;position:absolute;top:0;overflow:hidden}.Services-module__Xx4M5q__panelImage{object-fit:cover;object-position:center center;backface-visibility:hidden;image-rendering:auto;transition:transform .9s;transform:translateZ(0)}.Services-module__Xx4M5q__panel:hover .Services-module__Xx4M5q__panelImage{transform:scale(1.05)}.Services-module__Xx4M5q__overlay{pointer-events:none;background:linear-gradient(#0000 38%,#0000000a 54%,#0000002e 68%,#0000007a 82%,#000000d1 100%);position:absolute;inset:0}.Services-module__Xx4M5q__content{padding:clamp(var(--space-6),5%,var(--space-10));gap:var(--space-2);flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.Services-module__Xx4M5q__label{font-family:var(--font-secondary),serif;font-weight:var(--fw-semibold);font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-1)}.Services-module__Xx4M5q__title{font-family:var(--font-primary);font-weight:var(--fw-bold);color:var(--color-white);letter-spacing:-.025em;font-size:clamp(1.5rem,2.2vw,2.5rem);line-height:1.05}.Services-module__Xx4M5q__subtitle{font-family:var(--font-primary);font-weight:var(--fw-light);font-size:clamp(var(--text-sm),1vw,var(--text-base));color:#fff9;line-height:1.5}.Services-module__Xx4M5q__separator{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#ffffff2e 30% 70%,#0000 100%);width:1px;height:100%;position:absolute;top:0;right:0}@media (max-width:768px){.Services-module__Xx4M5q__wrapper{height:auto}.Services-module__Xx4M5q__panelImage{object-position:center 18%}.Services-module__Xx4M5q__services{flex-direction:column;height:auto;display:flex;position:relative}.Services-module__Xx4M5q__panel{height:65vw;min-height:300px;width:100%!important;position:relative!important;left:auto!important;transform:none!important}.Services-module__Xx4M5q__title{font-size:clamp(1.5rem,5.5vw,2.2rem)}}
.TargetAudience-module__RXs7ra__audience{padding-top:clamp(var(--space-20),10vw,var(--space-32));padding-bottom:clamp(var(--space-16),8vw,var(--space-24));z-index:20;background-color:#080e03;position:relative}.TargetAudience-module__RXs7ra__wrapper{z-index:20;position:relative}.TargetAudience-module__RXs7ra__header{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:clamp(var(--space-10),4vw,var(--space-16))}.TargetAudience-module__RXs7ra__title{color:var(--color-white);margin-bottom:var(--space-4)}.TargetAudience-module__RXs7ra__subtitle{color:#ffffffa6}.TargetAudience-module__RXs7ra__videoSection{margin-bottom:clamp(var(--space-12),5vw,var(--space-20))}.TargetAudience-module__RXs7ra__videoWrapper{aspect-ratio:16/9;border-radius:var(--radius-xl);border:1px solid #ffffff14;width:100%;max-width:960px;margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 24px 80px #0006}.TargetAudience-module__RXs7ra__videoMockup{cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.TargetAudience-module__RXs7ra__videoMockup:hover .TargetAudience-module__RXs7ra__playButton svg circle:first-child{stroke:#cedd7680}.TargetAudience-module__RXs7ra__videoMockup:hover .TargetAudience-module__RXs7ra__playButton svg circle:nth-child(2){fill:#cedd7626}.TargetAudience-module__RXs7ra__videoMockup:hover .TargetAudience-module__RXs7ra__playButton{transform:scale(1.08)}.TargetAudience-module__RXs7ra__videoPlaceholder{background:linear-gradient(135deg,#0d1a04 0%,#162808 30%,#1a3209 50%,#162808 70%,#0d1a04 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.TargetAudience-module__RXs7ra__placeholderContent{align-items:center;gap:var(--space-3);opacity:.25;flex-direction:column;display:flex}.TargetAudience-module__RXs7ra__placeholderLogo{font-family:var(--font-primary);font-weight:var(--fw-bold);color:var(--color-white);letter-spacing:.15em;font-size:clamp(2.5rem,5vw,4rem)}.TargetAudience-module__RXs7ra__placeholderText{font-family:var(--font-primary);font-weight:var(--fw-light);font-size:var(--text-sm);color:var(--color-white);letter-spacing:.08em}.TargetAudience-module__RXs7ra__videoOverlay{z-index:2;justify-content:center;align-items:center;gap:var(--space-4);transition:background var(--transition-normal);background:#0003;flex-direction:column;display:flex;position:absolute;inset:0}.TargetAudience-module__RXs7ra__videoMockup:hover .TargetAudience-module__RXs7ra__videoOverlay{background:#0000001a}.TargetAudience-module__RXs7ra__playButton{width:clamp(64px,8vw,80px);height:clamp(64px,8vw,80px);transition:transform var(--transition-normal)}.TargetAudience-module__RXs7ra__playButton svg{width:100%;height:100%}.TargetAudience-module__RXs7ra__videoLabel{font-family:var(--font-primary);font-weight:var(--fw-medium);font-size:var(--text-sm);color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase}.TargetAudience-module__RXs7ra__videoIframe{border:none;width:100%;height:100%;position:absolute;inset:0}.TargetAudience-module__RXs7ra__grid{gap:var(--space-4);margin-bottom:clamp(var(--space-8),3vw,var(--space-12));grid-template-columns:repeat(4,1fr);display:grid}.TargetAudience-module__RXs7ra__card{border-radius:var(--radius-xl);padding:var(--space-6);transition:box-shadow var(--transition-normal),transform var(--transition-normal),border-color var(--transition-normal),background-color var(--transition-normal);background-color:#ffffff05;border:1px solid #ffffff0f}.TargetAudience-module__RXs7ra__card:hover{background-color:#ffffff0d;border-color:#cedd7633;transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.TargetAudience-module__RXs7ra__cardIcon{margin-bottom:var(--space-3);opacity:.9;font-size:2rem}.TargetAudience-module__RXs7ra__cardTitle{font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-base);color:var(--color-white);margin-bottom:var(--space-2)}.TargetAudience-module__RXs7ra__cardDesc{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);color:#fff9;line-height:1.6}.TargetAudience-module__RXs7ra__ctaWrapper{text-align:center}.TargetAudience-module__RXs7ra__cta{color:var(--color-white);font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-sm);border-radius:var(--radius-full);transition:background-color var(--transition-fast),transform var(--transition-fast);background-color:#ffffff0f;border:1px solid #ffffff26;justify-content:center;align-items:center;padding:14px 28px;display:inline-flex}.TargetAudience-module__RXs7ra__cta:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width:1024px){.TargetAudience-module__RXs7ra__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.TargetAudience-module__RXs7ra__grid{grid-template-columns:1fr}}
.MentoringStructure-module__KpBA4a__structure{position:relative;overflow:hidden}.MentoringStructure-module__KpBA4a__header{margin-bottom:var(--space-12)}.MentoringStructure-module__KpBA4a__headerRow{gap:var(--space-10);margin-top:var(--space-4);grid-template-columns:1fr 1fr;align-items:end;display:grid}.MentoringStructure-module__KpBA4a__title{color:var(--color-white)}.MentoringStructure-module__KpBA4a__subtitle{color:#fff9}.MentoringStructure-module__KpBA4a__grid{gap:var(--space-4);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.MentoringStructure-module__KpBA4a__card{border-radius:var(--radius-xl);padding:var(--space-6);gap:var(--space-4);transition:background-color var(--transition-normal),border-color var(--transition-normal);background-color:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;display:flex}.MentoringStructure-module__KpBA4a__card:hover{background-color:#ffffff12;border-color:#cedd7640}.MentoringStructure-module__KpBA4a__cardTop{justify-content:space-between;align-items:center;display:flex}.MentoringStructure-module__KpBA4a__modNumber{font-family:var(--font-secondary);font-weight:var(--fw-semibold);font-size:var(--text-2xl);color:var(--color-accent);letter-spacing:-.02em;line-height:1}.MentoringStructure-module__KpBA4a__duration{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#fff6;letter-spacing:.04em}.MentoringStructure-module__KpBA4a__cardTitle{font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-base);color:var(--color-white);line-height:1.35}.MentoringStructure-module__KpBA4a__topics{gap:var(--space-2);flex-direction:column;display:flex}.MentoringStructure-module__KpBA4a__topic{align-items:flex-start;gap:var(--space-2);font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);color:#ffffff8c;line-height:1.5;display:flex}.MentoringStructure-module__KpBA4a__topicDot{background-color:var(--color-medium);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.MentoringStructure-module__KpBA4a__footer{padding:var(--space-8)var(--space-10);border-radius:var(--radius-2xl);justify-content:space-between;align-items:center;gap:var(--space-6);background-color:#cedd7614;border:1px solid #cedd7633;flex-wrap:wrap;display:flex}.MentoringStructure-module__KpBA4a__footerText{font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-xl);color:var(--color-white)}.MentoringStructure-module__KpBA4a__footerCta{background-color:var(--color-accent);color:var(--color-primary);font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-base);border-radius:var(--radius-full);transition:background-color var(--transition-fast),transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;padding:14px 28px;display:inline-flex}.MentoringStructure-module__KpBA4a__footerCta:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}@media (max-width:1024px){.MentoringStructure-module__KpBA4a__headerRow{grid-template-columns:1fr}.MentoringStructure-module__KpBA4a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.MentoringStructure-module__KpBA4a__grid{grid-template-columns:1fr}.MentoringStructure-module__KpBA4a__footer{text-align:center;flex-direction:column}.MentoringStructure-module__KpBA4a__footerCta{justify-content:center;width:100%}}
.Quote-module__e8JBPG__quote{background-color:var(--color-light-alt);padding-block:clamp(var(--space-16),8vw,var(--space-24));align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Quote-module__e8JBPG__quote:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 30%,#21350b0f 0%,#0000 70%),radial-gradient(40% 60% at 80% 20%,#21350b0a 0%,#0000 70%);position:absolute;inset:0}.Quote-module__e8JBPG__inner{text-align:center;align-items:center;gap:var(--space-6);flex-direction:column;max-width:860px;margin-inline:auto;display:flex;position:relative}.Quote-module__e8JBPG__quoteMarkTop,.Quote-module__e8JBPG__quoteMarkBottom{font-family:var(--font-primary);color:var(--color-primary);opacity:.18;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:7rem;line-height:.5}.Quote-module__e8JBPG__quoteMarkBottom{margin-top:var(--space-2);align-self:center}.Quote-module__e8JBPG__blockquote{align-items:center;gap:var(--space-8);flex-direction:column;display:flex}.Quote-module__e8JBPG__text{font-family:var(--font-primary);font-weight:var(--fw-light);font-size:clamp(var(--text-xl),3.5vw,var(--text-4xl));color:var(--color-primary);letter-spacing:-.01em;line-height:1.4}.Quote-module__e8JBPG__text em{color:var(--color-primary);font-style:normal;font-weight:var(--fw-semibold)}.Quote-module__e8JBPG__attribution{align-items:center;gap:var(--space-4);display:flex}.Quote-module__e8JBPG__authorPhoto{background-color:#21350b1a;border:1px solid #21350b33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Quote-module__e8JBPG__authorInfo{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.Quote-module__e8JBPG__authorName{font-family:var(--font-secondary);font-style:normal;font-weight:var(--fw-semibold);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.Quote-module__e8JBPG__authorRole{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#21350b99;letter-spacing:.03em}.Quote-module__e8JBPG__cursor{font-weight:var(--fw-light);color:var(--color-primary);font-size:clamp(var(--text-xl),3.5vw,var(--text-4xl));margin-left:2px;display:inline-block}
.Testimonials-module__oxjY5W__wrapper{height:calc(100vh + 3200px);position:relative}.Testimonials-module__oxjY5W__testimonials{background-color:#0d1b04;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.Testimonials-module__oxjY5W__header{z-index:10;padding-top:clamp(var(--space-20),10vw,var(--space-24));padding-inline:var(--container-pad);padding-bottom:var(--space-12);pointer-events:none;transition:opacity var(--transition-normal),transform var(--transition-normal);background:linear-gradient(#0d1b04f2 0%,#0d1b0499 60%,#0000 100%);position:absolute;top:0;left:0;right:0}.Testimonials-module__oxjY5W__headerMuted{opacity:.18}.Testimonials-module__oxjY5W__label{align-items:center;gap:var(--space-2);font-family:var(--font-secondary),serif;font-weight:var(--fw-semibold);font-size:var(--text-sm);letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-3);display:inline-flex}.Testimonials-module__oxjY5W__label:before{content:"";background-color:var(--color-accent);width:48px;height:2px;display:inline-block}.Testimonials-module__oxjY5W__title{font-family:var(--font-primary);font-weight:var(--fw-semibold);color:var(--color-white);letter-spacing:-.015em;max-width:480px;font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.15}.Testimonials-module__oxjY5W__panel{will-change:transform;width:25%;height:100%;position:absolute;top:0;overflow:hidden}.Testimonials-module__oxjY5W__videoMockup{cursor:pointer;width:100%;height:100%;position:relative}.Testimonials-module__oxjY5W__videoPlaceholder{background:linear-gradient(160deg,#0a1503 0%,#132206 25%,#1a3209 50%,#132206 75%,#0a1503 100%) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Testimonials-module__oxjY5W__videoThumbnail{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.Testimonials-module__oxjY5W__placeholderContent{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.Testimonials-module__oxjY5W__placeholderNumber{font-family:var(--font-primary);font-weight:var(--fw-bold);color:#ffffff0a;letter-spacing:.05em;font-size:clamp(4rem,8vw,8rem)}.Testimonials-module__oxjY5W__overlay{pointer-events:none;transition:opacity var(--transition-normal);background:linear-gradient(#00000014 0%,#0000004d 60%,#000000d9 100%);position:absolute;inset:0}.Testimonials-module__oxjY5W__playOverlay{z-index:2;transition:background var(--transition-normal);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Testimonials-module__oxjY5W__videoMockup:hover .Testimonials-module__oxjY5W__playOverlay{background:#00000026}.Testimonials-module__oxjY5W__videoMockup:hover .Testimonials-module__oxjY5W__overlay{opacity:.7}.Testimonials-module__oxjY5W__playButton{opacity:.7;width:clamp(48px,5vw,64px);height:clamp(48px,5vw,64px);transition:opacity var(--transition-normal),transform var(--transition-normal)}.Testimonials-module__oxjY5W__videoMockup:hover .Testimonials-module__oxjY5W__playButton{opacity:1;transform:scale(1.12)}.Testimonials-module__oxjY5W__playButton svg{width:100%;height:100%}.Testimonials-module__oxjY5W__videoMockup:hover .Testimonials-module__oxjY5W__playButton svg circle:first-child{stroke:#cedd7699}.Testimonials-module__oxjY5W__videoMockup:hover .Testimonials-module__oxjY5W__playButton svg circle:nth-child(2){fill:#cedd7626}.Testimonials-module__oxjY5W__content{padding:clamp(var(--space-6),5%,var(--space-10));gap:var(--space-1);z-index:3;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.Testimonials-module__oxjY5W__authorName{font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:clamp(var(--text-base),1.3vw,var(--text-lg));color:var(--color-white)}.Testimonials-module__oxjY5W__authorRole{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:clamp(var(--text-xs),.9vw,var(--text-sm));color:#ffffff80}.Testimonials-module__oxjY5W__videoIframe{z-index:5;border:none;width:100%;height:100%;position:absolute;inset:0}.Testimonials-module__oxjY5W__separator{z-index:4;pointer-events:none;background:linear-gradient(#0000 0%,#ffffff1f 30% 70%,#0000 100%);width:1px;height:100%;position:absolute;top:0;right:0}@media (max-width:768px){.Testimonials-module__oxjY5W__wrapper{height:auto}.Testimonials-module__oxjY5W__testimonials{height:auto;padding-top:clamp(var(--space-16),8vw,var(--space-24));flex-direction:column;display:flex;position:relative}.Testimonials-module__oxjY5W__header{padding:0 var(--container-pad)var(--space-8);background:0 0;position:relative}.Testimonials-module__oxjY5W__panel{height:80vh;max-height:600px;width:100%!important;position:relative!important;left:auto!important;transform:none!important}.Testimonials-module__oxjY5W__separator{display:none}.Testimonials-module__oxjY5W__panel+.Testimonials-module__oxjY5W__panel{border-top:1px solid #ffffff14}}
.Contact-module__uEXhyq__wrapper{height:calc(100vh + 2000px);position:relative}.Contact-module__uEXhyq__contact{background-color:var(--color-light-alt);width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.Contact-module__uEXhyq__inner{grid-template-columns:1fr 1fr;height:100%;display:grid}.Contact-module__uEXhyq__imageWrapper{will-change:transform;height:100%;position:relative;overflow:hidden}.Contact-module__uEXhyq__image{object-fit:cover;object-position:center top}.Contact-module__uEXhyq__imageOverlay{background:linear-gradient(to right,transparent 0%,transparent 60%,#eaf1e466 85%,var(--color-light-alt)100%);pointer-events:none;position:absolute;inset:0}.Contact-module__uEXhyq__formSide{padding:clamp(var(--space-8),4vw,var(--space-12));will-change:transform;justify-content:center;align-items:center;display:flex;overflow-y:auto}.Contact-module__uEXhyq__formContainer{gap:var(--space-6);flex-direction:column;width:100%;max-width:520px;display:flex}.Contact-module__uEXhyq__header{gap:var(--space-3);flex-direction:column;display:flex}.Contact-module__uEXhyq__sectionLabel{align-items:center;gap:var(--space-2);font-family:var(--font-secondary),serif;font-weight:var(--fw-semibold);font-size:var(--text-sm);letter-spacing:.22em;text-transform:uppercase;color:var(--color-primary);display:inline-flex}.Contact-module__uEXhyq__sectionLabel:before{content:"";background-color:var(--color-primary);width:48px;height:2px;display:inline-block}.Contact-module__uEXhyq__title{font-family:var(--font-primary);font-weight:var(--fw-semibold);letter-spacing:-.015em;color:var(--color-primary);font-size:clamp(1.5rem,2.5vw,2.25rem);line-height:1.15}.Contact-module__uEXhyq__subtitle{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);color:var(--color-ink-60);line-height:1.7}.Contact-module__uEXhyq__form{gap:var(--space-4);flex-direction:column;display:flex}.Contact-module__uEXhyq__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.Contact-module__uEXhyq__field{gap:var(--space-1);flex-direction:column;display:flex}.Contact-module__uEXhyq__label{font-family:var(--font-primary);font-weight:var(--fw-medium);font-size:var(--text-xs);color:var(--color-primary);letter-spacing:.02em}.Contact-module__uEXhyq__input,.Contact-module__uEXhyq__select{border-radius:var(--radius-md);width:100%;color:var(--color-ink);font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast);appearance:none;background-color:#21350b0a;border:1px solid #21350b26;outline:none;padding:12px 16px}.Contact-module__uEXhyq__input::placeholder{color:#21350b59}.Contact-module__uEXhyq__input:focus,.Contact-module__uEXhyq__select:focus{border-color:var(--color-primary);background-color:#21350b0f;box-shadow:0 0 0 3px #21350b14}.Contact-module__uEXhyq__inputError{background-color:#c0392b0a;border-color:#c0392b}.Contact-module__uEXhyq__inputError:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1f}.Contact-module__uEXhyq__errorMsg{font-family:var(--font-primary);font-weight:var(--fw-medium);font-size:var(--text-xs);color:#c0392b;margin-top:2px}.Contact-module__uEXhyq__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(33,53,11,0.4)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.Contact-module__uEXhyq__select option{background-color:var(--color-light-alt);color:var(--color-ink)}.Contact-module__uEXhyq__lgpd{align-items:flex-start;gap:var(--space-2);margin-top:var(--space-1);display:flex}.Contact-module__uEXhyq__checkbox{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0;margin-top:2px}.Contact-module__uEXhyq__lgpdLabel{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:var(--color-ink-60);cursor:pointer;line-height:1.6}.Contact-module__uEXhyq__lgpdLink{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}.Contact-module__uEXhyq__lgpdLink:hover{color:var(--color-accent-hover)}.Contact-module__uEXhyq__submitBtn{justify-content:center;align-items:center;gap:var(--space-2);background-color:var(--color-primary);width:100%;color:var(--color-white);font-family:var(--font-primary);font-weight:var(--fw-semibold);font-size:var(--text-base);border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);border:none;padding:16px 32px;display:inline-flex}.Contact-module__uEXhyq__submitBtn:disabled{opacity:.7;cursor:wait;box-shadow:none;transform:none}.Contact-module__uEXhyq__submitBtn:disabled:hover{background-color:var(--color-primary);box-shadow:none;transform:none}.Contact-module__uEXhyq__submitFeedbackError,.Contact-module__uEXhyq__submitFeedbackSuccess{font-family:var(--font-primary);font-size:var(--text-sm);margin:0;line-height:1.6}.Contact-module__uEXhyq__submitFeedbackError{color:#c0392b}.Contact-module__uEXhyq__submitFeedbackSuccess{color:var(--color-primary)}.Contact-module__uEXhyq__submitBtn:hover{background-color:#182a08;transform:translateY(-2px);box-shadow:0 8px 24px #21350b4d}.Contact-module__uEXhyq__submitBtn:active{transform:translateY(0)}.Contact-module__uEXhyq__submitBtn svg{transition:transform var(--transition-fast)}.Contact-module__uEXhyq__submitBtn:hover svg{transform:translate(4px)}@media (max-width:768px){.Contact-module__uEXhyq__wrapper{height:auto}.Contact-module__uEXhyq__contact{height:auto;position:relative}.Contact-module__uEXhyq__inner{grid-template-columns:1fr;height:auto}.Contact-module__uEXhyq__formSide{padding:var(--space-6)var(--space-4)var(--space-8);justify-content:flex-start;align-items:flex-start;overflow:visible}.Contact-module__uEXhyq__formContainer{max-width:none}.Contact-module__uEXhyq__imageWrapper{display:none}.Contact-module__uEXhyq__imageOverlay{background:linear-gradient(to bottom,transparent 0%,transparent 50%,var(--color-light-alt)100%)}}@media (max-width:640px){.Contact-module__uEXhyq__formRow{grid-template-columns:1fr}}
.Footer-module__zo8iTq__footer{background-color:var(--color-ink);color:var(--color-white);padding-top:clamp(var(--space-16),6vw,var(--space-24));padding-bottom:var(--space-8)}.Footer-module__zo8iTq__body{gap:clamp(var(--space-8),4vw,var(--space-16));margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1.5fr;display:grid}.Footer-module__zo8iTq__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__zo8iTq__brandName{font-family:var(--font-secondary);font-weight:var(--fw-semibold);font-size:var(--text-base);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white)}.Footer-module__zo8iTq__brandTagline{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);color:#ffffff73;max-width:280px;line-height:1.65}.Footer-module__zo8iTq__socials{gap:var(--space-3);margin-top:var(--space-2);display:flex}.Footer-module__zo8iTq__socialLink{border-radius:var(--radius-md);color:#ffffff80;width:40px;height:40px;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);background-color:#ffffff0f;border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex}.Footer-module__zo8iTq__socialLink:hover{color:var(--color-accent);background-color:#cedd761f;border-color:#cedd7633}.Footer-module__zo8iTq__nav{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__zo8iTq__colTitle{font-family:var(--font-secondary);font-weight:var(--fw-semibold);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:#ffffff59}.Footer-module__zo8iTq__navList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__zo8iTq__navLink{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-sm);color:#ffffff8c;transition:color var(--transition-fast);line-height:1}.Footer-module__zo8iTq__navLink:hover{color:var(--color-accent)}.Footer-module__zo8iTq__contactItem{flex-direction:column;gap:2px;display:flex}.Footer-module__zo8iTq__contactLabel{font-family:var(--font-primary);letter-spacing:.08em;text-transform:uppercase;color:#ffffff40;font-size:10px}.Footer-module__zo8iTq__divider{height:1px;margin-bottom:var(--space-8);background-color:#ffffff12}.Footer-module__zo8iTq__bottom{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Footer-module__zo8iTq__copyright{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#ffffff4d}.Footer-module__zo8iTq__devCredit{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#ffffff47;transition:color var(--transition-fast)}.Footer-module__zo8iTq__devCredit:hover{color:#ffffff73}.Footer-module__zo8iTq__devCreditBrand{color:#8b5cf6}.Footer-module__zo8iTq__legalLinks{align-items:center;gap:var(--space-2);display:flex}.Footer-module__zo8iTq__legalLink{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--text-xs);color:#ffffff4d;transition:color var(--transition-fast)}.Footer-module__zo8iTq__legalLink:hover{color:var(--color-accent)}.Footer-module__zo8iTq__legalDot{color:#fff3}@media (max-width:1024px){.Footer-module__zo8iTq__body{grid-template-columns:1fr 1fr}.Footer-module__zo8iTq__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__zo8iTq__body{grid-template-columns:1fr}.Footer-module__zo8iTq__brand{grid-column:1}.Footer-module__zo8iTq__bottom{flex-direction:column;align-items:flex-start}}
.Gallery-module__YQxP3q__gallery{padding-block:clamp(var(--space-12),8vw,var(--space-24));background-color:#0000}.Gallery-module__YQxP3q__header{max-width:800px;margin-bottom:var(--space-12)}.Gallery-module__YQxP3q__title{color:var(--color-white);margin-bottom:var(--space-4)}.Gallery-module__YQxP3q__subtitle{color:#fff9}.Gallery-module__YQxP3q__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Gallery-module__YQxP3q__item{aspect-ratio:4/5;border-radius:var(--radius-2xl);transition:transform var(--transition-normal),border-color var(--transition-normal);border:1px solid #c5d37c1a;position:relative;overflow:hidden}.Gallery-module__YQxP3q__item:nth-child(2),.Gallery-module__YQxP3q__item:nth-child(5){margin-top:var(--space-8)}.Gallery-module__YQxP3q__item:hover{border-color:#c5d37c66;transform:translateY(-8px)}.Gallery-module__YQxP3q__imageWrapper{width:100%;height:100%;position:relative}.Gallery-module__YQxP3q__placeholder{color:#c5d37ccc;width:100%;height:100%;font-family:var(--font-secondary);text-align:center;background:linear-gradient(135deg,#141e0acc,#283c1466);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.Gallery-module__YQxP3q__overlay{padding:var(--space-6);opacity:.8;transition:opacity var(--transition-normal);background:linear-gradient(#0000 0%,#0e1508e6 100%);flex-direction:column;gap:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.Gallery-module__YQxP3q__item:hover .Gallery-module__YQxP3q__overlay{opacity:1}.Gallery-module__YQxP3q__categoryTag{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);border-radius:var(--radius-full);background:#c5d37c1a;align-self:flex-start;padding:4px 10px;font-size:10px;font-weight:700}.Gallery-module__YQxP3q__itemTitle{font-size:var(--text-lg);color:var(--color-white);font-weight:600}@media (max-width:1024px){.Gallery-module__YQxP3q__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__YQxP3q__item:nth-child(2n){margin-top:var(--space-8)}.Gallery-module__YQxP3q__item:nth-child(odd){margin-top:0}}@media (max-width:640px){.Gallery-module__YQxP3q__grid{gap:var(--space-4);grid-template-columns:1fr}.Gallery-module__YQxP3q__item{aspect-ratio:3/2;margin-top:0!important}}
.TreeScroll-module__jLCMda__section{background-color:#eaf1e4;line-height:0;margin-bottom:0!important;padding-block:0!important}.TreeScroll-module__jLCMda__section *{line-height:revert}.TreeScroll-module__jLCMda__scrollWrapper{height:400vh;position:relative}.TreeScroll-module__jLCMda__sticky{background-color:#eaf1e4;width:100%;height:100vh;position:relative;overflow:hidden}.TreeScroll-module__jLCMda__canvas{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.TreeScroll-module__jLCMda__sidePanel{width:21%;height:100%;padding-block:var(--space-8);opacity:0;pointer-events:auto;z-index:5;scrollbar-width:none;flex-direction:column;justify-content:safe center;display:flex;position:absolute;top:0;overflow-y:auto}.TreeScroll-module__jLCMda__sidePanel::-webkit-scrollbar{display:none}.TreeScroll-module__jLCMda__sidePanelLeft{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#eaf1e4fa 20%,#eaf1e4b3 50%,#eaf1e400 100%);padding-left:clamp(24px,4vw,64px);padding-right:clamp(24px,3vw,48px);left:0}.TreeScroll-module__jLCMda__sidePanelRight{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(270deg,#eaf1e4fa 20%,#eaf1e4b3 50%,#eaf1e400 100%);padding-left:clamp(24px,3vw,48px);padding-right:clamp(24px,4vw,64px);right:0}.TreeScroll-module__jLCMda__panelLabel{font-family:var(--font-primary);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.14em;text-transform:uppercase;color:var(--color-medium);margin-bottom:clamp(12px,1.5vh,20px)}.TreeScroll-module__jLCMda__mobileHiddenLabel{display:block}.TreeScroll-module__jLCMda__divider{background:linear-gradient(90deg,#1b32091f 0%,#1b320900 100%);width:100%;height:1px;margin-block:clamp(6px,.8vh,12px)}.TreeScroll-module__jLCMda__sidePanelRight .TreeScroll-module__jLCMda__divider{background:linear-gradient(270deg,#1b32091f 0%,#1b320900 100%)}.TreeScroll-module__jLCMda__methodCard{padding:var(--space-2)0;transition:transform var(--transition-normal);position:relative}.TreeScroll-module__jLCMda__methodCard:hover{transform:translate(8px)}.TreeScroll-module__jLCMda__sidePanelRight .TreeScroll-module__jLCMda__methodCard:hover,.TreeScroll-module__jLCMda__sidePanelRight .TreeScroll-module__jLCMda__moduleCard:hover{transform:translate(-8px)}.TreeScroll-module__jLCMda__methodCardAccent{background:var(--color-accent);border-radius:var(--radius-full);opacity:0;width:3px;height:60%;transition:opacity var(--transition-normal);position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.TreeScroll-module__jLCMda__methodCard:hover .TreeScroll-module__jLCMda__methodCardAccent{opacity:1}.TreeScroll-module__jLCMda__methodCardContent{flex-direction:column;gap:8px;display:flex}.TreeScroll-module__jLCMda__methodCardHeader{align-items:center;gap:var(--space-3);display:flex}.TreeScroll-module__jLCMda__methodNumber{font-family:var(--font-secondary);font-size:clamp(18px,2vw,28px);font-weight:var(--fw-bold);color:var(--color-accent);letter-spacing:-.04em;opacity:.8;flex-shrink:0;line-height:1}.TreeScroll-module__jLCMda__methodTitle{font-family:var(--font-primary);font-size:clamp(13px,1.1vw,16px);font-weight:var(--fw-bold);color:var(--color-primary);letter-spacing:-.01em;margin:0;line-height:1.2}.TreeScroll-module__jLCMda__methodDesc{font-family:var(--font-primary);font-size:clamp(11px,.75vw,13px);font-weight:var(--fw-regular);color:var(--color-ink);opacity:.85;margin:0;line-height:1.5}.TreeScroll-module__jLCMda__moduleCard{padding:var(--space-2)0;transition:transform var(--transition-normal);flex-direction:column;gap:6px;display:flex}.TreeScroll-module__jLCMda__moduleCardHeader{align-items:center;gap:var(--space-3);display:flex}.TreeScroll-module__jLCMda__moduleNumber{font-family:var(--font-secondary);font-size:clamp(18px,2vw,28px);font-weight:var(--fw-bold);color:var(--color-accent);letter-spacing:-.04em;opacity:.8;flex-shrink:0;line-height:1}.TreeScroll-module__jLCMda__moduleLabel{font-family:var(--font-primary);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);opacity:.6;margin-bottom:4px;line-height:1;display:block}.TreeScroll-module__jLCMda__moduleTitle{font-family:var(--font-primary);font-size:clamp(13px,1.1vw,16px);font-weight:var(--fw-bold);color:var(--color-primary);letter-spacing:-.01em;margin:0;line-height:1.25}.TreeScroll-module__jLCMda__topics{padding:0;padding-left:calc(clamp(24px,2.8vw,36px) + var(--space-3));flex-direction:column;gap:6px;margin:0;list-style:none;display:flex}.TreeScroll-module__jLCMda__topic{font-family:var(--font-primary);color:var(--color-ink);opacity:.8;align-items:center;gap:10px;font-size:clamp(11px,.75vw,13px);line-height:1.5;display:flex}.TreeScroll-module__jLCMda__topicDot{background-color:var(--color-accent);opacity:1;border-radius:50%;flex-shrink:0;width:4px;height:4px}.TreeScroll-module__jLCMda__scrollHint{font-family:var(--font-primary);color:#1b320961;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-size:10px;animation:2.4s ease-in-out infinite alternate TreeScroll-module__jLCMda__fadeHint;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}@keyframes TreeScroll-module__jLCMda__fadeHint{0%{opacity:.18}to{opacity:.55}}@media (max-width:900px){.TreeScroll-module__jLCMda__scrollWrapper{height:320vh}.TreeScroll-module__jLCMda__sidePanelRight{display:none}.TreeScroll-module__jLCMda__sidePanelLeft{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:linear-gradient(#eaf1e4f5 0%,#eaf1e4e6 54%,#eaf1e4c2 76%,#eaf1e46b 92%,#eaf1e400 100%);justify-content:flex-start;width:100%;height:100%;padding:116px 18px clamp(150px,22vh,220px);position:absolute;inset:0}.TreeScroll-module__jLCMda__sticky{height:100svh;min-height:100svh;padding-top:0;padding-bottom:0;position:relative;overflow:hidden}.TreeScroll-module__jLCMda__sidePanel{width:100%;padding:116px 18px 0}.TreeScroll-module__jLCMda__panelLabel{margin-bottom:6px;font-size:.6rem}.TreeScroll-module__jLCMda__methodCard,.TreeScroll-module__jLCMda__moduleCard{padding:8px 0}.TreeScroll-module__jLCMda__divider{margin-block:6px}.TreeScroll-module__jLCMda__methodTitle,.TreeScroll-module__jLCMda__moduleTitle{font-size:1.125rem;line-height:1.18}.TreeScroll-module__jLCMda__methodDesc,.TreeScroll-module__jLCMda__topic{font-size:.82rem;line-height:1.5}.TreeScroll-module__jLCMda__topics{gap:4px;padding-left:calc(1.5rem + 8px)}.TreeScroll-module__jLCMda__methodNumber,.TreeScroll-module__jLCMda__moduleNumber{color:#b7c65efa;opacity:1;text-shadow:0 1px 2px #eaf1e4bf;font-size:1.5rem}.TreeScroll-module__jLCMda__moduleLabel{color:#21350bd1;opacity:1;margin-bottom:2px;font-size:.58rem}.TreeScroll-module__jLCMda__panelLabel{color:#21350b9e;font-weight:700}.TreeScroll-module__jLCMda__methodCardAccent,.TreeScroll-module__jLCMda__mobileHiddenLabel{display:none}.TreeScroll-module__jLCMda__scrollHint{font-size:.55rem;display:block;bottom:1.25rem}}@media (max-width:640px){.TreeScroll-module__jLCMda__scrollWrapper{height:300vh}.TreeScroll-module__jLCMda__sidePanel,.TreeScroll-module__jLCMda__sidePanelLeft{padding-inline:14px}.TreeScroll-module__jLCMda__sidePanelLeft{padding-top:120px;padding-bottom:clamp(140px,20vh,200px)}.TreeScroll-module__jLCMda__methodCardHeader,.TreeScroll-module__jLCMda__moduleCardHeader{align-items:flex-start;gap:8px}.TreeScroll-module__jLCMda__methodNumber,.TreeScroll-module__jLCMda__moduleNumber{color:#b7c65e;font-size:1.35rem;line-height:1}.TreeScroll-module__jLCMda__methodTitle,.TreeScroll-module__jLCMda__moduleTitle{font-size:1rem;line-height:1.15}.TreeScroll-module__jLCMda__methodDesc,.TreeScroll-module__jLCMda__topic{font-size:.76rem;line-height:1.45}.TreeScroll-module__jLCMda__moduleLabel,.TreeScroll-module__jLCMda__panelLabel{letter-spacing:.1em;font-size:.55rem}.TreeScroll-module__jLCMda__moduleLabel{color:#21350bdb;font-weight:700}.TreeScroll-module__jLCMda__panelLabel{color:#21350ba8;font-weight:700}.TreeScroll-module__jLCMda__topics{gap:3px;padding-left:calc(1.35rem + 8px)}.TreeScroll-module__jLCMda__footerCta{text-align:center;flex-direction:column}.TreeScroll-module__jLCMda__ctaButton{justify-content:center;width:100%}}
