.screen-background{position:relative;background-color:#0c0c0c;overflow:hidden}.screen-background:before,.screen-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.screen-background:before{z-index:0;background:radial-gradient(ellipse 80% 60% at 53% 48%,rgba(229,69,0,.55) 0%,rgba(172,52,0,.35) 25%,rgba(115,34,0,.2) 50%,rgba(57,17,0,.08) 75%,transparent 100%);mix-blend-mode:color-dodge;opacity:.25}.screen-background:after{z-index:0;background:radial-gradient(ellipse 50% 40% at 90% 22%,rgba(229,0,0,.7) 0%,rgba(172,0,0,.4) 25%,rgba(115,0,0,.2) 50%,transparent 100%);mix-blend-mode:plus-lighter;opacity:.14}.screen-background{width:100%;height:100svh;min-height:100svh;max-height:100svh}.screen-background__content{position:relative;z-index:1;width:100%;height:100%}.logo{margin:0;color:#fff}.logo--welcome{width:fit-content;font-family:Imbue,serif;font-size:64px;font-weight:400;line-height:76px;letter-spacing:-3px}.logo--loading{display:flex;flex-direction:column;align-items:center;width:234px}.logo__title{width:100%;margin:0;font-family:Imbue,serif;font-size:84px;font-weight:400;line-height:101px;letter-spacing:-4px;text-align:center}.logo__subtitle{width:100%;margin:-14px 0 0;font-family:Graphik Cond Trial,Inter,sans-serif;font-size:41px;font-weight:200;line-height:49px;letter-spacing:-4px;text-align:center}.loading-bar{width:234px;--loading-bar-stripe-count: 21}.loading-bar__track{position:relative;width:100%;height:8px;overflow:hidden;background-color:#313131;border-radius:29px;opacity:0;transform:scaleX(.08);transform-origin:left center;animation:loading-bar-track-appear .55s cubic-bezier(.22,1,.36,1) .35s forwards;will-change:transform,opacity}.loading-bar__fill{position:absolute;top:0;left:0;height:100%;overflow:hidden;background-color:#e54500;background-image:url(../icons/loading-bar.svg);background-repeat:repeat-x;background-position:left center;background-size:calc(234px / var(--loading-bar-stripe-count)) 100%;border-radius:29px;transition:width .08s linear;will-change:width}.loading-bar--segmented .loading-bar__fill{animation:loading-bar-stripes-flow .7s linear infinite,loading-bar-fill-glow 1.4s ease-in-out infinite}.loading-bar--solid .loading-bar__fill{animation:none;filter:none}@media(prefers-reduced-motion:reduce){.loading-bar__track{opacity:1;transform:none;animation:none;will-change:auto}.loading-bar--segmented .loading-bar__fill{animation:none;filter:none}}.loading-screen__container{position:relative;z-index:1;width:100%;max-width:390px;height:100%;min-height:100%;margin:0 auto}.loading-screen__content{position:absolute;top:35.9004739336%;left:50%;display:flex;flex-direction:column;align-items:center;width:234px;min-height:170px;gap:26px;opacity:0;animation:ui-fade-up-enter-centered .75s cubic-bezier(.22,1,.36,1) 0s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.loading-screen__content{opacity:1;transform:translate(-50%);animation:none;will-change:auto}}.loading-screen__logo,.loading-screen__bar{flex-shrink:0}.author-link{font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:22px;color:#fff;text-decoration:underline;text-underline-offset:2px;display:inline-block;width:fit-content;font-weight:400}.body-text{font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;line-height:19px;letter-spacing:-.2px;color:#fff}.primary-button{display:flex;align-items:center;justify-content:center;width:100%;max-width:350px;height:50px;padding:10px 30px;font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;letter-spacing:.3px;line-height:19px;color:#fff;background-color:#e54500;border:none;border-radius:15px;box-shadow:0 0 15px #00000040,0 0 38px #000;cursor:pointer}.primary-button:focus{outline:none}.primary-button:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.primary-button:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.primary-button{transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.primary-button:hover:not(:disabled){opacity:.94;transform:translateY(-1px)}.primary-button:focus-visible:not(:disabled){opacity:.94;transform:translateY(-1px);outline:none;box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e54500f2,0 0 15px #00000040,0 0 38px #000}.primary-button:active:not(:disabled){opacity:.9;transform:translateY(0) scale(.97);box-shadow:0 0 10px #0003,0 0 24px #000000d9}.primary-button:focus-visible:active:not(:disabled){opacity:.9;transform:translateY(0) scale(.97)}@media(prefers-reduced-motion:reduce){.primary-button:hover:not(:disabled),.primary-button:focus-visible:not(:disabled),.primary-button:active:not(:disabled){transform:none}}.welcome-screen.screen-background{background-color:#0c0c0c;background-image:url(../images/Welcome.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.welcome-screen.screen-background:before,.welcome-screen.screen-background:after{background:none;opacity:0}.welcome-screen.screen-background{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none;min-height:100svh}.welcome-screen.screen-background .screen-background__content{height:auto;min-height:100svh}.welcome-screen__container{box-sizing:border-box;position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:390px;min-height:844px;margin:0 auto;padding:88px 20px 43px}.welcome-screen__header{display:flex;flex-shrink:0;width:100%;margin-left:52px;opacity:0;animation:ui-fade-up-enter .75s cubic-bezier(.22,1,.36,1) .05s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__header{opacity:1;animation:none;will-change:auto}}.welcome-screen__logo{margin:0}.welcome-screen__hero{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:0;padding-top:32px}.welcome-screen__blocks{position:relative;flex-shrink:0;width:310px;height:280px;margin-bottom:4px}.welcome-screen__block{position:absolute;display:block;width:103px;height:103px;border-radius:21px}.welcome-screen__block--1{top:0;left:-60px;opacity:0;animation:ui-fade-blur-enter .55s cubic-bezier(.22,1,.36,1) .14s forwards;will-change:opacity,filter}@media(prefers-reduced-motion:reduce){.welcome-screen__block--1{opacity:1;filter:none;animation:none;will-change:auto}}.welcome-screen__block--2{top:0;left:175px;opacity:0;animation:ui-fade-blur-enter .55s cubic-bezier(.22,1,.36,1) .21s forwards;will-change:opacity,filter}@media(prefers-reduced-motion:reduce){.welcome-screen__block--2{opacity:1;filter:none;animation:none;will-change:auto}}.welcome-screen__block--3{top:100px;left:55px;opacity:0;animation:ui-fade-blur-enter .55s cubic-bezier(.22,1,.36,1) .28s forwards;will-change:opacity,filter}@media(prefers-reduced-motion:reduce){.welcome-screen__block--3{opacity:1;filter:none;animation:none;will-change:auto}}.welcome-screen__block--4{top:200px;left:-60px;z-index:2;opacity:0;animation:ui-fade-blur-enter .55s cubic-bezier(.22,1,.36,1) .35s forwards;will-change:opacity,filter}@media(prefers-reduced-motion:reduce){.welcome-screen__block--4{opacity:1;filter:none;animation:none;will-change:auto}}.welcome-screen__block--5{top:135px;left:220px;z-index:1;opacity:0;animation:ui-fade-blur-enter .55s cubic-bezier(.22,1,.36,1) .42s forwards;will-change:opacity,filter}@media(prefers-reduced-motion:reduce){.welcome-screen__block--5{opacity:1;filter:none;animation:none;will-change:auto}}.welcome-screen__caption{position:relative;z-index:3;width:100%;max-width:350px;margin:0;font-family:SF Pro,sans-serif;font-size:15px;font-weight:300;line-height:19px;letter-spacing:-.2px;text-align:center;top:-75px;left:-25px;color:#fff;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .48s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__caption{opacity:1;animation:none;will-change:auto}}.welcome-screen__start-button-wrap{width:100%;max-width:350px;margin:24px auto 0;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .56s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__start-button-wrap{opacity:1;animation:none;will-change:auto}}.welcome-screen__start-button{width:100%}.welcome-screen__footer{display:flex;flex-shrink:0;flex-direction:column;gap:8px;width:100%;max-width:350px}.welcome-screen__author{line-height:22px;margin-top:40px;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .77s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__author{opacity:1;animation:none;will-change:auto}}.welcome-screen__bio{width:100%;line-height:19px}.welcome-screen__bio:first-of-type{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .7s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__bio:first-of-type{opacity:1;animation:none;will-change:auto}}.welcome-screen__bio:last-of-type{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .84s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.welcome-screen__bio:last-of-type{opacity:1;animation:none;will-change:auto}}.icon{display:block;flex-shrink:0;max-width:100%;height:auto}.lesson-intro-page.screen-background{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none;min-height:100svh}.lesson-intro-page.screen-background .screen-background__content{height:auto;min-height:100svh}.lesson-intro-page.screen-background.lesson-intro-page--lesson-2{background-color:#0c0c0c;background-image:url(../images/lesson2.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.lesson-intro-page.screen-background.lesson-intro-page--lesson-2:before,.lesson-intro-page.screen-background.lesson-intro-page--lesson-2:after{background:none;opacity:0}.lesson-intro-page.screen-background.lesson-intro-page--lesson-3{background-color:#0c0c0c;background-image:url(../images/registration.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.lesson-intro-page.screen-background.lesson-intro-page--lesson-3:before,.lesson-intro-page.screen-background.lesson-intro-page--lesson-3:after{background:none;opacity:0}.lesson-intro-page__container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100dvh;max-width:390px;margin:0 auto;padding:24px 20px 0;box-sizing:border-box;min-height:100svh;padding-bottom:max(24px,env(safe-area-inset-bottom))}.lesson-intro-page__back-wrap{position:absolute;top:26px;left:20px;z-index:2;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) 0s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__back-wrap{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__back-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background-color:#202020}.lesson-intro-page__back-button:focus{outline:none}.lesson-intro-page__back-button:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.lesson-intro-page__back-button:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.lesson-intro-page__back-button{transition:background-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease,transform .2s cubic-bezier(.22,1,.36,1)}.lesson-intro-page__back-button:hover:not(:disabled){background-color:#2a2a2a;transform:scale(1.05);box-shadow:0 0 12px #00000059}.lesson-intro-page__back-button:focus-visible:not(:disabled){outline:none;background-color:#2a2a2a;transform:scale(1.05);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #ffffff59,0 0 12px #00000059}.lesson-intro-page__back-button:active:not(:disabled){background-color:#181818;transform:scale(.94);box-shadow:none}.lesson-intro-page__back-button:focus-visible:active:not(:disabled){background-color:#181818;transform:scale(.94)}.lesson-intro-page__back-button img{transition:transform .2s cubic-bezier(.22,1,.36,1)}.lesson-intro-page__back-button:hover:not(:disabled) img,.lesson-intro-page__back-button:focus-visible:not(:disabled) img{transform:translate(-2px)}.lesson-intro-page__back-button:active:not(:disabled) img{transform:translate(0)}@media(prefers-reduced-motion:reduce){.lesson-intro-page__back-button:hover:not(:disabled),.lesson-intro-page__back-button:focus-visible:not(:disabled),.lesson-intro-page__back-button:active:not(:disabled){transform:none}}.lesson-intro-page__back-button{border:none;border-radius:16px;cursor:pointer}.lesson-intro-page__back-button img{display:block}.lesson-intro-page__header{display:flex;justify-content:center;margin-bottom:24px;opacity:0;animation:ui-fade-up-enter .75s cubic-bezier(.22,1,.36,1) .05s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__header{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__logo{font-size:20px;line-height:24px;letter-spacing:-1px}.lesson-intro-page__progress-wrap{display:flex;justify-content:center;width:100%;margin:32px auto 0}.lesson-intro-page__progress{display:flex;gap:5px;align-items:center;width:142px;height:4px;margin:0}.lesson-intro-page__progress-item{position:relative;flex-shrink:0;width:44px;height:4px;overflow:hidden;background-color:#353535;border-radius:46px}.lesson-intro-page__progress-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e54500;border-radius:inherit;box-shadow:0 0 4px #e54500;transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform}.lesson-intro-page__progress-item--filled:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.lesson-intro-page__progress-item:after{transition:none}.lesson-intro-page__progress-item--filled:after{transform:scaleX(1)}}.lesson-intro-page__content{display:flex;flex-direction:column;gap:17.5px;margin-top:auto}.lesson-intro-page__video-card{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .1s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__video-card{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__video-card{position:relative;display:flex;align-items:flex-end;justify-content:center;width:350px;max-width:100%;height:237px;overflow:hidden;background-color:#0c0c0c;border:1px solid #3c2e28;border-radius:16px;isolation:isolate;box-shadow:0 4px 4px #00000040,inset 0 0 26px #00000061,0 0 91px #e5450026}.lesson-intro-page__video-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(68.15% 100.66% at 53% 48%,#e54500,#0000);mix-blend-mode:color-dodge;opacity:.25;pointer-events:none;z-index:0}.lesson-intro-page__video-image{position:absolute;top:-44px;left:75px;width:199.7px;height:358px;object-fit:cover;pointer-events:none;z-index:1}.lesson-intro-page__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(92.35% 99.92% at 90% 22%,#e50000,#0000);mix-blend-mode:plus-lighter;opacity:.14;pointer-events:none;z-index:0}.lesson-intro-page__title{position:absolute;bottom:67px;width:304px;margin:0;font-family:Reforma Grotesk,sans-serif;font-size:50px;font-weight:400;line-height:45px;letter-spacing:-.5px;text-align:center;text-transform:uppercase;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.46);z-index:3}.lesson-intro-page__title span{color:#e54500}.lesson-intro-page__title--registration{font-size:40px;line-height:50px;letter-spacing:-.4px}.lesson-intro-page__play-wrap{position:absolute;top:97px;left:50%;z-index:3;transform:translate(-50%)}.lesson-intro-page__play-button{display:flex;align-items:center;justify-content:center;padding:0 0 0 2px;border:none;border-radius:50%;background:transparent;cursor:pointer}.lesson-intro-page__play-button:focus{outline:none}.lesson-intro-page__play-button:focus-visible{outline:2px solid rgba(229,69,0,.95);outline-offset:3px}.lesson-intro-page__play-button:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.lesson-intro-page__play-button{transition:transform .2s cubic-bezier(.22,1,.36,1),filter .2s ease,opacity .2s ease,box-shadow .2s ease}.lesson-intro-page__play-button:hover:not(:disabled){transform:scale(1.1);filter:brightness(1.12) drop-shadow(0 0 14px rgba(229,69,0,.55))}.lesson-intro-page__play-button:focus-visible:not(:disabled){outline:none;transform:scale(1.1);filter:brightness(1.12) drop-shadow(0 0 14px rgba(229,69,0,.55));box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e545008c}.lesson-intro-page__play-button:active:not(:disabled){transform:scale(.94);filter:brightness(.95);box-shadow:none}.lesson-intro-page__play-button:focus-visible:active:not(:disabled){transform:scale(.94);filter:brightness(.95)}.lesson-intro-page__play-button img{display:block;transition:transform .2s cubic-bezier(.22,1,.36,1)}.lesson-intro-page__play-button:hover:not(:disabled) img,.lesson-intro-page__play-button:focus-visible:not(:disabled) img{transform:scale(1.06)}.lesson-intro-page__play-button:active:not(:disabled) img{transform:scale(.98)}@media(prefers-reduced-motion:reduce){.lesson-intro-page__play-button:hover:not(:disabled),.lesson-intro-page__play-button:focus-visible:not(:disabled),.lesson-intro-page__play-button:active:not(:disabled){transform:none;filter:none}}.lesson-intro-page__play-button img{width:43px;height:43px}.lesson-intro-page__meta{display:flex;justify-content:space-between;width:350px;max-width:100%;opacity:.4;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .24s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__meta{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__lesson-heading{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .18s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__lesson-heading{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__lesson-heading{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:40px;font-weight:400;line-height:40px;letter-spacing:-.4px;text-transform:uppercase;color:#fff}.lesson-intro-page__meta-group{display:flex;gap:6px;align-items:center;font-family:SF Pro,sans-serif;font-size:12px;font-weight:400;line-height:8px;letter-spacing:-.6px;color:#fff}.lesson-intro-page__description{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .3s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__description{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__description{width:350px;max-width:100%;margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;line-height:19px;letter-spacing:.3px;color:#fff}.lesson-intro-page__button-wrap{width:100%;margin-top:65px;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .2s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__button-wrap{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__button{margin-top:0}.lesson-intro-page__actions{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:65px}.lesson-intro-page__action-wrap{width:100%;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .2s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__action-wrap{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__action-wrap--delay{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .28s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.lesson-intro-page__action-wrap--delay{opacity:1;animation:none;will-change:auto}}.lesson-intro-page__action-button{margin:0 auto;border-radius:15px;box-shadow:0 0 15.1999998093px #00000040,0 0 38.2999992371px #000;background:#e54500}.lesson-intro-page__action-button--secondary{box-sizing:border-box;border:1px solid rgba(229,69,0,.5);border-radius:15px;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:350px;height:50px;padding:10px 30px;font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;line-height:19px;letter-spacing:.3px;color:#fff;background-color:transparent;cursor:pointer}.lesson-intro-page__action-button--secondary:focus{outline:none}.lesson-intro-page__action-button--secondary:focus-visible{outline:2px solid rgba(229,69,0,.95);outline-offset:3px}.lesson-intro-page__action-button--secondary:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.lesson-intro-page__action-button--secondary{transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.lesson-intro-page__action-button--secondary:hover:not(:disabled){opacity:.92;transform:translateY(-1px);border-color:#e54500b8}.lesson-intro-page__action-button--secondary:focus-visible:not(:disabled){opacity:.92;transform:translateY(-1px);border-color:#e54500d9;box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e5450073}.lesson-intro-page__action-button--secondary:active:not(:disabled){opacity:.86;transform:translateY(0) scale(.97);border-color:#e54500f2}.lesson-intro-page__action-button--secondary:focus-visible:active:not(:disabled){opacity:.86;transform:translateY(0) scale(.97)}@media(prefers-reduced-motion:reduce){.lesson-intro-page__action-button--secondary:hover:not(:disabled),.lesson-intro-page__action-button--secondary:focus-visible:not(:disabled),.lesson-intro-page__action-button--secondary:active:not(:disabled){transform:none}}.lesson-intro-page__action-icon{flex-shrink:0;width:24px;height:24px}.registration-error-page.screen-background{background:#0c0c0c;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none;min-height:100svh}.registration-error-page.screen-background .screen-background__content{height:auto;min-height:100svh}.registration-error-page.screen-background:before,.registration-error-page.screen-background:after{background:none;opacity:0}.registration-error-page__container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100dvh;max-width:390px;margin:0 auto;padding:26px 20px 0;box-sizing:border-box;min-height:100svh;padding-bottom:max(20px,env(safe-area-inset-bottom))}.registration-error-page__header{display:flex;justify-content:center;opacity:0;animation:ui-fade-up-enter .75s cubic-bezier(.22,1,.36,1) .05s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.registration-error-page__header{opacity:1;animation:none;will-change:auto}}.registration-error-page__logo{font-size:20px;line-height:24px;letter-spacing:-1px}.registration-error-page__content{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:0;width:100%;margin-top:8px}.registration-error-page__icon{position:relative;width:114px;height:114px;margin-top:0;top:8px;opacity:0;animation:ui-error-icon-enter .75s cubic-bezier(.22,1,.36,1) .12s forwards,ui-error-icon-idle 3.2s ease-in-out .87s infinite;will-change:transform,opacity,filter}@media(prefers-reduced-motion:reduce){.registration-error-page__icon{opacity:1;transform:none;filter:none;animation:none;will-change:auto}}.registration-error-page__title{width:350px;max-width:100%;margin:0;font-family:Reforma Grotesk,sans-serif;font-size:40px;font-weight:300;line-height:40px;letter-spacing:-.4px;text-align:center;text-transform:uppercase;color:#fff;z-index:10;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .2s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.registration-error-page__title{opacity:1;animation:none;will-change:auto}}.registration-error-page__description{width:350px;max-width:100%;margin:24px 0 0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;line-height:19px;letter-spacing:-.2px;text-align:center;color:#fff;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .28s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.registration-error-page__description{opacity:1;animation:none;will-change:auto}}.registration-error-page__actions{display:flex;flex-direction:column;gap:8px;width:100%;max-width:350px;margin-top:32px}.registration-error-page__action-wrap{width:100%;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .36s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.registration-error-page__action-wrap{opacity:1;animation:none;will-change:auto}}.registration-error-page__action-wrap--delay{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .44s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.registration-error-page__action-wrap--delay{opacity:1;animation:none;will-change:auto}}.registration-error-page__button{margin:0;width:100%;max-width:350px;border-radius:15px}.registration-error-page__button--help{box-sizing:border-box;width:100%;height:50px;padding:10px 30px;font-family:SF Pro,sans-serif;font-size:16px;font-weight:300;line-height:19px;color:#fff;background:transparent;border:1px solid rgba(229,69,0,.5);border-radius:15px;box-shadow:0 0 15px #00000040,0 0 38px #000;cursor:pointer}.registration-error-page__button--help:focus{outline:none}.registration-error-page__button--help:focus-visible{outline:2px solid rgba(229,69,0,.95);outline-offset:3px}.registration-error-page__button--help:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.registration-error-page__button--help{transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.registration-error-page__button--help:hover:not(:disabled){opacity:.92;transform:translateY(-1px);border-color:#e54500b8}.registration-error-page__button--help:focus-visible:not(:disabled){opacity:.92;transform:translateY(-1px);border-color:#e54500d9;box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e5450073}.registration-error-page__button--help:active:not(:disabled){opacity:.86;transform:translateY(0) scale(.97);border-color:#e54500f2}.registration-error-page__button--help:focus-visible:active:not(:disabled){opacity:.86;transform:translateY(0) scale(.97)}@media(prefers-reduced-motion:reduce){.registration-error-page__button--help:hover:not(:disabled),.registration-error-page__button--help:focus-visible:not(:disabled),.registration-error-page__button--help:active:not(:disabled){transform:none}}.bottom-nav{box-sizing:border-box;width:100%;max-width:274px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:32px}.bottom-nav--frame724{width:100%;max-width:none;min-height:66px;padding:10px 16px;border:none;background:transparent;position:relative;overflow:hidden;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);border-radius:100px;box-shadow:0 8px 37px #0000006b,inset 0 1px #fff3,inset 0 -1px #ffffff0d,inset 0 12px 24px #ffffff08}.bottom-nav--frame724:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,#fff3,#ffffff0f 10%,#fff0 38%);opacity:.8}@media(prefers-reduced-motion:reduce){.bottom-nav--frame724{background:#000000eb;backdrop-filter:none;-webkit-backdrop-filter:none}}.bottom-nav--frame724 .bottom-nav__list{position:relative;z-index:1;align-items:center;justify-content:space-between;height:46px}.bottom-nav--frame724 .bottom-nav__item{flex:1}.bottom-nav--frame724 .bottom-nav__button{position:relative;min-height:46px;padding:0;color:#ffffff73;border-radius:12px;transition:color .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease,filter .2s ease}.bottom-nav--frame724 .bottom-nav__button:before{content:"";position:absolute;top:2px;right:0;bottom:2px;left:0;border-radius:12px;opacity:0;transition:opacity .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease;pointer-events:none}.bottom-nav--frame724 .bottom-nav__button:hover:not(:disabled){color:#fff;transform:translateY(-2px);filter:brightness(1.12)}.bottom-nav--frame724 .bottom-nav__button:hover:not(:disabled):before{opacity:1}.bottom-nav--frame724 .bottom-nav__button:focus-visible:not(:disabled){color:#fff;transform:translateY(-2px);filter:brightness(1.12)}.bottom-nav--frame724 .bottom-nav__button:focus-visible:not(:disabled):before{opacity:1}.bottom-nav--frame724 .bottom-nav__button:active:not(:disabled){transform:translateY(0) scale(.94);filter:brightness(.95)}.bottom-nav--frame724 .bottom-nav__button:active:not(:disabled):before{opacity:.85}.bottom-nav--frame724 .bottom-nav__button--active{color:#fff}.bottom-nav--frame724 .bottom-nav__button--active:before{opacity:1}.bottom-nav--frame724 .bottom-nav__button--active .bottom-nav__icon{filter:drop-shadow(0 0 10px rgba(229,69,0,.55))}@media(prefers-reduced-motion:reduce){.bottom-nav--frame724 .bottom-nav__button:hover:not(:disabled),.bottom-nav--frame724 .bottom-nav__button:focus-visible:not(:disabled),.bottom-nav--frame724 .bottom-nav__button:active:not(:disabled){transform:none;filter:none}}.bottom-nav--frame724 .bottom-nav__icon{position:relative;z-index:1;transition:transform .2s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.bottom-nav--frame724 .bottom-nav__icon{transition:none}}.bottom-nav--frame724 .bottom-nav__button:hover:not(:disabled) .bottom-nav__icon,.bottom-nav--frame724 .bottom-nav__button:focus-visible:not(:disabled) .bottom-nav__icon{transform:scale(1.08) translateY(-1px)}.bottom-nav--frame724 .bottom-nav__button:active:not(:disabled) .bottom-nav__icon{transform:scale(1)}.bottom-nav--frame724 .bottom-nav__button--active .bottom-nav__icon{transform:scale(1.06)}.bottom-nav--frame724 .bottom-nav__label{position:relative;z-index:1;transition:color .2s ease,transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease}.bottom-nav--frame724 .bottom-nav__button:hover:not(:disabled) .bottom-nav__label,.bottom-nav--frame724 .bottom-nav__button:focus-visible:not(:disabled) .bottom-nav__label{transform:translateY(-1px)}.bottom-nav--frame724 .bottom-nav__button--active .bottom-nav__label{opacity:1}.bottom-nav--frame34{width:100%;max-width:none;height:86px;padding:20px;border-radius:32px}.bottom-nav--frame34 .bottom-nav__list{justify-content:space-between;height:46px}.bottom-nav--frame34 .bottom-nav__item{flex:0 0 60px;width:60px}.bottom-nav--frame34 .bottom-nav__button{min-height:46px;padding:0}.bottom-nav__list{display:flex;align-items:flex-start;justify-content:space-between;width:100%;list-style:none}.bottom-nav__item{flex:1;min-width:0}.bottom-nav__button{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:100%;min-height:46px;padding:4px 2px;color:#ffffff73;background:none;border:none;cursor:pointer}.bottom-nav__button:focus{outline:none}.bottom-nav__button:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.bottom-nav__button:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.bottom-nav__button{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,box-shadow .2s ease}.bottom-nav__button:hover:not(:disabled){opacity:.92;filter:brightness(1.08)}.bottom-nav__button:focus-visible:not(:disabled){opacity:.92;filter:brightness(1.08);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #ffffff59}.bottom-nav__button:active:not(:disabled){opacity:.88;filter:brightness(.94)}.bottom-nav__button:focus-visible:active:not(:disabled){opacity:.88;filter:brightness(.94)}@media(prefers-reduced-motion:reduce){.bottom-nav__button:hover:not(:disabled),.bottom-nav__button:focus-visible:not(:disabled),.bottom-nav__button:active:not(:disabled){filter:none}}.bottom-nav__button--active{color:#fff}.bottom-nav__icon{flex-shrink:0;width:30px;height:30px}.bottom-nav__label{width:100%;font-family:SF Pro,sans-serif;font-size:10px;font-weight:400;line-height:12px;letter-spacing:-.5px;text-align:center}.deposit-access-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.deposit-access-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:none;background-color:#000000d9;cursor:pointer;pointer-events:auto;animation:deposit-access-sheet-fade-in .2s cubic-bezier(.22,1,.36,1) forwards}.deposit-access-sheet--closing .deposit-access-sheet__backdrop{animation:deposit-access-sheet-fade-out .55s cubic-bezier(.22,1,.36,1) forwards}.deposit-access-sheet__panel{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px;box-sizing:border-box;width:100%;max-width:390px;padding:32px 16px 20px;border:1px solid rgb(60,46,40);border-bottom:none;border-radius:16px 16px 0 0;background-color:#000;box-shadow:inset 0 -4px 23px #e5450057;pointer-events:auto;animation:deposit-access-sheet-slide-up .55s cubic-bezier(.22,1,.36,1) forwards}.deposit-access-sheet--closing .deposit-access-sheet__panel{animation:deposit-access-sheet-slide-down .55s cubic-bezier(.22,1,.36,1) forwards}.deposit-access-sheet__close{position:absolute;top:16px;right:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:transparent;border:none;cursor:pointer}.deposit-access-sheet__close:focus{outline:none}.deposit-access-sheet__close:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.deposit-access-sheet__close:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.deposit-access-sheet__close{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,box-shadow .2s ease}.deposit-access-sheet__close:hover:not(:disabled){opacity:.92;filter:brightness(1.08)}.deposit-access-sheet__close:focus-visible:not(:disabled){opacity:.92;filter:brightness(1.08);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #ffffff59}.deposit-access-sheet__close:active:not(:disabled){opacity:.88;filter:brightness(.94)}.deposit-access-sheet__close:focus-visible:active:not(:disabled){opacity:.88;filter:brightness(.94)}@media(prefers-reduced-motion:reduce){.deposit-access-sheet__close:hover:not(:disabled),.deposit-access-sheet__close:focus-visible:not(:disabled),.deposit-access-sheet__close:active:not(:disabled){filter:none}}.deposit-access-sheet__close-icon{display:block;opacity:.9}.deposit-access-sheet__content{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;max-width:354px;margin:0 auto;text-align:center}.deposit-access-sheet__lock-icon{display:block;flex-shrink:0}.deposit-access-sheet__title{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:32px;font-weight:600;line-height:100%;color:#fff;text-transform:uppercase;letter-spacing:-.32px}.deposit-access-sheet__description{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px}.deposit-access-sheet--support .deposit-access-sheet__content{gap:16px}.deposit-access-sheet--support .deposit-access-sheet__description{max-width:354px}.deposit-access-sheet__action{width:100%;max-width:350px;margin:0 auto;font-weight:400;letter-spacing:-.8px}@media(prefers-reduced-motion:reduce){.deposit-access-sheet__backdrop{animation:none;opacity:1}.deposit-access-sheet--closing .deposit-access-sheet__backdrop{opacity:0}.deposit-access-sheet__panel{animation:none;transform:none}.deposit-access-sheet--closing .deposit-access-sheet__panel{opacity:0}}@keyframes deposit-access-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes deposit-access-sheet-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes deposit-access-sheet-fade-out{0%{opacity:1}to{opacity:0}}@keyframes deposit-access-sheet-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.main-shell__footer{position:fixed;bottom:calc(10px + env(safe-area-inset-bottom,0px));left:max(20px,(100vw - 390px) / 2 + 20px);right:max(20px,(100vw - 390px) / 2 + 20px);z-index:3;box-sizing:border-box;width:auto}.main-shell__footer-wrap{width:100%;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .28s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-shell__footer-wrap{opacity:1;animation:none;will-change:auto}}.main-shell__bottom-nav{width:100%;max-width:none}.course-promo-card{position:relative;width:100%;max-width:350px;height:179px;border-radius:24px;isolation:isolate}.course-promo-card:not(.course-promo-card--locked) .course-promo-card__body{cursor:pointer}.course-promo-card__body{position:relative;display:flex;width:100%;height:100%;overflow:hidden;border:1px solid rgb(60,46,40);border-radius:16px;box-sizing:border-box;box-shadow:inset 0 -4px 23px #e5450057,inset 0 0 50.2999992371px #000;background:#000}.course-promo-card__body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(68.15% 100.66% at 53% 48%,#e54500,#0000);mix-blend-mode:color-dodge;opacity:.25;pointer-events:none;z-index:0}.course-promo-card__content{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;max-width:245px;padding:16px 0 16px 16px}.course-promo-card__status{margin:0 0 32px;font-family:SF Pro,sans-serif;font-size:14px;font-weight:400;line-height:19px;letter-spacing:-5%}.course-promo-card__title{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:30px;font-weight:400;line-height:100%;color:#fff;text-transform:uppercase;letter-spacing:-1%}.course-promo-card__duration{display:inline-flex;gap:5px;align-items:center;margin:auto 0 0;font-family:SF Pro,sans-serif;font-size:12px;font-weight:400;line-height:14px;color:#ffffff73;letter-spacing:-5%}.course-promo-card__clock{flex-shrink:0;opacity:.7}.course-promo-card__photo{position:absolute;top:-44px;right:-8px;z-index:1;width:200px;height:358px;object-fit:cover;object-position:center top;pointer-events:none}.course-promo-card__action{position:absolute;right:16px;bottom:16px;z-index:3;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;background-color:#e54500;border:none;border-radius:16px;cursor:pointer}.course-promo-card__action:focus{outline:none}.course-promo-card__action:focus-visible{outline:2px solid rgba(229,69,0,.95);outline-offset:3px}.course-promo-card__action:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.course-promo-card__action{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,transform .2s cubic-bezier(.22,1,.36,1)}.course-promo-card__action:hover:not(:disabled){filter:brightness(1.08);transform:scale(1.04)}.course-promo-card__action:focus-visible:not(:disabled){filter:brightness(1.08);transform:scale(1.04);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e545008c}.course-promo-card__action:active:not(:disabled){filter:brightness(.94);transform:scale(.94)}.course-promo-card__action:focus-visible:active:not(:disabled){filter:brightness(.94);transform:scale(.94)}@media(prefers-reduced-motion:reduce){.course-promo-card__action:hover:not(:disabled),.course-promo-card__action:focus-visible:not(:disabled),.course-promo-card__action:active:not(:disabled){transform:none}}.course-promo-card__action-icon{display:block;width:17px;height:20px}.course-promo-card__lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;background-color:#00000073;border-radius:16px;pointer-events:none;transition:background-color .2s ease,box-shadow .2s ease}.course-promo-card__lock-icon{display:block;width:40px;height:40px;opacity:.95;transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease,filter .2s ease}.course-promo-card--locked{cursor:not-allowed}.course-promo-card--locked:hover .course-promo-card__lock-overlay{background-color:#00000094;box-shadow:inset 0 0 32px #e5450038}.course-promo-card--locked:hover .course-promo-card__lock-icon{opacity:1;transform:scale(1.08);filter:drop-shadow(0 0 10px rgba(229,69,0,.45))}@media(prefers-reduced-motion:reduce){.course-promo-card--locked:hover .course-promo-card__lock-overlay{background-color:#00000073;box-shadow:none}.course-promo-card--locked:hover .course-promo-card__lock-icon{opacity:.95;transform:none;filter:none}}.course-promo-card--locked .course-promo-card__body{border:1px solid rgb(60,46,40);border-radius:16px;background:#000;opacity:.3;box-shadow:none}.course-promo-card--locked .course-promo-card__body:before{display:none}.course-promo-card--locked .course-promo-card__action{background-color:#3c2e28;cursor:not-allowed}.course-promo-card--locked .course-promo-card__action-icon{opacity:.7}.main-screen.screen-background{background-color:#0c0c0c;background-image:url(../images/main-page.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.main-screen.screen-background:before,.main-screen.screen-background:after{background:none;opacity:0}.main-screen.screen-background{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none;min-height:100svh}.main-screen.screen-background .screen-background__content{height:auto;min-height:100svh}.main-screen__container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100dvh;max-width:390px;margin:0 auto;padding:24px 20px 100px;box-sizing:border-box}.main-screen__header{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;opacity:0;animation:ui-fade-up-enter .75s cubic-bezier(.22,1,.36,1) .05s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__header{opacity:1;animation:none;will-change:auto}}.main-screen__header{margin-bottom:40px}.main-screen__logo{margin:0;font-size:20px;line-height:24px;letter-spacing:-1px}.main-screen__telegram-link{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none}.main-screen__telegram-link:focus{outline:none}.main-screen__telegram-link:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.main-screen__telegram-link:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.main-screen__telegram-link{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,box-shadow .2s ease}.main-screen__telegram-link:hover:not(:disabled){opacity:.92;filter:brightness(1.08)}.main-screen__telegram-link:focus-visible:not(:disabled){opacity:.92;filter:brightness(1.08);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #ffffff59}.main-screen__telegram-link:active:not(:disabled){opacity:.88;filter:brightness(.94)}.main-screen__telegram-link:focus-visible:active:not(:disabled){opacity:.88;filter:brightness(.94)}@media(prefers-reduced-motion:reduce){.main-screen__telegram-link:hover:not(:disabled),.main-screen__telegram-link:focus-visible:not(:disabled),.main-screen__telegram-link:active:not(:disabled){filter:none}}.main-screen__telegram-icon{display:block;width:40px;height:40px}.main-screen__hero{display:flex;flex-direction:column;gap:13px;width:100%;max-width:354px;margin-bottom:32px}.main-screen__hero-top{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-height:68px}.main-screen__greeting{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .1s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__greeting{opacity:1;animation:none;will-change:auto}}.main-screen__greeting{flex:1;max-width:284px;margin:0;font-family:Reforma Grotesk,sans-serif;font-size:40px;font-weight:600;line-height:40px;color:#fff;text-transform:uppercase;letter-spacing:-.4px}.main-screen__username{display:block;color:#fff}.main-screen__level{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .14s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__level{opacity:1;animation:none;will-change:auto}}.main-screen__level{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;height:29px;padding:5px 10px;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px;background-color:#3f1300;border-radius:29px;box-shadow:inset 0 -4px 23px #e5450057}.main-screen__description{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .18s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__description{opacity:1;animation:none;will-change:auto}}.main-screen__description{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px}.main-screen__courses{display:flex;flex-direction:column;gap:12px;width:100%}.main-screen__courses .course-promo-card:nth-child(1){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .36s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__courses .course-promo-card:nth-child(1){opacity:1;animation:none;will-change:auto}}.main-screen__courses .course-promo-card:nth-child(2){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .42s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__courses .course-promo-card:nth-child(2){opacity:1;animation:none;will-change:auto}}.main-screen__courses .course-promo-card:nth-child(3){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .48s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.main-screen__courses .course-promo-card:nth-child(3){opacity:1;animation:none;will-change:auto}}.course-bonus-popup{position:fixed;top:calc(17px + env(safe-area-inset-top,0px));left:max(20px,(100vw - 390px) / 2 + 20px);right:max(20px,(100vw - 390px) / 2 + 20px);z-index:4;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;width:auto;max-width:350px;margin:0 auto;padding:16px;border:1px solid rgb(60,46,40);border-radius:16px;background-color:#000;box-shadow:0 0 15px #00000040,0 0 38px #000;opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) 0s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-bonus-popup{opacity:1;animation:none;will-change:auto}}.course-bonus-popup__close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:37px;height:37px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer}.course-bonus-popup__close:focus{outline:none}.course-bonus-popup__close:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}.course-bonus-popup__close:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.course-bonus-popup__close{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,box-shadow .2s ease}.course-bonus-popup__close:hover:not(:disabled){opacity:.92;filter:brightness(1.08)}.course-bonus-popup__close:focus-visible:not(:disabled){opacity:.92;filter:brightness(1.08);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #ffffff59}.course-bonus-popup__close:active:not(:disabled){opacity:.88;filter:brightness(.94)}.course-bonus-popup__close:focus-visible:active:not(:disabled){opacity:.88;filter:brightness(.94)}@media(prefers-reduced-motion:reduce){.course-bonus-popup__close:hover:not(:disabled),.course-bonus-popup__close:focus-visible:not(:disabled),.course-bonus-popup__close:active:not(:disabled){filter:none}}.course-bonus-popup__close-icon{display:block;opacity:.9}.course-bonus-popup__content{display:flex;flex-direction:column;gap:4px;width:100%;max-width:279px;padding:5px 0}.course-bonus-popup__title{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:600;line-height:19px;color:#fff;letter-spacing:-.8px}.course-bonus-popup__description{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px}.course-bonus-popup__action{width:100%;max-width:none;margin:0;font-weight:400;letter-spacing:-.8px}.checkbox{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:23px;height:23px}.checkbox__icon{width:23px;height:23px}.lesson-list-item{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;max-width:279px;min-height:40px;padding:5px 0}.lesson-list-item__content{display:flex;flex:1;gap:8px;align-items:center;min-width:0}.lesson-list-item__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;color:#fff;background-color:#444;border-radius:50%}.lesson-list-item__icon--active{background-color:#e54500}.lesson-list-item__glyph{width:12px;height:12px}.lesson-list-item__title{font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;letter-spacing:-.2px;color:#fff}.lesson-list-item__checkbox{flex-shrink:0}.lesson-list-item--completed{opacity:.7}.lesson-list-item--completed .lesson-list-item__title{text-decoration:line-through}.course-module-card{width:100%}.course-module-card__body{position:relative;display:flex;flex-direction:column;gap:0;width:100%;overflow:hidden;transition:gap .55s cubic-bezier(.22,1,.36,1);border:1px solid rgb(60,46,40);border-radius:16px;box-sizing:border-box;background:#000;box-shadow:inset 0 -4px 23px #e5450057,inset 0 0 50px #000}.course-module-card__body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(68.15% 100.66% at 53% 48%,#e54500,#0000);mix-blend-mode:color-dodge;opacity:.25;pointer-events:none;z-index:0}.course-module-card__header{position:relative;z-index:1;display:flex;align-items:stretch;min-height:120px;padding:16px 72px 16px 16px;box-sizing:border-box;transition:min-height .55s cubic-bezier(.22,1,.36,1),padding .55s cubic-bezier(.22,1,.36,1)}.course-module-card__content{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0}.course-module-card__title{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:24px;font-weight:400;line-height:100%;color:#fff;text-transform:uppercase;letter-spacing:-.24px}.course-module-card__subtitle{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px}.course-module-card__duration{display:inline-flex;gap:5px;align-items:center;margin:auto 0 0;transition:margin-top .55s cubic-bezier(.22,1,.36,1);font-family:SF Pro,sans-serif;font-size:12px;font-weight:400;line-height:14px;color:#ffffff73;letter-spacing:-.24px}.course-module-card__clock{flex-shrink:0;opacity:.7}.course-module-card__toggle{position:absolute;top:16px;right:16px;z-index:2;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;background-color:#e54500;border:none;border-radius:16px;box-shadow:none;cursor:pointer;transition:background-color .2s ease,box-shadow .55s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1)}.course-module-card__toggle:focus{outline:none}.course-module-card__toggle:focus-visible{outline:2px solid rgba(229,69,0,.95);outline-offset:3px}.course-module-card__toggle:disabled{cursor:not-allowed;transform:none;filter:none;box-shadow:none}.course-module-card__toggle{transition:opacity .2s ease,background-color .2s ease,filter .2s ease,transform .2s cubic-bezier(.22,1,.36,1)}.course-module-card__toggle:hover:not(:disabled){filter:brightness(1.08);transform:scale(1.04)}.course-module-card__toggle:focus-visible:not(:disabled){filter:brightness(1.08);transform:scale(1.04);box-shadow:0 0 0 2px #0c0c0c,0 0 0 4px #e545008c}.course-module-card__toggle:active:not(:disabled){filter:brightness(.94);transform:scale(.94)}.course-module-card__toggle:focus-visible:active:not(:disabled){filter:brightness(.94);transform:scale(.94)}@media(prefers-reduced-motion:reduce){.course-module-card__toggle:hover:not(:disabled),.course-module-card__toggle:focus-visible:not(:disabled),.course-module-card__toggle:active:not(:disabled){transform:none}}.course-module-card__toggle-icon{display:block;width:17px;height:20px;transform:rotate(0);transition:transform .55s cubic-bezier(.22,1,.36,1)}.course-module-card__panel{position:relative;z-index:1;display:grid;grid-template-rows:0fr;padding:0 16px;opacity:.72;transition:grid-template-rows .55s cubic-bezier(.22,1,.36,1),opacity .55s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.course-module-card__panel{opacity:1;transition:none}}.course-module-card__panel-inner{overflow:hidden}.course-module-card__list{display:flex;flex-direction:column;gap:8px;width:100%;margin:0;padding:0 0 16px;list-style:none;opacity:0;transform:translateY(-10px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.course-module-card__list-item{width:100%}.course-module-card--open .course-module-card__body{gap:20px}.course-module-card--open .course-module-card__header{align-items:flex-start;min-height:0;padding:16px 72px 0 16px}.course-module-card--open .course-module-card__duration{margin-top:0}.course-module-card--open .course-module-card__toggle{box-shadow:0 0 18px #e5450066}.course-module-card--open .course-module-card__toggle-icon{transform:rotate(180deg)}.course-module-card--open .course-module-card__panel{grid-template-rows:1fr;opacity:1}.course-module-card--open .course-module-card__list{opacity:1;transform:translateY(0)}.course-module-card--open .course-module-card__list-item:nth-child(1){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .11s both}.course-module-card--open .course-module-card__list-item:nth-child(2){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .16s both}.course-module-card--open .course-module-card__list-item:nth-child(3){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .21s both}.course-module-card--open .course-module-card__list-item:nth-child(4){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .26s both}.course-module-card--open .course-module-card__list-item:nth-child(5){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .31s both}.course-module-card--open .course-module-card__list-item:nth-child(6){animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .36s both}@media(prefers-reduced-motion:reduce){.course-module-card .course-module-card__body,.course-module-card .course-module-card__header,.course-module-card .course-module-card__duration,.course-module-card .course-module-card__toggle,.course-module-card .course-module-card__toggle-icon,.course-module-card .course-module-card__panel,.course-module-card .course-module-card__list{transition:none}.course-module-card .course-module-card--open .course-module-card__list-item{animation:none}}@keyframes ui-fade-up-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-fade-up-enter-centered{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes ui-fade-blur-enter{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0)}}@keyframes ui-error-icon-enter{0%{opacity:0;transform:scale(.82) translateY(14px);filter:blur(8px)}65%{opacity:1;transform:scale(1.05) translateY(-3px);filter:blur(0)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@keyframes ui-error-icon-idle{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.035) translateY(-4px)}}@keyframes loading-bar-track-appear{0%{opacity:0;transform:scaleX(.08)}to{opacity:1;transform:scaleX(1)}}@keyframes loading-bar-stripes-flow{0%{background-position:0 center}to{background-position:calc(234px / var(--loading-bar-stripe-count)) center}}@keyframes loading-bar-fill-glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.12)}}@keyframes ui-progress-segment-enter{0%{opacity:0;transform:scaleX(.15)}to{opacity:1;transform:scaleX(1)}}.course-detail-page.screen-background{background-color:#0c0c0c;background-image:url(../images/main-page.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.course-detail-page.screen-background:before,.course-detail-page.screen-background:after{background:none;opacity:0}.course-detail-page.screen-background{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none;min-height:100svh}.course-detail-page.screen-background .screen-background__content{height:auto;min-height:100svh}.course-detail-page__container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100dvh;max-width:390px;margin:0 auto;padding:24px 20px 100px;box-sizing:border-box}.course-detail-page__header{display:flex;justify-content:center;width:100%;opacity:0;animation:ui-fade-up-enter .75s cubic-bezier(.22,1,.36,1) .05s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__header{opacity:1;animation:none;will-change:auto}}.course-detail-page__header{margin-bottom:45px}.course-detail-page__logo{margin:0;font-size:20px;line-height:24px;letter-spacing:-1px}.course-detail-page__hero{display:flex;flex-direction:column;gap:13px;width:100%;max-width:354px;margin-bottom:32px}.course-detail-page__title{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .1s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__title{opacity:1;animation:none;will-change:auto}}.course-detail-page__title{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:40px;font-weight:600;line-height:40px;color:#fff;text-transform:uppercase;letter-spacing:-1%}.course-detail-page__duration{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .14s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__duration{opacity:1;animation:none;will-change:auto}}.course-detail-page__duration{display:inline-flex;gap:5px;align-items:center;margin:0;font-family:SF Pro,sans-serif;font-size:12px;font-weight:400;line-height:14px;color:#ffffff73;letter-spacing:-.24px}.course-detail-page__duration-icon{flex-shrink:0;opacity:.7}.course-detail-page__description{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .18s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__description{opacity:1;animation:none;will-change:auto}}.course-detail-page__description{margin:0;font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px}.course-detail-page__stats{display:flex;gap:8px;width:100%;max-width:350px}.course-detail-page__stat{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .22s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__stat{opacity:1;animation:none;will-change:auto}}.course-detail-page__stat:nth-child(2){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .26s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__stat:nth-child(2){opacity:1;animation:none;will-change:auto}}.course-detail-page__stat{display:flex;gap:10px;align-items:center;min-width:0;height:40px;padding:4px 14px 4px 4px;border-radius:37px;box-sizing:border-box;background:#000}.course-detail-page__stat-icon-wrap{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#e54500}.course-detail-page__stat-icon{display:block;width:13px;height:14px}.course-detail-page__stat-label{font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:19px;color:#fff;letter-spacing:-.8px;white-space:nowrap}.course-detail-page__program{display:flex;flex-direction:column;gap:16px;width:100%;max-width:350px;padding:16px;border:1px solid rgb(60,46,40);border-radius:24px;box-sizing:border-box;background:#000000d9;box-shadow:inset 0 -4px 23px #e5450033}.course-detail-page__program-title{opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .3s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__program-title{opacity:1;animation:none;will-change:auto}}.course-detail-page__program-title{margin:0;font-family:Reforma Grotesk,sans-serif;font-size:24px;font-weight:600;line-height:100%;color:#fff;text-transform:uppercase;letter-spacing:-.24px}.course-detail-page__modules{display:flex;flex-direction:column;gap:12px;width:100%}.course-detail-page__modules .course-module-card:nth-child(1){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .36s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__modules .course-module-card:nth-child(1){opacity:1;animation:none;will-change:auto}}.course-detail-page__modules .course-module-card:nth-child(2){opacity:0;animation:ui-fade-up-enter .55s cubic-bezier(.22,1,.36,1) .42s forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.course-detail-page__modules .course-module-card:nth-child(2){opacity:1;animation:none;will-change:auto}}@font-face{font-family:Imbue;src:url(../fonts/imbue/Imbue.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Reforma Grotesk;src:url(../fonts/reforma-grotesk/reforma-grotesk-demi.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/inter/Inter_18pt-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/inter/Inter_18pt-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/inter/Inter_18pt-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Ultralight.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf) format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Thin.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-ThinItalic.otf) format("opentype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Text-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Text-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf) format("opentype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Heavy.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf) format("opentype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:SF Pro;src:url(../fonts/sf-pro/SF-Pro-Display-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;min-height:100%}body{overflow-x:hidden;overflow-y:auto;font-family:SF Pro,sans-serif,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#0c0c0c;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}button:focus{outline:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app{width:100%;min-height:100dvh}
