.RegistrationModal-module__DFCCRa__overlay{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f2b5b52;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.RegistrationModal-module__DFCCRa__modal{background:var(--surface);border-radius:16px;width:100%;max-width:720px;max-height:92vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 32px 80px #0f2b5b33}.RegistrationModal-module__DFCCRa__closeBtn{background:var(--bg-soft);cursor:pointer;width:34px;height:34px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:flex;position:absolute;top:18px;right:18px}.RegistrationModal-module__DFCCRa__closeBtn:hover{background:var(--border)}.RegistrationModal-module__DFCCRa__title{color:var(--navy);margin:0 0 6px;font-size:24px;font-weight:700}.RegistrationModal-module__DFCCRa__subtitle{color:var(--text-muted);margin-bottom:24px;font-size:14.5px;line-height:1.5}.RegistrationModal-module__DFCCRa__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--navy);border-bottom:1px solid var(--border);margin:22px 0 12px;padding-bottom:6px;font-size:12.5px;font-weight:700}.RegistrationModal-module__DFCCRa__hint{color:var(--text-muted);margin:0 0 12px;font-size:13px;line-height:1.5}.RegistrationModal-module__DFCCRa__row2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.RegistrationModal-module__DFCCRa__row3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.RegistrationModal-module__DFCCRa__field{color:var(--navy);flex-direction:column;gap:6px;margin-bottom:16px;font-size:13.5px;font-weight:600;display:flex}.RegistrationModal-module__DFCCRa__field input,.RegistrationModal-module__DFCCRa__field select{border:1.5px solid var(--border-soft);color:var(--text);background:var(--surface);border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px}.RegistrationModal-module__DFCCRa__field input:focus{border-color:var(--navy)}.RegistrationModal-module__DFCCRa__fieldHint{color:var(--text-muted);margin-top:-2px;font-size:12px;font-weight:400}.RegistrationModal-module__DFCCRa__membersList{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.RegistrationModal-module__DFCCRa__memberRow{grid-template-columns:190px minmax(0,1fr) minmax(0,1fr);align-items:center;gap:10px;display:grid}.RegistrationModal-module__DFCCRa__memberRow input{border:1.5px solid var(--border-soft);color:var(--text);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.RegistrationModal-module__DFCCRa__memberRow input:focus{border-color:var(--navy)}.RegistrationModal-module__DFCCRa__memberLabel{color:var(--text);font-size:13px;font-weight:600}.RegistrationModal-module__DFCCRa__memberTrackNum{color:var(--navy);font-weight:700}.RegistrationModal-module__DFCCRa__consentRow{color:var(--text);cursor:pointer;align-items:flex-start;gap:10px;margin-top:6px;font-size:13.5px;line-height:1.5;display:flex}.RegistrationModal-module__DFCCRa__consentRow input{width:16px;height:16px;accent-color:var(--navy);margin-top:3px}.RegistrationModal-module__DFCCRa__error{background:var(--error-bg);color:var(--error);border-radius:8px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500}.RegistrationModal-module__DFCCRa__submitBtn{justify-content:center;width:100%;margin-top:20px}.RegistrationModal-module__DFCCRa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.RegistrationModal-module__DFCCRa__successBox{flex-direction:column;align-items:flex-start;gap:14px;padding:12px 0;display:flex}.RegistrationModal-module__DFCCRa__successMark{background:var(--success);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.RegistrationModal-module__DFCCRa__successText{max-width:520px;color:var(--text);margin:0;font-size:15.5px;line-height:1.6}.RegistrationModal-module__DFCCRa__successNote{color:var(--text-muted);margin:0;font-size:13.5px}@media (max-width:640px){.RegistrationModal-module__DFCCRa__row2,.RegistrationModal-module__DFCCRa__row3,.RegistrationModal-module__DFCCRa__memberRow{grid-template-columns:1fr}}
.Header-module__hBw1pG__headerWrap{z-index:50;justify-content:center;padding:16px 18px 0;display:flex;position:sticky;top:16px}.Header-module__hBw1pG__header{background:var(--surface-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);width:100%;min-width:0;max-width:960px;box-shadow:var(--shadow-lg);border-radius:999px;align-items:center;gap:24px;padding:10px 10px 10px 20px;display:flex}.Header-module__hBw1pG__brand{align-items:center;gap:10px;min-width:0;display:flex}.Header-module__hBw1pG__brandText{flex-direction:column;min-width:0;display:flex;overflow:hidden}.Header-module__hBw1pG__brandMain,.Header-module__hBw1pG__brandSub{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Header-module__hBw1pG__brandMain{color:var(--navy);letter-spacing:.02em;font-size:15px;font-weight:700}.Header-module__hBw1pG__brandSub{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10.5px}.Header-module__hBw1pG__nav{align-items:center;gap:22px;margin-left:auto;margin-right:auto;display:flex}.Header-module__hBw1pG__navLink{color:var(--text);transition:var(--tr);font-size:14.5px;font-weight:500}.Header-module__hBw1pG__navLink:hover{color:var(--navy)}.Header-module__hBw1pG__cta{background:var(--navy-fill);color:var(--on-fill);cursor:pointer;transition:var(--tr);white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:12px 22px;font-family:inherit;font-size:14.5px;font-weight:600}.Header-module__hBw1pG__cta:hover{background:var(--navy-fill-dark)}.Header-module__hBw1pG__ctaShort{display:none}@media (max-width:860px){.Header-module__hBw1pG__navLink{display:none}}@media (max-width:560px){.Header-module__hBw1pG__headerWrap{padding:12px 12px 0}.Header-module__hBw1pG__header{gap:10px;padding:8px 8px 8px 14px}.Header-module__hBw1pG__brandSub{display:none}.Header-module__hBw1pG__cta{padding:10px 16px;font-size:13.5px}.Header-module__hBw1pG__ctaFull{display:none}.Header-module__hBw1pG__ctaShort{display:inline}}
.HeroEcosystem-module__r10buG__wrap{flex-shrink:0;width:320px;height:320px;position:relative}.HeroEcosystem-module__r10buG__orbit{transform-origin:50%;animation:60s linear infinite HeroEcosystem-module__r10buG__eco-orbit;position:absolute;inset:0}.HeroEcosystem-module__r10buG__wrap:hover .HeroEcosystem-module__r10buG__orbit{animation-play-state:paused}@keyframes HeroEcosystem-module__r10buG__eco-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HeroEcosystem-module__r10buG__svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.HeroEcosystem-module__r10buG__ring{fill:none;stroke-width:1.5px;opacity:.35}.HeroEcosystem-module__r10buG__ringDashed{fill:none;stroke:var(--border-soft);stroke-width:1px;stroke-dasharray:3 5;opacity:.6}.HeroEcosystem-module__r10buG__arcDot{fill:var(--teal);opacity:.6;animation:3.2s ease-in-out infinite HeroEcosystem-module__r10buG__eco-dot-pulse}@keyframes HeroEcosystem-module__r10buG__eco-dot-pulse{0%,to{opacity:.4}50%{opacity:.9}}.HeroEcosystem-module__r10buG__node{width:100px;height:100px;position:absolute}.HeroEcosystem-module__r10buG__nodeTop{top:14px;left:110px}.HeroEcosystem-module__r10buG__nodeBl{top:158px;left:27px}.HeroEcosystem-module__r10buG__nodeBr{top:158px;left:193px}.HeroEcosystem-module__r10buG__nodeInner{width:100%;height:100%;color:var(--on-fill);text-align:center;transform-origin:50%;transition:box-shadow var(--tr);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;animation:60s linear infinite HeroEcosystem-module__r10buG__eco-orbit-reverse,4s ease-in-out infinite HeroEcosystem-module__r10buG__eco-glow-pulse;display:flex;position:relative}.HeroEcosystem-module__r10buG__wrap:hover .HeroEcosystem-module__r10buG__nodeInner{animation-play-state:paused}@keyframes HeroEcosystem-module__r10buG__eco-orbit-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.HeroEcosystem-module__r10buG__toneNavy{background:linear-gradient(135deg, var(--navy), var(--navy-fill-soft));box-shadow:0 0 24px color-mix(in srgb, var(--navy) 55%, transparent), 0 0 50px color-mix(in srgb, var(--navy) 22%, transparent)}.HeroEcosystem-module__r10buG__node:hover .HeroEcosystem-module__r10buG__toneNavy,.HeroEcosystem-module__r10buG__node:focus-visible .HeroEcosystem-module__r10buG__toneNavy{box-shadow:0 0 32px color-mix(in srgb, var(--navy) 75%, transparent), 0 0 64px color-mix(in srgb, var(--navy) 35%, transparent)}.HeroEcosystem-module__r10buG__toneMid{background:linear-gradient(135deg, var(--navy), var(--teal));box-shadow:0 0 24px color-mix(in srgb, var(--navy) 30%, color-mix(in srgb, var(--teal) 30%, transparent)), 0 0 50px color-mix(in srgb, var(--teal) 20%, transparent)}.HeroEcosystem-module__r10buG__node:hover .HeroEcosystem-module__r10buG__toneMid,.HeroEcosystem-module__r10buG__node:focus-visible .HeroEcosystem-module__r10buG__toneMid{box-shadow:0 0 32px color-mix(in srgb, var(--navy) 40%, color-mix(in srgb, var(--teal) 40%, transparent)), 0 0 64px color-mix(in srgb, var(--teal) 32%, transparent)}.HeroEcosystem-module__r10buG__toneTeal{background:linear-gradient(135deg, var(--teal), var(--teal-dark));box-shadow:0 0 24px color-mix(in srgb, var(--teal) 55%, transparent), 0 0 50px color-mix(in srgb, var(--teal) 22%, transparent)}.HeroEcosystem-module__r10buG__node:hover .HeroEcosystem-module__r10buG__toneTeal,.HeroEcosystem-module__r10buG__node:focus-visible .HeroEcosystem-module__r10buG__toneTeal{box-shadow:0 0 32px color-mix(in srgb, var(--teal) 75%, transparent), 0 0 64px color-mix(in srgb, var(--teal) 35%, transparent)}@keyframes HeroEcosystem-module__r10buG__eco-glow-pulse{0%,to{filter:brightness()}50%{filter:brightness(1.08)}}.HeroEcosystem-module__r10buG__num{font-family:var(--font-display), "Golos Text", sans-serif;font-size:30px;font-weight:800;line-height:1}.HeroEcosystem-module__r10buG__label{opacity:.92;margin-top:4px;font-size:11.5px;font-weight:600}.HeroEcosystem-module__r10buG__hoverLabel{width:148px;color:var(--text-mid);background:var(--surface);box-shadow:var(--shadow);opacity:0;transition:opacity var(--tr), transform var(--tr);pointer-events:none;border-radius:10px;padding:8px 12px;font-size:12.5px;font-weight:500;line-height:1.4;position:absolute;top:50%;transform:translateY(-50%)translate(-8px)}.HeroEcosystem-module__r10buG__node:hover .HeroEcosystem-module__r10buG__hoverLabel,.HeroEcosystem-module__r10buG__node:focus-visible .HeroEcosystem-module__r10buG__hoverLabel{opacity:1;transform:translateY(-50%)translate(0)}.HeroEcosystem-module__r10buG__labelRight{text-align:left;left:calc(100% + 16px)}.HeroEcosystem-module__r10buG__labelLeft{text-align:right;right:calc(100% + 16px)}@media (prefers-reduced-motion:reduce){.HeroEcosystem-module__r10buG__orbit,.HeroEcosystem-module__r10buG__nodeInner,.HeroEcosystem-module__r10buG__arcDot{animation:none}}@media (hover:none),(max-width:480px){.HeroEcosystem-module__r10buG__hoverLabel{opacity:1;text-align:center;width:130px;color:var(--text-mid);top:calc(100% + 8px);left:50%;right:auto;transform:translate(-50%)}.HeroEcosystem-module__r10buG__node:hover .HeroEcosystem-module__r10buG__hoverLabel,.HeroEcosystem-module__r10buG__node:focus-visible .HeroEcosystem-module__r10buG__hoverLabel{transform:translate(-50%)}}@media (max-width:860px){.HeroEcosystem-module__r10buG__wrap{width:280px;height:280px;margin:0 auto 56px}.HeroEcosystem-module__r10buG__node{width:88px;height:88px}.HeroEcosystem-module__r10buG__nodeTop{top:12px;left:96px}.HeroEcosystem-module__r10buG__nodeBl{top:138px;left:24px}.HeroEcosystem-module__r10buG__nodeBr{top:138px;left:168px}.HeroEcosystem-module__r10buG__num{font-size:26px}}@media (max-width:420px){.HeroEcosystem-module__r10buG__wrap{width:240px;height:240px;margin:0 auto 72px}.HeroEcosystem-module__r10buG__node{width:72px;height:72px}.HeroEcosystem-module__r10buG__nodeTop{top:8px;left:84px}.HeroEcosystem-module__r10buG__nodeBl{top:118px;left:20px}.HeroEcosystem-module__r10buG__nodeBr{top:118px;left:148px}.HeroEcosystem-module__r10buG__num{font-size:21px}.HeroEcosystem-module__r10buG__label{font-size:10px}}
.HeroSection-module__sBkrQG__hero{position:relative;overflow:hidden}.HeroSection-module__sBkrQG__grid{grid-template-columns:1fr 320px;align-items:center;gap:48px;padding:108px 24px 100px;display:grid}.HeroSection-module__sBkrQG__copy{text-align:left;flex-direction:column;align-items:flex-start;gap:26px;width:100%;min-width:0;display:flex}.HeroSection-module__sBkrQG__copy>*{animation:.6s cubic-bezier(.16,1,.3,1) both HeroSection-module__sBkrQG__fade-slide}.HeroSection-module__sBkrQG__title{animation-delay:0s}.HeroSection-module__sBkrQG__desc{animation-delay:60ms}.HeroSection-module__sBkrQG__pills{animation-delay:.16s}.HeroSection-module__sBkrQG__actions{animation-delay:.2s}.HeroSection-module__sBkrQG__org{animation-delay:.24s}.HeroSection-module__sBkrQG__title{font-family:var(--font-display), "Golos Text", sans-serif;color:var(--navy);letter-spacing:-.02em;max-width:100%;margin:0;font-size:clamp(52px,7.4vw,84px);font-weight:800;line-height:1}.HeroSection-module__sBkrQG__desc{width:100%;max-width:580px;margin:0;font-size:19px;line-height:1.6}.HeroSection-module__sBkrQG__pills{flex-wrap:wrap;justify-content:flex-start;gap:10px;max-width:100%;display:flex}.HeroSection-module__sBkrQG__pillPrimary{border:1.5px solid var(--navy);color:var(--navy);border-radius:999px;padding:8px 16px;font-size:14.5px;font-weight:600}.HeroSection-module__sBkrQG__pillAccent{background:var(--accent-tint);color:var(--teal-dark);border:1.5px solid #0000;border-radius:999px;padding:8px 16px;font-size:14.5px;font-weight:600}.HeroSection-module__sBkrQG__actions{flex-wrap:wrap;align-items:center;gap:14px;max-width:100%;margin-top:6px;display:flex}.HeroSection-module__sBkrQG__heroCta{box-shadow:var(--shadow);padding:17px 32px;font-size:16px}.HeroSection-module__sBkrQG__org{color:var(--text-muted);font-size:13.5px;line-height:1.5}@media (prefers-reduced-motion:reduce){.HeroSection-module__sBkrQG__copy>*{animation:none}}@media (max-width:860px){.HeroSection-module__sBkrQG__grid{grid-template-columns:1fr}}
.AboutSection-module__UGBiha__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:32px;display:grid}.AboutSection-module__UGBiha__card{align-items:center;gap:12px;padding:22px;display:flex;overflow:hidden}.AboutSection-module__UGBiha__cardBody{flex:1;min-width:0}.AboutSection-module__UGBiha__cardIllustration{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutSection-module__UGBiha__cardTitle{color:var(--navy);margin:0 0 8px;font-size:16px;font-weight:700}.AboutSection-module__UGBiha__cardText{margin:0;font-size:14px;line-height:1.5}.AboutSection-module__UGBiha__cardRule{background:var(--border-soft);width:28px;height:2px;margin-top:16px}.AboutSection-module__UGBiha__conditions{align-items:center;gap:24px;padding:24px 28px;display:flex}.AboutSection-module__UGBiha__conditionsBody{flex:1;min-width:0}.AboutSection-module__UGBiha__conditionsIllustration{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutSection-module__UGBiha__conditionsTitle{color:var(--navy);margin:0 0 16px;font-size:16px;font-weight:700}.AboutSection-module__UGBiha__conditionsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 24px;display:grid}.AboutSection-module__UGBiha__conditionItem{align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;display:flex}.AboutSection-module__UGBiha__conditionIcon{background:var(--bg-soft);width:32px;height:32px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:860px){.AboutSection-module__UGBiha__grid{grid-template-columns:1fr}.AboutSection-module__UGBiha__conditionsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.AboutSection-module__UGBiha__card{flex-direction:column;align-items:flex-start}.AboutSection-module__UGBiha__cardIllustration{align-self:center}.AboutSection-module__UGBiha__conditions{flex-direction:column}.AboutSection-module__UGBiha__conditionsIllustration{order:-1}.AboutSection-module__UGBiha__conditionsGrid{grid-template-columns:1fr}}
.TracksSection-module__vHSh5W__tabs{flex-wrap:wrap;gap:8px;margin-bottom:0;display:flex}.TracksSection-module__vHSh5W__tab{text-align:left;background:var(--surface);border:1.5px solid var(--border);cursor:pointer;color:var(--text-muted);transition:var(--tr);border-radius:999px;align-items:center;gap:10px;padding:10px 16px 10px 20px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.TracksSection-module__vHSh5W__tab:hover{border-color:var(--navy);color:var(--navy)}.TracksSection-module__vHSh5W__tabActive{background:var(--navy-fill);color:var(--on-fill);border-color:var(--navy)}.TracksSection-module__vHSh5W__tabArrow{opacity:.5;transition:var(--tr);font-size:15px}.TracksSection-module__vHSh5W__tab:hover .TracksSection-module__vHSh5W__tabArrow,.TracksSection-module__vHSh5W__tabActive .TracksSection-module__vHSh5W__tabArrow{opacity:1;transform:translate(2px)}.TracksSection-module__vHSh5W__panel{background:var(--bg-soft);border:1.5px solid var(--navy);border-radius:14px;grid-template-columns:1fr 300px;gap:40px;margin-top:22px;padding:40px;animation:.28s TracksSection-module__vHSh5W__fade-slide;display:grid;position:relative;overflow:hidden}.TracksSection-module__vHSh5W__panelMain{flex-direction:column;gap:18px;display:flex;position:relative}.TracksSection-module__vHSh5W__trackTitle{color:var(--navy);margin:0;font-size:24px;font-weight:700;line-height:1.25}.TracksSection-module__vHSh5W__pain{background:var(--surface);border-left:4px solid var(--navy);border-radius:0 8px 8px 0;padding:14px 18px;font-size:15.5px;line-height:1.55}.TracksSection-module__vHSh5W__pain strong{color:var(--navy)}.TracksSection-module__vHSh5W__trackDesc{margin:0;font-size:15.5px;line-height:1.65}.TracksSection-module__vHSh5W__format{color:var(--text-mid);font-size:14.5px;line-height:1.7}.TracksSection-module__vHSh5W__format strong{color:var(--navy)}.TracksSection-module__vHSh5W__badge{background:var(--warning-bg);color:var(--warning-text);border-radius:999px;align-self:flex-start;padding:8px 14px;font-size:13.5px;font-weight:600;display:inline-flex}.TracksSection-module__vHSh5W__takeaway{border-top:1px solid var(--border-soft);padding-top:16px;font-size:15px;line-height:1.6}.TracksSection-module__vHSh5W__takeaway strong{color:var(--navy)}.TracksSection-module__vHSh5W__sidebar{flex-direction:column;gap:16px;display:flex;position:relative}.TracksSection-module__vHSh5W__moderatorCard,.TracksSection-module__vHSh5W__materialsCard{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:20px}.TracksSection-module__vHSh5W__moderatorCard{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.TracksSection-module__vHSh5W__avatarRing{background:linear-gradient(135deg, var(--navy), var(--teal));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:116px;height:116px;padding:4px;display:flex}.TracksSection-module__vHSh5W__avatar{border:3px solid var(--surface);width:100%;height:100%;color:var(--on-fill);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;font-size:22px;font-weight:800;display:flex}.TracksSection-module__vHSh5W__avatar-navy{background:var(--navy-fill)}.TracksSection-module__vHSh5W__avatar-blue{background:var(--navy-fill-soft)}.TracksSection-module__vHSh5W__avatarPhoto{border:3px solid var(--surface);object-fit:cover;box-sizing:border-box;border-radius:50%;width:100%;height:100%;display:block}.TracksSection-module__vHSh5W__modLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:700}.TracksSection-module__vHSh5W__modName{color:var(--navy);margin-top:4px;font-size:17px;font-weight:700}.TracksSection-module__vHSh5W__modRole{color:var(--text-muted);margin-top:2px;font-size:13.5px;line-height:1.45}.TracksSection-module__vHSh5W__modEmail{color:var(--navy);margin-top:8px;font-size:13.5px;font-weight:600;display:inline-block}.TracksSection-module__vHSh5W__materialsLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:10px;font-size:12px;font-weight:700}.TracksSection-module__vHSh5W__materialsText{color:var(--text-mid);font-size:13.5px;line-height:1.7}@media (max-width:860px){.TracksSection-module__vHSh5W__panel{grid-template-columns:1fr;padding:26px}}
.ProgramSection-module__-pbtkq__days{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.ProgramSection-module__-pbtkq__dayCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:28px}.ProgramSection-module__-pbtkq__dayBadge{background:var(--navy-fill);color:var(--on-fill);border-radius:999px;margin-bottom:20px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.ProgramSection-module__-pbtkq__itemList{flex-direction:column;gap:16px;display:flex}.ProgramSection-module__-pbtkq__item{grid-template-columns:90px 1fr;gap:14px;display:grid}.ProgramSection-module__-pbtkq__time{color:var(--navy);padding-top:1px;font-size:13px;font-weight:700}.ProgramSection-module__-pbtkq__itemBody{flex-direction:column;gap:2px;display:flex}.ProgramSection-module__-pbtkq__itemTitle{color:var(--text);font-size:15px;font-weight:700}.ProgramSection-module__-pbtkq__itemTitleHl{color:var(--navy)}.ProgramSection-module__-pbtkq__itemDesc{color:var(--text-muted);font-size:13.5px;line-height:1.5}.ProgramSection-module__-pbtkq__note{color:var(--text-muted);margin:24px 0 0;font-size:14px;line-height:1.55}@media (max-width:860px){.ProgramSection-module__-pbtkq__days{grid-template-columns:1fr}}
.RegionMap-module__uQzzJW__wrap{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;padding:24px;display:flex}.RegionMap-module__uQzzJW__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:700}.RegionMap-module__uQzzJW__svg{flex:1;width:100%;height:auto}.RegionMap-module__uQzzJW__line{stroke:var(--border-soft);stroke-width:1px}.RegionMap-module__uQzzJW__lineActive{stroke:var(--teal);stroke-width:1.5px;transition:stroke var(--tr)}.RegionMap-module__uQzzJW__dot{fill:var(--text-faint);transition:fill var(--tr), r var(--tr)}.RegionMap-module__uQzzJW__nodeActive .RegionMap-module__uQzzJW__dot{fill:var(--teal)}.RegionMap-module__uQzzJW__pulse{fill:none;stroke:var(--teal);stroke-width:1.5px;opacity:.55;transform-origin:50%;animation:2.4s ease-out infinite RegionMap-module__uQzzJW__map-pulse}@keyframes RegionMap-module__uQzzJW__map-pulse{0%{r:6;opacity:.55}to{r:15;opacity:0}}.RegionMap-module__uQzzJW__cityLabel{fill:var(--text-muted);font-family:inherit;font-size:9px}.RegionMap-module__uQzzJW__nodeActive .RegionMap-module__uQzzJW__cityLabel{fill:var(--text);font-weight:600}.RegionMap-module__uQzzJW__foot{color:var(--text-muted);margin-top:12px;font-size:12px;line-height:1.5}@media (prefers-reduced-motion:reduce){.RegionMap-module__uQzzJW__pulse{opacity:0;animation:none}}
.RegistrationSection-module__VchYMq__layout{flex-direction:column;gap:24px;display:flex}.RegistrationSection-module__VchYMq__topRow{grid-template-columns:320px 1fr;align-items:stretch;gap:24px;display:grid}.RegistrationSection-module__VchYMq__counterCard{background:var(--navy-fill);color:var(--on-fill);border-radius:14px;flex-direction:column;gap:4px;padding:32px 28px;display:flex}.RegistrationSection-module__VchYMq__counterLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--on-fill-muted);margin-bottom:6px;font-size:12.5px;font-weight:700}.RegistrationSection-module__VchYMq__counterNum{letter-spacing:-.02em;font-size:84px;font-weight:800;line-height:1}.RegistrationSection-module__VchYMq__counterOf{color:var(--on-fill-muted);margin-top:4px;font-size:18px;font-weight:500}.RegistrationSection-module__VchYMq__progressTrack{background:#ffffff2e;border-radius:99px;height:10px;margin:20px 0 10px;overflow:hidden}.RegistrationSection-module__VchYMq__progressFill{background:var(--teal);border-radius:99px;height:100%;transition:width .4s}.RegistrationSection-module__VchYMq__counterLeft{color:var(--on-fill-muted);margin-bottom:6px;font-size:14px}.RegistrationSection-module__VchYMq__counterDeadline{color:var(--on-fill-muted);margin-bottom:20px;font-size:13px}.RegistrationSection-module__VchYMq__counterCta{justify-content:center;width:100%}.RegistrationSection-module__VchYMq__counterCta:disabled{opacity:.6;cursor:not-allowed}.RegistrationSection-module__VchYMq__rosterCard{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px}.RegistrationSection-module__VchYMq__rosterTitle{color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin:0 0 18px;font-size:15px;font-weight:700}.RegistrationSection-module__VchYMq__rosterEmpty{color:var(--text-muted);font-size:15px}.RegistrationSection-module__VchYMq__rosterGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.RegistrationSection-module__VchYMq__rosterItem{text-align:center;border:1px solid var(--border);border-radius:var(--rs);flex-direction:column;align-items:center;gap:6px;padding:14px 10px;display:flex}.RegistrationSection-module__VchYMq__rosterLogo{background:var(--bg-soft);width:52px;height:52px;color:var(--navy);border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex;overflow:hidden}.RegistrationSection-module__VchYMq__rosterLogo img{object-fit:contain;width:82%;height:82%}.RegistrationSection-module__VchYMq__rosterName{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.RegistrationSection-module__VchYMq__rosterCity{color:var(--text-faint);font-size:11.5px}@media (max-width:860px){.RegistrationSection-module__VchYMq__topRow{grid-template-columns:1fr}.RegistrationSection-module__VchYMq__counterNum{font-size:64px}}
.TeamSection-module__hWUDfq__desc{max-width:780px;color:var(--text-mid);margin:0 0 40px;font-size:17px;line-height:1.65}.TeamSection-module__hWUDfq__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.TeamSection-module__hWUDfq__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:26px}.TeamSection-module__hWUDfq__num{color:var(--navy);font-size:40px;font-weight:800}.TeamSection-module__hWUDfq__label{color:var(--text-muted);margin-top:8px;font-size:14.5px;line-height:1.5}@media (max-width:860px){.TeamSection-module__hWUDfq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.TeamSection-module__hWUDfq__projectsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px;display:grid}.TeamSection-module__hWUDfq__projectCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.TeamSection-module__hWUDfq__projectIcon{margin-bottom:10px}.TeamSection-module__hWUDfq__projectTitle{color:var(--text);margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.35}.TeamSection-module__hWUDfq__projectDesc{color:var(--text-muted);margin:0;font-size:13.5px;line-height:1.55}@media (max-width:860px){.TeamSection-module__hWUDfq__projectsGrid{grid-template-columns:1fr}}
.ContactsSection-module__SmDcYa__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:48px;display:grid}.ContactsSection-module__SmDcYa__copy{flex-direction:column;gap:4px;display:flex}.ContactsSection-module__SmDcYa__desc{max-width:480px;margin:4px 0 18px;font-size:16px;line-height:1.65}.ContactsSection-module__SmDcYa__card{background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;max-width:480px;padding:24px;display:flex}.ContactsSection-module__SmDcYa__name{color:var(--navy);font-size:16.5px;font-weight:700}.ContactsSection-module__SmDcYa__role{color:var(--text-muted);font-size:13.5px;line-height:1.45}.ContactsSection-module__SmDcYa__link{color:var(--navy);margin-top:4px;font-size:15px;font-weight:600}.ContactsSection-module__SmDcYa__heartWrap{border-radius:14px;height:100%;min-height:260px;overflow:hidden}.ContactsSection-module__SmDcYa__teamPhoto{object-fit:cover;width:100%;height:100%;min-height:260px;display:block}@media (max-width:860px){.ContactsSection-module__SmDcYa__grid{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);z-index:1;background:var(--surface);position:relative}.Footer-module__S6Hkya__inner{flex-wrap:wrap;align-items:center;gap:24px;padding:28px 24px;display:flex}.Footer-module__S6Hkya__brand{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__text{color:var(--text-muted);max-width:640px;font-size:13.5px;line-height:1.4}.Footer-module__S6Hkya__links{gap:20px;margin-left:auto;display:flex}.Footer-module__S6Hkya__link{color:var(--navy);font-size:13.5px}
