:root{--breakpoint-min-desktop: 768px;--font-family: "Montserrat", system-ui, sans-serif;--desktop-component-padding: 16px;--timer-badge-bg: #f3f4f7;--timer-dot-fill: #00c023}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased}.startup-count{white-space:nowrap;font-variant-numeric:tabular-nums}.layout-desktop,.layout-mobile{min-height:100vh}@keyframes water-waves-rise{0%{opacity:0;transform:translateY(42%)}to{opacity:1;transform:translateY(0)}}.water-waves{position:absolute;bottom:0;left:0;width:100%;height:276px;max-height:276px;overflow:hidden;pointer-events:none;z-index:2}.layout-desktop .water-waves{animation:water-waves-rise 1.15s cubic-bezier(.19,1,.22,1) both;animation-delay:.22s}.water-waves__layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.water-waves__layer--front{z-index:1}.water-waves__svg{display:block;width:200%;height:100%;min-height:276px;will-change:transform}.water-waves__layer--back .water-waves__svg{animation:water-waves-slide 14s linear infinite}.water-waves__layer--front .water-waves__svg{animation:water-waves-slide 22s linear infinite reverse}@keyframes water-waves-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.water-waves__svg{animation:none}.layout-desktop .water-waves{animation:none;opacity:1;transform:none}}.site-footer{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:flex-end;gap:16px;margin-top:auto;flex-shrink:0;width:100%;box-sizing:border-box;padding:0 16px 16px}.site-footer__copy,.site-footer__contacts,.site-footer__privacy{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%;color:#242426}.site-footer__links{display:contents}.site-footer__contacts{justify-self:center;text-align:center;text-decoration:none}.site-footer__privacy{justify-self:end;text-align:right;text-decoration:none}.site-footer__contacts:hover,.site-footer__privacy:hover{opacity:.85}.site-footer__contacts:focus-visible,.site-footer__privacy:focus-visible{outline:2px solid rgba(36,36,38,.35);outline-offset:2px;border-radius:2px}@keyframes page-entrance-reveal{0%{opacity:0;transform:translateY(22px);filter:blur(7px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.reveal-on-load{animation:page-entrance-reveal 1.05s cubic-bezier(.19,1,.22,1) backwards;animation-delay:var(--reveal-delay, 0ms)}@media(prefers-reduced-motion:reduce){.reveal-on-load{animation:none;opacity:1;transform:none;filter:none}}.layout-desktop{display:block}.desktop-root{position:relative;display:flex;flex-direction:column;min-height:100vh;background:#fff;color:#111}.desktop-top{position:relative;z-index:4;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:var(--desktop-component-padding);padding-bottom:0;flex-shrink:0}.desktop-top__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.header-actions--desktop{display:flex;align-items:center;gap:8px;flex-shrink:0}.locale-toggle{box-sizing:border-box;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:51px;height:51px;padding:12px;margin:0;border:none;border-radius:500px;background:#f3f4f7;cursor:pointer;color:#242426;transition:background-color .2s ease,color .2s ease}.locale-toggle:hover{background:#242426;color:#fff}.locale-toggle:focus-visible{outline:2px solid #242426;outline-offset:2px}.locale-toggle svg{display:block;flex-shrink:0}.locale-toggle--open,.locale-toggle--open:hover{background:#242426;color:#fff}.locale-dropdown{position:relative;flex-shrink:0}.locale-dropdown__panel{position:fixed;z-index:200;box-sizing:border-box;width:156px;min-height:183px;padding:16px;border-radius:16px;background:#242426;color:#fff;transform-origin:top right;opacity:0;transform:translate(14px) scale(.78);visibility:hidden;pointer-events:none;box-shadow:0 16px 48px #0003;transition:opacity .22s cubic-bezier(.25,.9,.32,1),transform .3s cubic-bezier(.25,.9,.32,1),visibility 0s linear .3s}.locale-dropdown__panel.locale-dropdown__panel--visible{opacity:1;transform:translate(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .22s cubic-bezier(.25,.9,.32,1),transform .3s cubic-bezier(.25,.9,.32,1),visibility 0s linear 0s}@media(prefers-reduced-motion:reduce){.locale-dropdown__panel,.locale-dropdown__panel.locale-dropdown__panel--visible{transition-duration:.01ms;transition-delay:0s}}.locale-dropdown__list{display:flex;flex-direction:column;gap:12px;width:124px}.locale-dropdown__option{display:flex;align-items:center;gap:8px;box-sizing:border-box;width:124px;min-height:16px;margin:0;padding:0;border:none;background:transparent;cursor:pointer;font-family:var(--font-family);font-weight:400;font-size:12px;line-height:16px;color:#fff;text-align:left}.locale-dropdown__option-label{flex:1;min-width:0;color:#fff;transition:color .15s ease}.locale-dropdown__option:hover .locale-dropdown__option-label{color:#9a9a9e}.locale-dropdown__check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.desktop-logo{display:block;flex-shrink:0;align-self:flex-start;width:47px;height:24px;border-radius:14px;text-decoration:none;color:inherit}.desktop-logo__fill{display:block;width:100%;height:100%;border-radius:14px;background-color:#242426;-webkit-mask:var(--logo-mask-url) center / contain no-repeat;mask:var(--logo-mask-url) center / contain no-repeat;transition:background-color .2s ease}.desktop-logo:hover .desktop-logo__fill{background-color:#f9392a}.desktop-center{position:relative;z-index:3;flex:1;display:flex;align-items:center;justify-content:center;padding:0 16px 16px;min-height:0;--apply-card-lift: -80px;pointer-events:none}.desktop-center .apply-card{pointer-events:auto;margin-top:var(--apply-card-lift)}.layout-desktop .apply-card>.apply-card__title{white-space:pre-line;min-height:2.3em}.desktop-timer.desktop-counter{box-sizing:border-box;margin-top:0;width:max-content;min-width:305px;max-width:100%;height:51px;padding:12px 24px;border-radius:500px;background:var(--timer-badge-bg, #f3f4f7);display:flex;align-items:center;justify-content:center}.desktop-counter__inner{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap}.desktop-counter__pointer{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:9px;height:9px;line-height:0}.desktop-counter__pointer svg{display:block;width:9px;height:9px;border-radius:50%;overflow:visible}.desktop-counter__dot{fill:var(--timer-dot-fill, #00c023);transform-origin:center;animation:desktop-counter-dot-blink 1.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.desktop-counter__dot{animation:none}}@keyframes desktop-counter-dot-blink{0%,to{opacity:1}50%{opacity:.28}}.desktop-counter__text{flex-shrink:0;white-space:nowrap;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%;text-align:center;color:#000}:root{--apply-card-width: 640px;--apply-card-inner-width: 560px}.apply-card{box-sizing:border-box;width:var(--apply-card-width);min-height:398px;display:flex;flex-direction:column;align-items:center}.apply-card__title{margin:0 0 12px;max-width:100%;font-family:var(--font-family);font-weight:400;font-size:40px;text-align:center;color:#242426;line-height:1.15}.apply-card__subtitle{margin:0 0 32px;max-width:100%;font-family:var(--font-family);font-weight:400;font-size:18px;line-height:170%;text-align:center;color:#797979}.apply-card__cta{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:0 0 24px;border:none;border-radius:16px;padding:16px 24px;width:var(--apply-card-inner-width);min-height:82px;background:#242426;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease}.apply-card__cta-main{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.25;color:inherit}.apply-card__cta-sub{font-family:var(--font-family);font-weight:400;font-size:12px;line-height:1.3;color:#9a9a9e}.apply-card__cta:hover{background:#3d3d42;color:#fafafa}.apply-card__cta:active{background:#1c1c1e;color:#f0f0f0}.apply-card__cta:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:3px}.apply-card__divider{margin:0 0 24px}.divider-or{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:var(--apply-card-inner-width);min-width:0}.divider-or__line{flex:1 1 0;width:auto;min-width:0;max-width:196px;height:1px;border:none}.divider-or__line--start{background:linear-gradient(to left,#242426,#24242600)}.divider-or__line--end{background:linear-gradient(to right,#242426,#24242600)}.divider-or__label{flex-shrink:0;min-width:0;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%;text-align:center;color:#242426}.email-field-block{display:flex;flex-direction:column;gap:16px;width:var(--apply-card-inner-width);height:123px;box-sizing:border-box}.email-input-shell{position:relative;box-sizing:border-box;display:flex;align-items:center;width:var(--apply-card-inner-width);height:75px;padding:24px;border-radius:16px;background:#f3f4f7;box-shadow:0 0 0 1px transparent;transition:background .2s ease,box-shadow .2s ease}.email-input-shell:focus-within{background:#eceef3;box-shadow:0 0 0 1px #2424261f}.email-input-shell--filled:not(.email-input-shell--invalid):not(.email-input-shell--server-message){background:#eceef3}.email-input-shell--invalid,.email-input-shell--server-message{background:#fff8f8;box-shadow:0 0 0 1px #c83c3c73}.email-input-shell--invalid:focus-within,.email-input-shell--server-message:focus-within{box-shadow:0 0 0 1px #c83c3c8c}.email-input{box-sizing:border-box;display:block;width:100%;height:100%;margin:0;padding:0;border:none;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.25;color:#242426}.email-input::placeholder{color:#797979}.email-input-shell:has(.email-input__submit:not([hidden])) .email-input{padding-right:40px}.email-input__submit{position:absolute;top:50%;right:24px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;opacity:1;transition:opacity .15s ease,transform .15s ease}.email-input__submit:hover{opacity:.85}.email-input__submit:active{transform:translateY(-50%) scale(.94)}.email-input__submit:focus-visible{outline:2px solid rgba(36,36,38,.35);outline-offset:2px;border-radius:4px}.email-input__submit[hidden]{display:none!important}.email-avatars{display:flex;align-items:center;width:var(--apply-card-inner-width);height:32px}.email-avatars__stack{display:flex;flex-shrink:0;width:113px;height:32px;align-items:center}.email-avatars__avatar{position:relative;width:32px;height:32px;flex-shrink:0;border-radius:50%;box-shadow:0 0 0 4px #fff}.email-avatars__avatar--photo{overflow:hidden;padding:0;background:#f3f4f7}.email-avatars__avatar--photo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;opacity:0;transition:opacity .2s ease}.email-avatars__avatar--photo-ready img{opacity:1}.email-avatars__avatar:not(:first-child){margin-left:-5px}.email-avatars__avatar:nth-child(1){z-index:1}.email-avatars__avatar:nth-child(2){z-index:2}.email-avatars__avatar:nth-child(3){z-index:3}.email-avatars__avatar:nth-child(4){z-index:4}.email-avatars__caption{margin:0 0 0 8px;flex:1;min-width:0;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%;color:#242426}.email-avatars__caption--error{color:#c43c3c;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%}.email-avatars__caption .email-avatars__founders-num{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;text-transform:inherit;font-variant-numeric:tabular-nums}.access-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#24242673;opacity:0;pointer-events:none;transition:opacity .32s cubic-bezier(.22,1,.36,1)}.access-modal__backdrop.access-modal__backdrop--open{opacity:1;pointer-events:auto}.access-modal{box-sizing:border-box;width:900px;height:599px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);overflow:auto;padding:32px;border-radius:40px;background:#fff;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;box-shadow:0 24px 80px #2424262e;opacity:0;transform:translateY(14px) scale(.97);transform-origin:center center;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1)}.access-modal__backdrop--open .access-modal{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.access-modal__backdrop,.access-modal{transition-duration:.01ms;transition-delay:0s}.access-modal,.access-modal__backdrop--open .access-modal{transform:none}}.access-modal__header{box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%;align-self:stretch;min-height:61px;flex-shrink:0}.access-modal__head-text{box-sizing:border-box;flex:1;min-width:0;min-height:61px;max-width:790px}.access-modal__body{box-sizing:border-box;width:100%;margin-top:24px;display:flex;align-items:stretch;gap:24px;flex:1;min-height:0}.access-modal__media-placeholder{box-sizing:border-box;width:362px;height:450px;flex:0 0 362px;border-radius:16px;background:#f3f4f7;overflow:hidden}.access-modal__media-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom}.access-modal__content{box-sizing:border-box;flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;min-height:0}.access-modal__title{margin:0;font-family:var(--font-family);font-weight:400;font-size:24px;line-height:1.2;color:#242426}.access-modal__subtitle{margin:8px 0 0;font-family:var(--font-family);font-weight:400;font-size:14px;line-height:170%;color:#797979}.access-modal__close{box-sizing:border-box;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:9px;border:none;border-radius:392px;background:#f3f4f7;cursor:pointer;color:#242426;transition:background-color .2s ease}.access-modal__close:hover{background:#e8eaef}.access-modal__close:focus-visible{outline:2px solid rgba(36,36,38,.35);outline-offset:2px}.access-modal__close svg{display:block;flex-shrink:0}.access-modal__benefits{box-sizing:border-box;width:100%;max-width:none;align-self:stretch;margin-top:0;display:flex;flex-direction:column;gap:12px;flex-shrink:0;margin-bottom:auto}.access-modal__email-section{margin-top:auto}.access-modal__email-title{margin:0;font-family:var(--font-family);font-weight:400;font-size:24px;line-height:1.2;color:#242426}.access-modal__benefit{box-sizing:border-box;display:flex;align-items:flex-start;gap:8px;width:100%;min-height:48px}.access-modal__benefit-icon{box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:12px;border-radius:16px;background:#f3f4f7}.access-modal__benefit-icon svg{display:block;width:24px;height:24px}.access-modal__benefit-text{box-sizing:border-box;flex:1;min-width:0;min-height:48px;display:flex;flex-direction:column;justify-content:center}.access-modal__benefit-title{width:100%;font-family:var(--font-family);font-weight:500;font-size:14px;line-height:170%;color:#242426}.access-modal__benefit-title .startup-count{font-weight:500}.access-modal__benefit-sub{margin:0;width:100%;font-family:var(--font-family);font-weight:400;font-size:12px;line-height:170%;color:#797979}.access-modal__email{box-sizing:border-box;width:100%;max-width:none;align-self:stretch;margin-top:16px;flex-shrink:0}.access-modal__email.email-field-block--compact .email-input-shell{box-sizing:border-box;width:100%;max-width:none}.access-modal__email.email-field-block--compact .email-avatars{width:100%;max-width:none}.access-modal__email.email-field-block--compact .email-avatars__avatar{box-shadow:0 0 0 2px #fff}.email-field-block.email-field-block--compact{height:auto;gap:16px}@media(max-width:767px){.access-modal__backdrop{align-items:flex-end;justify-content:stretch;padding:0}.access-modal{width:100%;height:100dvh;max-width:none;margin:0;padding:0 16px max(16px,env(safe-area-inset-bottom,0px));border-radius:0;max-height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 -12px 48px #24242624}.access-modal__header{max-width:none;min-height:0;align-self:stretch;position:sticky;top:0;z-index:5;width:100vw;max-width:100vw;background:#fff;margin:0 calc(50% - 50vw) 4px;padding:max(12px,env(safe-area-inset-top,0px)) max(16px,env(safe-area-inset-right,0px)) 8px max(16px,env(safe-area-inset-left,0px))}.access-modal__head-text{max-width:none;min-height:0}.access-modal__body{margin-top:16px;display:block}.access-modal__media-placeholder{display:block;width:100%;height:180px;margin-bottom:0;border-radius:16px;overflow:hidden;background:#f3f4f7;flex:none}.access-modal__title{font-size:22px;line-height:1.25;padding-right:4px}.access-modal__subtitle{margin-top:6px;line-height:170%}.access-modal__benefits{max-width:none;align-self:stretch;order:2;margin-top:24px;gap:10px;margin-bottom:16px}.access-modal__email-section{order:1;margin-top:24px}.access-modal__email-title{font-size:22px;line-height:1.25}.access-modal__benefit{min-height:44px}.access-modal__benefit-icon{width:44px;height:44px;padding:10px;border-radius:14px}.access-modal__benefit-icon svg{width:22px;height:22px}.access-modal__benefit-text{min-height:44px}.access-modal__email{max-width:none;align-self:stretch;margin-top:14px}.access-modal__email.email-field-block--compact .email-input-shell{height:56px;padding:16px;border-radius:16px}.access-modal__email.email-field-block--compact .email-avatars__stack .email-avatars__avatar:nth-child(n+3){display:none}.access-modal__email.email-field-block--compact .email-avatars__stack{width:59px}}@media(max-width:767px)and (prefers-reduced-motion:no-preference){.access-modal{transform:translateY(100%);transform-origin:bottom center}.access-modal__backdrop--open .access-modal{transform:translateY(0)}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.access-modal,.access-modal__backdrop--open .access-modal{transform:none}}.privacy-panel__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:flex;justify-content:flex-end;align-items:flex-start;padding:0;box-sizing:border-box;background:#24242673;opacity:0;pointer-events:none;transition:opacity .48s cubic-bezier(.4,0,.2,1)}.privacy-panel__backdrop.privacy-panel__backdrop--open{opacity:1;pointer-events:auto}.privacy-panel{box-sizing:border-box;position:absolute;top:16px;right:16px;width:514px;max-width:calc(100vw - 32px);height:852px;max-height:calc(100vh - 32px);padding:32px;border-radius:40px;background:#fff;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;box-shadow:0 24px 80px #2424262e;opacity:0;transform:translate(22px);transition:opacity .52s cubic-bezier(.4,0,.2,1),transform .58s cubic-bezier(.25,.8,.25,1)}.privacy-panel__backdrop--open .privacy-panel{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.privacy-panel__backdrop,.privacy-panel{transition-duration:.01ms;transition-delay:0s}.privacy-panel,.privacy-panel__backdrop--open .privacy-panel{transform:none}}.privacy-panel__header{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;max-width:100%;height:40px;flex-shrink:0}.privacy-panel__title{flex:1;margin:0;min-width:0;text-align:left;font-family:var(--font-family);font-weight:400;font-size:24px;line-height:1;color:#242426}.privacy-panel__body{box-sizing:border-box;width:100%;flex:1;min-height:0;margin-top:16px;overflow-x:hidden;overflow-y:auto;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:170%;color:#242426}.privacy-panel__body::-webkit-scrollbar{width:8px}.privacy-panel__body::-webkit-scrollbar-track{margin:4px 0;background:transparent}.privacy-panel__body::-webkit-scrollbar-thumb{border-radius:100px;background:#24242638}.privacy-panel__body::-webkit-scrollbar-thumb:hover{background:#24242652}@supports (scrollbar-width: thin){.privacy-panel__body{scrollbar-width:thin;scrollbar-color:rgba(36,36,38,.28) transparent}}.privacy-panel__body p{margin:0 0 1em}.privacy-panel__body p:last-child{margin-bottom:0}.privacy-panel__body strong{font-weight:600}@media(max-width:767px){.privacy-panel__backdrop{justify-content:stretch;align-items:flex-end;z-index:10020}.privacy-panel{position:relative;top:auto;right:auto;left:auto;bottom:auto;width:100%;max-width:100%;height:min(84vh,760px);max-height:100dvh;padding:24px 16px calc(24px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;transform:translateY(100%)}.privacy-panel__backdrop--open .privacy-panel{transform:translateY(0)}}.notification-toast{position:fixed;top:16px;left:50%;--notification-toast-offset-x: -50%;z-index:260;box-sizing:border-box;width:350px;height:56px;padding:16px;border-radius:16px;background:#242426;display:flex;align-items:center;justify-content:space-between;opacity:0;transform:translate(var(--notification-toast-offset-x),-120%);pointer-events:none;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)}.notification-toast--visible{opacity:1;transform:translate(var(--notification-toast-offset-x))}.notification-toast__text{width:318px;height:24px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-family);font-weight:400;font-size:14px;line-height:24px;color:#fff}.notification-toast__icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.notification-toast__icon svg{width:24px;height:24px;display:block}@media(max-width:767px){.notification-toast{top:16px;left:16px;right:16px;--notification-toast-offset-x: 0;width:auto;max-width:none}.notification-toast__text{width:auto;flex:1;padding-right:8px}}@media(prefers-reduced-motion:reduce){.notification-toast{transition-duration:.01ms;transition-delay:0s}}.startup-card{box-sizing:border-box;display:flex;align-items:center;width:300px;max-width:min(300px,calc(100vw - 24px));height:80px;padding:16px;border-radius:20px;background:#f3f4f7}.startup-card__avatar{display:block;flex-shrink:0;width:48px;height:48px;border-radius:12px;object-fit:cover}.startup-card__body{display:flex;flex-direction:column;gap:0;margin-left:12px;min-width:0;flex:1}.startup-card__title{font-family:var(--font-family);font-weight:500;font-size:16px;color:#242426;line-height:1.25}.startup-card__description{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:1.3;color:#24242680;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.startup-fall-back{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;filter:blur(7px);-webkit-filter:blur(7px);opacity:.78}.startup-fall-back__item{position:absolute;top:0;left:calc(var(--amb-x, 8%) + var(--amb-xoff, 0px));width:168px;max-width:min(168px,46vw);will-change:transform;animation:startup-back-fall var(--amb-dur, 56s) linear infinite;animation-delay:var(--amb-delay, 0s)}@keyframes startup-back-fall{0%{transform:translate3d(0,var(--amb-y0, -28vh),0) rotate(var(--amb-r0, -5deg));opacity:.22}12%{opacity:.55}22%{opacity:.78}to{transform:translate3d(var(--amb-dx, 0),122vh,0) rotate(var(--amb-r1, 4deg));opacity:.18}}.startup-card--ambient{width:168px;max-width:min(168px,42vw);height:46px;min-height:46px;padding:8px 10px;border-radius:14px}.startup-card--ambient .startup-card__avatar{width:32px;height:32px;border-radius:8px}.startup-card--ambient .startup-card__body{margin-left:8px}.startup-card--ambient .startup-card__title{font-size:12px}.startup-card--ambient .startup-card__description{font-size:10px}.startup-fall{--startup-fall-duration: 11s;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.startup-fall--physics{z-index:1}.startup-fall__item{position:absolute;bottom:clamp(72px,14vh,160px);width:300px;max-width:min(300px,calc(100vw - 16px))}.startup-fall__item--slot-0{left:clamp(4px,2vw,32px)}.startup-fall__item--slot-1{left:50%;transform:translate(-50%)}.startup-fall__item--slot-2{right:clamp(4px,2vw,32px);left:auto}.startup-fall__track{position:relative;z-index:0;transform-origin:50% 80%;animation:startup-rain-a var(--startup-fall-duration) linear infinite;will-change:transform,opacity}.startup-fall__item--d1 .startup-fall__track,.startup-fall__item--d1 .startup-fall__splash,.startup-fall__item--d1 .startup-fall__splash:after{animation-delay:4s}.startup-fall__item--d2 .startup-fall__track,.startup-fall__item--d2 .startup-fall__splash,.startup-fall__item--d2 .startup-fall__splash:after{animation-delay:8s}.startup-fall__splash{position:absolute;left:50%;bottom:-6px;width:140px;height:44px;margin-left:-70px;pointer-events:none;border-radius:50%;background:radial-gradient(ellipse 55% 40% at 50% 60%,#c8d6e4a6,#b4c8da47 40%,#a0bed200 72%);box-shadow:0 0 0 1px #fff3 inset;transform:translate(-50%) scale(.2);opacity:0;animation:startup-splash-ring var(--startup-fall-duration) linear infinite;will-change:transform,opacity}.startup-fall__splash:after{content:"";position:absolute;left:50%;top:40%;width:100%;height:100%;margin-left:-50%;border-radius:50%;border:2px solid rgba(255,255,255,.4);opacity:0;animation:startup-splash-ripple var(--startup-fall-duration) linear infinite}.startup-fall__item--d1 .startup-fall__splash:after{animation-delay:4s}.startup-fall__item--d2 .startup-fall__splash:after{animation-delay:8s}@keyframes startup-rain-a{0%{transform:translate3d(6px,-135vh,0) rotate(-13deg);opacity:1}78%{transform:translate3d(-4px,4vh,0) rotate(-4deg);opacity:1}86%{transform:translate3d(0,14vh,0) rotate(1deg);opacity:.85}to{transform:translate3d(2px,48vh,0) rotate(4deg);opacity:0}}@keyframes startup-splash-ring{0%,76%{opacity:0;transform:translate(-50%) scale(.12)}78%{opacity:.55;transform:translate(-50%) scale(.85)}84%{opacity:0;transform:translate(-50%) scale(2.2)}to{opacity:0;transform:translate(-50%) scale(2.2)}}@keyframes startup-splash-ripple{0%,76%{opacity:0;transform:scale(.35)}78%{opacity:.4;transform:scale(1)}86%{opacity:0;transform:scale(1.75)}to{opacity:0;transform:scale(1.75)}}@media(prefers-reduced-motion:reduce){.startup-fall__track{animation:none;transform:none;opacity:1}.startup-fall__splash,.startup-fall__splash:after{animation:none!important;opacity:0!important}.startup-fall__item--spawn-pop .startup-fall__track:before,.startup-fall__item--spawn-pop .startup-card{animation:none!important}.startup-fall--physics .startup-fall__track:before{display:none}.startup-fall-back{opacity:0;visibility:hidden}}.startup-fall--physics .startup-fall__item{bottom:auto;right:auto;margin-left:0;width:300px;max-width:min(300px,calc(100vw - 16px));transform-origin:50% 50%;pointer-events:auto;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.startup-fall--physics .startup-card{width:100%;max-width:300px;height:80px;min-height:80px;padding:16px;border-radius:20px}.startup-fall--physics .startup-card__avatar{width:48px;height:48px;border-radius:12px}.startup-fall--physics .startup-card__body{margin-left:12px}.startup-fall--physics .startup-card__title{font-size:16px}.startup-fall--physics .startup-card__description{font-size:14px}.startup-fall--physics .startup-card,.startup-fall--physics .startup-card *{user-select:none;-webkit-user-select:none}.startup-fall--physics .startup-card img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.startup-fall--physics .startup-fall__item:active{cursor:grabbing}.startup-fall--physics .startup-fall__item--slot-1{transform:none}.startup-fall--physics .startup-fall__track{animation:none!important;opacity:1;position:relative;z-index:0}.startup-fall--physics .startup-fall__track:before{content:"";position:absolute;left:50%;top:50%;width:148px;height:148px;margin:-74px 0 0 -74px;border-radius:50%;pointer-events:none;z-index:0;opacity:0;transform:scale(0);background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.98) 0%,rgba(220,236,252,.62) 22%,rgba(170,210,245,.38) 45%,rgba(130,190,235,.16) 62%,transparent 76%);box-shadow:0 0 32px #ffffffb3,inset 0 -10px 22px #ffffff73,inset 4px 6px 14px #ffffff59}.startup-fall--physics .startup-fall__track .startup-card{position:relative;z-index:1}.startup-fall--physics .startup-fall__splash{z-index:2}@keyframes startup-pop-bubble{0%{transform:scale(0);opacity:0}14%{opacity:.92;transform:scale(.38)}36%{opacity:.62;transform:scale(.95)}58%{opacity:.32;transform:scale(1.38)}to{opacity:0;transform:scale(2.1)}}@keyframes startup-pop-card{0%{opacity:0;transform:scale(.76) translateY(8px);filter:blur(6px)}40%{opacity:1;transform:scale(1.06) translateY(0);filter:blur(0)}68%{transform:scale(.97) translateY(0)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}.startup-fall__item--spawn-pop .startup-fall__track:before{animation:startup-pop-bubble .44s cubic-bezier(.22,.92,.32,1) forwards}.startup-fall__item--spawn-pop .startup-card{animation:startup-pop-card .48s cubic-bezier(.32,1.18,.48,1) forwards}.startup-fall--physics .startup-fall__splash,.startup-fall--physics .startup-fall__splash:after{animation:none!important;opacity:0;transition:opacity .12s ease-out,transform .18s ease-out}.startup-fall--physics .startup-fall__splash--hit{opacity:.75;transform:translate(-50%) scale(1.05)}.startup-fall--physics .startup-fall__splash--hit:after{opacity:.45;transform:scale(1.1)}.layout-mobile{display:none}@media(max-width:767px){.layout-desktop{display:none!important}.layout-desktop .water-waves__svg,.layout-desktop .startup-fall-back__item{animation:none!important}.layout-desktop .startup-fall__track,.layout-desktop .startup-fall__splash,.layout-desktop .startup-fall__splash:after{animation:none!important}.layout-mobile{display:block;min-height:100vh;min-height:100dvh}.mobile-root{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;padding:16px;box-sizing:border-box;background:#fff;color:#111;overflow-x:clip;justify-content:center;overflow-y:auto;isolation:isolate}.mobile-top{position:absolute;top:16px;left:16px;right:16px;z-index:6;flex-shrink:0;width:auto}.header-actions--mobile{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px;min-width:0}.mobile-timer.desktop-counter{box-sizing:border-box;margin:0;min-width:0;flex:0 1 auto;width:fit-content;max-width:calc(100% - 48px);height:40px;padding:8px 12px 8px 14px;border-radius:500px;background:var(--timer-badge-bg, #f3f4f7);display:flex;align-items:center;justify-content:flex-start}.mobile-timer .desktop-counter__inner{display:flex;gap:8px;width:auto;min-width:0;max-width:100%;justify-content:flex-start;align-items:center}.mobile-timer .desktop-counter__pointer{flex-shrink:0}.mobile-timer .desktop-counter__text{flex:0 1 auto;min-width:0;font-size:14px;line-height:1.25;text-align:left;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.locale-toggle--mobile{box-sizing:border-box;flex-shrink:0;width:40px;height:40px;padding:9px;border-radius:392px}.locale-toggle--mobile svg{display:block;width:19px;height:19px}.mobile-hero{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;width:100%;flex-shrink:0;margin-top:0}.mobile-logo{display:block;width:57px;height:29px;object-fit:contain;border-radius:12px;flex-shrink:0}.apply-card--hero{box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:0;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.apply-card--hero .apply-card__title{margin:24px 0 0;max-width:100%;font-size:24px;line-height:1.2;text-align:center;color:#242426}.apply-card--hero .apply-card__subtitle{margin:12px 0 24px;max-width:100%;font-size:14px;line-height:170%;text-align:center;color:#797979}.mobile-stage,.mobile-stage__logos{display:none!important}.mobile-bottom{position:relative;z-index:4;flex-shrink:0;margin-top:0;width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-bottom:0;box-sizing:border-box}.mobile-apply-form{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0;box-sizing:border-box}.mobile-apply-form .apply-card__cta{box-sizing:border-box;width:100%;max-width:none;min-height:68px;padding:12px 20px;margin:0 0 24px;border-radius:16px;gap:2px}.mobile-apply-form .apply-card__cta-main{font-size:15px}.mobile-apply-form .apply-card__cta-sub{font-size:11px;line-height:1.25}.mobile-apply-form .apply-card__divider{margin:0 0 24px}.mobile-apply-form .divider-or{width:100%;max-width:none}.mobile-apply-form .divider-or__line{flex:1 1 72px;width:auto;min-width:0}.mobile-apply-form .email-field-block{width:100%;max-width:none;height:auto;min-height:0;gap:16px}.mobile-apply-form .email-input-shell{box-sizing:border-box;width:100%;max-width:none;height:56px;padding:16px;border-radius:16px;background:#f3f4f7;box-shadow:0 0 0 1px transparent;transition:background .2s ease,box-shadow .2s ease}.mobile-apply-form .email-input-shell:focus-within{background:#eceef3;box-shadow:0 0 0 1px #2424261f}.mobile-apply-form .email-input-shell--filled:not(.email-input-shell--invalid):not(.email-input-shell--server-message){background:#eceef3}.mobile-apply-form .email-input-shell--invalid,.mobile-apply-form .email-input-shell--server-message{background:#fff8f8;box-shadow:0 0 0 1px #c83c3c73}.mobile-apply-form .email-input-shell--invalid:focus-within,.mobile-apply-form .email-input-shell--server-message:focus-within{box-shadow:0 0 0 1px #c83c3c8c}.mobile-apply-form .email-avatars{width:100%;max-width:none}.mobile-apply-form .email-avatars__avatar{box-shadow:0 0 0 2px #f3f4f7}.mobile-apply-form .email-avatars__stack--pair{width:59px}.mobile-root .water-waves,.mobile-stage .startup-fall-back,.mobile-stage .startup-fall{display:none}@media(max-height:720px){.mobile-logo{width:51px;height:26px}.apply-card--hero .apply-card__title{margin-top:16px;font-size:22px}.apply-card--hero .apply-card__subtitle{margin:8px 0 16px;font-size:13px;line-height:1.45}.mobile-apply-form .apply-card__cta,.mobile-apply-form .apply-card__divider{margin-bottom:16px}}@media(max-height:620px){.mobile-logo{width:46px;height:24px}.apply-card--hero .apply-card__title{margin-top:12px;font-size:20px}.apply-card--hero .apply-card__subtitle{margin:6px 0 12px}.mobile-apply-form .apply-card__cta{min-height:64px;padding:10px 16px;margin-bottom:12px}.mobile-apply-form .apply-card__divider{margin-bottom:12px}.mobile-apply-form .email-input-shell{height:52px;padding:14px}.mobile-apply-form .email-avatars{height:28px}.mobile-apply-form .email-avatars__avatar{width:28px;height:28px}}.mobile-header-menu{position:relative;flex-shrink:0}body.locale-sheet-open{overflow:hidden}.locale-sheet{position:relative;flex-shrink:0}.locale-sheet__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10030;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;background:#24242673;opacity:0;pointer-events:none;transition:opacity .28s ease}.locale-sheet__overlay--portal{z-index:10030}.locale-sheet__overlay--visible{opacity:1;pointer-events:auto}.locale-sheet__spacer{flex:1 1 auto;min-height:0;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.locale-sheet__panel{flex-shrink:0;width:100%;box-sizing:border-box;padding:24px 16px calc(24px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:#fff;transform:translateY(100%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.locale-sheet__overlay--visible .locale-sheet__panel{transform:translateY(0)}.locale-sheet__list{display:flex;flex-direction:column;gap:16px;box-sizing:border-box;width:100%;min-width:0;margin:0}.locale-sheet__row{display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;width:100%;height:24px;margin:0;padding:0;border:none;background:transparent;cursor:pointer;font-family:var(--font-family);font-weight:500;font-size:14px;line-height:1.7;color:#242426;text-align:left;-webkit-tap-highlight-color:transparent}.locale-sheet__row-label{flex:1;min-width:0;color:inherit}.locale-sheet__row-check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}body.mobile-header-menu-open{overflow:hidden}.mobile-header-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#fff;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-header-menu__overlay--portal{z-index:10000}.mobile-header-menu__overlay.mobile-header-menu__overlay--visible{opacity:1;pointer-events:auto}.mobile-header-menu__shell{display:flex;flex-direction:column;width:100%;height:100%;padding:16px;box-sizing:border-box;transform:translateY(8px);transition:transform .26s cubic-bezier(.22,1,.36,1)}.mobile-header-menu__overlay.mobile-header-menu__overlay--visible .mobile-header-menu__shell{transform:translateY(0)}.mobile-header-menu__header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:40px;gap:12px}.mobile-header-menu__title{margin:0;min-width:0;flex:1;font-family:var(--font-family);font-weight:400;font-size:24px;line-height:1;color:#242426}.mobile-header-menu__close{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:9px;border:none;border-radius:392px;background:#f3f4f7;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:scale(.94);opacity:0;transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .16s ease}.mobile-header-menu__close svg{display:block;width:19px;height:19px}.mobile-header-menu__overlay.mobile-header-menu__overlay--visible .mobile-header-menu__close{transform:scale(1);opacity:1}.mobile-header-menu__panel{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;width:100%;padding:0;border-radius:0;background:transparent;opacity:0;transform:translateY(10px);transition:opacity .2s ease,transform .24s ease}.mobile-header-menu__panel.mobile-header-menu__panel--visible{opacity:1;transform:translateY(0)}.mobile-header-menu__item{display:block;width:100%;margin:0;padding:4px 0;border:none;border-radius:0;background:transparent;cursor:pointer;font-family:var(--font-family);font-weight:400;font-size:24px;line-height:1.2;color:#242426;text-align:left;-webkit-tap-highlight-color:transparent;opacity:0;transform:translateY(16px);transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1)}.mobile-header-menu__panel.mobile-header-menu__panel--visible .mobile-header-menu__item{opacity:1;transform:translateY(0)}.mobile-header-menu__panel.mobile-header-menu__panel--visible .mobile-header-menu__item:nth-child(1){transition-delay:.05s}.mobile-header-menu__panel.mobile-header-menu__panel--visible .mobile-header-menu__item:nth-child(2){transition-delay:.1s}.mobile-header-menu__panel.mobile-header-menu__panel--visible .mobile-header-menu__item:nth-child(3){transition-delay:.15s}.mobile-header-menu__item:hover{opacity:.72}.mobile-header-menu__item:focus-visible{outline:2px solid rgba(36,36,38,.35);outline-offset:1px}.locale-toggle--mobile.locale-toggle--open,.locale-toggle--mobile.locale-toggle--open:hover{background:#242426;color:#fff}@media(prefers-reduced-motion:reduce){.locale-sheet__overlay,.locale-sheet__panel,.mobile-header-menu__overlay,.mobile-header-menu__shell,.mobile-header-menu__panel,.mobile-header-menu__close,.mobile-header-menu__item{transition-duration:.01ms}.locale-sheet__overlay--visible .locale-sheet__panel{transform:none}}}
