:is(html:has(.home-page),body:has(.home-page)){background:#fff}.home-page{--home-header-offset:calc(var(--header-height) + env(safe-area-inset-top));--home-content-inset:1.25rem;--home-hero-bottom-reserve:max(1.25rem, env(safe-area-inset-bottom));--home-section-gap:var(--section-gap);--home-section-content-gap:var(--section-content-gap);--home-card-grid-gap:var(--section-card-grid-gap);--home-card-content-gap:var(--section-card-content-gap);--home-accent:var(--color-brand);--home-accent-hover:var(--color-brand-hover);--home-accent-pressed:#447f70;--home-accent-dark:var(--color-brand-deep);--home-accent-deep:var(--color-brand-ink);--home-text:var(--color-text-primary);--home-muted:#34383b;--home-lime:var(--color-brand-accent-soft);--home-pill-border:#315f5314;--home-pill-border-hover:#315f531f;--home-pill-border-selected:#315f5324;--home-focus-ring:var(--color-brand-focus);margin-top:calc(-1 * var(--home-header-offset));background:#fff;min-height:100svh}.home-hero{width:min(100%, var(--mobile-shell-max-width));min-height:calc(100vh - var(--home-hero-bottom-reserve));min-height:calc(100svh - var(--home-hero-bottom-reserve));padding-inline:var(--home-content-inset);padding-top:calc(env(safe-area-inset-top) + 6.05rem);background:#fff;gap:clamp(.5rem,1.7svh,1.35rem);padding-bottom:0;position:relative;overflow:hidden}.home-hero__copy{gap:clamp(1rem,2.6svh,2rem)}.home-hero__title-wrap,.home-hero__subtitle-wrap{width:fit-content;max-width:100%}.home-hero__title,.home-hero__subtitle,.home-hero__cta-copy{text-wrap:balance}.home-hero__title{z-index:2;max-width:13ch;color:var(--home-text);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,9vw,2.25rem);font-weight:700;line-height:1.18;position:relative}.home-hero__title span,.home-hero__cta-copy span{color:var(--home-accent)}.home-hero__subtitle{z-index:2;max-width:15.125rem;color:var(--home-muted);margin:0;font-size:1rem;font-weight:500;line-height:1.4;position:relative}.home-hero__top-cards,.home-hero__small-cards{pointer-events:none;position:absolute}.home-hero__top-cards{z-index:1;inset:0;overflow:visible}.home-hero__small-cards{z-index:1;width:min(100%,15.125rem);height:10.25rem;margin-top:.45rem;top:100%;left:0}.home-hero__card{pointer-events:none;line-height:0;display:inline-block;position:absolute}.home-hero__card img,.home-hero__main-card-media img{width:100%;height:auto;display:block}.home-hero__card picture,.home-hero__main-card-media picture{width:100%;display:block}.home-hero__card--five{z-index:1;opacity:.88;width:65%;max-width:18rem;top:.55rem;right:-5rem;transform:translate(6.2rem)rotate(-20deg)}.home-hero__card--five img,.home-hero__card--three img{filter:drop-shadow(0 8px 18px #46423b24)}.home-hero__card--four{z-index:3;width:25%;max-width:18rem;top:6.55rem;right:1rem}.home-hero__card--three{z-index:2;opacity:.94;width:12.4rem;max-width:18rem;top:-1.8rem;left:15.9rem;transform:rotate(17deg)}.home-hero__card--one{z-index:3;width:5.25rem;max-width:18rem;top:1.1rem;left:-.85rem}.home-hero__main-card{z-index:4;flex:0 0 clamp(9rem,22svh,14rem);height:clamp(9rem,22svh,14rem);margin-block:auto;position:relative;overflow:visible}.home-hero__main-card-media{pointer-events:none;isolation:isolate;border-radius:14%;width:40%;max-width:18rem;line-height:0;animation:8.2s cubic-bezier(.37,0,.22,1) -1.2s infinite home-hero-float-main-card;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero__main-card-media:after{content:"";border-radius:var(--radius-indicator);pointer-events:none;opacity:.22;background:radial-gradient(#12182147 0%,#12182114 58%,#0000 100%);width:84%;height:16%;animation:8.2s cubic-bezier(.37,0,.22,1) -1.2s infinite home-hero-main-card-shadow;position:absolute;bottom:-8%;left:50%;transform:translate(-50%)scale(1)}.home-hero__cta{gap:1rem;padding-bottom:0}.home-hero__cta-copy{color:var(--home-muted);text-align:center;margin:0;font-size:1rem;font-weight:500;line-height:1.4}.home-hero__cta-copy span{font-weight:700}.home-hero__button{width:100%}@keyframes home-hero-float-main-card{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(calc(.01rem - 50%),calc(-50% - .26rem))scale(1.01)}}@keyframes home-hero-main-card-shadow{0%,to{opacity:.22;transform:translate(-50%)scale(1)}50%{opacity:.16;transform:translate(-50%)scale(.92)}}.home-sections{--home-section-gutter:var(--home-content-inset);--home-card-bg:var(--color-surface-raised);width:min(100%, var(--mobile-shell-max-width));gap:var(--home-section-gap);padding-inline:var(--home-section-gutter);padding-top:var(--home-section-gap);flex-direction:column;margin-inline:auto;padding-bottom:0;display:flex}.home-section{scroll-margin-top:calc(var(--home-header-offset) + 5rem);width:100%}.home-section:is(.home-love,.home-reviews,.home-cta-card,.home-team,.home-facts,.home-learning-video,.home-faq){content-visibility:auto;contain-intrinsic-size:auto 34rem}.home-promo-video{width:100vw;margin-inline:calc(50% - 50vw)}.home-promo-video__media{aspect-ratio:1;background:var(--home-card-bg);border-radius:0;width:100%;display:block;position:relative;overflow:hidden}.home-promo-video__media picture{width:100%;height:100%;display:block;position:absolute;inset:0}.home-promo-video__preview,.home-promo-video__video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-promo-video__preview{opacity:1;transition:opacity .18s}.home-promo-video__video{opacity:0;transition:opacity .18s}.home-promo-video__media[data-state=video] .home-promo-video__preview{opacity:0}.home-promo-video__media[data-state=video] .home-promo-video__video{opacity:1}.home-subjects{scroll-margin-top:calc(var(--home-header-offset) + 2rem)}.home-subjects__title{max-width:18rem}.home-subjects__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.home-subjects__column{flex-direction:column;gap:.75rem;min-width:0;display:flex}.home-subject-card{isolation:isolate;color:#fff;background:#eef3f0;border-radius:22px;min-width:0;min-height:14rem;text-decoration:none;transition-property:box-shadow;transition-duration:.16s;transition-timing-function:ease-out;display:block;position:relative;overflow:hidden;box-shadow:0 8px 22px #21352d14}.home-subject-card:before{z-index:2;pointer-events:none;content:"";border-radius:inherit;transition-property:box-shadow;transition-duration:.16s;transition-timing-function:ease-out;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffffb8,inset 0 0 0 1.5px #315f531a}.home-subject-card--mini{min-height:9.25rem}.home-subject-card--short{min-height:10.25rem}.home-subject-card--reduced{min-height:14.75rem}.home-subject-card--medium{min-height:15rem}.home-subject-card--large{min-height:15.5rem}.home-subject-card--tall{min-height:17.75rem}.home-subject-card--extended{min-height:18.75rem}.home-subject-card:hover{box-shadow:0 12px 28px #21352d1f}.home-subject-card:hover:before{box-shadow:inset 0 0 0 1px #ffffffd1,inset 0 0 0 1.5px #315f5324}.home-subject-card[href="/subjects/anatomiya"]{box-shadow:none;background:0 0}.home-subject-card[href="/subjects/anatomiya"]:before,.home-subject-card[href="/subjects/anatomiya"]:hover:before,.home-subject-card[href="/subjects/anatomiya"]:hover{box-shadow:none}.home-subject-card:focus-visible{outline:2px solid var(--home-focus-ring);outline-offset:3px}.home-subject-card__media{z-index:-1;border-radius:inherit;background:inherit;display:block;position:absolute;inset:0;overflow:hidden}.home-subject-card__media:after{content:"";background:linear-gradient(#0000 0%,#0003 58%,#00000057 100%);height:50%;position:absolute;inset:auto 0 0}.home-subject-card[href="/subjects/anatomiya"] .home-subject-card__media:after{display:none}.home-subject-card__media img{object-fit:cover;filter:brightness(1.04)contrast(1.04)saturate(1.02);width:100%;height:100%;display:block}.home-subject-card__media picture{width:100%;height:100%;display:block}.home-subject-card[href="/subjects/anatomiya"] .home-subject-card__media img{filter:none}.home-subject-card__title{inset-inline:0;color:#fff;letter-spacing:0;text-align:center;text-shadow:0 1px 8px #0000007a;text-wrap:balance;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding:2.25rem .75rem .75rem;font-size:.875rem;font-weight:700;line-height:1.15;display:-webkit-box;position:absolute;bottom:0;overflow:hidden}.home-subject-card[href="/subjects/anatomiya"] .home-subject-card__title{text-shadow:none}.home-section-title,.home-cta-card__title,.home-cta-card--start h2{color:var(--home-text);font-size:var(--type-section-title-size);font-weight:700;line-height:var(--type-section-title-line-height);letter-spacing:0;text-wrap:balance;margin:0}.home-section-title span,.home-cta-card__title span,.home-cta-card--start h2 span,.home-cta-card--start p span,.home-support-card p span{color:var(--home-accent)}.home-section-lead{color:#202020cc;max-width:15.5rem;margin:1rem 0 0;font-size:1rem;font-weight:500;line-height:1.35}.home-card-grid,.home-facts,.home-faq__list{gap:var(--home-card-grid-gap);display:grid}.home-card-grid{margin-top:var(--home-section-content-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.home-fact-card,.home-teacher-card,.home-faq__item{border-radius:var(--radius-card);background:var(--home-card-bg)}.home-fact-card h2,.home-teacher-card h3{color:var(--home-text);font-size:var(--type-card-title-size);font-weight:700;line-height:var(--type-card-title-line-height);margin:0}.home-fact-card p,.home-teacher-card p,.home-faq__item p,.home-cta-card p{color:var(--color-text-body);font-size:var(--type-card-body-size);font-weight:500;line-height:var(--type-card-body-line-height);margin:0}.home-button{border-radius:var(--radius-indicator);text-align:center;white-space:nowrap;border:0;justify-content:center;align-items:center;min-height:2.875rem;padding:0 1.375rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.home-button:hover{transform:translateY(-1px)}.home-button:active{transform:translateY(0)scale(.99)}.home-button:focus-visible,.home-pill-control:focus-visible,.home-text-link:focus-visible,.home-support-card a:focus-visible,.home-video-card:focus-visible,.home-faq__item summary:focus-visible{outline:2px solid var(--home-focus-ring);outline-offset:3px}.home-button--primary{color:#fff;background:var(--home-accent)}.home-button--primary:hover{background:var(--home-accent-hover)}.home-button--primary:active{background:var(--home-accent-pressed)}.home-button--inverse{color:var(--home-accent);background:#fff}.home-button--inverse:hover{background:var(--home-lime)}.home-pill-control{border:1px solid var(--home-pill-border);border-radius:var(--radius-indicator);color:#5d6668;min-height:1.75rem;font-size:var(--type-meta-size);text-align:center;white-space:nowrap;background:#fff;justify-content:center;align-items:center;padding:0 .6875rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.home-pill-control:hover{border-color:var(--home-pill-border-hover);color:var(--home-accent-dark);background:color-mix(in srgb, var(--home-lime) 48%, white)}.home-pill-control:active{border-color:var(--home-pill-border-selected);color:var(--home-accent-dark);background:color-mix(in srgb, var(--home-lime) 72%, white);transform:translateY(1px)}.home-pill-control[aria-pressed=true],.home-pill-control.is-selected{border-color:var(--home-pill-border-selected);color:var(--home-accent-dark);background:var(--home-lime);font-weight:600}.home-text-link{color:var(--home-accent-dark);font-size:var(--type-action-link-size);white-space:nowrap;align-items:center;gap:.56rem;font-weight:600;line-height:1;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex}.home-text-link:hover{color:var(--home-accent-deep)}.home-text-link:active{color:var(--home-accent-deep);transform:translateY(1px)}.home-text-link__icon{color:currentColor;flex:none;width:.9375rem;height:.625rem;transition:transform .18s;display:block;overflow:visible}.home-text-link:hover .home-text-link__icon{transform:translate(2px)}.home-text-link--on-dark{color:var(--home-lime)}.home-text-link--on-dark:hover{color:#fff}.home-reviews{overflow:hidden}.home-reviews-track{margin-top:var(--home-section-content-gap);scrollbar-width:none;scroll-snap-type:x mandatory;grid-auto-columns:min(20.375rem,82%);grid-auto-flow:column;gap:.75rem;display:grid;overflow-x:auto}.home-reviews-track::-webkit-scrollbar{display:none}.home-reviews-track .review-card{scroll-snap-align:start}.home-reviews__empty{margin-top:var(--home-section-content-gap)}.home-reviews .home-button{width:100%;margin-top:1rem}.home-reviews .ui-text-link,.home-team .ui-text-link,.home-faq>.ui-text-link{width:fit-content;margin-top:1.5rem;margin-left:auto;display:flex}.home-cta-card{color:#fff;background:var(--home-accent);border-radius:1.25rem;position:relative;overflow:hidden}.home-cta-card--lesson{min-height:22rem;padding:1.25rem 1rem 1rem}.home-cta-card--lesson p,.home-cta-card--start p{z-index:2;color:#fff;max-width:15rem;margin-top:.75rem;position:relative}.home-cta-card--lesson p{font-size:var(--type-card-body-large-size);font-weight:500;line-height:var(--type-card-body-line-height)}.home-cta-card--start p{font-size:var(--type-card-body-large-size);font-weight:700}.home-cta-card__title{z-index:2;color:#fff;max-width:18rem;position:relative}.home-cta-card__title span,.home-cta-card--start h2 span,.home-cta-card--start p span{color:var(--home-lime)}.home-cta-card__button{z-index:2;width:auto;position:absolute;bottom:1rem;left:1rem;right:1rem}.home-team{overflow:visible}.home-teacher-track{--home-teacher-card-width:min(20.375rem, 82%);grid-auto-columns:var(--home-teacher-card-width);margin-top:1.25rem;margin-right:calc(-1 * var(--home-section-gutter));padding-right:var(--home-section-gutter);scroll-padding-right:var(--home-section-gutter);scrollbar-width:none;scroll-snap-type:x mandatory;grid-auto-flow:column;align-items:stretch;gap:.75rem;margin-bottom:-1rem;padding-bottom:1rem;display:grid;overflow-x:auto}.home-teacher-track::-webkit-scrollbar{display:none}.home-teacher-card{scroll-snap-align:start;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.home-teacher-card__image{aspect-ratio:1;outline-offset:-1px;background:#d7d7d4;border-radius:.5rem;outline:1px solid #0000001a;position:relative;overflow:hidden}.home-teacher-card__image img,.home-video-card img{object-fit:cover;width:100%;height:100%;display:block}.home-teacher-card__image picture{width:100%;height:100%;display:block}.home-teacher-card:first-child .home-teacher-card__image img{object-position:center top}.home-teacher-card__image span{color:#202020cc;background:var(--home-lime);border-radius:0 0 .5rem;padding:.35rem .5rem;font-size:.75rem;font-weight:500;position:absolute;top:0;left:0}.home-teacher-card h3{color:var(--home-accent);margin-top:0}.home-teacher-card p{text-wrap:pretty;margin-top:0}.home-fact-card{min-height:7rem;padding:1rem;position:relative;overflow:hidden}.home-fact-card p{color:#202020cc;max-width:15.5rem;margin-top:.5rem;font-size:1rem}.home-fact-card span{background:linear-gradient(135deg, #5da08d47, #d9ffc8cc), var(--home-card-bg);border-radius:1rem;width:5rem;height:5rem;position:absolute;top:1rem;right:1rem}.home-fact-card--feature span{border-radius:50%}.home-fact-card--topic span{border-radius:1.25rem .5rem}.home-cta-card--start{min-height:19.125rem;padding:1.25rem 1rem 1rem}.home-cta-card--start picture{display:block}.home-cta-card--start img{z-index:1;pointer-events:none;width:15rem;height:auto;position:absolute;bottom:-5.5rem;right:-4.25rem}.home-cta-card--start h2{z-index:2;color:#fff;max-width:18rem;position:relative}.home-cta-card--start .home-button{z-index:2;position:absolute;bottom:1rem;left:1rem;right:1rem}.home-video-card{background:#e7e3df;border-radius:1.25rem;min-height:39.75rem;margin-top:1.5rem;text-decoration:none;display:block;position:relative;overflow:hidden}.home-video-card picture{display:block;position:absolute;inset:0}.home-video-card span{background:#ffffffe0;border-radius:50%;width:2rem;height:2rem;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-video-card span:after{content:"";border-block:.42rem solid #0000;border-left:.64rem solid var(--home-accent);position:absolute;top:.58rem;left:.82rem}.home-faq__list{margin-top:var(--home-section-content-gap)}.home-faq__item{overflow:hidden}.home-faq__item summary{cursor:pointer;min-height:4.875rem;color:var(--color-text-primary);font-size:var(--type-card-title-size);font-weight:700;line-height:var(--type-card-title-line-height);text-wrap:pretty;align-items:center;padding:1rem 3.25rem 1rem 1rem;list-style:none;display:flex;position:relative}.home-faq__item summary::-webkit-details-marker{display:none}.home-faq__item summary:after{content:"+";color:#fff;background:var(--home-accent);border-radius:.25rem;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:1rem;line-height:1;display:inline-flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.home-faq__item[open] summary:after{content:"-";color:#202020b8;background:#afa89f80}.home-faq__item p{text-wrap:pretty;padding:0 1rem 1rem}.home-support-card{border-radius:var(--radius-card);margin-top:var(--home-section-content-gap);background:var(--color-brand);padding:1.25rem 1rem}.home-support-card p{color:#fff;font-size:var(--type-card-body-large-size);font-weight:700;line-height:var(--type-card-title-line-height);margin:0}.home-support-card p span{color:var(--color-brand-accent-soft);margin-bottom:.25rem;display:block}.home-support-card a{margin-top:1rem}.home-support-card a:not(.home-text-link):not(.ui-text-link):after{content:"";border-top:2px solid;border-right:2px solid;width:.5rem;height:.5rem;margin:.35rem 0 0 .5rem;transform:rotate(45deg)}@media (max-width:320px){.home-hero__top-cards,.home-hero__small-cards,.home-hero__main-card{display:none}.home-hero__cta{margin-top:auto}}@media (max-height:640px){.home-hero{gap:.25rem}.home-hero__subtitle{font-size:.97rem;line-height:1.32}.home-hero__cta{gap:.75rem;padding-bottom:0}}@media (max-width:320px) and (max-height:449px){.home-hero__title{font-size:clamp(1.5rem,1vw,2.25rem)}}@media (prefers-reduced-motion:reduce){.home-hero__main-card-media,.home-hero__main-card-media:after{animation:none}.home-button,.contact-channel-button,.home-pill-control,.home-text-link,.home-text-link__icon,.home-promo-video__preview,.home-promo-video__video{transition:none}}
