.SDSFlexbox,.SDSFlexbox--flex{display:flex}.SDSFlexbox--inline-flex{display:inline-flex}.SDSFlexbox--row{flex-direction:row}.SDSFlexbox--column{flex-direction:column}.SDSFlexbox--justify-flex-start{justify-content:flex-start}.SDSFlexbox--justify-center{justify-content:center}.SDSFlexbox--justify-flex-end{justify-content:flex-end}.SDSFlexbox--justify-space-between{justify-content:space-between}.SDSFlexbox--justify-space-around{justify-content:space-around}.SDSFlexbox--align-center{align-items:center}.SDSFlexbox--align-flex-start{align-items:flex-start}.SDSFlexbox--align-flex-end{align-items:flex-end}.SDSFlexbox--align-stretch{align-items:stretch}.SDSFlexbox--wrap-wrap{flex-wrap:wrap}.SDSFlexbox--wrap-nowrap{flex-wrap:nowrap}.SDSFlexbox--full-width{width:100%}.SDSFlexbox--full-height{height:100%}.SDSFlexbox--overflow-hidden{overflow:hidden}.SDSFlexbox--gap-text-small{gap:var(--gaps-text-small)}.SDSFlexbox--gap-text-medium{gap:var(--gaps-text-medium)}.SDSFlexbox--gap-text-large{gap:var(--gaps-text-large)}.SDSFlexbox--gap-text-x-large{gap:var(--gaps-text-x-large)}.SDSFlexbox--gap-text-xx-large{gap:var(--gaps-text-xx-large)}.SDSFlexbox--gap-card-medium{gap:var(--gaps-card-medium)}.SDSFlexbox--gap-card-large{gap:var(--gaps-card-large)}.SDSFlexbox--gap-landing-big{gap:var(--gaps-landing-big)}.SDSFlexbox--gap-landing-cards{gap:var(--gaps-landing-cards)}.SDSFlexbox--gap-landing-blocks{gap:var(--gaps-landing-blocks)}.SDSFlexbox--gap-button-small{gap:var(--gaps-button-small)}.SDSFlexbox--gap-button-regular{gap:var(--gaps-button-regular)}.SDSFlexbox--gap-button-medium{gap:var(--gaps-button-medium)}.SDSFlexbox--gap-button-large{gap:var(--gaps-button-large)}.SDSFlexbox--gap-button-x-large{gap:var(--gaps-button-x-large)}.SDSFlexbox--gap-button-xx-large{gap:var(--gaps-button-xx-large)}.SDSFlexbox--gap-content-default{gap:var(--gaps-content-default)}.SDSFlexbox--gap-content-large{gap:var(--gaps-content-large)}.SDSFlexbox--gap-icon-icon{gap:var(--gaps-icon-icon)}.SDSFlexbox--gap-no-design-4{gap:4px}.SDSFlexbox--gap-no-design-8{gap:8px}.SDSFlexbox--gap-no-design-12{gap:12px}.SDSFlexbox--gap-no-design-16{gap:16px}.SDSFlexbox--gap-no-design-20{gap:20px}.SDSFlexbox--gap-no-design-24{gap:24px}.SDSFlexbox--gap-no-design-28{gap:28px}.SDSFlexbox--gap-no-design-32{gap:32px}.SDSInternalButton{border:0;outline:0;cursor:pointer;background:transparent;display:inline-flex;text-decoration:none;transition:transform .4s ease,background .4s ease,color .4s ease}.SDSInternalButton:disabled{cursor:initial}.SDSInternalButton:hover,.SDSInternalButton:focus,.SDSInternalButton:active{text-decoration:none}.SDSInternalButton .SDSText{cursor:pointer}.SDSInternalButton:disabled .SDSText{cursor:initial}.SDSIcon{display:flex;align-items:center}.SDSIcon--x-small{font-size:var(--size-icon-x-small)}.SDSIcon--small{font-size:var(--size-icon-small)}.SDSIcon--medium{font-size:var(--size-icon-medium)}.SDSIcon--big{font-size:var(--size-icon-big)}.SDSIcon--large{font-size:var(--size-icon-large)}.SDSIcon--x-large{font-size:var(--size-icon-x-large)}.SDSIcon--typing-text-regular{font-size:var(--size-icon-typing-text-regular)}.SDSIcon--icons{font-size:var(--size-footer-icons)}.SDSIcon--primary{color:var(--brand-primary)}.SDSIcon--secondary{color:var(--brand-secondary)}.SDSIcon--tertiary{color:var(--brand-tertiary)}.SDSIcon--quaternary{color:var(--brand-quaternary)}.SDSIcon--alert{color:var(--status-alert)}.SDSIcon--info{color:var(--status-info)}.SDSIcon--warning{color:var(--status-warning)}.SDSIcon--text-primary{color:var(--text-primary)}.SDSIcon--text-secondary{color:var(--text-secondary)}.SDSIcon--inactive{color:var(--text-inactive)}.SDSIcon--muted{color:var(--text-muted)}.SDSIcon--on-brand{color:var(--text-on-brand)}.SDSIcon--status-admin{color:var(--text-status-admin)}.SDSIcon--status-agent{color:var(--text-status-agent)}.SDSIcon--status-mentor{color:var(--text-status-mentor)}.SDSIcon--status-student{color:var(--text-status-student)}.SDSIcon--stars-stars{color:var(--stars-stars)}.SDSIcon--chip-checkmmark{color:var(--background-chip-checkmmark)}:root{--skeleton-bg: #f0f0f0;--skeleton-wave: rgba(255, 255, 255, .6);--skeleton-pulse-from: 1;--skeleton-pulse-to: .5;--skeleton-duration: 1.5s}.SDSSkeleton{background-color:var(--skeleton-bg);position:relative;overflow:hidden;display:inline-block;will-change:opacity,transform;transform:translateZ(0)}.SDSSkeleton--animation-wave:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--skeleton-wave),transparent);animation:skeleton-wave var(--skeleton-duration) ease-in-out infinite}.SDSSkeleton--animation-pulse{animation:skeleton-pulse var(--skeleton-duration) ease-in-out infinite}.SDSSkeleton--reduced-motion{animation:none!important}.SDSSkeleton--reduced-motion:after{animation:none!important}.SDSSkeleton--radius-none{border-radius:0}.SDSSkeleton--radius-small{border-radius:var(--border-radius-card-small, 4px)}.SDSSkeleton--radius-medium{border-radius:var(--border-radius-card-medium, 8px)}.SDSSkeleton--radius-large{border-radius:var(--border-radius-card-large, 12px)}.SDSSkeleton--radius-full{border-radius:9999px}@keyframes skeleton-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes skeleton-pulse{0%,to{opacity:var(--skeleton-pulse-from)}50%{opacity:var(--skeleton-pulse-to)}}@media (prefers-reduced-motion: reduce){.SDSSkeleton{animation:none!important}.SDSSkeleton:after{animation:none!important}}.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}.SDSSkeletonText{display:block}.SDSSkeletonText__wrapper,.SDSSkeletonText__line{line-height:1}.SDSText{cursor:default;white-space:pre-line}.SDSText__skeleton-line{border-radius:var(--border-radius-card-medium, 12px)!important}.SDSText--title{font-size:var(--font-size-xxx-large);font-style:normal;font-weight:500;line-height:var(--line-height-xxx-large);letter-spacing:var(--letter-spacing-tightest)}.SDSText--h1{font-size:var(--font-size-xx-large);font-style:normal;font-weight:500;line-height:var(--line-height-xx-large);letter-spacing:var(--letter-spacing-tightest)}.SDSText--h2{font-size:var(--font-size-x-large);font-style:normal;font-weight:500;line-height:var(--line-height-xx-large);letter-spacing:var(--letter-spacing-tight)}.SDSText--h3{font-size:var(--font-size-large);font-style:normal;font-weight:500;line-height:var(--line-height-large);letter-spacing:var(--letter-spacing-tight)}.SDSText--h4{font-size:var(--font-size-medium-large);font-style:normal;font-weight:500;line-height:var(--line-height-x-large);letter-spacing:var(--letter-spacing-tight)}.SDSText--h5{font-size:var(--font-size-medium);font-style:normal;font-weight:500;line-height:var(--line-height-medium);letter-spacing:var(--letter-spacing-tight)}.SDSText--body-extra-large{font-size:var(--font-size-medium-small);font-style:normal;font-weight:500;line-height:var(--line-height-medium);letter-spacing:var(--letter-spacing-default)}.SDSText--body-large-bold{font-size:var(--font-size-small-medium);font-style:normal;font-weight:600;line-height:var(--line-height-medium);letter-spacing:var(--letter-spacing-tight)}.SDSText--body-large{font-size:var(--font-size-small-medium);font-style:normal;font-weight:400;line-height:var(--line-height-regular);letter-spacing:var(--letter-spacing-tight)}.SDSText--body-medium-bold{font-size:var(--font-size-small);font-style:normal;font-weight:500;line-height:var(--line-height-regular-small);letter-spacing:var(--letter-spacing-tight)}.SDSText--body-medium{font-size:var(--font-size-small);font-style:normal;font-weight:400;line-height:var(--line-height-regular);letter-spacing:var(--letter-spacing-default)}.SDSText--body-small{font-size:var(--font-size-x-small);font-style:normal;font-weight:400;line-height:var(--line-height-x-small);letter-spacing:var(--letter-spacing-default)}.SDSText--button-large{font-size:var(--font-size-medium-small);font-style:normal;font-weight:500;line-height:var(--line-height-medium);letter-spacing:var(--letter-spacing-default)}.SDSText--button-medium{font-size:var(--font-size-x-small);font-style:normal;font-weight:500;line-height:var(--line-height-small);letter-spacing:var(--letter-spacing-default)}.SDSText--tag{font-size:var(--font-size-tiny);font-style:normal;font-weight:500;line-height:var(--line-height-xx-small);letter-spacing:var(--letter-spacing-default)}.SDSText--button-small{font-size:var(--font-size-xx-small);font-style:normal;font-weight:500;line-height:var(--line-height-xx-small);letter-spacing:var(--letter-spacing-default)}.SDSText--left{text-align:left}.SDSText--center{text-align:center}.SDSText--right{text-align:right}.SDSText--inline{display:inline}.SDSText--ellipsis-1{overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.SDSText--ellipsis-2{overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.SDSText--ellipsis-3{overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.SDSText--ellipsis-4{overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.SDSText--ellipsis-5{overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.SDSText--ellipsis-6{overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.SDSText--inherit{color:inherit}.SDSText--primary{color:var(--brand-primary)}.SDSText--secondary{color:var(--brand-secondary)}.SDSText--tertiary{color:var(--brand-tertiary)}.SDSText--quaternary{color:var(--brand-quaternary)}.SDSText--alert{color:var(--status-alert)}.SDSText--info{color:var(--status-info)}.SDSText--warning{color:var(--status-warning)}.SDSText--text-primary{color:var(--text-primary)}.SDSText--text-secondary{color:var(--text-secondary)}.SDSText--inactive{color:var(--text-inactive)}.SDSText--muted{color:var(--text-muted)}.SDSText--on-brand{color:var(--text-on-brand)}.SDSText--no-answer-scenario{color:#818181}.SDSText--text-sidebar-default{color:var(--text-sidebar-default)}.SDSText--text-sidebar-selected{color:var(--text-sidebar-selected)}.SDSText--status-admin{color:var(--text-status-admin)}.SDSText--status-agent{color:var(--text-status-agent)}.SDSText--status-mentor{color:var(--text-status-mentor)}.SDSText--status-student{color:var(--text-status-student)}.SDSText--stars-stars{color:var(--stars-stars)}.SDSToast__viewport{position:fixed;z-index:10;top:4rem;right:1rem;bottom:auto;left:auto;margin:0 auto;display:flex;width:424px;pointer-events:none}@media (max-width: 480px){.SDSToast__viewport{width:calc(100vw - 2rem)}}.SDSToast{position:absolute;top:0;right:0;left:0;z-index:calc(1000 - var(--toast-index));margin:0 auto;width:100%;transform:translate(var(--toast-swipe-movement-x)) translateY(calc(var(--toast-swipe-movement-y) + min(var(--toast-index),3) * 12px)) scale(max(.94,1 - min(var(--toast-index),3) * .02));border-radius:var(--border-radius-modal);background:var(--background-notification);box-shadow:var(--elevation-high);padding:var(--padding-content-xs);transition-property:opacity,transform;transition-duration:.35s;transition-timing-function:cubic-bezier(.32,.72,0,1);-webkit-user-select:none;user-select:none;pointer-events:auto;display:flex;gap:var(--gaps-text-large);align-items:center;justify-content:space-between}.SDSToast:after{content:"";position:absolute;top:100%;left:0;height:calc(var(--gap) + 1px);width:100%}.SDSToast[data-expanded]{transform:translate(var(--toast-swipe-movement-x)) translateY(calc(var(--toast-offset-y) + var(--toast-index) * var(--gap) + var(--toast-swipe-movement-y)))}.SDSToast[data-starting-style],.SDSToast[data-ending-style]{opacity:0;transform:translateY(-100%)}.SDSToast[data-limited]{opacity:0}.SDSToast[data-ending-style][data-swipe-direction=right]{transform:translate(calc(var(--toast-swipe-movement-x) + 150%))}.SDSToast--success .SDSFlexbox>svg{color:var(--brand-primary, #0BB58D)}.SDSToast--error .SDSFlexbox>svg{color:var(--status-alert, #E0301E)}.SDSToast--warning .SDSFlexbox>svg{color:var(--status-warning, #FD6412)}.SDSToast--info .SDSFlexbox>svg{color:var(--status-info, #8E34F4)}@media (max-width: 480px){.SDSToast{width:100%}}.SDSChevronIcon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.SDSChevronIcon--expanded{transform:rotate(180deg)}.SDSChevronIcon--primary{color:var(--brand-primary)}.SDSChevronIcon--secondary,.SDSChevronIcon--inactive{color:var(--text-secondary)}.SDSLink{text-decoration:none;color:inherit;position:relative}.SDSLink:focus{outline:none}.SDSLink:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:4px}@media (prefers-contrast: high){.SDSLink:focus-visible{outline:3px solid}}.SDSLink:active{transform:translateY(1px)}@media (prefers-reduced-motion: reduce){.SDSLink{transition:none}.SDSLink:active{transform:none}}@media print{.SDSLink[href^=http]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}}.SDSImage__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease}.SDSAvatar{display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;color:var(--brand-primary)}.SDSAvatar svg{width:100%;height:100%}.SDSAvatar--tiny{width:var(--size-avatar-tiny);height:var(--size-avatar-tiny)}.SDSAvatar--small{width:var(--size-avatar-small);height:var(--size-avatar-small)}.SDSAvatar--medium{width:var(--size-avatar-medium);height:var(--size-avatar-medium)}.SDSAvatar--big{width:var(--size-avatar-big);height:var(--size-avatar-big)}.SDSAvatar--large{width:var(--size-avatar-large);height:var(--size-avatar-large)}.SDSAvatar--xLarge{width:var(--size-avatar-x-large);height:var(--size-avatar-x-large)}.SDSAvatar__initials-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--brand-primary)}.SDSInternalSpinner{animation:sds-spinner-rotate 1.4s linear infinite;display:inline-block}@keyframes sds-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.SDSInternalSpinner{animation:none}.SDSInternalSpinner:after{content:"...";position:absolute;font-weight:700}}.SDSInternalButton.SDSButton{justify-content:center;align-items:center;border-radius:var(--border-radius-button-rounder);transition:background-color .4s,color .4s,outline-color .4s;position:relative}.SDSInternalButton.SDSButton--primary{background:var(--brand-primary);padding:var(--padding-button-button-medium) var(--padding-button-button-x-large)}.SDSInternalButton.SDSButton--primary .SDSText{color:var(--text-on-brand)}.SDSInternalButton.SDSButton--primary svg,.SDSInternalButton.SDSButton--primary i{color:var(--text-on-brand)}.SDSInternalButton.SDSButton--primary:hover{background-color:var(--brand-secondary)}.SDSInternalButton.SDSButton--primary:focus-visible,.SDSInternalButton.SDSButton--primary:active{background-color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--outline{outline-offset:-1px;outline:1px solid var(--brand-primary);background-color:var(--background-fill);padding:var(--padding-button-button-medium, 12px) var(--padding-button-button-x-large, 20px)}.SDSInternalButton.SDSButton--outline .SDSText{color:var(--brand-primary)}.SDSInternalButton.SDSButton--outline svg,.SDSInternalButton.SDSButton--outline i{color:var(--brand-primary)}.SDSInternalButton.SDSButton--outline:hover{outline-color:var(--brand-secondary)}.SDSInternalButton.SDSButton--outline:hover .SDSText{color:var(--brand-secondary)}.SDSInternalButton.SDSButton--outline:hover svg,.SDSInternalButton.SDSButton--outline:hover i{color:var(--brand-secondary)}.SDSInternalButton.SDSButton--outline:focus-visible,.SDSInternalButton.SDSButton--outline:active{outline-color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--outline:focus-visible .SDSText,.SDSInternalButton.SDSButton--outline:active .SDSText{color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--outline:focus-visible svg,.SDSInternalButton.SDSButton--outline:focus-visible i,.SDSInternalButton.SDSButton--outline:active svg,.SDSInternalButton.SDSButton--outline:active i{color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--soft{padding:var(--padding-button-button-large) var(--padding-button-button-xx-large);background:var(--brand-fifth)}.SDSInternalButton.SDSButton--soft .SDSText{color:var(--brand-primary)}.SDSInternalButton.SDSButton--soft svg,.SDSInternalButton.SDSButton--soft i{color:var(--text-on-brand)}.SDSInternalButton.SDSButton--soft:hover{background:var(--brand-quaternary)}.SDSInternalButton.SDSButton--soft:hover .SDSText{color:var(--brand-secondary)}.SDSInternalButton.SDSButton--soft:focus-visible,.SDSInternalButton.SDSButton--soft:active{background:var(--brand-quaternary)}.SDSInternalButton.SDSButton--soft:focus-visible .SDSText,.SDSInternalButton.SDSButton--soft:active .SDSText{color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--ghost{background-color:transparent;padding:var(--padding-button-button-medium) 0}.SDSInternalButton.SDSButton--ghost .SDSText{color:var(--brand-primary)}.SDSInternalButton.SDSButton--ghost svg,.SDSInternalButton.SDSButton--ghost i{color:var(--brand-primary)}.SDSInternalButton.SDSButton--ghost:hover .SDSText{color:var(--brand-secondary)}.SDSInternalButton.SDSButton--ghost:hover svg,.SDSInternalButton.SDSButton--ghost:hover i{color:var(--brand-secondary)}.SDSInternalButton.SDSButton--ghost:focus-visible .SDSText,.SDSInternalButton.SDSButton--ghost:active .SDSText{color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--ghost:focus-visible svg,.SDSInternalButton.SDSButton--ghost:focus-visible i,.SDSInternalButton.SDSButton--ghost:active svg,.SDSInternalButton.SDSButton--ghost:active i{color:var(--brand-tertiary)}.SDSInternalButton.SDSButton--large{padding:var(--padding-button-button-large) var(--padding-button-button-xxx-large)}.SDSInternalButton.SDSButton--fullWidth{width:100%}.SDSButton__spinner{position:absolute;opacity:0;transform:scale(.8);animation:sds-button-spinner-enter .4s ease forwards}.SDSButton__content{display:flex;justify-content:center;align-items:center;gap:var(--gaps-text-medium);opacity:1;transition:opacity .4s ease}.SDSButton--submitting .SDSButton__content{opacity:0;visibility:hidden}@keyframes sds-button-spinner-enter{to{opacity:1;transform:scale(1)}}.SDSButton--primary.SDSButton--status-alert{background-color:var(--status-alert)}.SDSButton--primary.SDSButton--status-alert:hover,.SDSButton--primary.SDSButton--status-alert:focus-visible,.SDSButton--primary.SDSButton--status-alert:active{background-color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert{outline-color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert .SDSText{color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert svg,.SDSButton--outline.SDSButton--status-alert i{color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert:hover,.SDSButton--outline.SDSButton--status-alert:focus-visible,.SDSButton--outline.SDSButton--status-alert:active{outline-color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert:hover .SDSText,.SDSButton--outline.SDSButton--status-alert:focus-visible .SDSText,.SDSButton--outline.SDSButton--status-alert:active .SDSText{color:var(--status-alert)}.SDSButton--outline.SDSButton--status-alert:hover svg,.SDSButton--outline.SDSButton--status-alert:hover i,.SDSButton--outline.SDSButton--status-alert:focus-visible svg,.SDSButton--outline.SDSButton--status-alert:focus-visible i,.SDSButton--outline.SDSButton--status-alert:active svg,.SDSButton--outline.SDSButton--status-alert:active i{color:var(--status-alert)}.SDSButton--soft.SDSButton--status-alert{background:var(--background-buttons-error-primary)}.SDSButton--soft.SDSButton--status-alert .SDSText{color:var(--status-alert)}.SDSButton--soft.SDSButton--status-alert:hover,.SDSButton--soft.SDSButton--status-alert:focus-visible,.SDSButton--soft.SDSButton--status-alert:active{background:var(--background-buttons-error-hover)}.SDSButton--soft.SDSButton--status-alert:hover .SDSText,.SDSButton--soft.SDSButton--status-alert:focus-visible .SDSText,.SDSButton--soft.SDSButton--status-alert:active .SDSText{color:var(--status-alert)}.SDSButton--ghost.SDSButton--status-alert .SDSText{color:var(--status-alert)}.SDSButton--ghost.SDSButton--status-alert svg,.SDSButton--ghost.SDSButton--status-alert i{color:var(--status-alert)}.SDSButton--ghost.SDSButton--status-alert:hover .SDSText,.SDSButton--ghost.SDSButton--status-alert:focus-visible .SDSText,.SDSButton--ghost.SDSButton--status-alert:active .SDSText{color:var(--status-alert)}.SDSButton--ghost.SDSButton--status-alert:hover svg,.SDSButton--ghost.SDSButton--status-alert:hover i,.SDSButton--ghost.SDSButton--status-alert:focus-visible svg,.SDSButton--ghost.SDSButton--status-alert:focus-visible i,.SDSButton--ghost.SDSButton--status-alert:active svg,.SDSButton--ghost.SDSButton--status-alert:active i{color:var(--status-alert)}.SDSButton--primary.SDSButton--disabled .SDSText,.SDSButton--outline.SDSButton--disabled .SDSText,.SDSButton--soft.SDSButton--disabled .SDSText,.SDSButton--ghost.SDSButton--disabled .SDSText{color:var(--text-inactive)}.SDSButton--primary.SDSButton--disabled svg,.SDSButton--primary.SDSButton--disabled i,.SDSButton--outline.SDSButton--disabled svg,.SDSButton--outline.SDSButton--disabled i,.SDSButton--soft.SDSButton--disabled svg,.SDSButton--soft.SDSButton--disabled i,.SDSButton--ghost.SDSButton--disabled svg,.SDSButton--ghost.SDSButton--disabled i{color:var(--text-inactive)}.SDSButton--primary.SDSButton--disabled:hover .SDSText,.SDSButton--primary.SDSButton--disabled:focus-visible .SDSText,.SDSButton--primary.SDSButton--disabled:active .SDSText,.SDSButton--outline.SDSButton--disabled:hover .SDSText,.SDSButton--outline.SDSButton--disabled:focus-visible .SDSText,.SDSButton--outline.SDSButton--disabled:active .SDSText,.SDSButton--soft.SDSButton--disabled:hover .SDSText,.SDSButton--soft.SDSButton--disabled:focus-visible .SDSText,.SDSButton--soft.SDSButton--disabled:active .SDSText,.SDSButton--ghost.SDSButton--disabled:hover .SDSText,.SDSButton--ghost.SDSButton--disabled:focus-visible .SDSText,.SDSButton--ghost.SDSButton--disabled:active .SDSText{color:var(--text-inactive)}.SDSButton--primary.SDSButton--disabled:hover svg,.SDSButton--primary.SDSButton--disabled:hover i,.SDSButton--primary.SDSButton--disabled:focus-visible svg,.SDSButton--primary.SDSButton--disabled:focus-visible i,.SDSButton--primary.SDSButton--disabled:active svg,.SDSButton--primary.SDSButton--disabled:active i,.SDSButton--outline.SDSButton--disabled:hover svg,.SDSButton--outline.SDSButton--disabled:hover i,.SDSButton--outline.SDSButton--disabled:focus-visible svg,.SDSButton--outline.SDSButton--disabled:focus-visible i,.SDSButton--outline.SDSButton--disabled:active svg,.SDSButton--outline.SDSButton--disabled:active i,.SDSButton--soft.SDSButton--disabled:hover svg,.SDSButton--soft.SDSButton--disabled:hover i,.SDSButton--soft.SDSButton--disabled:focus-visible svg,.SDSButton--soft.SDSButton--disabled:focus-visible i,.SDSButton--soft.SDSButton--disabled:active svg,.SDSButton--soft.SDSButton--disabled:active i,.SDSButton--ghost.SDSButton--disabled:hover svg,.SDSButton--ghost.SDSButton--disabled:hover i,.SDSButton--ghost.SDSButton--disabled:focus-visible svg,.SDSButton--ghost.SDSButton--disabled:focus-visible i,.SDSButton--ghost.SDSButton--disabled:active svg,.SDSButton--ghost.SDSButton--disabled:active i{color:var(--text-inactive)}.SDSButton--primary.SDSButton--disabled,.SDSButton--soft.SDSButton--disabled,.SDSButton--outline.SDSButton--disabled{background:var(--background-action-neutral);outline:var(--background-action-neutral)}.SDSButton--primary.SDSButton--disabled:hover,.SDSButton--primary.SDSButton--disabled:focus-visible,.SDSButton--primary.SDSButton--disabled:active,.SDSButton--soft.SDSButton--disabled:hover,.SDSButton--soft.SDSButton--disabled:focus-visible,.SDSButton--soft.SDSButton--disabled:active,.SDSButton--outline.SDSButton--disabled:hover,.SDSButton--outline.SDSButton--disabled:focus-visible,.SDSButton--outline.SDSButton--disabled:active{background:var(--background-action-neutral);outline:var(--background-action-neutral)}.SDSButton--primary.SDSButton--submitting{background:var(--background-sidebar-hover)}.SDSButton--primary.SDSButton--submitting:hover,.SDSButton--primary.SDSButton--submitting:focus-visible,.SDSButton--primary.SDSButton--submitting:active{background:var(--background-sidebar-hover)}.SDSButton--outline.SDSButton--submitting{background:var(--background-fill);outline-color:var(--brand-primary)}.SDSButton--outline.SDSButton--submitting:hover,.SDSButton--outline.SDSButton--submitting:focus-visible,.SDSButton--outline.SDSButton--submitting:active{background:var(--background-fill)}.SDSButton--soft.SDSButton--submitting{background:var(--background-sidebar-hover)}.SDSButton--soft.SDSButton--submitting:hover,.SDSButton--soft.SDSButton--submitting:focus-visible,.SDSButton--soft.SDSButton--submitting:active{background:var(--background-sidebar-hover)}.SDSCard{border-radius:var(--border-radius-card-medium, 12px);background:var(--background-fill);overflow:hidden}.SDSCard{box-shadow:0 0 3px #0003 inset}.SDSCard{transition:transform .3s ease,box-shadow .3s ease}.SDSCard:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-4px)}.SDSCard[role=button]:hover,.SDSCard:is(a):hover{cursor:pointer}.SDSTextInput__field{display:inline-flex;flex-direction:column;gap:var(--gaps-text-medium)}.SDSTextInput__field--fullWidth{width:100%}.SDSTextInput{display:flex;min-height:40px;background:var(--background-fill);padding:var(--padding-content-xs);align-items:center;flex-shrink:0;align-self:stretch;border-radius:var(--border-radius-input-medium);border:1px solid var(--input-default);box-shadow:none;color:var(--text-inactive)}.SDSTextInput--disabled svg{color:var(--input-disabled)}.SDSTextInput__input{border:0;outline:0;flex:1;background:inherit}.SDSTextInput__input::placeholder{color:var(--text-inactive)}.SDSTextInput__input::-ms-reveal{display:none}.SDSTextInput{transition:background-color .4s ease,border-color .4s ease,color .4s ease}.SDSTextInput__icon{width:20px;height:20px}.SDSTextInput:hover{border-color:var(--input-hover)}.SDSTextInput:active,.SDSTextInput:focus-visible,.SDSTextInput:focus-within{border-color:var(--brand-primary)}.SDSTextInput--error{border-color:var(--status-alert)}.SDSTextInput--fullWidth{width:100%}.SDSTextInput__prefix{color:var(--text-inactive)}.SDSInputLabel{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:4px}.SDSInputLabel__required{color:var(--status-alert);margin-left:2px}.SDSInputErrorMessage{font-size:12px;color:var(--status-alert);margin-top:4px}.SDSTextInput--disabled,.SDSTextInput__input:disabled{-webkit-text-fill-color:var(--input-disabled);color:var(--input-disabled)}.SDSTextInput--disabled:hover,.SDSTextInput--disabled:focus-visible,.SDSTextInput--disabled:active,.SDSTextInput--disabled:focus-within,.SDSTextInput__input:disabled:hover,.SDSTextInput__input:disabled:focus-visible,.SDSTextInput__input:disabled:active,.SDSTextInput__input:disabled:focus-within{border-color:var(--input-default);-webkit-text-fill-color:var(--input-disabled);color:var(--input-disabled)}:root{--custom-width-onboarding-sidebar: 496px;--width-onboarding-sidebar: 268px;--ratio-size-sidebar-background-hover: calc(41 / 38);--inverse-ratio-size-sidebar-background-hover: calc(38 / 41);--ratio-size-sidebar-item-hover: calc(24 / 22);--starthub-academy-theme: light;--brand-primary: #0bb58d;--brand-secondary: #099171;--brand-tertiary: #044838;--brand-quaternary: #c5f0e3;--brand-fifth: #e7f8f4;--brand-sixth: #71dcbc;--status-alert: #e0301e;--status-info: #8e34f4;--status-warning: #fd6412;--background-action-neutral: #f6f7f9;--background-fill: #ffffff;--background-main: #f8f8f8;--background-notification: #262626;--background-buttons-error-hover: #ffe8e8;--background-buttons-error-primary: #fff5f5;--background-buttons-info-hover: #f7e3ff;--background-buttons-info-primary: #fcf5ff;--background-buttons-warning-hover: #ffe7d0;--background-buttons-warning-primary: #fff1e2;--background-categories-circle: #71dcbc;--background-categories-default: #e7f8f4;--background-categories-pressed: #c5f0e3;--background-chip-category-top: #fdccff;--background-chip-category-bottom: #e5d1ff;--background-chip-new-top: #bcfff5;--background-chip-new-bottom: #bdffd1;--background-chip-checkmmark: #3497f4;--background-sidebar-hover: #c5f0e3;--background-sidebar-selected: #e7f8f4;--background-landing-main-page: #d5f4f1;--background-landing-dots: #dbdddf;--background-status-admin: #e5d1ff;--background-status-agent: #23996c;--background-status-mentor: #e9fbff;--background-status-student: #e7f8f4;--input-default: #dbdddf;--input-disabled: #e1e3e4;--input-hover: #a1a2a4;--input-pressed: #87898a;--shadow-shadow: #12121226;--stars-stars: #ffb000;--text-primary: #121212;--text-secondary: #363636;--text-inactive: #a1a2a4;--text-muted: #757575;--text-on-brand: #ffffff;--text-categories-default: #121212;--text-categories-hover: #0bb58d;--text-categories-pressed: #099171;--text-categories-selected: #099171;--text-sidebar-default: #6f7072;--text-sidebar-selected: #099171;--text-status-admin: #6008c4;--text-status-agent: #ffffff;--text-status-mentor: #0068df;--text-status-student: #23996c;--text-buttons-error-default: #e0301e;--text-buttons-error-hover: #d21c0a;--text-buttons-error-pressed: #bb1100;--text-buttons-info-default: #8e34f4;--text-buttons-info-hover: #7a13ee;--text-buttons-info-pressed: #6008c4;--text-buttons-warning-default: #fd6412;--text-buttons-warning-hover: #eb5707;--text-buttons-warning-pressed: #cc4d08;--background-chip-category-category-top: #fdccff;--background-chip-category-category-bottom: #e5d1ff;--background-chip-category-new-top: #bcfff5;--background-chip-category-new-bottom: #bdffd1;--background-chip-checkmark-checkmark: #3497f4;--label-pill-category: linear-gradient(180deg, #fdccff 0%, #e5d1ff 100%);--label-pill-new: linear-gradient(98deg, #bafff3 8.5%, #bbffcd 100.72%)}@media (min-width: 1286px){:root{--size-input: 20px;--size-close-button: 24px;--size-footer-icons: 24px;--size-max-width: 1286px;--size-name-width: 565px;--size-popup-normal: 1105px;--size-header: 64px;--size-auth-min-height: 732px;--size-sidebar-item-default: 22px;--size-sidebar-item-hover: 24px;--size-sidebar-background-default: 38px;--size-sidebar-background-hover: 41px;--size-course-sidebar-width: 280px;--size-avatar-tiny: 20px;--size-avatar-small: 32px;--size-avatar-medium: 40px;--size-avatar-big: 48px;--size-avatar-large: 56px;--size-avatar-x-large: 250px;--size-icon-x-small: 10px;--size-icon-small: 16px;--size-icon-medium: 20px;--size-icon-big: 24px;--size-icon-large: 32px;--size-icon-x-large: 64px;--size-logo-medium: 80px;--size-logo-big: 180px;--size-logo-large: 380px;--size-card-height-image-small: 160px;--size-card-height-image-medium: 186px;--size-card-height-image-big: 212px;--size-card-height-reviews: 242px;--size-card-height-small: 374px;--size-card-height-medium: 425px;--size-card-widths-card-small-min-width: 272.5px;--size-card-widths-card-medium-min-width: 380.5px;--size-card-widths-card-medium-max-width: 405px;--size-card-widths-card-small-max-width: 405px;--size-progress-bar-height: 4px;--size-scroll-small: 4px;--size-scroll-small-focused: 6px;--size-scroll-big: 8px;--size-scroll-big-scroll-holder-width: 16px;--size-icon-typing-text-regular: 24px;--gaps-text-small: 4px;--gaps-text-medium: 8px;--gaps-text-large: 12px;--gaps-text-x-large: 16px;--gaps-text-xx-large: 20px;--gaps-card-medium: 12px;--gaps-card-large: 16px;--gaps-landing-cards: 44px;--gaps-landing-big: 32px;--gaps-landing-blocks: 100px;--gaps-landing-test: 130px;--gaps-button-small: 4px;--gaps-button-regular: 8px;--gaps-button-medium: 12px;--gaps-button-large: 16px;--gaps-button-x-large: 20px;--gaps-button-xx-large: 30px;--gaps-input-small: 4px;--gaps-input-regular: 8px;--gaps-input-medium: 12px;--gaps-input-large: 16px;--gaps-input-x-large: 20px;--gaps-input-xx-large: 30px;--gaps-avatar-negative: -6px;--gaps-footer-medium: 44px;--gaps-content-default: 24px;--gaps-content-large: 32px;--gaps-content-x-large: 46px;--gaps-icon-icon: 30px;--padding-content-xxxs: 4px;--padding-content-xxs: 8px;--padding-content-xs: 12px;--padding-content-small: 16px;--padding-content-medium: 20px;--padding-content-regular: 24px;--padding-content-large: 48px;--padding-button-button-small: 4px;--padding-button-button-regular: 8px;--padding-button-button-medium: 12px;--padding-button-button-large: 16px;--padding-button-button-x-large: 20px;--padding-button-button-xx-large: 24px;--padding-button-button-xxx-large: 30px;--padding-input-field-input-small: 4px;--padding-input-field-input-regular: 8px;--padding-input-field-input-medium: 12px;--padding-input-field-input-large: 16px;--padding-input-field-input-x-large: 20px;--padding-input-field-input-xx-large: 30px;--padding-footer-vertical: 60px;--padding-footer-horizontal: 120px;--padding-landing-medium: 56px;--padding-landing-big: 60px;--padding-landing-large: 120px;--padding-lets-start-medium: 30px;--padding-lets-start-big: 60px;--font-size-tiny: 8px;--font-size-xx-small: 10px;--font-size-x-small: 12px;--font-size-small: 14px;--font-size-small-medium: 16px;--font-size-medium-small: 18px;--font-size-medium: 20px;--font-size-medium-large: 24px;--font-size-large: 28px;--font-size-x-large: 36px;--font-size-xx-large: 48px;--font-size-xxx-large: 64px;--font-size-skeleton-tiny: 8px;--font-size-skeleton-xx-small: 10px;--font-size-skeleton-x-small: 12px;--font-size-skeleton-small: 14px;--font-size-skeleton-small-medium: 16px;--font-size-skeleton-medium-small: 18px;--font-size-skeleton-medium: 18px;--font-size-skeleton-medium-large: 22px;--font-size-skeleton-large: 26px;--font-size-skeleton-x-large: 33px;--font-size-skeleton-xx-large: 45px;--font-size-skeleton-xxx-large: 59px;--letter-spacing-tightest: -.8px;--letter-spacing-tight: -.4px;--letter-spacing-default: 0px;--line-height-xxx-small: 7px;--line-height-xx-small: 11px;--line-height-x-small: 14px;--line-height-small: 15px;--line-height-regular-small: 16px;--line-height-regular: 20px;--line-height-medium: 24px;--line-height-large: 30px;--line-height-x-large: 32px;--line-height-xx-large: 48px;--line-height-xxx-large: 64px;--border-radius-modal: 12px;--border-radius-main-page: 44px;--border-radius-button-small: 4px;--border-radius-button-medium: 12px;--border-radius-button-rounder: 999px;--border-radius-card-extra-small: 4px;--border-radius-card-small: 8px;--border-radius-card-medium: 12px;--border-radius-card-large: 20px;--border-radius-input-medium: 12px;--border-radius-progress-bar-medium: 8px;--border-radius-scroll-small: 4px;--border-radius-scroll-medium: 8px}}@media (min-width: 1023px) and (max-width: 1286px){:root{--size-input: 20px;--size-close-button: 24px;--size-footer-icons: 24px;--size-max-width: 1286px;--size-name-width: 565px;--size-popup-normal: 1105px;--size-header: 64px;--size-auth-min-height: 732px;--size-sidebar-item-default: 22px;--size-sidebar-item-hover: 24px;--size-sidebar-background-default: 38px;--size-sidebar-background-hover: 41px;--size-course-sidebar-width: 280px;--size-avatar-tiny: 20px;--size-avatar-small: 32px;--size-avatar-medium: 40px;--size-avatar-big: 48px;--size-avatar-large: 56px;--size-avatar-x-large: 250px;--size-icon-x-small: 10px;--size-icon-small: 16px;--size-icon-medium: 20px;--size-icon-big: 24px;--size-icon-large: 32px;--size-icon-x-large: 64px;--size-logo-medium: 80px;--size-logo-big: 180px;--size-logo-large: 380px;--size-card-height-image-small: 160px;--size-card-height-image-medium: 186px;--size-card-height-image-big: 212px;--size-card-height-reviews: 242px;--size-card-height-small: 374px;--size-card-height-medium: 425px;--size-card-widths-card-small-min-width: 272.5px;--size-card-widths-card-medium-min-width: 380.5px;--size-card-widths-card-medium-max-width: 405px;--size-card-widths-card-small-max-width: 405px;--size-progress-bar-height: 4px;--size-scroll-small: 4px;--size-scroll-small-focused: 6px;--size-scroll-big: 8px;--size-scroll-big-scroll-holder-width: 16px;--size-icon-typing-text-regular: 24px;--size-max-width: 768px;--size-name-width: 374px;--size-popup-normal: 720px;--size-course-sidebar-width: 24px;--size-avatar-x-large: 380px;--size-icon-x-small: 16px;--size-icon-big: 20px;--size-logo-medium: 64px;--size-logo-big: 80px;--size-logo-large: 80px;--size-card-height-image-big: 200px;--size-card-height-reviews: 250px;--size-card-height-small: 366px;--size-progress-bar-height: 24px;--size-scroll-small: 8px;--size-scroll-small-focused: 8px;--size-icon-typing-text-regular: 16px;--gaps-text-small: 4px;--gaps-text-medium: 8px;--gaps-text-large: 12px;--gaps-text-x-large: 16px;--gaps-text-xx-large: 20px;--gaps-card-medium: 12px;--gaps-card-large: 16px;--gaps-landing-cards: 44px;--gaps-landing-big: 32px;--gaps-landing-blocks: 100px;--gaps-landing-test: 130px;--gaps-button-small: 4px;--gaps-button-regular: 8px;--gaps-button-medium: 12px;--gaps-button-large: 16px;--gaps-button-x-large: 20px;--gaps-button-xx-large: 30px;--gaps-input-small: 4px;--gaps-input-regular: 8px;--gaps-input-medium: 12px;--gaps-input-large: 16px;--gaps-input-x-large: 20px;--gaps-input-xx-large: 30px;--gaps-avatar-negative: -6px;--gaps-footer-medium: 44px;--gaps-content-default: 24px;--gaps-content-large: 32px;--gaps-content-x-large: 46px;--gaps-icon-icon: 30px;--gaps-landing-cards: 24px;--gaps-landing-blocks: 44px;--gaps-landing-test: 44px;--gaps-footer-medium: 12px;--gaps-content-large: 20px;--gaps-content-x-large: 20px;--gaps-icon-icon: 16px;--padding-content-xxxs: 4px;--padding-content-xxs: 8px;--padding-content-xs: 12px;--padding-content-small: 16px;--padding-content-medium: 20px;--padding-content-regular: 24px;--padding-content-large: 48px;--padding-button-button-small: 4px;--padding-button-button-regular: 8px;--padding-button-button-medium: 12px;--padding-button-button-large: 16px;--padding-button-button-x-large: 20px;--padding-button-button-xx-large: 24px;--padding-button-button-xxx-large: 30px;--padding-input-field-input-small: 4px;--padding-input-field-input-regular: 8px;--padding-input-field-input-medium: 12px;--padding-input-field-input-large: 16px;--padding-input-field-input-x-large: 20px;--padding-input-field-input-xx-large: 30px;--padding-footer-vertical: 60px;--padding-footer-horizontal: 120px;--padding-landing-medium: 56px;--padding-landing-big: 60px;--padding-landing-large: 120px;--padding-lets-start-medium: 30px;--padding-lets-start-big: 60px;--padding-content-medium: 16px;--padding-content-regular: 16px;--padding-content-large: 24px;--padding-button-button-large: 12px;--padding-footer-vertical: 20px;--padding-footer-horizontal: 20px;--padding-landing-medium: 30px;--padding-landing-big: 30px;--padding-landing-large: 56px;--padding-lets-start-medium: 20px;--padding-lets-start-big: 20px;--font-size-tiny: 8px;--font-size-xx-small: 10px;--font-size-x-small: 12px;--font-size-small: 14px;--font-size-small-medium: 16px;--font-size-medium-small: 18px;--font-size-medium: 20px;--font-size-medium-large: 24px;--font-size-large: 28px;--font-size-x-large: 36px;--font-size-xx-large: 48px;--font-size-xxx-large: 64px;--font-size-skeleton-tiny: 8px;--font-size-skeleton-xx-small: 10px;--font-size-skeleton-x-small: 12px;--font-size-skeleton-small: 14px;--font-size-skeleton-small-medium: 16px;--font-size-skeleton-medium-small: 18px;--font-size-skeleton-medium: 18px;--font-size-skeleton-medium-large: 22px;--font-size-skeleton-large: 26px;--font-size-skeleton-x-large: 33px;--font-size-skeleton-xx-large: 45px;--font-size-skeleton-xxx-large: 59px;--letter-spacing-tightest: -.8px;--letter-spacing-tight: -.4px;--letter-spacing-default: 0px;--line-height-xxx-small: 7px;--line-height-xx-small: 11px;--line-height-x-small: 14px;--line-height-small: 15px;--line-height-regular-small: 16px;--line-height-regular: 20px;--line-height-medium: 24px;--line-height-large: 30px;--line-height-x-large: 32px;--line-height-xx-large: 48px;--line-height-xxx-large: 64px;--border-radius-modal: 12px;--border-radius-main-page: 44px;--border-radius-button-small: 4px;--border-radius-button-medium: 12px;--border-radius-button-rounder: 999px;--border-radius-card-extra-small: 4px;--border-radius-card-small: 8px;--border-radius-card-medium: 12px;--border-radius-card-large: 20px;--border-radius-input-medium: 12px;--border-radius-progress-bar-medium: 8px;--border-radius-scroll-small: 4px;--border-radius-scroll-medium: 8px}}@media (max-width: 1023px){:root{--size-input: 20px;--size-close-button: 24px;--size-footer-icons: 24px;--size-max-width: 1286px;--size-name-width: 565px;--size-popup-normal: 1105px;--size-header: 64px;--size-auth-min-height: 732px;--size-sidebar-item-default: 22px;--size-sidebar-item-hover: 24px;--size-sidebar-background-default: 38px;--size-sidebar-background-hover: 41px;--size-course-sidebar-width: 280px;--size-avatar-tiny: 20px;--size-avatar-small: 32px;--size-avatar-medium: 40px;--size-avatar-big: 48px;--size-avatar-large: 56px;--size-avatar-x-large: 250px;--size-icon-x-small: 10px;--size-icon-small: 16px;--size-icon-medium: 20px;--size-icon-big: 24px;--size-icon-large: 32px;--size-icon-x-large: 64px;--size-logo-medium: 80px;--size-logo-big: 180px;--size-logo-large: 380px;--size-card-height-image-small: 160px;--size-card-height-image-medium: 186px;--size-card-height-image-big: 212px;--size-card-height-reviews: 242px;--size-card-height-small: 374px;--size-card-height-medium: 425px;--size-card-widths-card-small-min-width: 272.5px;--size-card-widths-card-medium-min-width: 380.5px;--size-card-widths-card-medium-max-width: 405px;--size-card-widths-card-small-max-width: 405px;--size-progress-bar-height: 4px;--size-scroll-small: 4px;--size-scroll-small-focused: 6px;--size-scroll-big: 8px;--size-scroll-big-scroll-holder-width: 16px;--size-icon-typing-text-regular: 24px;--size-max-width: 375px;--size-name-width: 374px;--size-popup-normal: 343px;--size-course-sidebar-width: 24px;--size-icon-x-small: 16px;--size-icon-big: 20px;--size-logo-medium: 40px;--size-logo-big: 64px;--size-logo-large: 64px;--size-card-height-image-big: 200px;--size-card-height-reviews: 250px;--size-card-height-small: 366px;--size-progress-bar-height: 24px;--size-scroll-small: 8px;--size-scroll-small-focused: 8px;--size-icon-typing-text-regular: 16px;--gaps-text-small: 4px;--gaps-text-medium: 8px;--gaps-text-large: 12px;--gaps-text-x-large: 16px;--gaps-text-xx-large: 20px;--gaps-card-medium: 12px;--gaps-card-large: 16px;--gaps-landing-cards: 44px;--gaps-landing-big: 32px;--gaps-landing-blocks: 100px;--gaps-landing-test: 130px;--gaps-button-small: 4px;--gaps-button-regular: 8px;--gaps-button-medium: 12px;--gaps-button-large: 16px;--gaps-button-x-large: 20px;--gaps-button-xx-large: 30px;--gaps-input-small: 4px;--gaps-input-regular: 8px;--gaps-input-medium: 12px;--gaps-input-large: 16px;--gaps-input-x-large: 20px;--gaps-input-xx-large: 30px;--gaps-avatar-negative: -6px;--gaps-footer-medium: 44px;--gaps-content-default: 24px;--gaps-content-large: 32px;--gaps-content-x-large: 46px;--gaps-icon-icon: 30px;--gaps-landing-cards: 24px;--gaps-landing-blocks: 44px;--gaps-landing-test: 44px;--gaps-footer-medium: 12px;--gaps-content-large: 20px;--gaps-content-x-large: 20px;--gaps-icon-icon: 16px;--padding-content-xxxs: 4px;--padding-content-xxs: 8px;--padding-content-xs: 12px;--padding-content-small: 16px;--padding-content-medium: 20px;--padding-content-regular: 24px;--padding-content-large: 48px;--padding-button-button-small: 4px;--padding-button-button-regular: 8px;--padding-button-button-medium: 12px;--padding-button-button-large: 16px;--padding-button-button-x-large: 20px;--padding-button-button-xx-large: 24px;--padding-button-button-xxx-large: 30px;--padding-input-field-input-small: 4px;--padding-input-field-input-regular: 8px;--padding-input-field-input-medium: 12px;--padding-input-field-input-large: 16px;--padding-input-field-input-x-large: 20px;--padding-input-field-input-xx-large: 30px;--padding-footer-vertical: 60px;--padding-footer-horizontal: 120px;--padding-landing-medium: 56px;--padding-landing-big: 60px;--padding-landing-large: 120px;--padding-lets-start-medium: 30px;--padding-lets-start-big: 60px;--padding-content-medium: 16px;--padding-content-regular: 16px;--padding-content-large: 24px;--padding-button-button-large: 12px;--padding-footer-vertical: 20px;--padding-footer-horizontal: 20px;--padding-landing-medium: 30px;--padding-landing-big: 30px;--padding-landing-large: 56px;--padding-lets-start-medium: 20px;--padding-lets-start-big: 20px;--font-size-tiny: 8px;--font-size-xx-small: 10px;--font-size-x-small: 12px;--font-size-small: 14px;--font-size-small-medium: 16px;--font-size-medium-small: 18px;--font-size-medium: 20px;--font-size-medium-large: 24px;--font-size-large: 28px;--font-size-x-large: 36px;--font-size-xx-large: 48px;--font-size-xxx-large: 64px;--font-size-skeleton-tiny: 8px;--font-size-skeleton-xx-small: 10px;--font-size-skeleton-x-small: 12px;--font-size-skeleton-small: 14px;--font-size-skeleton-small-medium: 16px;--font-size-skeleton-medium-small: 18px;--font-size-skeleton-medium: 18px;--font-size-skeleton-medium-large: 22px;--font-size-skeleton-large: 26px;--font-size-skeleton-x-large: 33px;--font-size-skeleton-xx-large: 45px;--font-size-skeleton-xxx-large: 59px;--letter-spacing-tightest: -.8px;--letter-spacing-tight: -.4px;--letter-spacing-default: 0px;--line-height-xxx-small: 7px;--line-height-xx-small: 11px;--line-height-x-small: 14px;--line-height-small: 15px;--line-height-regular-small: 16px;--line-height-regular: 20px;--line-height-medium: 24px;--line-height-large: 30px;--line-height-x-large: 32px;--line-height-xx-large: 48px;--line-height-xxx-large: 64px;--font-size-medium-large: 20px;--font-size-x-large: 32px;--font-size-xx-large: 32px;--font-size-xxx-large: 36px;--font-size-skeleton-tiny: 6px;--font-size-skeleton-xx-small: 7px;--font-size-skeleton-x-small: 8px;--font-size-skeleton-small: 10px;--font-size-skeleton-small-medium: 11px;--font-size-skeleton-medium-small: 12px;--font-size-skeleton-medium: 14px;--font-size-skeleton-medium-large: 16px;--font-size-skeleton-large: 18px;--font-size-skeleton-x-large: 24px;--font-size-skeleton-xx-large: 32px;--font-size-skeleton-xxx-large: 40px;--line-height-xx-large: 36px;--line-height-xxx-large: 36px;--border-radius-modal: 12px;--border-radius-main-page: 44px;--border-radius-button-small: 4px;--border-radius-button-medium: 12px;--border-radius-button-rounder: 999px;--border-radius-card-extra-small: 4px;--border-radius-card-small: 8px;--border-radius-card-medium: 12px;--border-radius-card-large: 20px;--border-radius-input-medium: 12px;--border-radius-progress-bar-medium: 8px;--border-radius-scroll-small: 4px;--border-radius-scroll-medium: 8px}}body[data-theme=dark],body.dark{--starthub-academy-theme: dark;--brand-primary: #0bb58d;--brand-secondary: #9ae3cd;--brand-tertiary: #099171;--brand-quaternary: #0bb58d;--brand-fifth: #044838;--brand-sixth: #30747e;--status-alert: #e0301e;--status-info: #fcf5ff;--status-warning: #fd6412;--background-action-neutral: #121212;--background-fill: #121212;--background-main: #363636;--background-notification: #ffffff;--background-buttons-error-hover: #d21c0a;--background-buttons-error-primary: #bb1100;--background-buttons-info-hover: #fcf5ff;--background-buttons-info-primary: #6008c4;--background-buttons-warning-hover: #eb5707;--background-buttons-warning-primary: #cc4d08;--background-categories-circle: #135a4a;--background-categories-default: #044838;--background-categories-pressed: #099171;--background-chip-category-top: #6b1c6c;--background-chip-category-bottom: #7335cc;--background-chip-new-top: #23996c;--background-chip-new-bottom: #1d90a1;--background-chip-checkmmark: #3497f4;--background-sidebar-hover: #099171;--background-sidebar-selected: #044838;--background-landing-main-page: #30747e;--background-landing-dots: #444545;--background-status-admin: #e5d1ff;--background-status-agent: #23996c;--background-status-mentor: #e9fbff;--background-status-student: #e7f8f4;--input-default: #757575;--input-disabled: #545658;--input-hover: #dbdddf;--input-pressed: #a1a2a4;--shadow-shadow: #363636;--stars-stars: #ffb000;--text-primary: #ffffff;--text-secondary: #f1f2f3;--text-inactive: #dbdddf;--text-muted: #bec0c2;--text-on-brand: #ffffff;--text-categories-default: #c5f0e3;--text-categories-hover: #54cbaf;--text-categories-pressed: #f5fcfa;--text-categories-selected: #9ae3cd;--text-sidebar-default: #dbdddf;--text-sidebar-selected: #9ae3cd;--text-status-admin: #6008c4;--text-status-agent: #ffffff;--text-status-mentor: #0068df;--text-status-student: #23996c;--text-buttons-error-default: #e0301e;--text-buttons-error-hover: #d21c0a;--text-buttons-error-pressed: #bb1100;--text-buttons-info-default: #dbdddf;--text-buttons-info-hover: #fcf5ff;--text-buttons-info-pressed: #fcf5ff;--text-buttons-warning-default: #fd6412;--text-buttons-warning-hover: #ffe7d0;--text-buttons-warning-pressed: #fff1e2;--background-chip-category-category-top: #6b1b69;--background-chip-category-category-bottom: #7335d1;--background-chip-category-new-top: #23986a;--background-chip-category-new-bottom: #1d8fa3;--background-chip-checkmark-checkmark: #3497f4}body[data-theme=light],body.light{--starthub-academy-theme: light;--brand-primary: #0bb58d;--brand-secondary: #099171;--brand-tertiary: #044838;--brand-quaternary: #c5f0e3;--brand-fifth: #e7f8f4;--brand-sixth: #71dcbc;--status-alert: #e0301e;--status-info: #8e34f4;--status-warning: #fd6412;--background-action-neutral: #f6f7f9;--background-fill: #ffffff;--background-main: #f8f8f8;--background-notification: #262626;--background-buttons-error-hover: #ffe8e8;--background-buttons-error-primary: #fff5f5;--background-buttons-info-hover: #f7e3ff;--background-buttons-info-primary: #fcf5ff;--background-buttons-warning-hover: #ffe7d0;--background-buttons-warning-primary: #fff1e2;--background-categories-circle: #71dcbc;--background-categories-default: #e7f8f4;--background-categories-pressed: #c5f0e3;--background-chip-category-top: #fdccff;--background-chip-category-bottom: #e5d1ff;--background-chip-new-top: #bcfff5;--background-chip-new-bottom: #bdffd1;--background-chip-checkmmark: #3497f4;--background-sidebar-hover: #c5f0e3;--background-sidebar-selected: #e7f8f4;--background-landing-main-page: #d5f4f1;--background-landing-dots: #dbdddf;--background-status-admin: #e5d1ff;--background-status-agent: #23996c;--background-status-mentor: #e9fbff;--background-status-student: #e7f8f4;--input-default: #dbdddf;--input-disabled: #e1e3e4;--input-hover: #a1a2a4;--input-pressed: #87898a;--shadow-shadow: #12121226;--stars-stars: #ffb000;--text-primary: #121212;--text-secondary: #363636;--text-inactive: #a1a2a4;--text-muted: #757575;--text-on-brand: #ffffff;--text-categories-default: #121212;--text-categories-hover: #0bb58d;--text-categories-pressed: #099171;--text-categories-selected: #099171;--text-sidebar-default: #6f7072;--text-sidebar-selected: #099171;--text-status-admin: #6008c4;--text-status-agent: #ffffff;--text-status-mentor: #0068df;--text-status-student: #23996c;--text-buttons-error-default: #e0301e;--text-buttons-error-hover: #d21c0a;--text-buttons-error-pressed: #bb1100;--text-buttons-info-default: #8e34f4;--text-buttons-info-hover: #7a13ee;--text-buttons-info-pressed: #6008c4;--text-buttons-warning-default: #fd6412;--text-buttons-warning-hover: #eb5707;--text-buttons-warning-pressed: #cc4d08;--background-chip-category-category-top: #fdccff;--background-chip-category-category-bottom: #e5d1ff;--background-chip-category-new-top: #bcfff5;--background-chip-category-new-bottom: #bdffd1;--background-chip-checkmark-checkmark: #3497f4}html{overflow:hidden;font-family:Raleway,sans-serif;font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"liga" off,"clig" off}body{background-color:var(--background-fill);width:100%}#root{height:100vh;width:100%;display:flex;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}img{-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}ul,ol{padding-left:1em}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--text-primary);box-shadow:none}@media (max-width: 1023px){#root{min-height:auto}}.Loader{display:flex;justify-content:center;align-items:center;height:100vh}.Loader__spinner{width:40px;height:40px;border:4px solid rgba(var(--brand-primary),.2);border-top:4px solid var(--brand-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ResendLinkPanel__resend-code{color:var(--text-muted);display:flex;gap:12px;justify-content:center}.ResendLinkPanel__resend-code-countdown{display:inline-block}.ResendLinkPanel__transition-section{display:flex;justify-content:center;align-items:center;gap:12px}.MaxWidthContentContainer{max-width:1286px;margin-left:auto;margin-right:auto;height:100%;width:100%}.BaseButton{border:0;outline:0;cursor:pointer;background:transparent;display:inline-flex;transition:transform .4s ease,background .4s ease,color .4s ease}.BaseButton:disabled{cursor:initial}.BaseButton .SDSText{cursor:pointer}.BaseButton:disabled .SDSText{cursor:initial}.Scroller{overflow-y:auto;height:100%;max-height:100vh}.Scroller::-webkit-scrollbar{width:4px}.Scroller::-webkit-scrollbar-thumb{border-radius:var(--border-radius-button-small);background-color:transparent;transition:background-color .4s}.Scroller::-webkit-scrollbar-track-piece{margin-top:4px;margin-bottom:4px}.Scroller__visablebar::-webkit-scrollbar-thumb{background-color:var(--input-default)}.Scroller__hidebar:hover::-webkit-scrollbar-thumb{background-color:var(--input-default)}.Scroller__fullwidth{width:100%}.DropdownItem{width:100%;display:flex;padding:12px var(--padding-content-xs);align-items:center;text-align:left;color:var(--text-primary);transition:all .2s ease-in-out}.DropdownItem:hover{color:var(--brand-secondary)}.DropdownItem:focus-visible,.DropdownItem:active{color:var(--brand-tertiary)}.HeaderLinkButton{display:flex;justify-content:flex-start;align-items:center;padding:8px;gap:4px}.HeaderLinkButton__icon{display:flex;justify-content:center;align-items:center;gap:4px}.HeaderLinkButton__icon--up{display:none}.HeaderLinkButton__icon--down{display:flex}.HeaderLinkButton__icon svg{width:12px;height:12px}.HeaderLinkButton__dropdownItems{border-radius:var(--border-radius-input-medium)}.HeaderLinkButton:hover{color:var(--brand-secondary)}.HeaderLinkButton:active,.HeaderLinkButton:focus{color:var(--brand-tertiary)}.HeaderLinkButton svg{width:16px;height:16px}.HeaderLinkButton__container{position:relative;list-style:none}.HeaderLinkButton__container:hover .HeaderLinkButton__submenu--desktop,.HeaderLinkButton__container:hover .HeaderLinkButton__submenu--mobile,.HeaderLinkButton__container:hover .HeaderLinkButton__icon--up{display:flex}.HeaderLinkButton__container:hover .HeaderLinkButton__icon--down{display:none}.HeaderLinkButton__submenu{display:none;position:absolute;top:100%;left:0;z-index:10;background:var(--background-fill);width:160px;list-style:none;padding:0;margin:0}.HeaderLinkButton__submenu:hover{box-shadow:0 4px 20px #00000026}.HeaderLinkButton__submenu--desktop{min-width:136px;flex-direction:column;border-radius:6px}.HeaderLinkButton__submenu--mobile{flex-direction:column;position:static;margin-top:8px;padding-left:20px;background-color:transparent;box-shadow:none}.HeaderLinkButton__submenu--mobile:hover{box-shadow:none}.HeaderMobileMenu{display:none}@media (max-width: 1023px){.HeaderMobileMenu{display:block}}.HeaderMobileMenu__hamburger{border-radius:4px;border:1px solid var(--brand-primary);width:40px;height:40px;display:flex;justify-content:center;align-items:center}.HeaderMobileMenu__hamburger svg{width:24px;height:24px;color:var(--brand-primary)}.HeaderMobileMenu__logo-container svg{width:57px;height:40px}.HeaderMobileMenu__close{position:absolute;right:24px;top:20px;border-radius:4px;border:1px solid var(--brand-primary);background:var(--background-fill)}.HeaderMobileMenu__close svg{width:40px;height:40px;color:var(--brand-primary)}.HeaderMobileMenu__sidebar{position:fixed;top:0;right:-300px;width:300px;height:100%;background:var(--background-action-neutral);box-shadow:-2px 0 5px #0003;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0 20px 20px;transition:right .4s ease;z-index:2}.HeaderMobileMenu__sidebar--open{right:0}.HeaderMobileMenu__bottom-section{display:flex;flex-direction:column;gap:32px}.HeaderMobileMenu__sidebar-nav{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-top:40px;padding-bottom:40px}.HeaderDesktopMenu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:24px}@media (max-width: 1023px){.HeaderDesktopMenu{display:none}}.HeaderDesktopMenu__nav{display:flex}.HeaderDesktopMenu__list{display:flex;list-style:none;padding:0;margin:0}.Header{display:flex;padding:12px var(--gaps-content-default);justify-content:space-between;align-items:center;background:var(--background-fill);box-shadow:0 1px #f3f3f3;height:var(--size-header);position:fixed;width:100%;z-index:10;top:0}.Header+*{display:flex;min-height:calc(100vh - var(--size-header));margin-top:var(--size-header);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.Header__logo svg{width:57px;height:40px}.Header__admin-logo svg{margin-left:-5px;width:72px;height:70px}.main{min-height:calc(100vh - var(--size-header));width:100%}.VerificationRequired__container{padding-bottom:var(--size-header);height:100%}.VerificationRequired__card{background:var(--background-fill);padding:20px;border-radius:var(--border-radius-Large, 20px);width:822px}.VerificationRequired__card svg{width:37px;height:37px}.SettingsPanelItem{flex-direction:row;justify-content:flex-start;align-items:center;align-self:flex-start;width:100%;padding:var(--padding-content-xxxs, 4px) var(--padding-content-xs, 12px);border-radius:var(--border-radius-card-small);color:var(--text-sidebar-default);gap:var(--gaps-text-small)}.SettingsPanelItem--selected{color:var(--brand-primary);background:var(--background-sidebar-selected)}.SettingsPanelItem--selected .SettingsPanelItem__icon{color:var(--brand-primary)}.SettingsPanelItem__text{padding:var(--padding-button-button-regular, 8px)}.SettingsPanelItem--disabled{pointer-events:none}.SettingsPanelItem:hover,.SettingsPanelItem:focus-visible,.SettingsPanelItem:active{color:var(--brand-primary)}.SettingsPanelItem:hover .SettingsPanelItem__text,.SettingsPanelItem:focus-visible .SettingsPanelItem__text,.SettingsPanelItem:active .SettingsPanelItem__text{color:var(--brand-primary)}.SettingsPanelItem:hover .SettingsPanelItem__icon,.SettingsPanelItem:focus-visible .SettingsPanelItem__icon,.SettingsPanelItem:active .SettingsPanelItem__icon{color:var(--brand-primary)}:root{--settings-drawer-width: 297px}.SettingsPanel{display:flex;flex-direction:row;justify-content:space-between;width:var(--settings-drawer-width);background:var(--background-fill);height:100%;min-height:calc(100vh - var(--size-header, 64px) - var(--padding-content-regular) * 2);max-height:calc(100vh - var(--size-header, 64px) - var(--padding-content-regular) * 2);padding:var(--padding-content-medium);gap:var(--gaps-content-default);border-radius:var(--border-radius-card-large)}@media (max-width: 1023px){.SettingsPanel{display:none}}.MainContentWrapper{padding:var(--padding-content-regular);flex-grow:1;transition:margin-left .3s ease}.HeaderNotificationsSection{display:flex;justify-content:center;align-items:center;position:relative}.HeaderNotificationsSection__counter{display:inline-flex;padding:.55px 3.3px;align-items:center;justify-content:center;gap:5.5px;border-radius:8.25px;background:var(--brand-primary);position:absolute;top:-5px;left:8.2px}.HeaderNotificationsSection__text{color:var(--background-fill);text-align:center}.SidebarItem{display:flex;flex-direction:column;align-items:center;gap:var(--gaps-text-small);align-self:stretch;color:var(--text-sidebar-default);width:61px;align-self:center}.SidebarItem__icon-box{width:var(--size-sidebar-background-default);height:var(--size-sidebar-background-default);flex-shrink:0;border-radius:var(--border-radius-card-small);display:flex;align-items:center;justify-content:center;transition:transform .4s ease,background .4s ease}.SidebarItem__icon-box svg{transition:transform .4s ease,background .4s ease;width:var(--size-sidebar-item-default);height:var(--size-sidebar-item-default)}.SidebarItem--selected{color:var(--text-sidebar-selected)}.SidebarItem--selected .SidebarItem__icon-box{background:var(--background-sidebar-selected)}.SidebarItem--disabled{pointer-events:none}.SidebarItem:hover,.SidebarItem:focus-visible,.SidebarItem:active{color:var(--text-sidebar-selected)}.SidebarItem:hover .SidebarItem__icon-box,.SidebarItem:focus-visible .SidebarItem__icon-box,.SidebarItem:active .SidebarItem__icon-box{transform:scale(var(--ratio-size-sidebar-background-hover)) translateY(-4px);background:var(--background-sidebar-hover)}.SidebarItem:hover .SidebarItem__icon-box svg,.SidebarItem:focus-visible .SidebarItem__icon-box svg,.SidebarItem:active .SidebarItem__icon-box svg{transform:scale(calc(var(--ratio-size-sidebar-item-hover) * var(--inverse-ratio-size-sidebar-background-hover)))}:root{--dashboard-sidebar-width: 101px;--compressed-dashboard-sidebar-width: 86px}.Sidebar{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:var(--background-fill);border-right:1px solid var(--background-action-neutral);height:calc(100vh - var(--size-header));position:fixed;width:var(--dashboard-sidebar-width);padding-bottom:var(--padding-content-medium);gap:var(--gaps-content-default)}.Sidebar__avatar{position:relative}.Sidebar__initials-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.Sidebar--compressed{width:var(--compressed-dashboard-sidebar-width)}.Sidebar__content{padding-top:var(--padding-content-medium)}.Sidebar+*{margin-left:var(--dashboard-sidebar-width);width:calc(100% - var(--dashboard-sidebar-width))}.Sidebar--compressed+*{margin-left:var(--compressed-dashboard-sidebar-width);width:calc(100% - var(--compressed-dashboard-sidebar-width))}@media (max-width: 1023px){.Sidebar{display:none}.Sidebar+*{margin-left:0;width:100%}}.AdminDashboardWrapper{background-color:var(--background-main)}.SidebarChip{display:flex;padding:4px 5px;justify-content:center;align-items:center;border-radius:15px;background:linear-gradient(90deg,#72a6e5,#84e7aa 101.92%)}.SidebarChip__counter{color:var(--text-on-brand)}.LandingFooter{display:inline-flex;padding:var(--padding-footer-vertical) var(--padding-footer-horizontal);flex-direction:column;justify-content:center;align-items:center;border-top:1px solid var(--background-action-neutral, #f6f7f9);gap:var(--gaps-footer-medium);background:var(--background-fill);width:100vw}.LandingFooter--with-sidebar{width:calc(100vw - var(--dashboard-sidebar-width))}.LandingFooter__content{width:100%;max-width:1023px}@media (max-width: 1023px){.LandingFooter__content{flex-direction:column;gap:var(--gaps-content-default)}}@media (min-width: 599px){.LandingFooter__content{flex-direction:row}}.LandingFooter__logo-container{width:260px}@media (max-width: 1023px){.LandingFooter__logo-container{align-items:center;text-align:center;align-self:stretch;width:100%}}.LandingFooter__logo svg{width:150px;height:104.993px;flex-shrink:0}.LandingFooter__logo-title{width:230px}@media (max-width: 1023px){.LandingFooter__logo-title{width:100%}}.LandingFooter__menu-section{width:100%}@media (max-width: 1023px){.LandingFooter__menu-section{flex-direction:column;gap:0;width:100%}}@media (max-width: 1023px){.LandingFooter__menu-category{gap:0;border-bottom:1px solid var(--background-action-neutral, #f6f7f9)}}.LandingFooter__menu-category-title{display:block;margin-bottom:24px}@media (max-width: 1023px){.LandingFooter__menu-category-title{display:none}}.LandingFooter__menu-category-header{display:none}@media (max-width: 1023px){.LandingFooter__menu-category-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;background:none;border:none;cursor:pointer}}.LandingFooter__menu-category-header--expanded .LandingFooter__icon{transform:rotate(180deg)}.LandingFooter__icon{width:20px;height:20px;transition:transform .3s ease}@media (max-width: 1023px){.LandingFooter__menu-subcategory{display:none;padding:0 16px}.LandingFooter__menu-subcategory--expanded{display:flex;padding:0 16px 16px}}@media (max-width: 1023px){.LandingFooter__social-icons-block{justify-content:center}}.LandingFooter__divider-line{display:flex;width:650px;height:1px;justify-content:center;align-items:center;flex-shrink:0;background:var(--input-default)}@media (max-width: 1023px){.LandingFooter__divider-line{width:100%}}@media (max-width: 1023px){.LandingFooter__divider{width:100%;padding:0 16px;text-align:center}}@media (max-width: 1023px){.LandingFooter{width:100vw}}.DashboardWrapper{background-color:var(--background-main)}.DashboardWrapper__main{flex:1;width:100%}.ComingSoonCounter{display:flex;align-items:flex-start;gap:44px}.ComingSoonCounter__title{color:var(--text-secondary);text-align:center;font-family:Raleway;font-size:80px;font-style:normal;font-weight:500;line-height:var(--line-height-xxx-large, 64px);letter-spacing:var(--letter-spacing-tightest, -.8px)}.ComingSoonCounter__section{display:flex;width:89px;flex-direction:column;align-items:center;gap:19px}.ComingSoonLabels{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:622px}.ComingSoonLabels__gradient{background:linear-gradient(266deg,#82c4fd 19.76%,#68d48e 105.83%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ComingSoonLabels__title{font-size:64px;font-style:normal;font-weight:700;line-height:56px;letter-spacing:var(--letter-spacing-tightest, -.8px)}.ComingSoonSocial{display:inline-flex;align-items:flex-start;gap:12px}.ComingSoonSocial__logo{display:flex;padding:10px;align-items:flex-start;border-radius:50px;background:var(--brand-primary);color:#fff}.ComingSoonSocial__logo svg{width:24px;height:24px}.OnboardingTextInput{min-height:60px;padding:var(--padding-input-field-input-large) var(--gaps-input-large)}.OnboardingTextInput__wrapper{width:calc(50% - var(--gaps-content-default) / 2)}@media (max-width: 599px){.OnboardingTextInput__wrapper{width:100%}}.OnboardingTextInput__input,.OnboardingTextInput .SDSTextInput__input{width:100%}.ComingSoonSubscribe{display:flex;width:622px;align-items:flex-start;gap:var(--gaps-content-large)}.ComingSoonSubscribe__input{width:395px}.ComingSoonSubscribe__button{width:195px}.ComingSoonSubscribe__hint{margin-left:7px;margin-top:20px}.ComingSoonSubscribe__sent-box{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.ComingSoonLeft{position:relative;width:50vw;min-height:625px;height:100%;margin-left:150px;z-index:1}.ComingSoonLeft__logo{margin:25px 0}.ComingSoonLeft__content-section{display:flex;flex-direction:column;justify-content:space-between;height:100%}.ComingSoonLeft__socials{margin:25px 0}.ComingSoonLeft__content{display:flex;flex-direction:column;gap:40px}.VideoCoursesBox{display:inline-flex;width:210px;height:94px;padding:18px;justify-content:flex-end;align-items:center;gap:24px;border-radius:18px;background:var(--background-fill);box-shadow:0 4px 20px #00000026}.VideoCoursesBox__icon-box{width:48px;height:48px;flex-shrink:0;border-radius:12px;background:var(--brand-primary);display:flex;justify-content:center;align-items:center}.VideoCoursesBox__contentBlock{display:flex;flex-direction:column}.VideoCoursesBox__video-courses{opacity:.5}.Separator{position:relative;height:0px;width:100%}.Separator:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:var(--background-action-neutral)}.CalendarMonthAndYearPicker{display:flex;width:100%;justify-content:space-between;align-items:center;position:relative}.CalendarMonthAndYearPicker__icon svg{width:24px;height:24px}.CalendarMonthAndYearPicker__center-container{position:relative;gap:2px}.CalendarMonthAndYearPicker__down-icon{margin-top:6px}.CalendarMonthAndYearPicker__down-icon svg{width:12px;height:12px}.CalendarMonthAndYearPicker__yearly-calendar-popup{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:10;margin-top:10px;box-shadow:0 4px 6px #0000001a;border-radius:16px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.Carousel--without-pagination .swiper-pagination{display:none}.Carousel__slide{-webkit-user-select:none;user-select:none}.swiper{padding:12px;margin:-12px;width:calc(100% + 12px)}.swiper-pagination{position:relative;margin-top:16px;height:10px}.swiper-pagination-bullet{height:10px;width:10px}.swiper-pagination-bullet-active{background-color:var(--brand-primary)}@media (max-width: 1023px){.swiper-pagination{display:block;margin-top:12px}.swiper-pagination-bullet{height:8px;width:8px}.swiper-pagination-bullet-active{background-color:var(--brand-primary)}}.swiper-button-lock{display:none!important}.HeaderCategoryList:has(.swiper-button-lock){padding-left:12px!important}.WeeklyCalendarDay{display:flex;padding:6px 4px;flex-direction:column;justify-content:flex-end;align-items:center;gap:var(--gap-input-text, 10px);border-radius:50px}.WeeklyCalendarDay__content{display:flex;flex-direction:column;align-items:center;gap:var(--gap-input-text, 10px)}.WeeklyCalendarDay__monthday-number{display:flex;width:26px;height:27px;padding:6px;flex-direction:column;justify-content:center;align-items:center;gap:var(--gap-input-text, 10px);text-align:center;border-radius:50px}.WeeklyCalendarDay:hover{background:var(--background-action-neutral)}.WeeklyCalendarDay--selected{background:linear-gradient(0deg,#c5f0e3,#99e3cd)}.WeeklyCalendarDay--selected:hover{background:linear-gradient(0deg,#c5f0e3,#0bb58d)}.WeeklyCalendarDay--selected .WeeklyCalendarDay__monthday-number{background:var(--brand-tertiary, #044838);color:var(--text-on-brand)}.WeeklyCalendarDaysRow{width:315px;overflow:hidden}.WeeklyCalendarDaysRow__content{display:flex;justify-content:center;align-items:center;gap:12px}.WeeklyCalendarDaysRow__empty-cell{background-color:transparent}.WeeklyCalendarNoUpcomingEvents{display:flex;width:259px;align-items:center;gap:var(--gaps-text-large)}.WeeklyCalendarNoUpcomingEvents__icon{display:flex;width:42px;height:42px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--border-radius-button-medium);background:var(--brand-fifth);color:var(--text-primary)}.WeeklyCalendarNoUpcomingEvents__content{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1 0 0}.WeeklyCalendarNoUpcomingEvents__title{color:var(--text-primary)}.WeeklyCalendarUpcomingEvent{display:flex;width:259px;align-items:center;gap:var(--gaps-text-large)}.WeeklyCalendarUpcomingEvent__date{width:42px;height:42px;flex-shrink:0;border-radius:var(--border-radius-button-medium);background:var(--background-action-neutral, #f6f7f9);display:flex;flex-direction:column;align-items:center;justify-content:center}.WeeklyCalendarUpcomingEvent__content{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1 0 0}.WeeklyCalendar{display:inline-flex;padding:16px 10px;flex-direction:column;align-items:center;gap:16px;border-radius:var(--border-radius-card-medium);background:var(--background-fill);-webkit-user-select:none;user-select:none}.WeeklyCalendar{box-shadow:0 0 3px #0003 inset}.WeeklyCalendar{transition:transform .3s ease,box-shadow .3s ease}.WeeklyCalendar:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-4px)}.WeeklyCalendar__top-content{display:flex;flex-direction:column;align-items:center;gap:18px}.LabelPill{display:flex;height:32px;justify-content:center;align-items:center;border-radius:var(--border-radius-card-small, 8px)}.LabelPill__category{padding:0px var(--padding-button-button-medium, 12px);background:var(--label-pill-category)}.LabelPill__new{padding:0px var(--padding-button-button-large);background:var(--label-pill-new)}.LabelPill__white{padding:var(--padding-content-xxs) var(--padding-button-button-large);background:var(--background-fill)}.LabelPill__text--category{color:var(--buttons-info-pressed, #6008c4)}.LabelPill__text--new{color:var(--brand-secondary)}.LabelPill__text--white{color:var(--text-primary)}.CardMedia{width:100%;position:relative;padding-top:56.25%}.CardMedia__label-wrapper{align-self:stretch;position:absolute;top:20px;left:20px;width:calc(100% - 32px);pointer-events:none}.CardMedia__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.CardMedia__icons{opacity:0;pointer-events:none}.CardMedia__icon-box{display:flex;padding:8px;align-items:center;border-radius:12px;background:var(--background-fill);pointer-events:auto}.LiveEventCard{display:flex;width:100%;height:100%;min-width:var(--size-card-widths-card-small-min-width, 272.5px);flex-direction:column;align-items:flex-start}.LiveEventCard:hover .CardMedia__icons{opacity:1}.LiveEventCard__detailsSection{padding:var(--padding-content-small);align-self:stretch}.LiveEventCard__modulesText{color:var(--brand-secondary);width:100%}.ComingSoonRight{position:relative;width:50vw}.ComingSoonRight__event-card{position:relative;width:fit-content}.ComingSoonRight__event-card .LiveEventCard{width:273px;height:425px}.ComingSoonRight__ideation-block{position:absolute;top:-90px;left:198px}.ComingSoonRight__video-courses-box{position:absolute;top:115px;left:210px}.ComingSoonRight__calendar{position:absolute;bottom:-100px;left:-105px}.ComingSoonRight__lines{position:absolute;top:-350px;left:-280px;z-index:-1}.ComingSoonRight__content{position:absolute;right:176px;top:153px}.ComingSoonRight__eclipse{position:absolute;width:595px;height:705px;transform:rotate(-45deg);border-radius:705px;background:linear-gradient(180deg,#6cd29e,#7fc6ed);filter:blur(200px);z-index:-1;top:-300px}.ComingSoon{height:100vh;min-height:625px;overflow-x:hidden}.ComingSoon__content{display:flex;max-width:1440px;margin:0 auto;height:100%}
