:root{color:var(--prototype-text-primary);background:var(--prototype-surface-page);font-family:Noto Sans TC,system-ui,sans-serif;font-synthesis:none;--prototype-brand-primary: #00ccb4;--prototype-brand-dark: #009590;--prototype-brand-light: #dcf9f3;--prototype-surface-page: #f5f7f9;--prototype-surface-card: #fff;--prototype-text-primary: #595959;--prototype-text-secondary: #8c8c8c;--prototype-border-default: #e8e8e8;--prototype-status-promo: #fa8c16;--prototype-status-rating: #faad14;--prototype-status-hot: #f65f55;--prototype-overlay-dim: #00000052;--prototype-space-4: 4px;--prototype-space-8: 8px;--prototype-space-12: 12px;--prototype-space-16: 16px;--prototype-space-24: 24px;--prototype-space-30: 30px;--prototype-space-40: 40px;--prototype-space-64: 64px;--prototype-space-80: 80px;--prototype-radius-8: 8px;--prototype-radius-12: 12px;--prototype-radius-16: 16px;--prototype-content-desktop: 1140px;--prototype-inset-mobile: 16px;--prototype-promo-height: 45px;--prototype-nav-desktop-height: 60px;--prototype-nav-mobile-height: 50px;--prototype-purchase-desktop-width: 424px;--prototype-purchase-mobile-height: 127px;--prototype-shadow-card: 0 0 2px rgb(0 0 0 / 4%), 0 4px 10px rgb(0 0 0 / 8%);--prototype-shadow-floating: 0 6px 16px -2px rgb(0 0 0 / 10%), 0 2px 6px rgb(0 0 0 / 5%);--prototype-surface: var(--prototype-surface-card);--prototype-border: var(--prototype-border-default);--prototype-accent: var(--prototype-brand-dark);--prototype-muted: var(--prototype-text-secondary)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--prototype-surface-page);color:var(--prototype-text-primary)}html:has([data-prototype-overlay]),body:has([data-prototype-overlay]){overflow:hidden}a{color:inherit}button,input{font:inherit}button{color:inherit}.prototype-shell{min-height:100vh}.prototype-shell>.prototype-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(16px,4vw,56px);border-bottom:1px solid var(--prototype-border);background:var(--prototype-surface)}.prototype-header .prototype-brand{color:var(--prototype-accent);font-weight:700;text-decoration:none}.prototype-header nav{display:flex;flex-wrap:wrap;gap:18px}.prototype-header nav a{color:var(--prototype-muted);text-decoration:none}.prototype-header nav a[aria-current=page]{color:var(--prototype-accent);font-weight:700}.prototype-shell>main{width:min(1140px,calc(100% - 32px));margin:0 auto;padding:80px 0}.prototype-kicker{margin:0 0 8px;color:var(--prototype-muted);font-size:14px;text-transform:uppercase}.prototype-shell>main>h1{margin:0;font-size:clamp(36px,8vw,72px);line-height:1.1}.promo-bar{color:var(--prototype-surface-card);background:var(--prototype-brand-dark);font-size:14px;line-height:20px}.promo-bar__inner{display:flex;align-items:center;justify-content:center;gap:var(--prototype-space-16)}.promo-bar p{margin:0}.promo-bar__action{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--prototype-space-4);min-height:24px;padding:2px 10px;border-radius:var(--prototype-radius-8);color:var(--prototype-brand-dark);background:var(--prototype-surface-card);font-weight:600;text-decoration:none}.promo-bar__action:hover{text-decoration:none}.promo-bar__close{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;color:var(--prototype-surface-card);background:transparent;cursor:pointer}.promo-bar--desktop{height:var(--prototype-promo-height)}.promo-bar--desktop .promo-bar__inner{width:var(--prototype-content-desktop);height:100%;margin:0 auto;white-space:nowrap}.promo-bar--desktop p,.promo-bar--desktop .promo-bar__close{margin-left:auto}.promo-bar--mobile{min-height:148px}.promo-bar--mobile .promo-bar__inner{display:grid;grid-template-rows:auto 24px;grid-template-columns:minmax(0,1fr) 28px;align-content:start;align-items:flex-start;min-height:148px;padding:14px var(--prototype-inset-mobile);column-gap:var(--prototype-space-8);row-gap:10px}.promo-bar--mobile p{grid-row:1;grid-column:1}.promo-bar--mobile .promo-bar__action{grid-row:2;grid-column:1;justify-self:start}.promo-bar--mobile .promo-bar__close{grid-row:1;grid-column:2}.site-header{border-bottom:1px solid var(--prototype-border-default);background:var(--prototype-surface-card)}.site-header--desktop{height:var(--prototype-nav-desktop-height)}.site-header--mobile{position:sticky;z-index:20;top:0;height:var(--prototype-nav-mobile-height)}.site-header__inner{display:flex;align-items:center;height:100%}.site-header__inner--desktop{width:var(--prototype-content-desktop);margin:0 auto;gap:var(--prototype-space-24)}.site-header__inner--mobile{gap:var(--prototype-space-4);padding:0 var(--prototype-inset-mobile)}.site-header__brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--prototype-space-8);color:var(--prototype-brand-dark);font-size:18px;font-weight:700;line-height:24px;text-decoration:none}.site-header__brand-mark{display:block;object-fit:contain}.site-header__nav{display:flex;flex:0 0 auto;align-items:center;gap:var(--prototype-space-16);font-size:14px}.site-header__nav a,.site-header__actions a{text-decoration:none}.site-header__nav a:hover,.site-header__actions a:hover{color:var(--prototype-brand-dark)}.site-header__search-region{flex:1;min-width:180px}.site-header__search{display:flex;align-items:center;gap:var(--prototype-space-8);width:100%;height:38px;padding:0 12px;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-8);color:var(--prototype-text-secondary);background:var(--prototype-surface-page);text-decoration:none}.site-header__search:focus-within{border-color:var(--prototype-brand-primary)}.site-header__search input,.site-header__search span{flex:1;width:100%;min-width:0;border:0;outline:0;color:var(--prototype-text-primary);background:transparent;font-size:14px}.site-header__actions,.site-header__mobile-actions{display:flex;flex:0 0 auto;align-items:center}.site-header__actions{gap:var(--prototype-space-16);font-size:14px;white-space:nowrap}.site-header__actions>a[aria-label=购物车]{display:inline-flex;align-items:center;justify-content:center}.site-header__login{color:var(--prototype-brand-dark);font-weight:600}.site-header__mobile-actions{gap:var(--prototype-space-4);margin-left:auto}.site-header__mobile-search,.site-header__mobile-actions button,.site-header__mobile-actions a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;text-decoration:none}.site-header__mobile-search,.site-header__mobile-actions button,.site-header__mobile-actions a{cursor:pointer}.prototype-runtime{min-height:100vh}.prototype-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.prototype-mobile-menu{display:none}.prototype-search-panel{position:fixed;z-index:210;overflow-y:auto;color:var(--prototype-text-primary);background:var(--prototype-surface-card)}.prototype-search-panel--desktop{inset:105px 0 0;display:block;border-top:1px solid var(--prototype-border-default)}.prototype-search-panel--mobile{display:none}.prototype-search-panel__inner{width:var(--prototype-content-desktop);padding:28px 0 64px;margin:0 auto}.prototype-search-panel__heading,.prototype-search-panel__form,.prototype-search-panel__links,.prototype-search-panel__tags,.prototype-search-panel__results>a,.account-modal__switch,.account-modal__agreement{display:flex;align-items:center}.prototype-search-panel__heading{justify-content:space-between}.prototype-search-panel__heading h2,.prototype-search-panel h3,.account-modal h2,.account-modal p{margin:0}.prototype-search-panel__heading a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none}.prototype-search-panel__form{gap:10px;height:48px;padding:0 14px;margin-top:20px;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-8);color:var(--prototype-text-secondary);background:var(--prototype-surface-page)}.prototype-search-panel__form input{flex:1;min-width:0;border:0;outline:0;background:transparent}.prototype-search-panel__discovery{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:30px;margin-top:32px}.prototype-search-panel__mobile-groups{display:none}.prototype-search-panel h3{font-size:16px;line-height:24px}.prototype-search-panel__links,.prototype-search-panel__tags{flex-wrap:wrap;gap:8px;margin-top:12px}.prototype-search-panel__links a,.prototype-search-panel__tags a{padding:6px 10px;border-radius:999px;color:var(--prototype-brand-dark);background:var(--prototype-brand-light);font-size:13px;text-decoration:none}.prototype-search-panel__recommendations{display:grid;gap:10px;margin-top:12px}.prototype-search-panel__recommendations a{display:grid;gap:2px;padding:10px 12px;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-8);text-decoration:none}.prototype-search-panel__recommendations span{color:var(--prototype-text-secondary);font-size:13px}.prototype-search-panel__results{margin-top:36px}.prototype-search-panel__results>a{gap:14px;width:100%;padding:12px 0;border-bottom:1px solid var(--prototype-border-default);text-decoration:none}.prototype-search-panel__results img{width:112px;height:70px;border-radius:var(--prototype-radius-8);object-fit:cover}.prototype-search-panel__results span{display:grid;gap:5px}.prototype-search-panel__results small{color:var(--prototype-text-secondary)}.prototype-search-panel__results .prototype-search-panel__all-results{display:inline-flex;width:auto;margin-top:12px;color:var(--prototype-brand-dark);font-weight:600}.prototype-overlay-backdrop{position:fixed;z-index:230;inset:0;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:169px 24px 24px;background:#13212285}.account-modal{position:relative;width:min(415px,calc(100vw - 32px));overflow:visible;border-radius:var(--prototype-radius-8);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-floating)}.account-modal__close{position:absolute;z-index:1;top:14px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--prototype-text-primary);font-size:0;text-decoration:none}.account-modal__close:before{content:"×";font-size:30px;font-weight:300;line-height:1}.account-modal__content{padding:36px 64px 0}.account-modal__heading{display:flex;align-items:baseline;gap:14px;min-height:38px}.account-modal__heading h2{flex:0 0 auto;font-size:28px;line-height:36px}.account-modal__description{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.account-modal__switch{justify-content:flex-start;gap:5px;color:var(--prototype-text-secondary);font-size:14px}.account-modal__switch a,.account-modal__agreement a{color:var(--prototype-status-promo)}.account-modal__social{margin-top:26px}.account-modal__social h3,.account-modal__divider{margin:0;font-size:14px;line-height:22px}.account-modal__social>div{display:flex;align-items:center;gap:12px;margin-top:14px}.account-modal__social button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid var(--prototype-border-default);border-radius:50%;color:var(--prototype-brand-dark);background:var(--prototype-surface-card);cursor:pointer}.account-modal__social button:nth-child(2){color:#1fa86a}.account-modal__social button:nth-child(3){color:#e45c46}.account-modal__social button:nth-child(4){color:var(--prototype-text-primary)}.account-modal__divider{margin-top:25px!important}.account-modal form{display:grid;gap:10px;margin-top:14px}.account-modal__field{position:relative;display:flex;align-items:center;height:40px;border:1px solid var(--prototype-border-default);border-radius:2px;color:var(--prototype-text-secondary);background:var(--prototype-surface-card)}.account-modal__field>svg{flex:0 0 auto;margin-left:14px}.account-modal__field input{flex:1;width:100%;min-width:0;height:38px;padding:0 12px;border:0;outline:0;background:transparent}.account-modal form button{height:40px;border:0;border-radius:2px;color:var(--prototype-surface-card);background:#d7d7d7;cursor:pointer}.account-modal form button:focus-visible,.account-modal form button:hover{background:var(--prototype-brand-primary)}.account-modal__forgot{display:block;margin-top:12px;text-align:center;text-decoration:none}.account-modal__agreement{flex-wrap:wrap;justify-content:center;gap:4px;margin-top:18px!important;color:var(--prototype-text-secondary);font-size:12px}.account-modal__business{display:flex;align-items:center;gap:12px;min-height:68px;padding:12px 24px;margin:22px -24px 0;color:var(--prototype-surface-card);background:var(--prototype-brand-dark);text-decoration:none}.account-modal__business span{display:grid;gap:1px}.account-modal__business small{color:#ffffffbd}.account-modal output:not([hidden]){display:block;margin-top:10px;color:var(--prototype-brand-dark);font-size:12px;line-height:18px;text-align:center}@media(min-width:641px){.account-modal__social{margin-top:32px}.account-modal__divider{margin-top:31px!important}.account-modal form{gap:12px;margin-top:18px}.account-modal__forgot{margin-top:18px}.account-modal__agreement{margin-top:24px!important}.account-modal__business{margin:26px 0 0}}.course-card{overflow:hidden;flex:0 0 auto;border-radius:var(--prototype-radius-12);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card)}.course-card--fundraising-desktop{width:360px}.course-card--fundraising-mobile{width:228px}.course-card__cover-link,.course-card__cover{display:block}.course-card__cover{object-fit:cover}.course-card--fundraising-desktop .course-card__cover{width:360px;height:223px}.course-card--fundraising-mobile .course-card__cover{width:228px;height:142px}.course-card__body{padding:12px 16px 16px}.course-card--fundraising-mobile .course-card__body{padding:10px 12px 12px}.course-card__eyebrow,.course-card__fundraising-meta,.course-card__price-row{display:flex;align-items:center}.course-card__eyebrow{gap:var(--prototype-space-8);color:var(--prototype-text-secondary);font-size:12px;line-height:18px}.course-card__status{padding:2px 8px;border-radius:999px;color:var(--prototype-status-hot);background:#fff1f0;font-weight:600}.course-card__title{display:-webkit-box;overflow:hidden;margin:10px 0 0;color:var(--prototype-text-primary);font-size:18px;font-weight:600;line-height:26px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.course-card--fundraising-mobile .course-card__title{margin-top:8px;font-size:16px;line-height:23px}.course-card__title a{text-decoration:none}.course-card__instructor{margin:6px 0 0;color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.course-card__fundraising-meta{justify-content:space-between;margin-top:10px;color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.course-card__fundraising-meta strong{color:var(--prototype-brand-dark)}.course-card__progress{display:block;width:100%;height:6px;margin-top:6px;overflow:hidden;border:0;border-radius:999px;background:var(--prototype-brand-light)}.course-card__progress::-webkit-progress-bar{background:var(--prototype-brand-light)}.course-card__progress::-webkit-progress-value{border-radius:999px;background:var(--prototype-brand-primary)}.course-card__progress::-moz-progress-bar{border-radius:999px;background:var(--prototype-brand-primary)}.course-card__price-row{gap:var(--prototype-space-8);margin-top:10px;white-space:nowrap}.course-card__price-row strong{color:var(--prototype-brand-dark);font-size:18px;line-height:26px}.course-card__price-row del{color:var(--prototype-text-secondary);font-size:12px}.course-card__price-row span{margin-left:auto;color:var(--prototype-status-hot);font-size:12px;font-weight:600}.course-card--fundraising-mobile .course-card__price-row{flex-wrap:wrap;gap:2px 8px}.course-card--fundraising-mobile .course-card__price-row span{flex-basis:100%;margin-left:0}@media(max-width:640px){.prototype-shell>.prototype-header{align-items:flex-start;flex-direction:column}.prototype-header nav{gap:12px}.prototype-shell>main{padding-top:48px}.prototype-mobile-menu{position:fixed;z-index:220;top:var(--prototype-nav-mobile-height);right:0;bottom:0;left:0;display:flex;flex-direction:column;width:390px;max-width:100vw;overflow:hidden;background:var(--prototype-surface-card)}.prototype-mobile-menu__heading{position:fixed;z-index:222;top:0;right:0;width:54px;height:var(--prototype-nav-mobile-height)}.prototype-mobile-menu__heading h2{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.prototype-mobile-menu__heading a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:7px;color:var(--prototype-text-primary);background:var(--prototype-surface-card);outline:0}.prototype-mobile-menu nav{display:block;height:100%;padding-bottom:59px;overflow-y:auto}.prototype-mobile-menu__group{border-bottom:1px solid var(--prototype-border-default)}.prototype-mobile-menu__group:nth-child(2){border-bottom:18px solid var(--prototype-surface-page)}.prototype-mobile-menu__group header{display:flex;align-items:baseline;gap:10px;min-height:50px;padding:16px 17px 8px}.prototype-mobile-menu__group h3,.prototype-mobile-menu__group p{margin:0}.prototype-mobile-menu__group h3{font-size:16px;line-height:24px}.prototype-mobile-menu__group p{color:var(--prototype-text-secondary);font-size:13px}.prototype-mobile-menu__group>div{padding-bottom:7px}.prototype-mobile-menu__group a{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 24px;text-decoration:none}.prototype-mobile-menu__enterprise{display:flex;align-items:center;gap:9px;min-height:50px;padding:0 18px;text-decoration:none}.prototype-mobile-menu__brand-area{display:flex;align-items:center;gap:14px;min-height:123px;padding:18px 22px}.prototype-mobile-menu__brand-area img{width:45px;height:45px;object-fit:contain}.prototype-mobile-menu__brand-area span{display:grid;gap:4px}.prototype-mobile-menu__brand-area small{color:var(--prototype-text-secondary);font-size:12px}.prototype-mobile-menu__login{position:fixed;z-index:223;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:390px;max-width:100vw;min-height:59px;color:var(--prototype-surface-card);background:var(--prototype-brand-primary);font-size:17px}.prototype-search-panel--desktop{display:none}.prototype-search-panel--mobile{inset:0;display:block;width:390px;max-width:100vw}.prototype-search-panel__inner{width:100%;padding:8px 16px 48px}.prototype-search-panel__heading{position:absolute;top:8px;right:8px}.prototype-search-panel__heading h2{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.prototype-search-panel__form{height:34px;margin-top:0;margin-right:38px}.prototype-search-panel__discovery,.prototype-search-panel__results{display:none}.prototype-search-panel__mobile-groups{display:grid;margin-top:19px}.prototype-search-panel__mobile-groups section{padding:0 0 16px;border-bottom:1px solid var(--prototype-border-default)}.prototype-search-panel__mobile-groups section+section{padding-top:16px;border-bottom:0}.prototype-search-panel__mobile-groups h3{color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.prototype-search-panel__mobile-groups section>div{display:grid;margin-top:5px}.prototype-search-panel__mobile-groups a{display:flex;align-items:center;min-height:38px;color:var(--prototype-text-primary);font-size:15px;text-decoration:none}.prototype-overlay-backdrop{align-items:flex-start;padding:140px 15px 24px}.account-modal{width:360px;max-width:100%;max-height:calc(100vh - 164px);overflow-y:auto}.account-modal__content{padding:42px 24px 0}.account-modal__social{margin-top:33px}.account-modal__divider{margin-top:35px!important}.account-modal form{margin-top:20px}.account-modal[data-auth-modal=register] .account-modal__content{padding-bottom:48px}}.home-page,.home-branch,.home-main{width:100%}.home-page{overflow-x:clip;background-color:var(--prototype-surface-card)}.home-branch--mobile{display:none}.home-promo-header--desktop{display:contents;height:60px}.home-promo-header--desktop:has(.promo-bar){height:105px}.home-promo-header--desktop .site-header--desktop{position:sticky;z-index:20;top:0}.home-main{margin:0;padding:0}.home-hero{overflow:hidden;background-color:var(--prototype-surface-card)}.home-hero--desktop{position:relative;height:470px}.home-hero__viewport--desktop{position:relative;z-index:1;width:1140px;height:470px;padding-top:24px;margin:0 auto;overflow:hidden}.home-hero__track--desktop{display:flex;width:max-content;margin-left:-1047px;gap:24px}.home-hero__image{display:block;flex:0 0 auto;object-fit:cover}.home-hero__image--desktop{width:1062px;height:446px;border-radius:var(--prototype-radius-12)}.home-hero__edge-peek{position:absolute;z-index:0;top:24px;width:1062px;height:446px;border-radius:var(--prototype-radius-12);object-fit:cover;pointer-events:none}.home-hero__edge-peek--previous{left:calc(50% - 1617px)}.home-hero__edge-peek--next{left:calc(50% + 555px)}.home-hero__control{position:absolute;z-index:2;top:247px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card);cursor:pointer;transform:translateY(-50%)}.home-hero__control--previous{left:8px}.home-hero__control--next{right:8px}.home-fundraising{background-color:var(--prototype-surface-card)}.home-fundraising--desktop{min-height:563px;padding:80px 0 14px}.home-fundraising__inner--desktop{width:1140px;margin:0 auto}.home-section-header{display:flex;align-items:center}.home-section-header--desktop{height:32px}.home-section-header__copy{display:flex;align-items:baseline;min-width:0}.home-section-header h2,.home-section-header p{margin:0}.home-section-header h2{color:var(--prototype-text-primary);font-size:24px;font-weight:600;line-height:32px}.home-section-header p{margin-left:16px;color:var(--prototype-text-secondary);font-size:14px;line-height:22px}.home-section-header__action{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px;margin-left:auto;color:var(--prototype-text-secondary);font-size:14px;line-height:22px;text-decoration:none}.home-section-header__action:hover{color:var(--prototype-brand-dark)}.home-fundraising__rail{display:flex}.home-fundraising__rail--desktop{margin-top:24px;gap:30px}.home-branch--desktop{min-height:7300px}.home-shell,.home-category__inner,.home-ranked__inner,.home-brand-app__inner{width:1140px;margin:0 auto}.home-heading{display:flex;align-items:flex-start;min-height:52px}.home-heading h2,.home-heading p{margin:0}.home-heading h2{color:var(--prototype-text-primary);font-size:24px;font-weight:600;line-height:32px}.home-heading p{margin-top:3px;color:var(--prototype-text-secondary);font-size:14px;line-height:22px}.home-heading>a,.home-ranked__more{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:var(--prototype-text-secondary);font-size:14px;line-height:24px;text-decoration:none}.home-heading--inverse h2,.home-heading--inverse p{color:#f3fbfa}.home-course{flex:0 0 auto;min-width:0}.home-course>a,.home-course img{display:block}.home-course img{width:267px;height:166px;border-radius:4px;object-fit:cover}.home-course__copy{padding-top:10px}.home-course__status{color:var(--prototype-brand-dark);font-size:12px;line-height:18px}.home-course h3{display:-webkit-box;overflow:hidden;margin:4px 0 0;color:var(--prototype-text-primary);font-size:17px;font-weight:600;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-course h3 a{text-decoration:none}.home-course__copy p,.home-course__copy>span:not(.home-course__status){display:block;margin:5px 0 0;color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.home-course__copy>strong{display:block;margin-top:5px;color:var(--prototype-text-primary);font-size:17px;line-height:24px}.home-personalized--desktop{height:454px;padding-top:64px}.home-personalized__items,.home-new-courses__rail{display:flex;gap:24px;margin-top:24px}.home-personalized--desktop .home-course,.home-new-courses--desktop .home-course{width:267px}.home-new-courses--desktop{height:601px;padding-top:96px}.home-category{color:#184c4d;background:#e9faf6}.home-category--desktop{height:544px}.home-category__inner{display:grid;grid-template-columns:320px 1fr;height:100%;padding:48px 0 40px;gap:54px}.home-category__lead{position:relative;overflow:hidden}.home-category__lead p,.home-category__lead h2{position:relative;z-index:1;margin:0}.home-category__lead p{font-size:18px;font-weight:600;line-height:26px}.home-category__lead h2{width:270px;margin-top:6px;font-size:38px;line-height:48px}.home-category__lead>img{position:absolute;right:-26px;bottom:-72px;width:320px;height:320px;object-fit:contain}.home-category__matrix{display:grid;align-content:center;grid-template-columns:repeat(4,1fr);gap:14px 16px}.home-category__matrix a{display:flex;align-items:center;justify-content:space-between;width:171px;height:112px;padding-left:14px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--prototype-shadow-card);text-decoration:none}.home-category__matrix strong{position:relative;z-index:1;max-width:70px;font-size:16px;line-height:23px}.home-category__matrix img{width:82px;height:82px;margin-right:-5px;object-fit:contain}.home-curated--desktop{height:605px;padding-top:72px}.home-curated__rail{display:flex;gap:30px;margin-top:24px}.home-editorial-card{flex:0 0 auto;width:360px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:var(--prototype-shadow-card)}.home-editorial-card>img{display:block;width:360px;height:223px;object-fit:cover}.home-editorial-card>div{padding:16px 18px 20px}.home-editorial-card h3{display:-webkit-box;overflow:hidden;min-height:52px;margin:0;font-size:18px;line-height:26px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-editorial-card p{display:-webkit-box;overflow:hidden;min-height:66px;margin:14px 0;padding-top:12px;border-top:1px solid var(--prototype-border-default);color:var(--prototype-text-secondary);font-size:14px;line-height:22px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-editorial-card span{color:#a86f00;font-size:13px}.home-live--desktop{height:375px;padding-top:56px}.home-live__card{display:flex;width:620px;margin-top:20px;gap:18px}.home-live__card>img{width:267px;height:166px;border-radius:4px;object-fit:cover}.home-live__card>div>span{color:#188c81;font-size:13px;font-weight:600}.home-live__card h3{margin:5px 0 8px;font-size:18px;line-height:26px}.home-live__card p,.home-live__card small{display:block;margin:2px 0 0;color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.home-live__card strong{display:block;margin-top:10px}.home-ranked{color:#f3fbfa;background:#002c3a}.home-ranked--desktop{height:868px}.home-ranked__inner{padding:76px 12px 64px}.home-ranked__list{display:grid;grid-template-columns:repeat(2,1fr);margin-top:28px;gap:36px 70px}.home-ranked__item{position:relative;display:grid;align-items:center;grid-template-columns:235px 1fr;min-height:146px;gap:16px}.home-ranked__item:nth-child(2n){transform:translateY(62px)}.home-ranked__item>img{position:relative;z-index:1;width:235px;height:146px;border-radius:5px;object-fit:cover}.home-ranked__number{position:absolute;top:-34px;left:-10px;color:transparent;font-size:112px;font-weight:700;line-height:1;-webkit-text-stroke:2px #36c9b6}.home-ranked__item h3{display:-webkit-box;overflow:hidden;margin:0;color:#fff;font-size:17px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-ranked__item p,.home-ranked__item div>span{display:block;margin:6px 0 0;color:#a9c5c7;font-size:13px;line-height:20px}.home-ranked__item div>strong{display:block;margin-top:8px;color:#fff;font-size:18px}.home-ranked__more{justify-content:flex-end;width:510px;margin-top:72px;margin-left:auto;padding-top:20px;border-top:1px solid #2f8a87;color:#51dbc7}.home-articles--desktop{min-height:760px;padding:72px 0 80px}.home-articles__grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:22px;gap:0 30px}.home-article-card{position:relative;display:grid;grid-template-columns:1fr 160px;min-height:248px;padding:22px 0 28px;border-bottom:1px solid var(--prototype-border-default);gap:18px}.home-article-card__copy>p,.home-article-card h3{margin:0}.home-article-card__meta{display:flex;align-items:center;gap:14px;color:var(--prototype-text-secondary);font-size:12px}.home-article-card__meta span{display:inline-flex;align-items:center;gap:4px}.home-article-card h3{display:-webkit-box;overflow:hidden;margin-top:12px;font-size:17px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-article-card__copy>p:not(.home-article-card__meta){display:-webkit-box;overflow:hidden;margin-top:9px;color:var(--prototype-text-secondary);font-size:13px;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-article-card>img{width:160px;height:100px;margin-top:46px;border-radius:3px;object-fit:cover}.home-article-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.home-article-card__tags span{padding:4px 10px;border-radius:999px;color:#278d84;background:#f1f7f7;font-size:12px}.home-article-card>button{position:absolute;right:0;bottom:22px;padding:4px;border:0;color:#bd7b00;background:transparent}.home-community--desktop{min-height:1180px;padding:72px 0 84px}.home-creators__rail{display:flex;margin-top:22px;gap:30px}.home-creator-card{flex:0 0 auto;width:262px;overflow:hidden;border-radius:14px;background:#f5f7f7}.home-creator-card__portrait{position:relative;height:344px;overflow:hidden}.home-creator-card__portrait>img{width:100%;height:344px;object-fit:cover}.home-creator-card__portrait:after{position:absolute;inset:32% 0 0;content:"";background:linear-gradient(transparent,#00272ce0)}.home-creator-card__portrait>div{position:absolute;z-index:1;right:18px;bottom:18px;left:18px;color:#fff}.home-creator-card h3,.home-creator-card p{margin:0}.home-creator-card h3{font-size:20px;line-height:28px}.home-creator-card__portrait p{margin-top:5px;font-size:13px;line-height:20px}.home-creator-card__course{display:flex;align-items:flex-start;min-height:68px;padding:13px 15px;gap:8px;font-size:14px;line-height:21px}.home-creator-card__course span{flex:0 0 auto;color:#24978b}.home-partners__heading{margin-top:104px}.home-partners__row{display:flex;align-items:stretch;margin-top:22px;gap:28px}.home-partners__rail{display:flex;gap:20px}.home-partner-tile{display:flex;align-items:center;justify-content:center;width:186px;height:110px;border:1px solid var(--prototype-border-default);border-radius:12px;background:#fff}.home-partner-tile img{width:150px;height:80px;object-fit:contain}.home-creator-callout{display:flex;align-items:center;justify-content:center;flex:1;flex-direction:column;min-height:154px;padding:18px;border-radius:12px;background:#f5f8f8;text-align:center}.home-creator-callout h3,.home-creator-callout p{margin:0}.home-creator-callout p{margin-top:7px;color:var(--prototype-text-secondary);font-size:13px}.home-creator-callout a{display:inline-flex;align-items:center;justify-content:center;width:100%;height:42px;margin-top:16px;border-radius:7px;color:#fff;background:var(--prototype-brand-primary);font-weight:600;text-decoration:none}.home-brand-app{background:#33c5b5}.home-brand-app--desktop{height:730px}.home-brand-app__inner{position:relative;height:100%}.home-brand-app__content{position:absolute;top:78px;left:24px;width:440px;color:#fff}.home-brand-app__content>p,.home-brand-app__content>h2{margin:0}.home-brand-app__content>p{font-size:22px;font-weight:600;letter-spacing:.02em}.home-brand-app__content>h2{margin-top:8px;font-size:44px;line-height:58px}.home-brand-app__actions{display:grid;margin-top:46px;gap:20px}.home-brand-app__actions a{display:flex;align-items:center;justify-content:space-between;width:440px;height:104px;padding-left:22px;overflow:hidden;border-radius:12px;color:#174e50;background:#efffff;text-decoration:none}.home-brand-app__actions strong,.home-brand-app__actions small{display:block}.home-brand-app__actions strong{font-size:19px}.home-brand-app__actions small{margin-top:6px;font-size:13px}.home-brand-app__actions img{width:144px;height:100%;object-fit:cover}.home-brand-app__portrait{position:absolute;right:20px;bottom:0;width:563px;height:660px;border:4px solid #6ee2d4;border-bottom:0;border-radius:281px 281px 0 0;object-fit:cover}.home-branch--desktop .site-footer__main--desktop{width:1140px;margin:0 auto}.home-footer-continuation--desktop{display:none}@media(max-width:767px){.home-branch--desktop{display:none}.home-branch--mobile{display:block;width:390px}.home-promo-header--mobile{display:contents}.home-promo-header--mobile .promo-bar,.home-promo-header--mobile .promo-bar__inner{min-height:156px}.home-hero--mobile,.home-hero__image--mobile{width:390px;height:390px}.home-fundraising--mobile{padding:40px 0 8px}.home-fundraising__inner--mobile{padding-left:16px}.home-section-header--mobile{align-items:flex-start;padding-right:16px}.home-section-header--mobile .home-section-header__copy{display:block}.home-section-header--mobile h2{font-size:22px;line-height:30px}.home-section-header--mobile p{max-width:246px;margin-top:4px;margin-left:0;line-height:20px;white-space:nowrap}.home-section-header--mobile .home-section-header__action{min-height:30px;padding-top:4px}.home-fundraising__rail--mobile{width:100%;margin-top:24px;padding-right:16px;overflow-x:auto;gap:16px;overscroll-behavior-inline:contain;scrollbar-width:none}.home-fundraising__rail--mobile::-webkit-scrollbar{display:none}.home-branch--mobile{min-height:9000px}.home-shell,.home-category__inner,.home-ranked__inner,.home-brand-app__inner{width:390px;margin:0}.home-heading{min-height:52px;padding:0 16px}.home-heading h2{font-size:22px;line-height:30px}.home-heading p{line-height:20px}.home-heading>a{padding-top:4px;white-space:nowrap}.home-personalized--mobile{min-height:1000px;padding-top:48px}.home-personalized__items{display:grid;margin-top:28px;padding:0 16px;gap:28px}.home-personalized--mobile .home-course{display:grid;grid-template-columns:160px 1fr;gap:14px}.home-personalized--mobile .home-course img{width:160px;height:100px}.home-personalized--mobile .home-course__copy{padding:0}.home-personalized--mobile .home-course h3{margin-top:2px;font-size:15px;line-height:21px}.home-personalized--mobile .home-course__copy p,.home-personalized--mobile .home-course__copy>span:not(.home-course__status),.home-personalized--mobile .home-course__copy>strong{margin-top:3px;font-size:12px;line-height:18px}.home-new-courses--mobile{min-height:520px;padding-top:52px}.home-new-courses__rail{width:390px;margin-top:24px;padding:0 16px 14px;overflow-x:auto;gap:16px;scrollbar-width:none}.home-new-courses__rail::-webkit-scrollbar{display:none}.home-new-courses--mobile .home-course{width:267px}.home-category--mobile{min-height:680px}.home-category__inner{display:block;padding:40px 0 28px}.home-category__lead{height:260px;padding:0 16px}.home-category__lead h2{width:220px;font-size:31px;line-height:41px}.home-category__lead>img{right:-20px;bottom:-14px;width:218px;height:218px}.home-category__matrix{display:grid;align-content:initial;grid-auto-columns:137px;grid-auto-flow:column;grid-template-columns:none;grid-template-rows:repeat(3,94px);padding:0 16px 14px;overflow-x:auto;gap:14px 16px}.home-category__matrix a{width:137px;height:94px;padding-left:11px}.home-category__matrix strong{max-width:58px;font-size:15px;line-height:22px}.home-category__matrix img{width:72px;height:72px;margin-right:-9px}.home-curated--mobile{min-height:680px;padding-top:60px}.home-curated__rail{width:390px;margin-top:24px;padding:0 16px 16px;overflow-x:auto;gap:16px;scrollbar-width:none}.home-curated__rail::-webkit-scrollbar{display:none}.home-editorial-card{width:283px}.home-editorial-card>img{width:283px;height:175px}.home-live--mobile{min-height:400px;padding-top:58px}.home-live__card{display:block;width:190px;margin:28px 0 0 16px}.home-live__card>img{width:158px;height:98px}.home-live__card h3{font-size:16px;line-height:23px}.home-ranked--mobile{min-height:1140px}.home-ranked__inner{padding:48px 0 30px}.home-ranked__list{display:grid;grid-template-columns:1fr;margin-top:30px;padding:0 16px;gap:38px}.home-ranked__item,.home-ranked__item:nth-child(2n){grid-template-columns:108px 1fr;min-height:148px;gap:18px;transform:none}.home-ranked__item>img{width:108px;height:108px}.home-ranked__number{top:-26px;left:-5px;font-size:88px}.home-ranked__item h3{font-size:15px;line-height:22px}.home-ranked__item p,.home-ranked__item div>span{margin-top:4px;font-size:12px;line-height:18px}.home-ranked__more{width:calc(100% - 32px);margin-top:42px;margin-right:16px}.home-articles--mobile{min-height:1050px;padding:62px 0 54px}.home-articles__grid{display:block;margin-top:20px;padding:0 16px}.home-article-card{grid-template-columns:1fr 80px;min-height:210px;padding:18px 0 20px;gap:12px}.home-article-card__meta{flex-wrap:wrap;gap:4px 11px}.home-article-card h3{font-size:15px;line-height:23px}.home-article-card__copy>p:not(.home-article-card__meta){-webkit-line-clamp:1}.home-article-card>img{width:80px;height:50px;margin-top:62px}.home-article-card__tags{gap:5px}.home-article-card__tags span{padding:3px 8px}.home-community--mobile{min-height:1350px;padding:68px 0 76px}.home-creators__rail{width:390px;margin-top:26px;padding:0 16px 16px;overflow-x:auto;gap:14px;scrollbar-width:none}.home-creators__rail::-webkit-scrollbar{display:none}.home-creator-card{width:224px}.home-creator-card__portrait,.home-creator-card__portrait>img{height:340px}.home-partners__heading{margin-top:74px}.home-partners__row{display:block;margin-top:24px}.home-partners__rail{width:390px;padding:0 16px 12px;overflow-x:auto;gap:14px;scrollbar-width:none}.home-partners__rail::-webkit-scrollbar{display:none}.home-partner-tile{flex:0 0 122px;width:122px;height:78px}.home-partner-tile img{width:104px;height:58px}.home-creator-callout{width:calc(100% - 32px);min-height:180px;margin:32px 16px 0}.home-brand-app--mobile{min-height:1130px}.home-brand-app__inner{display:flex;flex-direction:column;padding-top:30px}.home-brand-app__portrait{position:static;order:0;width:342px;height:410px;margin:0 auto;border-bottom:4px solid #6ee2d4;border-radius:171px 171px 0 0}.home-brand-app__content{position:static;order:1;width:100%;padding:60px 16px 72px}.home-brand-app__content>p{font-size:20px}.home-brand-app__content>h2{margin-top:8px;font-size:42px;line-height:54px}.home-brand-app__actions{margin-top:42px;gap:24px}.home-brand-app__actions a{width:358px;height:132px;padding-left:18px}.home-brand-app__actions img{width:130px}.home-branch--mobile .business-banner--mobile{min-height:242px;padding:30px 32px 28px}.home-branch--mobile .site-footer__main--mobile{min-height:640px;padding:34px 36px 72px}.home-branch--mobile .site-footer__main--mobile [data-footer-group=about],.home-branch--mobile .site-footer__main--mobile [data-footer-group=help],.home-branch--mobile .site-footer__partner-marks{display:none}.home-branch--mobile .site-footer__social-links{flex-wrap:nowrap;gap:10px}.home-footer-continuation--mobile{display:grid;padding:0 36px 72px;color:#dce9e8;background:#002c3a;gap:32px}.home-footer-continuation h2{margin:0 0 12px;color:#58d8c5;font-size:16px;line-height:24px}.home-footer-continuation ul{margin:0;padding:0;list-style:none}.home-footer-continuation a{color:inherit;font-size:14px;line-height:28px;text-decoration:none}}.course-list-page{min-height:100vh;background:var(--prototype-surface-card)}.course-list-branch{min-height:100vh;color:var(--prototype-text-primary);background:var(--prototype-surface-card)}.course-list-branch--desktop{display:block;width:100%;min-width:1140px}.course-list-branch--mobile{display:none;width:390px;overflow-x:clip}.course-list-branch--desktop .course-list-section-inner,.course-list-branch--desktop .course-list-results,.course-list-branch--desktop .site-footer__main{width:var(--prototype-content-desktop);margin:0 auto}.course-list-promo-header--desktop,.course-list-promo-header--mobile{display:contents}.course-list-branch--desktop .site-header--desktop{position:sticky;z-index:30;top:0}.course-list-branch--mobile .promo-bar,.course-list-branch--mobile .promo-bar__inner{min-height:152px}.course-list-domain-header,.course-list-recent{background:#f2fbfa}.course-list-domain-header--desktop{min-height:193px;padding-top:28px}.course-list-domain-header--mobile{min-height:205px;padding:31px var(--prototype-inset-mobile) 6px}.domain-header__eyebrow{margin:0 0 2px;color:var(--prototype-text-primary);font-size:16px;line-height:24px}.domain-header h1{margin:0;color:#3c3c3c;font-weight:600}.domain-header__chips{display:flex;gap:8px 10px;margin-top:20px}.domain-chip{display:inline-flex;flex:0 0 auto;align-items:center;min-height:34px;padding:5px 11px;border:1px solid #d4efec;border-radius:999px;color:#4f6967;background:#fff;font-size:16px;line-height:22px;text-decoration:none}.course-list-branch--desktop .domain-header h1{font-size:40px;line-height:56px}.course-list-branch--desktop .domain-header__chips{flex-wrap:nowrap;margin-top:17px}.course-list-branch--mobile .domain-header h1{font-size:32px;line-height:45px}.course-list-branch--mobile .domain-header__eyebrow{transform:translateY(-14px)}.course-list-branch--mobile .domain-header__chips{flex-wrap:wrap;gap:3px;max-height:76px;margin-top:11px;overflow:hidden}.course-list-branch--mobile .domain-chip{padding:5px 0;font-size:13px}.course-list-branch--mobile .domain-chip:nth-child(12){display:none}.course-list-recent h2,.course-list-topics h2,.course-list-domains h2{margin:0;color:#3c3c3c;font-size:24px;font-weight:600;line-height:32px}.course-list-recent--desktop{min-height:316px;padding-top:28px}.course-list-recent__rail{display:flex}.course-list-recent__rail--desktop{gap:30px;margin-top:18px}.course-list-branch--desktop .course-card--recent-popular-desktop{display:grid;grid-template-columns:270px minmax(0,1fr);width:553px;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.course-list-branch--desktop .course-card--recent-popular-desktop .course-card__cover{width:270px;height:166px;border-radius:8px}.course-list-branch--desktop .course-card--recent-popular-desktop .course-card__body{min-width:0;padding:0 0 0 15px}.course-list-branch--desktop .course-card--recent-popular-desktop .course-card__title{margin-top:8px;font-size:17px;line-height:25px}.course-list-recent--mobile{min-height:380px;padding:30px 0 18px var(--prototype-inset-mobile)}.course-list-recent__rail--mobile{gap:11px;width:calc(100% + 16px);margin-top:5px;padding-right:32px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.course-list-recent__rail--mobile::-webkit-scrollbar,.course-list-branch--mobile .result-tabs__track::-webkit-scrollbar{display:none}.course-list-branch--mobile .course-card--recent-popular-mobile{width:164px;min-width:164px;min-height:311px;overflow:visible;border-radius:0;background:transparent;box-shadow:none;scroll-snap-align:start}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__cover{width:164px;height:103px;border-radius:7px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__body{padding:8px 0 0}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__eyebrow{overflow:hidden;white-space:nowrap}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__title{min-height:48px;margin-top:5px;font-size:16px;line-height:24px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__instructor,.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__fundraising-meta{margin-top:3px;font-size:12px;line-height:20px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__progress{height:4px;margin-top:4px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__price-row{flex-wrap:wrap;gap:0 6px;margin-top:5px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__price-row strong{font-size:16px;line-height:24px}.course-list-branch--mobile .course-card--recent-popular-mobile .course-card__price-row span{flex-basis:100%;margin-left:0;line-height:20px}.course-list-dots,.course-list-domain-position{display:flex;align-items:center;justify-content:center;gap:7px}.course-list-dots{margin-top:12px}.course-list-dots span,.course-list-domain-position span{display:block;width:7px;height:7px;border-radius:999px;background:#d9d9d9}.course-list-dots .course-list-dots__active,.course-list-domain-position span:first-child{width:26px;background:var(--prototype-brand-primary)}.course-list-controls{background:#fff}.course-list-results-shell--desktop{position:relative}.course-list-controls--desktop,.course-list-branch--desktop .result-controls--desktop{display:contents}.result-tabs{position:relative}.course-list-branch--desktop .result-tabs--desktop{position:sticky;z-index:25;top:60px;background:#fff}.course-list-branch--desktop .result-tabs--desktop,.course-list-branch--desktop .result-filters--desktop{width:var(--prototype-content-desktop);margin:0 auto}.result-tabs__track{display:flex;align-items:stretch}.result-tabs__item{position:relative;display:inline-flex;flex:0 0 auto;align-items:baseline;gap:4px;height:58px;padding:17px 18px 14px;color:var(--prototype-text-primary);font-size:16px;line-height:24px;text-decoration:none;white-space:nowrap}.result-tabs__item:first-child{padding-left:0}.result-tabs__item small{color:var(--prototype-text-secondary);font-size:12px}.result-tabs__item[aria-current=page]{color:var(--prototype-brand-dark)}.result-tabs__item[aria-current=page]:after{position:absolute;right:16px;bottom:0;left:16px;height:5px;border-radius:4px 4px 0 0;background:var(--prototype-brand-primary);content:""}.result-tabs__item:first-child[aria-current=page]:after{left:0}.result-filters{position:relative}.result-filter{display:inline-flex;align-items:center;justify-content:space-between;height:42px;padding:0 15px;border:1px solid var(--prototype-border-default);border-radius:8px;background:#fff;font-size:16px;line-height:24px;text-decoration:none}.result-filters--desktop{display:flex;align-items:flex-end;justify-content:space-between;min-height:68px;border-top:1px solid var(--prototype-border-default)}.result-filters__state{width:150px}.result-filters__sorts{display:flex;align-items:center;gap:26px;height:42px}.result-filters__sorts a{color:var(--prototype-text-secondary);text-decoration:none}.result-filters__sorts a[aria-current=page]{color:var(--prototype-brand-dark);font-weight:600}.result-filter-menu{position:absolute;z-index:15;top:48px;left:0;display:grid;min-width:162px;padding:6px;border:1px solid var(--prototype-border-default);border-radius:8px;background:#fff;box-shadow:var(--prototype-shadow-floating)}.result-filter-menu a{padding:8px 10px;border-radius:6px;text-decoration:none}.result-filter-menu a[aria-current=page]{color:var(--prototype-brand-dark);background:var(--prototype-brand-light)}.course-list-controls--mobile{padding:0 var(--prototype-inset-mobile)}.course-list-branch--mobile .result-tabs{width:calc(100% + 16px);margin-left:0}.course-list-branch--mobile .result-tabs__track{overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.course-list-branch--mobile .result-tabs__track,.course-list-branch--mobile .result-tabs__position{width:319px}.course-list-branch--mobile .result-tabs__item{padding-top:10px;scroll-snap-align:start}.course-list-branch--mobile .result-tabs__more{position:absolute;top:20px;right:6px;color:var(--prototype-text-secondary)}.result-tabs__position{position:relative;height:9px;border-radius:999px;background:#e9ecef}.result-tabs__position span{display:block;width:72px;height:100%;border-radius:inherit;background:#8fa5a3}.result-filters--mobile{padding:15px 0 12px}.result-filters__row{display:flex;align-items:center;justify-content:space-between}.course-list-branch--mobile .result-filters__row{width:341px}.course-list-branch--mobile .result-filter[data-width="104"]{width:108px}.course-list-branch--mobile .result-filter[data-width="162"]{width:168px}.course-list-branch--mobile .result-filter-menu{top:73px}.course-list-branch--mobile .result-filter-menu--course-state{left:173px}.course-list-results--desktop{padding:32px 0 48px}.course-list-branch--desktop .course-list-results__grid{display:grid;grid-template-columns:repeat(4,267px);gap:38px 24px}.course-list-branch--desktop .course-card--compact-desktop{width:267px;overflow:visible;border-radius:0;box-shadow:none}.course-list-branch--desktop .course-card--compact-desktop .course-card__cover{width:267px;height:166px;border-radius:8px}.course-list-branch--desktop .course-card--compact-desktop .course-card__body{padding:12px 0 0}.course-list-branch--desktop .course-card--compact-desktop .course-card__title{margin-top:7px;font-size:16px;line-height:24px}.course-list-results--mobile{padding:0 var(--prototype-inset-mobile) 36px}.course-list-results__grid--mobile{display:grid}.course-list-branch--mobile .course-card--mobile-row{display:flex;width:100%;min-height:189px;padding:14px 0 15px;overflow:visible;border-bottom:1px solid var(--prototype-border-default);border-radius:0;box-shadow:none}.course-list-result-row--standard .course-card--mobile-row{min-height:189px}.course-list-result-row--extended .course-card--mobile-row{min-height:208px}.course-list-branch--mobile .course-card--mobile-row .course-card__cover{width:112px;height:112px;border-radius:7px}.course-list-branch--mobile .course-card--mobile-row .course-card__body{flex:1;min-width:0;padding:0 0 0 12px}.course-list-branch--mobile .course-card--mobile-row .course-card__title{margin-top:4px;font-size:16px;line-height:24px;-webkit-line-clamp:3}.course-list-branch--mobile .course-card--mobile-row .course-card__instructor,.course-list-branch--mobile .course-card--mobile-row .course-card__fundraising-meta{margin-top:4px;font-size:12px;line-height:19px}.course-list-branch--mobile .course-card--mobile-row .course-card__launched-meta{display:flex;flex-wrap:wrap;gap:2px 8px;margin-top:5px;color:var(--prototype-text-secondary);font-size:12px;line-height:19px}.course-list-branch--mobile .course-card--mobile-row .course-card__progress{height:4px;margin-top:3px}.course-list-branch--mobile .course-card--mobile-row .course-card__price-row{flex-wrap:wrap;gap:0 7px;margin-top:4px}.course-list-branch--mobile .course-card--mobile-row .course-card__price-row strong{font-size:16px;line-height:22px}.course-list-branch--mobile .course-card--mobile-row .course-card__price-row span{flex-basis:100%;margin-left:0;line-height:18px}.course-list-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:23px}.course-list-pagination a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;text-decoration:none}.course-list-pagination a[aria-current=page]{color:#fff;background:var(--prototype-brand-dark)}.course-list-topics{background:#f5f7f9}.course-list-topics--desktop{padding:40px 0 54px}.course-list-topics--mobile{padding:38px var(--prototype-inset-mobile) 42px}.course-list-topics__flow{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.topic-chip{display:inline-flex;align-items:center;gap:3px;min-height:36px;padding:6px 14px;border-radius:999px;background:#fff;font-size:16px;line-height:24px;text-decoration:none}.topic-chip span{color:var(--prototype-brand-dark);font-weight:700}.course-list-domains--desktop{padding:46px 0 52px}.course-list-domains--mobile{padding:38px var(--prototype-inset-mobile) 42px}.course-list-domains__grid{display:grid;margin-top:24px}.course-list-domains__grid--desktop{grid-template-columns:repeat(6,170px);gap:20px 24px}.course-list-domains__grid--mobile{grid-template-columns:repeat(2,156px);gap:9px 16px}.domain-tile{position:relative;display:flex;overflow:hidden;align-items:center;justify-content:center;border-radius:10px;text-decoration:none}.domain-tile--desktop{width:170px;height:121px}.domain-tile--mobile{width:100%;height:64px}.domain-tile__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.domain-tile strong{position:relative;z-index:1;color:#244a47;font-size:18px;line-height:28px;text-shadow:0 1px 5px #fff}.course-list-domain-position{margin-top:25px}.site-footer{color:#dce9e8;background:#002c3a}.business-banner{display:flex;align-items:center;color:#fff;background:#075665}.business-banner--desktop{width:100%;height:72px;padding:0 calc((100% - var(--prototype-content-desktop)) / 2);gap:36px}.business-banner__lockup{width:180px;height:48px;object-fit:contain}.business-banner p{flex:1;margin:0}.business-banner__action{display:inline-flex;align-items:center;justify-content:center;min-width:126px;height:41px;border-radius:8px;color:#124c4c;background:#fff;font-weight:600;text-decoration:none}.site-footer__main--desktop{display:grid;grid-template-columns:150px 150px 1fr 300px;gap:52px;padding:46px 0 54px}.site-footer h2{margin:0 0 12px;color:#58d8c5;font-size:16px;line-height:24px}.site-footer nav ul{margin:0;padding:0;list-style:none}.site-footer nav a{color:inherit;line-height:28px;text-decoration:none}.site-footer__locale{display:grid;gap:12px}.site-footer__locale label{display:grid;gap:5px;font-size:13px}.site-footer__locale select{width:100%;height:42px;padding:0 12px;border:1px solid #3f6570;border-radius:8px;color:#fff;background:#103f4b}.site-footer__copyright{color:#95aaaf;font-size:13px;line-height:21px}.site-footer__social-links{display:flex;flex-wrap:wrap;gap:4px 14px}.site-footer__partner-marks,.site-footer__download-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.site-footer__partner-marks img,.site-footer__download-links img{display:block;object-fit:contain}.site-footer__downloads{margin-top:24px}.business-banner--mobile{align-items:flex-start;flex-direction:column;gap:13px;padding:28px var(--prototype-inset-mobile) 26px}.business-banner--mobile .business-banner__lockup{width:190px}.business-banner--mobile .business-banner__action{align-self:flex-end}.site-footer__main--mobile{display:flex;flex-direction:column;gap:30px;padding:34px 50px 52px}.site-footer__main--mobile .site-footer__locale{gap:14px}.site-footer__main--mobile .site-footer__partner-marks,.site-footer__main--mobile .site-footer__download-links{flex-direction:column;align-items:flex-start}.course-list-branch--mobile .site-footer__main--mobile{gap:8px;padding:20px 50px 40px}.course-list-branch--mobile .business-banner--mobile{gap:8px;padding:20px var(--prototype-inset-mobile) 18px}.course-list-branch--mobile .business-banner--mobile .business-banner__lockup{height:36px}.course-list-branch--mobile .business-banner--mobile .business-banner__action{height:38px}.course-list-branch--mobile .site-footer__locale{gap:8px}.course-list-branch--mobile .site-footer__locale label{gap:2px}.course-list-branch--mobile .site-footer__locale select{height:38px}.course-list-branch--mobile .site-footer__social-links{flex-wrap:nowrap;gap:10px}.course-list-branch--mobile .site-footer__partner-marks{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;margin-top:4px}.course-list-branch--mobile .site-footer__partner-marks img{width:38px;height:28px}.course-list-branch--mobile .site-footer__downloads{margin-top:0}.course-list-branch--mobile .site-footer__download-links{gap:4px;margin-top:4px}.course-list-branch--mobile .site-footer__download-links img{width:132px;height:36px}.course-list-branch--mobile .site-footer__partners h2,.course-list-branch--mobile .site-footer__downloads h2{margin-bottom:6px}@media(max-width:640px){.course-list-branch--desktop{display:none}.course-list-branch--mobile{display:block}}.course-detail-page{min-height:100vh;color:var(--prototype-text-primary);background:var(--prototype-surface-page)}.course-detail-branch{min-height:100vh;background:var(--prototype-surface-page)}.course-detail-branch--desktop{display:block;min-width:1140px}.course-detail-branch--mobile{display:none;width:390px;max-width:100%;padding-bottom:127px;overflow-x:clip}.course-detail-branch--desktop .promo-bar--desktop{position:sticky;z-index:30;top:0}.course-detail-branch--desktop [data-course-detail-section=promo-header]{display:contents}.course-detail-branch--desktop .site-header--desktop{position:relative}.course-detail-branch--desktop .site-header__search-region{flex:0 0 618px;max-width:618px;margin-left:25px}.course-detail-path,.course-detail-path nav ol,.course-detail-share,.course-detail-summary__badges,.course-detail-summary__actions,.course-detail-summary__progress-row,.course-detail-anchors__inner,.course-detail-section-heading,.course-detail-qna__controls,.course-detail-question header,.course-detail-question footer,.course-detail-pagination,.purchase-panel__price,.purchase-panel__offer,.purchase-panel__bundle-actions,.purchase-bar__actions{display:flex;align-items:center}.course-detail-path{justify-content:space-between;color:var(--prototype-text-secondary);font-size:14px;line-height:22px}.course-detail-path nav ol{gap:8px;padding:0;margin:0;list-style:none}.course-detail-path li{display:flex;align-items:center;gap:8px}.course-detail-path a{text-decoration:none}.course-detail-share{position:relative;gap:8px}.course-detail-share button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:0;color:var(--prototype-text-secondary);background:#f2f2f2;cursor:pointer}.course-detail-share__options{position:absolute;z-index:4;top:42px;right:0;width:max-content;max-width:240px;padding:10px 12px;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-8);color:var(--prototype-text-primary);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-floating);font-size:13px;line-height:20px}.course-detail-share__options[hidden]{display:none}.course-detail-hero--desktop{width:var(--prototype-content-desktop);margin:0 auto;padding:36px 0 70px}.course-detail-hero--desktop:has(.course-detail-summary[data-course-summary-status=launched]){padding-bottom:64px}.course-detail-hero--desktop .course-detail-path{margin-bottom:38px}.course-detail-hero__grid{display:grid}.course-detail-hero--desktop .course-detail-hero__grid{grid-template-columns:653px 463px;gap:24px}.course-detail-preview{position:relative;margin:0;overflow:hidden;border-radius:var(--prototype-radius-12);color:#fff;background:#163b3b}.course-detail-hero--desktop .course-detail-preview{width:653px;height:367px}.course-detail-preview>img{width:100%;height:100%;object-fit:cover}.course-detail-preview>button{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0 0 0 4px;border:1px solid rgb(255 255 255 / 75%);border-radius:50%;color:#fff;background:#0000007a;transform:translate(-50%,-50%);cursor:pointer}.course-detail-preview[data-preview-state=playing]>button{background:var(--prototype-brand-dark)}.course-detail-preview__controls{position:absolute;right:18px;bottom:14px;left:18px;display:flex;align-items:center;gap:12px;padding:0;margin:0;border:0;font-size:12px}.course-detail-preview__track{flex:1;height:3px;border-radius:999px;background:#ffffffb8}.course-detail-summary--desktop{position:relative;width:463px;height:367px;padding-top:11px}.course-detail-summary__instructor{margin:0 0 8px;color:var(--prototype-brand-dark);font-size:15px;font-weight:600;line-height:24px}.course-detail-summary h1{margin:0;color:#3c3c3c;font-weight:600}.course-detail-summary--desktop h1{font-size:38px;line-height:52px}.course-detail-summary__description{margin:14px 0 0;color:var(--prototype-text-secondary);font-size:16px;line-height:26px}.course-detail-summary__more{padding:4px 0;border:0;color:var(--prototype-brand-dark);background:transparent;font-weight:600;cursor:pointer}.course-detail-summary__badges{gap:8px;margin-top:16px}.course-detail-summary__badges span,.purchase-panel__offer span{display:inline-flex;align-items:center;min-height:28px;padding:3px 10px;border-radius:4px;color:#d97008;background:#fff3df;font-size:13px;font-weight:600}.course-detail-summary__proof{margin-top:20px}.course-detail-summary__progress-row{justify-content:space-between;font-size:14px}.course-detail-summary__proof progress{width:100%;height:6px;margin-top:8px;border:0;border-radius:999px;overflow:hidden;accent-color:var(--prototype-brand-primary)}.course-detail-summary__status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px;margin-top:10px;color:var(--prototype-text-secondary);font-size:13px;line-height:20px}.course-detail-summary__rating{display:flex;align-items:center;gap:6px;color:var(--prototype-status-rating)}.course-detail-summary__rating span{color:var(--prototype-text-secondary)}.course-detail-summary__proof small{display:block;margin-top:8px;color:var(--prototype-text-secondary);font-size:12px}.course-detail-summary__actions{gap:10px;margin-top:14px}.course-detail-summary--desktop .course-detail-summary__actions{position:absolute;top:305px;right:0;margin-top:0}.course-detail-summary--desktop [data-summary-proof=fundraising-progress]{margin-top:41px}.course-detail-summary--desktop [data-summary-proof=fundraising-progress] progress{width:290px}.course-detail-summary--desktop [data-summary-proof=launched-rating]{margin-top:59px}.course-detail-summary__actions button{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:6px 12px;border:1px solid var(--prototype-brand-primary);border-radius:var(--prototype-radius-8);color:var(--prototype-brand-dark);background:var(--prototype-surface-card);font-size:14px;text-decoration:none;cursor:pointer}.course-detail-anchors{position:sticky;z-index:16;border-top:1px solid var(--prototype-border-default);border-bottom:1px solid var(--prototype-border-default);background:var(--prototype-surface-card);box-shadow:0 3px 8px #0000000d}.course-detail-anchors--desktop{top:45px;height:60px}.course-detail-anchors--desktop .course-detail-anchors__inner{width:var(--prototype-content-desktop);height:60px;margin:0 auto;gap:34px}.course-detail-anchors a,.course-detail-anchors button{position:relative;display:inline-flex;align-items:center;height:100%;border:0;color:var(--prototype-text-secondary);background:transparent;text-decoration:none;cursor:pointer}.course-detail-anchors a[aria-current=location]{color:var(--prototype-brand-dark);font-weight:600}.course-detail-anchors a[aria-current=location]:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--prototype-brand-primary);content:""}.course-detail-anchors__favorite{gap:6px;margin-left:auto}.course-detail-body--desktop{display:grid;grid-template-columns:686px 424px;gap:30px;align-items:start;width:var(--prototype-content-desktop);margin:0 auto;padding:48px 0 80px}.course-detail-body--desktop>section{grid-column:1}.course-detail-branch--desktop :is(.course-detail-about,.course-detail-curriculum,.course-detail-qna){scroll-margin-top:130px}.course-detail-content-card{min-width:0}.course-detail-content-card+.course-detail-content-card{margin-top:56px}.course-detail-content-card h2,.course-detail-related h2,.course-detail-tags h2{margin:0;color:#3c3c3c;font-size:24px;font-weight:600;line-height:34px}.course-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 30px;padding:28px 0;margin:0}.course-detail-facts>div{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px}.course-detail-facts svg{grid-row:1 / span 2;color:var(--prototype-brand-dark)}.course-detail-facts dt{color:var(--prototype-text-secondary);font-size:14px;line-height:20px}.course-detail-facts dd{margin:2px 0 0;color:#3c3c3c;font-size:16px;line-height:24px}.course-detail-story{padding:26px 24px 24px;border-radius:var(--prototype-radius-12);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card)}.course-detail-story h3{margin:0;color:#3c3c3c;font-size:20px;line-height:30px}.course-detail-story__intro{margin:12px 0 22px;font-size:16px;line-height:28px}.course-detail-story__panels{display:grid;gap:24px;transition:max-height .18s ease}.course-detail-story__panels[data-expanded=false]{max-height:1120px;overflow:hidden}.course-detail-story__panels[data-expanded=true]{max-height:2400px}.course-detail-story__panels article{overflow:hidden;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-12);background:#fff}.course-detail-story__panels img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.course-detail-story__panels article>div{padding:18px 20px 20px}.course-detail-story__panels h4{margin:0;color:#3c3c3c;font-size:20px;line-height:30px}.course-detail-story__panels p{margin:8px 0 0;font-size:15px;line-height:26px}.course-detail-story__expand{display:block;min-width:184px;min-height:42px;padding:8px 18px;margin:28px auto;border:1px solid var(--prototype-brand-primary);border-radius:var(--prototype-radius-8);color:var(--prototype-brand-dark);background:#fff;cursor:pointer}.course-detail-disclosures{border-top:1px solid var(--prototype-border-default)}.course-detail-disclosures details{padding:0 4px;border-bottom:1px solid var(--prototype-border-default)}.course-detail-disclosures summary{padding:18px 0;color:#3c3c3c;font-size:18px;font-weight:600;cursor:pointer}.course-detail-disclosures p{margin:-4px 0 20px;font-size:15px;line-height:27px}.course-detail-section-heading{justify-content:space-between;gap:20px;margin-bottom:22px}.course-detail-section-heading p{margin:4px 0 0;color:var(--prototype-text-secondary);font-size:14px}.course-detail-section-heading button{padding:7px 10px;border:0;color:var(--prototype-brand-dark);background:transparent;cursor:pointer}.course-detail-curriculum__modules{display:grid;gap:16px}.course-detail-curriculum__modules details{overflow:hidden;border-radius:var(--prototype-radius-8);background:var(--prototype-brand-light)}.course-detail-curriculum__modules summary{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:9px 16px;cursor:pointer;list-style:none}.course-detail-curriculum__modules summary::-webkit-details-marker{display:none}.course-detail-curriculum__number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#fff;background:var(--prototype-brand-primary);font-size:13px;font-weight:600}.course-detail-curriculum__modules summary strong{color:#3c3c3c;font-size:18px;line-height:26px}.course-detail-curriculum__modules summary>span:last-child{color:var(--prototype-text-secondary);font-size:13px}.course-detail-curriculum__modules ol{padding:4px 16px 14px 62px;margin:0;background:#fff;list-style:none}.course-detail-curriculum__modules li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;border-bottom:1px solid var(--prototype-border-default);font-size:15px;line-height:24px}.course-detail-curriculum__modules li:last-child{border-bottom:0}.course-detail-curriculum__modules li svg{color:var(--prototype-brand-dark)}.course-detail-curriculum__modules time{color:var(--prototype-text-secondary);font-size:13px}.course-detail-teacher__card{display:grid;grid-template-columns:166px minmax(0,1fr);gap:26px;padding:24px;margin-top:22px;border-radius:var(--prototype-radius-12);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card)}.course-detail-teacher__card>img{width:166px;height:208px;border-radius:var(--prototype-radius-12);object-fit:cover}.course-detail-teacher__card h3{margin:4px 0 0;color:#3c3c3c;font-size:24px;line-height:32px}.course-detail-teacher__card p{margin:0;font-size:14px;line-height:25px}.course-detail-teacher__card h3+dl{display:flex;gap:18px;margin:15px 0}.course-detail-teacher__card dl div{min-width:62px}.course-detail-teacher__card dt{color:var(--prototype-text-secondary);font-size:12px}.course-detail-teacher__card dd{margin:2px 0 0;color:#3c3c3c;font-weight:600}.course-detail-teacher__card a{display:inline-flex;align-items:center;gap:4px;margin-top:14px;color:var(--prototype-brand-dark);font-weight:600;text-decoration:none}.course-detail-qna__heading{align-items:flex-start}.course-detail-qna__controls{gap:10px}.course-detail-qna__controls label{display:flex;align-items:center;gap:8px;width:230px;height:42px;padding:0 12px;border:1px solid var(--prototype-border-default);border-radius:var(--prototype-radius-8);background:#fff}.course-detail-qna__controls input{min-width:0;border:0;outline:0}.course-detail-qna__controls select{height:42px;border:0;background:transparent}.course-detail-qna__login{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;margin-bottom:22px;border-radius:var(--prototype-radius-8);background:var(--prototype-brand-light);font-size:14px}.course-detail-qna__login p{margin:0}.course-detail-qna__login a{color:var(--prototype-brand-dark);font-weight:600;white-space:nowrap}.course-detail-qna__questions{display:grid;gap:18px}.course-detail-question{padding:20px;border-radius:var(--prototype-radius-12);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card)}.course-detail-question header{gap:12px}.course-detail-question header img{width:48px;height:48px;border-radius:50%;object-fit:cover}.course-detail-question header div{display:grid;gap:2px}.course-detail-question time{color:var(--prototype-text-secondary);font-size:13px}.course-detail-question__body{margin:14px 0;color:#3c3c3c;font-size:16px;line-height:26px}.course-detail-question__answer{padding:16px;border-radius:var(--prototype-radius-8);background:#f5f7f9}.course-detail-question__answer strong{color:var(--prototype-brand-dark);font-size:14px}.course-detail-question__answer p{margin:8px 0 0;font-size:14px;line-height:25px}.course-detail-question footer{justify-content:space-between;margin-top:14px}.course-detail-question footer button{padding:4px;border:0;color:var(--prototype-text-secondary);background:transparent;cursor:pointer}.course-detail-question__feedback{min-height:20px;margin:8px 0 0;color:var(--prototype-brand-dark);font-size:13px;line-height:20px}.course-detail-question__feedback:empty{display:none;min-height:0;margin:0}.course-detail-pagination{justify-content:center;gap:10px;margin-top:24px}.course-detail-pagination button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--prototype-border-default);border-radius:4px;color:var(--prototype-brand-dark);background:#fff;cursor:pointer}.course-detail-pagination button:disabled{color:var(--prototype-text-secondary);background:var(--prototype-surface-page);cursor:not-allowed;opacity:.55}.course-detail-pagination span{font-size:14px}.course-detail-purchase-rail{position:sticky;top:139px;grid-row:1 / span 4;grid-column:2;align-self:start}.purchase-panel{display:grid;gap:16px}.purchase-panel--desktop{width:424px}.purchase-panel__card{padding:24px;border-radius:var(--prototype-radius-12);background:var(--prototype-surface-card);box-shadow:var(--prototype-shadow-card)}.purchase-panel__card h3{margin:0;color:#3c3c3c;font-size:18px;line-height:27px}.purchase-panel__price{gap:12px;margin-top:18px}.purchase-panel__price strong{color:#3c3c3c;font-size:30px;line-height:38px}.purchase-panel__price del{color:var(--prototype-text-secondary);font-size:13px}.purchase-panel__offer{gap:10px;margin-top:12px}.purchase-panel__offer p,.purchase-panel__countdown{margin:0;font-size:13px}.purchase-panel__primary-action,.purchase-panel__bundle-actions>a:first-child{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;border-radius:var(--prototype-radius-8);color:#fff;background:var(--prototype-brand-primary);font-weight:600;text-decoration:none}.purchase-panel__bundle-discount{margin:5px 0 18px;color:var(--prototype-text-secondary);font-size:13px}.purchase-panel__bundle-courses{display:grid;gap:10px;padding:14px;border-radius:var(--prototype-radius-12);background:#f5f7f9}.purchase-panel__bundle-course{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:12px}.purchase-panel__bundle-course img{width:104px;height:64px;border-radius:6px;object-fit:cover}.purchase-panel__bundle-course span{color:#3c3c3c;font-size:14px;line-height:21px}.purchase-panel__bundle-actions{gap:10px;margin-top:16px}.purchase-panel__bundle-actions>a:first-child{flex:1;margin-top:0}.purchase-panel__cart-action{display:inline-flex;align-items:center;justify-content:center;width:46px;height:44px;border:1px solid var(--prototype-brand-primary);border-radius:var(--prototype-radius-8);color:var(--prototype-brand-dark);text-decoration:none}.purchase-panel__cart-action span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.course-detail-related--desktop,.course-detail-tags{width:var(--prototype-content-desktop);margin-right:auto;margin-left:auto}.course-detail-related--desktop{padding:72px 0;background:var(--prototype-surface-card)}.course-detail-related__grid{display:grid}.course-detail-related--desktop .course-detail-related__grid{grid-template-columns:repeat(4,267px);gap:24px;margin-top:24px}.course-detail-related--desktop .course-card--compact-desktop{width:267px;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.course-detail-related--desktop .course-card--compact-desktop .course-card__cover{width:267px;height:166px}.course-detail-related--desktop .course-card--compact-desktop .course-card__body{padding:10px 0 0}.course-detail-tags{padding:44px 0 56px}.course-detail-tags>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.course-detail-tags a{padding:7px 14px;border-radius:999px;color:var(--prototype-brand-dark);background:#fff;font-size:14px;text-decoration:none}.purchase-bar--mobile{position:fixed;z-index:50;right:0;bottom:0;left:0;width:100%;max-width:390px;height:127px;padding:12px 16px;border-top:1px solid var(--prototype-border-default);border-radius:14px 14px 0 0;background:#fff;box-shadow:0 -4px 14px #0000001a}.purchase-bar__offer{height:28px;color:#d97008;font-size:13px;font-weight:600}.purchase-bar__actions{gap:8px;height:70px;transform:translateY(13px)}.purchase-bar__price{display:grid;min-width:58px}.purchase-bar__price del{color:var(--prototype-text-secondary);font-size:11px}.purchase-bar__price strong{color:#3c3c3c;font-size:19px}.purchase-bar__icon-action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--prototype-brand-primary);border-radius:var(--prototype-radius-8);color:var(--prototype-brand-dark);background:#fff;text-decoration:none;cursor:pointer}.purchase-bar__icon-action span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.purchase-bar__primary-action{display:inline-flex;flex:0 0 150px;align-items:center;justify-content:center;width:150px;height:42px;border-radius:var(--prototype-radius-8);color:#fff;background:var(--prototype-brand-primary);font-weight:600;text-decoration:none}.course-detail-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@supports not (position: sticky){.course-detail-purchase-rail,.course-detail-anchors{position:static}}@supports not (position: fixed){.purchase-bar--mobile{position:sticky}}@media(max-width:767px){.course-detail-branch--desktop{display:none}.course-detail-branch--mobile{display:block}.course-detail-branch--mobile .site-header--mobile{position:relative;top:auto}.course-detail-branch--mobile .promo-bar--mobile,.course-detail-branch--mobile .promo-bar--mobile .promo-bar__inner{min-height:152px}.course-detail-hero--mobile{padding:18px 16px 38px;background:#fff}.course-detail-hero--mobile .course-detail-path{margin-bottom:24px}.course-detail-path--mobile nav:first-child{min-width:0}.course-detail-path--mobile ol{max-width:250px;overflow:hidden;white-space:nowrap}.course-detail-path--mobile li:last-child{display:none}.course-detail-share{gap:4px}.course-detail-share button{width:30px;height:30px}.course-detail-hero--mobile .course-detail-hero__grid{grid-template-columns:343px}.course-detail-hero--mobile .course-detail-preview{width:343px;height:193px}.course-detail-preview>button{width:52px;height:52px}.course-detail-summary--mobile{width:343px;padding-top:22px}.course-detail-summary--mobile h1{font-size:25px;line-height:36px}.course-detail-summary__description[data-expanded=false]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.course-detail-summary__status-grid{grid-template-columns:1fr}.course-detail-anchors--mobile{top:0;height:50px}.course-detail-anchors--mobile .course-detail-anchors__inner{width:100%;height:50px}.course-detail-anchors--mobile a{flex:1;justify-content:center;font-size:14px}.course-detail-body--mobile{display:block;padding:38px 16px 64px}.course-detail-branch--mobile :is(.course-detail-about,.course-detail-curriculum,.course-detail-qna){scroll-margin-top:62px}.course-detail-content-card+.course-detail-content-card{margin-top:48px}.course-detail-facts{grid-template-columns:1fr;gap:20px;padding:26px 0}.course-detail-story{padding:20px 16px}.course-detail-story__panels{gap:18px}.course-detail-story__panels[data-expanded=false]{max-height:920px}.course-detail-story__panels article>div{padding:15px 16px 18px}.course-detail-story__panels h4{font-size:18px;line-height:27px}.course-detail-curriculum__modules summary{grid-template-columns:32px minmax(0,1fr) auto;min-height:58px;padding:10px 14px}.course-detail-curriculum__modules summary>span:last-child{grid-column:auto}.course-detail-curriculum__modules ol{padding:4px 14px 14px}.course-detail-curriculum__modules li{grid-template-columns:18px minmax(0,1fr) auto;min-height:58px}.course-detail-teacher__card{grid-template-columns:1fr;gap:12px;padding:16px}.course-detail-teacher__card>img{width:96px;height:120px}.course-detail-teacher__card h3+dl{margin:8px 0}.course-detail-teacher__card p{line-height:22px}.course-detail-teacher__card a{margin-top:8px}.course-detail-qna__heading,.course-detail-qna__controls,.course-detail-qna__login{align-items:stretch;flex-direction:column}.course-detail-qna__controls label,.course-detail-qna__controls select{width:100%}.course-detail-qna__login{display:flex;align-items:center;flex-direction:row;justify-content:space-between;min-height:74px;gap:8px;padding:10px 12px;font-size:13px;line-height:20px}.course-detail-question{padding:16px 14px}.course-detail-question__body{margin:12px 0}.course-detail-question__answer{padding:12px}.course-detail-purchase-mobile{margin-top:48px}.purchase-panel--mobile{width:358px}.course-detail-branch--mobile .purchase-panel__bundle{min-height:466px}.purchase-panel__card{padding:20px}.purchase-panel__bundle-course{grid-template-columns:96px minmax(0,1fr)}.purchase-panel__bundle-course img{width:96px;height:60px}.course-detail-related--mobile,.course-detail-tags{width:390px;padding-right:16px;padding-left:16px}.course-detail-related--mobile{padding-top:54px;padding-bottom:54px;background:#fff}.course-detail-related--mobile .course-detail-related__grid{grid-template-columns:1fr;gap:0;margin-top:24px}.course-detail-related--mobile .course-card--mobile-row{display:flex;width:358px;min-height:150px;padding:8px 0;border-bottom:1px solid var(--prototype-border-default);border-radius:0;background:transparent;box-shadow:none}.course-detail-related--mobile .course-card--mobile-row .course-card__cover-link{flex:0 0 108px}.course-detail-related--mobile .course-card--mobile-row .course-card__cover{width:108px;height:108px;border-radius:7px}.course-detail-related--mobile .course-card--mobile-row .course-card__body{flex:1;min-width:0;padding:0 0 0 12px}.course-detail-related--mobile .course-card--mobile-row .course-card__eyebrow{display:none}.course-detail-related--mobile .course-card--mobile-row .course-card__title{margin-top:0;font-size:16px;line-height:22px;-webkit-line-clamp:2}.course-detail-related--mobile .course-card--mobile-row .course-card__instructor{margin-top:3px;font-size:12px;line-height:18px}.course-detail-related--mobile .course-card--mobile-row .course-card__launched-meta{display:flex;flex-wrap:wrap;gap:2px 6px;margin-top:4px;color:var(--prototype-text-secondary);font-size:12px;line-height:18px}.course-detail-related--mobile .course-card--mobile-row .course-card__fundraising-meta{margin-top:4px;font-size:12px;line-height:18px}.course-detail-related--mobile .course-card--mobile-row .course-card__progress{height:4px;margin-top:3px}.course-detail-related--mobile .course-card--mobile-row .course-card__price-row{gap:6px;margin-top:4px}.course-detail-related--mobile .course-card--mobile-row .course-card__price-row strong{font-size:16px;line-height:20px}.course-detail-related--mobile .course-card--mobile-row .course-card__price-row span{display:none}.course-detail-tags{padding-top:42px;padding-bottom:30px}.course-detail-tags>div{display:grid;grid-template-columns:repeat(3,max-content);justify-content:start;gap:10px 8px}.course-detail-tags a{padding:8px 16px}.course-detail-branch--mobile .site-footer{padding-bottom:127px}}@media(min-width:768px){.purchase-bar--mobile{display:none}}
