.page_checkoutContent__04zJN{margin-top:33px;margin-bottom:33px;padding:64px;border-radius:30px;background:#F7F6FC;display:flex;gap:64px}.page_checkoutLeft__2wIxD,.page_checkoutRight__jLyrM{width:50%}.page_checkoutLeft__2wIxD{display:flex}.page_checkoutLeftContent__CQTLH{overflow:hidden}.page_checkoutLeftContent__CQTLH,.page_mobilePromotions__5zKGL{display:flex;flex-direction:column;gap:32px}.page_promotionSkeleton__9DBv7{width:100%;animation:page_pulse__0NsFW 1.5s ease-in-out infinite}.page_skeletonCard__KJG_y{height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:24px;animation:page_shimmer__KKAgm 2s infinite}@keyframes page_pulse__0NsFW{0%,to{opacity:1}50%{opacity:.7}}@keyframes page_shimmer__KKAgm{0%{background-position:-200% 0}to{background-position:200% 0}}@media screen and (max-width:1190px){.page_mobilePromotions__5zKGL{display:none!important}.page_checkoutContent__04zJN{flex-direction:column-reverse;justify-content:center;align-items:center}.page_checkoutLeft__2wIxD,.page_checkoutRight__jLyrM{width:100%;align-items:center;justify-content:center}.page_animationImage__7p3vi{position:absolute;left:0;top:-700px;z-index:1}}@media (max-width:768px){.page_animationImage__7p3vi{position:absolute;left:-200px;top:-700px;z-index:1}.page_mobilePromotions__5zKGL{display:none!important}.page_skeletonCard__KJG_y{height:150px}.page_checkoutContent__04zJN{padding:32px 24px;gap:32px;flex-direction:column-reverse}.page_checkoutRight__jLyrM{padding-top:32px}}@media (max-width:580px){.page_mobilePromotions__5zKGL{display:none!important}.page_checkoutContent__04zJN{padding:12px}.page_skeletonCard__KJG_y{height:120px}}.SignInModal_modalOverlay__wDDrH{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(33,18,102,.1);-webkit-backdrop-filter:blur(21.700000762939453px);backdrop-filter:blur(21.700000762939453px);display:flex;justify-content:center;align-items:center;z-index:310}.SignInModal_modalContent___6Hht{border-radius:16px;background:#F7F3F5;-webkit-backdrop-filter:blur(20.049999237060547px);backdrop-filter:blur(20.049999237060547px);padding:40px;width:100%;max-width:560px;position:relative;animation:SignInModal_modalFadeIn__6qukq .3s ease;display:flex;flex-direction:column;gap:24px}@keyframes SignInModal_modalFadeIn__6qukq{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SignInModal_modalHeader__8n6nt{text-align:left;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.SignInModal_modalHeader__8n6nt h2{color:#211266;font-size:18px;font-weight:700;line-height:28px}.SignInModal_closeButton__kbINo{border:none!important;cursor:pointer;padding:8px;border-radius:50%;background-color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.SignInModal_signinForm__r4mBR{display:flex;flex-direction:column;gap:16px}.SignInModal_inputGroup__dYhlK{display:flex;flex-direction:column;gap:8px}.SignInModal_inputGroup__dYhlK label{color:#211266;font-size:16px;font-weight:400;line-height:24px}.SignInModal_passwordHeader__xo5SW{display:flex;justify-content:space-between;align-items:center}.SignInModal_forgotPassword__ysEPv{color:#35C9DA;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;cursor:pointer}.SignInModal_forgotPassword__ysEPv:hover{text-decoration:underline}.SignInModal_signupLinkText___XNVb{cursor:pointer;color:#4B3BA7;font-size:16px;font-weight:700;line-height:24px}.SignInModal_inputGroup__dYhlK input{color:#5D5A88;font-size:16px;font-weight:400;line-height:24px;padding:8px 12px;border:1px solid #e2e2e2;border-radius:12px;transition:border-color .2s ease;background-color:#fff}.SignInModal_inputGroup__dYhlK input:focus{outline:none;border-color:#35C9DA}.SignInModal_inputGroup__dYhlK input[aria-invalid=true]{border-color:#E53935}.SignInModal_errorText__UCc5h{color:#E53935;font-size:12px;margin-top:4px}.SignInModal_inputGroup__dYhlK input::placeholder{color:#5D5A88}.SignInModal_passwordInput__0KX2z{position:relative}.SignInModal_passwordInput__0KX2z input{width:100%;padding-right:60px}.SignInModal_showPasswordButton__fUjf2{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#211266;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s ease}.SignInModal_showPasswordButton__fUjf2:hover{color:#35C9DA}.SignInModal_rememberMeContainer__W2aeN{display:flex;align-items:center;margin-top:8px}.SignInModal_checkbox__wawDx{display:flex;align-items:center;gap:8px;cursor:pointer;color:#211266;font-size:14px;font-weight:400;line-height:20px}.SignInModal_checkbox__wawDx input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.SignInModal_checkmark__WXM15{height:20px;width:20px;background-color:#FFFFFF;border:1px solid #e2e2e2;border-radius:4px;position:relative;transition:all .2s ease}.SignInModal_checkbox__wawDx input:checked~.SignInModal_checkmark__WXM15{background-color:#35C9DA;border-color:#35C9DA}.SignInModal_checkmark__WXM15:after{content:"";position:absolute;display:none;left:6px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.SignInModal_checkbox__wawDx input:checked~.SignInModal_checkmark__WXM15:after{display:block}.SignInModal_socialLoginButtonContainer__vx527{display:flex;flex-direction:column;gap:16px}.SignInModal_socialLoginButton__u6nsO{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:9999px;border:1px solid #e2e2e2;background:#FFF;padding:12px 16px;color:#211266;font-size:16px;font-weight:400;line-height:24px;width:100%}.SignInModal_socialLoginButton__u6nsO:hover{background-color:#35C9DA;color:#fff;box-shadow:0 32px 32px -8px rgba(0,0,0,.08),0 0 32px -8px rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.2);transform:translateY(-1px);transition:all .2s ease-in-out}.SignInModal_socialLoginButtonText__zD_eQ{width:100%}.SignInModal_signupLink__qPhzn{text-align:center;color:#211266;font-size:14px;font-weight:400;line-height:20px}.SignInModal_signupLink__qPhzn a{color:#35C9DA;text-decoration:none;margin-left:4px}.SignInModal_signupLink__qPhzn a:hover{text-decoration:underline}@media (max-width:640px){.SignInModal_modalOverlay__wDDrH{background:rgba(33,18,102,.1);-webkit-backdrop-filter:blur(21.700000762939453px);backdrop-filter:blur(21.700000762939453px)}.SignInModal_modalContent___6Hht{overflow-y:scroll;width:100%;max-width:100%;border-radius:0;margin:0;height:100%;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20.049999237060547px);backdrop-filter:blur(20.049999237060547px)}.SignInModal_signupLink__qPhzn{padding-bottom:24px}.SignInModal_modalContent___6Hht{padding:24px}.SignInModal_signinForm__r4mBR{gap:16px}.SignInModal_closeButton__kbINo{border:none!important;border-radius:50%;background-color:#fff!important;width:32px!important;height:32px!important;display:flex;align-items:center;justify-content:center}}.messages_message__ai_hi{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:8px;font-size:14px;font-weight:500;line-height:1.4;border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;max-width:100%}.messages_message__ai_hi:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.messages_iconContainer__JLs0F{display:flex;align-items:center;justify-content:center;flex-shrink:0}.messages_icon__GEJaJ{width:20px;height:20px;stroke-width:2}.messages_messageText__QiY0T{flex:1 1;word-wrap:break-word}.messages_success__XDjHt{background-color:#f0fdf4;border-color:#bbf7d0;color:#166534}.messages_success__XDjHt .messages_icon__GEJaJ{color:#16a34a}.messages_success__XDjHt:hover{background-color:#ecfdf5;border-color:#86efac}.messages_error__0BWg5{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.messages_error__0BWg5 .messages_icon__GEJaJ{color:#dc2626}.messages_error__0BWg5:hover{background-color:#fef2f2;border-color:#fca5a5}.messages_info__aYz0_{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}.messages_info__aYz0_ .messages_icon__GEJaJ{color:#2563eb}.messages_info__aYz0_:hover{background-color:#dbeafe;border-color:#93c5fd}.messages_warning__mF9fm{background-color:#fffbeb;border-color:#fed7aa;color:#92400e}.messages_warning__mF9fm .messages_icon__GEJaJ{color:#d97706}.messages_warning__mF9fm:hover{background-color:#fef3c7;border-color:#fdba74}.messages_message__ai_hi{animation:messages_slideIn__nkn2D .3s ease-out}@keyframes messages_slideIn__nkn2D{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.messages_message__ai_hi{padding:14px 16px;font-size:13px;gap:10px}.messages_icon__GEJaJ{width:18px;height:18px}}@media (max-width:480px){.messages_message__ai_hi{padding:12px 14px;font-size:12px;gap:8px}.messages_icon__GEJaJ{width:16px;height:16px}}.EmailCollectionModal_overlay__8v8Bd{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:310;padding:20px}.EmailCollectionModal_modal__jMqY7{background:white;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.EmailCollectionModal_header___5z95{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.EmailCollectionModal_header___5z95 h2{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.EmailCollectionModal_closeButton__U_jRK{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}.EmailCollectionModal_closeButton__U_jRK:hover{background-color:#f3f4f6}.EmailCollectionModal_content__TJPig{padding:0 24px 24px}.EmailCollectionModal_userInfo__gwDTY{text-align:center;margin-bottom:32px}.EmailCollectionModal_avatar__QxL4f{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:3px solid #f3f4f6}.EmailCollectionModal_welcomeText__z2q7u{margin:0 0 8px;font-size:1.125rem;color:#111827}.EmailCollectionModal_description__fLRh6{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}.EmailCollectionModal_form__h8tJh,.EmailCollectionModal_inputGroup__HHS8f{margin-bottom:24px}.EmailCollectionModal_label__rH8qm{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.875rem}.EmailCollectionModal_input__Y4wJX{width:100%;padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.EmailCollectionModal_input__Y4wJX:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.EmailCollectionModal_inputError__hnwTk{border-color:#ef4444}.EmailCollectionModal_inputError__hnwTk:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.EmailCollectionModal_errorText__S3svi{margin:8px 0 0;color:#ef4444;font-size:.875rem}.EmailCollectionModal_actions__GYSdw{display:flex;gap:12px;justify-content:flex-end}.EmailCollectionModal_cancelButton__FJmjs{padding:12px 24px;border:2px solid #d1d5db;background:white;color:#374151;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.EmailCollectionModal_cancelButton__FJmjs:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.EmailCollectionModal_cancelButton__FJmjs:disabled{opacity:.5;cursor:not-allowed}.EmailCollectionModal_submitButton__MlnO2{padding:12px 24px;background:#3b82f6;color:white;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s;font-size:.875rem}.EmailCollectionModal_submitButton__MlnO2:hover:not(:disabled){background-color:#2563eb}.EmailCollectionModal_submitButton__MlnO2:disabled{background-color:#9ca3af;cursor:not-allowed}.EmailCollectionModal_footer__UbUiC{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb}.EmailCollectionModal_privacyText__Hl9yn{margin:0;color:#6b7280;font-size:.75rem;line-height:1.5}@media (prefers-color-scheme:dark){.EmailCollectionModal_modal__jMqY7{background:#1f2937;color:#f9fafb}.EmailCollectionModal_header___5z95{border-bottom-color:#374151}.EmailCollectionModal_header___5z95 h2{color:#f9fafb}.EmailCollectionModal_closeButton__U_jRK{color:#9ca3af}.EmailCollectionModal_closeButton__U_jRK:hover{background-color:#374151}.EmailCollectionModal_welcomeText__z2q7u{color:#f9fafb}.EmailCollectionModal_description__fLRh6{color:#9ca3af}.EmailCollectionModal_label__rH8qm{color:#d1d5db}.EmailCollectionModal_input__Y4wJX{background:#374151;border-color:#4b5563;color:#f9fafb}.EmailCollectionModal_input__Y4wJX:focus{border-color:#3b82f6}.EmailCollectionModal_inputError__hnwTk{border-color:#ef4444}.EmailCollectionModal_cancelButton__FJmjs{background:#374151;border-color:#4b5563;color:#d1d5db}.EmailCollectionModal_cancelButton__FJmjs:hover:not(:disabled){background-color:#4b5563}.EmailCollectionModal_footer__UbUiC{border-top-color:#374151}.EmailCollectionModal_privacyText__Hl9yn{color:#9ca3af}}.GoogleAuth_socialLoginButton__VSp0m{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 16px;border:1px solid #e2e2e2;border-radius:var(--Surface-border-radius---radius-s-rounded,9999px);background:#ffffff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:8px;position:relative}.GoogleAuth_socialLoginButton__VSp0m:hover{background:#f9fafb;border-color:#d1d5db}.GoogleAuth_socialLoginButton__VSp0m:disabled{opacity:.6;cursor:not-allowed}.GoogleAuth_socialLoginButton__VSp0m:disabled:hover{background:#ffffff;border-color:#e5e7eb}.GoogleAuth_socialLoginButtonText__JwAGp{color:#211266;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.GoogleAuth_socialLoginButtonIcon__Bjm6R{position:absolute;left:5px;top:5px;width:40px;height:40px}#GoogleAuth_google-signin-button__seDSp{width:100%!important;margin-bottom:8px}#GoogleAuth_google-signin-button__seDSp div{width:100%!important;border-radius:8px!important}.promotion1_promotion1Container__SjA1p{border-radius:24px;background:url(/images/checkout/Checkout1.png) no-repeat;background-position:50%;background-size:cover;display:flex;overflow:hidden;width:100%;height:354px}.promotion1_promotionContent__ibKzf{display:flex;flex-direction:column;gap:14px;align-items:flex-start;justify-content:center;padding:32px;width:50%;height:100%}.promotion1_badge__YCYaQ{display:flex;align-items:center;gap:6px;background:#ffffff;padding:6px 8px;border-radius:40px;width:-moz-fit-content;width:fit-content;flex-wrap:wrap;box-shadow:0 4px 16px rgba(0,0,0,.1)}.promotion1_avatarGroup__YLYf_{display:flex;align-items:center;padding-right:5px}.promotion1_avatar__OATfo{position:relative;width:25px;height:32px;border-radius:50%;overflow:hidden;margin-left:-5px;border:2px solid #ffffff;z-index:3}.promotion1_avatar__OATfo:first-child{margin-left:0;z-index:4}.promotion1_avatar__OATfo:nth-child(2){z-index:3}.promotion1_avatarImage__3tPT6{width:100%!important;height:100%!important;object-fit:contain;object-position:center;border-radius:50%}.promotion1_avatarCount__UMoGF{position:relative;width:32px;height:32px;background:#35c9da;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-5px;border:2px solid #ffffff;z-index:2}.promotion1_countText__QM_ni{color:#ffffff;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.18px;text-shadow:rgba(84,160,255,.14) 0 1px 11px}.promotion1_badgeText__Y1DhZ{color:#211266;font-size:12px;font-weight:500;margin-left:6px;line-height:18px}.promotion1_mainTitle__8PGYU{color:#fff;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:38px;letter-spacing:-1px}.promotion1_mainDescription__XGudc{color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:23px}.promotion1_courseCardsContainer__IjQn8{display:flex;justify-content:flex-end;padding-right:16px;gap:16px;width:50%;height:100%;align-items:stretch}.promotion1_courseCardsContainerLeft__gsEbR,.promotion1_courseCardsContainerRight__Gi0Sd{display:flex;flex-direction:column;gap:14px;align-items:stretch;height:100%;flex:1 1;flex-basis:50%;max-width:50%}.promotion1_marqueeColumn__1Jbv4{position:relative;overflow:hidden;height:100%}.promotion1_marqueeTrack__C3_LI{display:flex;flex-direction:column;gap:14px;animation:promotion1_promoScrollUp__6FVFg 18s linear infinite}.promotion1_marqueeTrackReverse__Mh3WN{animation:promotion1_promoScrollDown__9KfCl 18s linear infinite}.promotion1_marqueeColumn__1Jbv4:hover .promotion1_marqueeTrackReverse__Mh3WN,.promotion1_marqueeColumn__1Jbv4:hover .promotion1_marqueeTrack__C3_LI{animation-play-state:paused}@keyframes promotion1_promoScrollUp__6FVFg{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes promotion1_promoScrollDown__9KfCl{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (max-width:1024px){.promotion1_promotion1Container__SjA1p{flex-direction:row;height:357px;padding:24px;gap:24px}.promotion1_promotionContent__ibKzf{padding:0;height:auto}.promotion1_courseCardsContainer__IjQn8{padding:0 16px;gap:14px;justify-content:space-between}.promotion1_courseCardsContainerLeft__gsEbR,.promotion1_courseCardsContainerRight__Gi0Sd{flex-basis:48%;max-width:48%}}.promotion1_mobileMarqueeContainer__oETCR{overflow:hidden;width:100%}.promotion1_mobileMarqueeContainer__oETCR .promotion1_marqueeColumn__1Jbv4{height:100%;overflow:hidden}.promotion1_mobileMarqueeTrack__0NOgh{display:flex;flex-direction:row;gap:12px;animation:promotion1_promoScrollLeft__vN9sW 5s linear infinite}@keyframes promotion1_promoScrollLeft__vN9sW{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:768px){.promotion1_promotionContent__ibKzf{width:auto;height:auto;display:flex}.promotion1_promotion1Container__SjA1p{flex-direction:column-reverse;height:auto;padding:24px;gap:24px;width:calc(100vw - 45px);max-width:calc(100vw - 45px);margin:0 auto}}.PromotionalCourseCard_promotionalCard__T_ber{background:white;box-sizing:border-box;display:flex;flex-direction:column;gap:7.035px;align-items:flex-start;justify-content:flex-start;padding:7.035px;position:relative;border-radius:11.432px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;height:100%}.PromotionalCourseCard_courseImageContainer__3HZGH{gap:3.372px;align-items:flex-start;justify-content:flex-start;overflow:clip}.PromotionalCourseCard_courseImageContainer__3HZGH,.PromotionalCourseCard_courseImagePlaceholder__GtbZN{position:relative;border-radius:7.418px;flex-shrink:0;width:100%;aspect-ratio:600/466;background-color:#f7f6fc}.PromotionalCourseCard_courseImagePlaceholder__GtbZN{min-height:1px;min-width:1px;height:100%;overflow:hidden}.PromotionalCourseCard_courseImage__t7O_Y{width:100%!important;height:100%!important;object-fit:cover;border-radius:7.418px}.PromotionalCourseCard_playIcon__nel9f{position:absolute;inset:34.74% 39.8% 35.09% 39.59%;z-index:2}.PromotionalCourseCard_playIcon__nel9f svg{width:100%;height:100%;display:block}.PromotionalCourseCard_courseContent____IB_{display:flex;flex-direction:column;gap:3.518px;align-items:flex-start;justify-content:space-between;position:relative;flex:1 1;width:100%;margin-top:7.51px}.PromotionalCourseCard_courseTitle__uVkwS{font-family:Inter,sans-serif;font-weight:700;line-height:0;font-style:normal;position:relative;flex-shrink:0;color:#211266;font-size:7.035px;width:100%}.PromotionalCourseCard_courseTitle__uVkwS p{line-height:10.553px;margin:0;font-size:7.035px;font-weight:700;color:#211266}.PromotionalCourseCard_instructorBadge__04iy_{background:#F7F6FC;box-sizing:border-box;gap:2.968px;height:15.829px;align-items:center;justify-content:center;padding:2.968px 4.69px;position:relative;border-radius:15.075px;flex-shrink:0;display:flex}.PromotionalCourseCard_instructorImageContainer__RLb70{width:11.397px;height:11.397px;display:flex;align-items:center;justify-content:center}.PromotionalCourseCard_instructorImage__dJdxC{height:11.397px;width:11.397px;border-radius:50%}.PromotionalCourseCard_instructorName__QW4cM{font-family:Inter,sans-serif;font-weight:400;line-height:0;font-style:normal;position:relative;flex-shrink:0;color:#211266;font-size:5.698px;text-align:center;white-space:nowrap}.PromotionalCourseCard_instructorName__QW4cM p{line-height:6.513px;white-space:pre;margin:0;font-size:5.698px;font-weight:400;color:#211266}.PromotionalCourseCard_cardBottomContainer__vOD_c{display:flex;justify-content:space-between;align-items:center;width:100%}.PromotionalCourseCard_arrowButtonContainer__BF7R2{border-radius:30.095px;background:#F7F6FC;width:14px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.PromotionalCourseCard_arrowIcon__g1w10{position:relative;flex-shrink:0;width:9.38px;height:9.38px}.PromotionalCourseCard_arrowIcon__g1w10 svg{width:100%;height:100%;display:block}@media (max-width:768px){.PromotionalCourseCard_promotionalCard__T_ber{width:124px;max-width:200px}.PromotionalCourseCard_courseTitle__uVkwS p{font-size:6px;line-height:8px}.PromotionalCourseCard_instructorName__QW4cM p{font-size:4px;line-height:8px}}@media (max-width:480px){.PromotionalCourseCard_promotionalCard__T_ber{padding:8px;gap:8px;width:100px;max-width:100px}.PromotionalCourseCard_courseTitle__uVkwS p{font-size:6px;line-height:8px}.PromotionalCourseCard_instructorName__QW4cM p{font-size:4px;line-height:9px}}.SocialAuth_socialAuthContainer__wAw4E{display:flex;flex-direction:column;gap:8px;width:100%}.SocialAuth_socialAuthContainer__wAw4E .social-login-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.SocialAuth_socialAuthContainer__wAw4E .social-login-button:hover{background:#f9fafb;border-color:#d1d5db}.SocialAuth_socialAuthContainer__wAw4E .social-login-button:disabled{opacity:.6;cursor:not-allowed}.SocialAuth_socialAuthContainer__wAw4E .social-login-button:disabled:hover{background:#ffffff;border-color:#e5e7eb}.SocialAuth_socialAuthContainer__wAw4E .social-login-button-text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#374151}.SocialAuth_socialAuthContainer__wAw4E .social-login-button[data-provider=apple]{background:#000000;color:#ffffff;border-color:#000000}.SocialAuth_socialAuthContainer__wAw4E .social-login-button[data-provider=apple]:hover{background:#1a1a1a;border-color:#000000}.SocialAuth_socialAuthContainer__wAw4E .social-login-button[data-provider=apple] .social-login-button-text{color:#ffffff}#SocialAuth_google-signin-button__b9O_E{width:100%!important;margin-bottom:8px}#SocialAuth_google-signin-button__b9O_E div{width:100%!important;border-radius:8px!important}.FacebookAuth_socialLoginButton__OLVuz{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 16px;border-radius:var(--Surface-border-radius---radius-s-rounded,9999px);border:1px solid #e2e2e2;background:#FFF;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:8px;position:relative}.FacebookAuth_socialLoginButton__OLVuz:hover{background:#F9F9F9;border-color:#d1d5db}.FacebookAuth_socialLoginButton__OLVuz:disabled{opacity:.6;cursor:not-allowed}.FacebookAuth_socialLoginButton__OLVuz:disabled:hover{background:#FFF;border-color:#e5e7eb}.FacebookAuth_socialLoginButtonText__jr2GX{color:#211266;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.FacebookAuth_socialLoginButtonIcon__Lep7a{position:absolute;left:5px;top:5px;width:40px;height:40px}.ResetPasswordModal_modalOverlay__jjdLV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(33,18,102,.1);-webkit-backdrop-filter:blur(21.700000762939453px);backdrop-filter:blur(21.700000762939453px);display:flex;justify-content:center;align-items:center;z-index:310}.ResetPasswordModal_modalContent__QJC0q{border-radius:16px;background:#F7F3F5;-webkit-backdrop-filter:blur(20.049999237060547px);backdrop-filter:blur(20.049999237060547px);padding:40px;width:100%;max-width:560px;position:relative;animation:ResetPasswordModal_modalFadeIn__i_LUF .3s ease;display:flex;flex-direction:column;gap:24px}@keyframes ResetPasswordModal_modalFadeIn__i_LUF{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ResetPasswordModal_closeButton__YSKyO{border:none!important;cursor:pointer;padding:8px;border-radius:50%;background-color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:absolute;top:24px;right:24px}.ResetPasswordModal_modalHeader__I5eK7{text-align:left;margin-bottom:8px}.ResetPasswordModal_modalHeader__I5eK7 h2{color:#211266;font-size:24px;font-weight:600;margin-bottom:8px}.ResetPasswordModal_modalHeader__I5eK7 p{color:#6F6C8F;font-size:16px;line-height:24px}.ResetPasswordModal_resetForm__kzP38{display:flex;flex-direction:column;gap:24px}.ResetPasswordModal_inputGroup__D3lto{display:flex;flex-direction:column;gap:8px}.ResetPasswordModal_inputGroup__D3lto label{color:#211266;font-size:16px;font-weight:400;line-height:24px}.ResetPasswordModal_inputGroup__D3lto input{color:#5D5A88;font-size:16px;font-weight:400;line-height:24px;padding:8px 12px;border:1px solid #e2e2e2;border-radius:12px;background:#FFFFFF;outline:none;transition:border-color .2s ease}.ResetPasswordModal_inputGroup__D3lto input:focus{border-color:#211266}.ResetPasswordModal_inputGroup__D3lto input[aria-invalid=true]{border-color:#FF6B6B}.ResetPasswordModal_inputGroup__D3lto input[type=password],.ResetPasswordModal_inputGroup__D3lto input[type=text]{padding-right:48px}.ResetPasswordModal_inputGroup__D3lto{position:relative}.ResetPasswordModal_passwordToggle__8_uAE{cursor:pointer;position:absolute;right:16px;top:70%;transform:translateY(-50%);color:#211266;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s ease;background:none;border:none;padding:0}.ResetPasswordModal_passwordToggle__8_uAE:hover{color:#211266}.ResetPasswordModal_passwordToggle__8_uAE:focus{outline:none;color:#211266}.ResetPasswordModal_errorText__DknG9{color:#E53935;font-size:12px;margin-top:4px}.ResetPasswordModal_inputGroup__D3lto input::placeholder{color:#5D5A88}.ResetPasswordModal_submitButton___3SXf{width:100%;margin-top:8px}.ResetPasswordModal_submitButton___3SXf[disabled]{opacity:.7;cursor:not-allowed}.ResetPasswordModal_backButton__KQKGb{background:none;border:none;color:#211266;font-size:16px;font-weight:400;line-height:24px;cursor:pointer;padding:8px;margin:0 auto;transition:color .2s ease}.ResetPasswordModal_backButton__KQKGb:hover{color:#35C9DA}.ResetPasswordModal_successMessage__MU1Hf{text-align:center;padding:24px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.ResetPasswordModal_successIcon__CBPVq{margin-bottom:8px}.ResetPasswordModal_successMessage__MU1Hf h3{color:#211266;font-size:20px;font-weight:600;margin-bottom:4px}.ResetPasswordModal_successMessage__MU1Hf p{color:#6F6C8F;font-size:16px;line-height:24px;margin-bottom:24px}.ResetPasswordModal_doneButton__xD1Tp{min-width:120px}.ResetPasswordModal_stepSuccessMessage__CUmIr{margin-bottom:16px;animation:ResetPasswordModal_successSlideIn__HKH91 .5s ease}@keyframes ResetPasswordModal_successSlideIn__HKH91{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ResetPasswordModal_stepSuccessMessage__CUmIr .message{color:white!important;margin:0!important;font-weight:500}.ResetPasswordModal_stepSuccessMessage__CUmIr .messageIcon{color:white!important}.ResetPasswordModal_loginButton__B8Mh_{width:100%}@media (max-width:640px){.ResetPasswordModal_modalOverlay__jjdLV{background:rgba(33,18,102,.1);-webkit-backdrop-filter:blur(21.700000762939453px);backdrop-filter:blur(21.700000762939453px)}.ResetPasswordModal_modalContent__QJC0q{margin:16px;padding:24px;height:auto}.ResetPasswordModal_resetForm__kzP38{gap:16px}.ResetPasswordModal_modalHeader__I5eK7{margin-bottom:16px}.ResetPasswordModal_modalHeader__I5eK7 h2{font-size:20px}.ResetPasswordModal_modalHeader__I5eK7 p{font-size:14px}}.SignUpModal_modalOverlay___CeJs{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(33,18,102,.1);-webkit-backdrop-filter:blur(21.700000762939453px);backdrop-filter:blur(21.700000762939453px);display:flex;justify-content:center;align-items:center;z-index:310}.SignUpModal_modalContent__lb4nc{border-radius:16px;background:#F7F3F5;-webkit-backdrop-filter:blur(20.049999237060547px);backdrop-filter:blur(20.049999237060547px);padding:40px;width:100%;max-width:560px;position:relative;animation:SignUpModal_modalFadeIn__hwqZZ .3s ease;display:flex;flex-direction:column;gap:24px}@keyframes SignUpModal_modalFadeIn__hwqZZ{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SignUpModal_closeButton__K8DeP{border:none!important;cursor:pointer;padding:8px;border-radius:50%;background-color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.SignUpModal_modalHeader__ftjJF{text-align:left;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.SignUpModal_modalHeader__ftjJF h2{color:#211266;font-size:18px;font-weight:700;line-height:28px}.SignUpModal_signupForm__JKwfv{display:flex;flex-direction:column;gap:16px}.SignUpModal_inputGroup__VtqWY{display:flex;flex-direction:column;gap:8px;position:relative}.SignUpModal_inputGroup__VtqWY label{color:#211266;font-size:16px;font-weight:400;line-height:24px}.SignUpModal_inputGroup__VtqWY input{color:#5D5A88;font-size:16px;font-weight:400;line-height:24px;padding:8px 12px;border:1px solid #e2e2e2;border-radius:12px;transition:all .2s ease;background-color:#fff}.SignUpModal_inputGroup__VtqWY input:focus{outline:none;border-color:#4B3BA7;box-shadow:0 0 0 2px rgba(75,59,167,.1)}.SignUpModal_inputGroup__VtqWY input[aria-invalid=true]{border-color:#DC2626;background-color:#FEF2F2}.SignUpModal_inputGroup__VtqWY input[aria-invalid=true]:focus{border-color:#DC2626;box-shadow:0 0 0 2px rgba(220,38,38,.1)}.SignUpModal_inputGroup__VtqWY input::placeholder{color:#5D5A88}.SignUpModal_errorText__cIKpL{color:#DC2626;font-size:12px;line-height:16px;margin-top:4px;font-weight:400;display:flex;align-items:center;gap:4px}.SignUpModal_errorText__cIKpL:before{content:"⚠️";font-size:12px}.SignUpModal_passwordInput__ZcO3M{position:relative}.SignUpModal_passwordInput__ZcO3M input{width:100%;padding-right:48px}.SignUpModal_showPasswordButton__AGbRw{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#211266;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s ease}.SignUpModal_showPasswordButton__AGbRw:hover{color:#211266}.SignUpModal_passwordRequirements__8Z8GY{background-color:#F9FAFB;border-radius:8px;padding:12px 16px;margin-top:-8px}.SignUpModal_passwordRequirements__8Z8GY p{color:#4B5563;font-size:12px;font-weight:500;margin-bottom:4px}.SignUpModal_passwordRequirements__8Z8GY ul{list-style:none;padding:0;margin:0}.SignUpModal_passwordRequirements__8Z8GY li{color:#6B7280;font-size:12px;line-height:16px;margin-top:2px;display:flex;align-items:center;gap:4px}.SignUpModal_requirementMet__vS3lv{color:#059669!important}.SignUpModal_requirementNotMet__kbx7z{color:#DC2626!important}.SignUpModal_requirementMet__vS3lv:before{content:"✓";color:#059669}.SignUpModal_requirementNotMet__kbx7z:before{content:"×";color:#DC2626}.SignUpModal_socialLoginButtonContainer__iZLLz{display:flex;flex-direction:column;gap:16px}.SignUpModal_socialLoginButton__74cIY{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:9999px;border:1px solid #e2e2e2;background:#FFF;padding:12px 16px;color:#211266;font-size:16px;font-weight:400;line-height:24px;width:100%}.SignUpModal_socialLoginButton__74cIY:hover{background-color:#35C9DA;color:#fff;box-shadow:0 32px 32px -8px rgba(0,0,0,.08),0 0 32px -8px rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.2);transform:translateY(-1px);transition:all .2s ease-in-out}.SignUpModal_socialLoginButtonText__tlLz3{width:100%}.SignUpModal_loginLink__krwmS{text-align:center;margin-top:24px;color:#211266;text-decoration:none}.SignUpModal_loginButton__W_Lo8{background:none;border:none;color:#4B3BA7;text-decoration:none;font-weight:700;margin-left:4px;font-size:16px;cursor:pointer;padding:0}.SignUpModal_backButton__S1NQJ{background:none;border:none;color:#211266;font-size:16px;font-weight:400;line-height:24px;cursor:pointer;padding:8px;margin:0 auto;transition:color .2s ease}.SignUpModal_backButton__S1NQJ:hover{color:#35C9DA}.SignUpModal_stepSuccessMessage__0oKpS{margin-bottom:16px;animation:SignUpModal_successSlideIn__ACWzy .5s ease}@keyframes SignUpModal_successSlideIn__ACWzy{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SignUpModal_successMessage__ufrcY{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 0}.SignUpModal_progressMessage__3gon4{margin-bottom:20px;text-align:center}.SignUpModal_successIcon__9Rlkw{margin-bottom:24px;animation:SignUpModal_scaleIn__QSY3s .3s ease}.SignUpModal_successMessage__ufrcY h3{color:#059669;font-size:24px;font-weight:600;margin-bottom:8px}.SignUpModal_successMessage__ufrcY p{color:#4B5563;font-size:16px;line-height:24px;margin-bottom:8px}.SignUpModal_loadingText___eZyV{color:#6B7280!important;font-size:14px!important;animation:SignUpModal_pulse__43ODg 2s infinite}@keyframes SignUpModal_scaleIn__QSY3s{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes SignUpModal_pulse__43ODg{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:640px){.SignUpModal_modalOverlay___CeJs{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:320}.SignUpModal_modalContent__lb4nc{overflow-y:scroll;width:100%;max-width:100%;border-radius:0;margin:0;height:100%;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20.049999237060547px);backdrop-filter:blur(20.049999237060547px);padding:24px}.SignUpModal_loginLink__krwmS{padding-bottom:24px}.SignUpModal_signupForm__JKwfv{gap:16px}.SignUpModal_closeButton__K8DeP{border:none!important;border-radius:50%;background-color:#fff!important;width:32px!important;height:32px!important;display:flex;align-items:center;justify-content:center;position:absolute;top:24px;right:24px}}.CourseLessons_courseLessons__Glo64{margin-bottom:38px}.CourseLessons_lessonsTitle__VlM1k{font-family:Inter,sans-serif;font-size:32px;font-weight:700;line-height:66px;color:#ffffff;margin:0 0 38px}.CourseLessons_weeksContainer__w65DS{display:flex;flex-direction:column;gap:38px}.CourseLessons_weekSection__f7I3a{width:100%}.CourseLessons_weekDate__JpwTw{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18.041px;display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:6px;border-radius:40.091px;background:#221d33}.CourseLessons_weekHeader__fs_wD{display:flex;justify-content:space-between;align-items:center;padding:0;background:none;border-radius:0;margin-bottom:26px;cursor:default;transition:none}.CourseLessons_weekHeader__fs_wD:hover{transform:none;box-shadow:none}.CourseLessons_weekInfo__avDsJ{display:flex;align-items:center;gap:12px}.CourseLessons_weekTitle__vC_Fc{text-transform:none!important;font-size:32px;font-weight:400;line-height:66px;color:#ffffff;margin:0}.CourseLessons_weekDuration__aLgMq{display:flex;align-items:center;gap:6px;background:#221d33;color:#ffffff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_weekDuration__aLgMq svg{width:13px;height:13px}.CourseLessons_sectionProgressBadge__MXD6E{display:flex;align-items:center;gap:6px;background:#35c9da;color:#ffffff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_expandButton__DQz83{width:38px;height:38px;cursor:pointer;transition:transform .2s ease}.CourseLessons_expandButtonMinusIcon__HZbEQ svg,.CourseLessons_expandButton__DQz83,.CourseLessons_expandButton__DQz83 svg{display:flex;align-items:center;justify-content:center}.CourseLessons_lessonsList___gr28{display:flex;flex-direction:column;gap:26px}.CourseLessons_lessonCard___SMG9{position:relative;background:#221d33;border-radius:22px;padding:32px;display:flex;align-items:center;gap:12px;width:100%;transition:all .3s ease;overflow:hidden}.CourseLessons_lessonCard___SMG9:before{background-image:var(--lesson-image-url,none);background-size:cover;background-position:50%;background-repeat:no-repeat}.CourseLessons_lessonCard___SMG9:after,.CourseLessons_lessonCard___SMG9:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;z-index:1}.CourseLessons_lessonCard___SMG9:after{background:linear-gradient(190deg,rgba(78,70,180,.14) 32.79%,#4e46b4 101.99%)}.CourseLessons_lessonCard___SMG9:hover:after,.CourseLessons_lessonCard___SMG9:hover:before{opacity:1}.CourseLessons_lessonContent__q5oe1{flex:1 1;display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}.CourseLessons_lessonBadges__PWbFe{display:flex;gap:12px;align-items:center}.CourseLessons_durationBadge__uwmur{display:flex;align-items:center;gap:6px;background:#ffffff;color:#211266;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_durationBadge__uwmur svg{width:13px;height:13px}.CourseLessons_freeBadge__BalX_{display:flex;align-items:center;gap:6px;background-image:linear-gradient(135deg,#a952ff,#d9b5ff);color:#fff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_freeBadge__BalX_ svg{width:13px;height:13px}.CourseLessons_completedBadge__9_MPu,.CourseLessons_progressBadge__SuLTB{display:flex;align-items:center;gap:6px;background:#35c9da;color:#fff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_progressBadge__SuLTB{text-transform:capitalize}.CourseLessons_timeBadge__k2jFV{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);color:#fff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_completedBadge__9_MPu svg,.CourseLessons_durationBadge__uwmur svg,.CourseLessons_freeBadge__BalX_ svg,.CourseLessons_scoreBadge__MFWrA svg,.CourseLessons_timeBadge__k2jFV svg{width:16px;height:16px}.CourseLessons_scoreBadge__MFWrA{display:flex;align-items:center;gap:6px;background:#f59e0b;color:#fff;padding:6px 12px;border-radius:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px}.CourseLessons_lessonProgressContainer__Ffqet{width:100%;display:flex;flex-direction:column;gap:6px;margin-top:12px}.CourseLessons_lessonProgressPercentage__1JgxZ{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#35c9da;align-self:flex-start}.CourseLessons_lessonProgressBar__IqI94{width:100%;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.CourseLessons_lessonProgressFill__r8u80{height:100%;background:#35c9da;border-radius:3px;transition:width .3s ease}.CourseLessons_lessonTitle__1vUa2{font-size:26px;font-weight:700;line-height:45px;color:#ffffff;margin:0;width:100%;text-align:left}.CourseLessons_lessonDescription__qcF_L{font-size:16px;font-weight:400;line-height:20px;color:#a3a0ce;margin:0;width:100%;text-transform:capitalize!important}.CourseLessons_lessonActions__DGHzu{width:85px;z-index:2}.CourseLessons_lessonActions__DGHzu,.CourseLessons_playButton__iBfF3{position:relative;display:flex;align-items:center;justify-content:center}.CourseLessons_playButton__iBfF3{width:67px;height:67px;background:#ffffff;border-radius:50%;cursor:pointer;transition:transform .2s ease;border:none;padding:0;outline:none}.CourseLessons_playButton__iBfF3:hover{transform:scale(1.05)}.CourseLessons_playButton__iBfF3:focus{outline:2px solid #4b3ba7;outline-offset:2px}.CourseLessons_playButton__iBfF3:before{content:"";position:absolute;top:-18px;left:-18px;right:-18px;bottom:-18px;border:18px solid #140f26;border-radius:50%}.CourseLessons_playButton__iBfF3 svg{width:19px;height:19px}.CourseLessons_playButtonSpinner__vTk9d{width:20px!important;height:20px!important}.CourseLessons_lessonCard___SMG9:hover .CourseLessons_playButton__iBfF3:before{border:18.406px solid rgba(75,59,167,.32)!important}.CourseLessons_lessonCard___SMG9:hover .CourseLessons_playButton__iBfF3{background:#4b3ba7}.CourseLessons_lessonCard___SMG9:hover .CourseLessons_playButton__iBfF3 svg path{stroke:white;fill:white}.CourseLessons_lockIcon__eoTLo{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:67px;height:67px;display:flex;align-items:center;justify-content:center;background-color:#140f26;border-radius:50%}.CourseLessons_lockIcon__eoTLo:before{content:"";position:absolute;top:-18px;left:-18px;right:-18px;bottom:-18px;border:18px solid #140f26;border-radius:50%}.CourseLessons_lockIcon__eoTLo svg{width:26px;height:33px}.CourseLessons_lessonCard___SMG9:hover .CourseLessons_lockIcon__eoTLo:before{border:18.406px solid rgba(75,59,167,.32)!important}.CourseLessons_lessonCard___SMG9:hover .CourseLessons_lockIcon__eoTLo{background-color:#4b3ba7}@media (max-width:768px){.CourseLessons_courseLessons__Glo64{margin-top:48px;margin-bottom:48px}.CourseLessons_lessonsTitle__VlM1k{font-size:28px;line-height:56px;margin-bottom:32px}.CourseLessons_weeksContainer__w65DS{gap:32px}.CourseLessons_weekHeader__fs_wD{margin-bottom:20px}.CourseLessons_weekTitle__vC_Fc{font-size:28px;line-height:56px}.CourseLessons_sectionProgressBadge__MXD6E{padding:5px 10px;font-size:10px;line-height:14px}.CourseLessons_lessonCard___SMG9{padding:16px;gap:22px;flex-direction:row;align-items:center;border-radius:14.77px}.CourseLessons_lessonContent__q5oe1{gap:3px}.CourseLessons_lessonBadges__PWbFe{gap:8.056px;margin-bottom:3px}.CourseLessons_completedBadge__9_MPu,.CourseLessons_durationBadge__uwmur,.CourseLessons_freeBadge__BalX_,.CourseLessons_progressBadge__SuLTB,.CourseLessons_scoreBadge__MFWrA,.CourseLessons_timeBadge__k2jFV{padding:6px;border-radius:26.914px;font-size:9px;line-height:12.111px}.CourseLessons_completedBadge__9_MPu svg,.CourseLessons_durationBadge__uwmur svg,.CourseLessons_freeBadge__BalX_ svg,.CourseLessons_scoreBadge__MFWrA svg,.CourseLessons_timeBadge__k2jFV svg{width:14.707px;height:14.707px}.CourseLessons_lessonProgressContainer__Ffqet{gap:5px;margin-top:8px}.CourseLessons_lessonProgressPercentage__1JgxZ{font-size:12px}.CourseLessons_lessonProgressBar__IqI94{height:5px}.CourseLessons_lessonTitle__1vUa2{font-size:22px;line-height:29px;width:100%;font-weight:700;margin-bottom:3px}.CourseLessons_lessonDescription__qcF_L{font-size:12px;line-height:13.634px;color:#a3a0ce}.CourseLessons_lessonActions__DGHzu{width:69px;height:69px}.CourseLessons_playButton__iBfF3{width:48px;height:48px;border-radius:72.076px;padding:18px}.CourseLessons_playButton__iBfF3:before{top:-12.356px;left:-12.356px;right:-12.356px;bottom:-12.356px;border-width:12.356px;border-radius:84.432px}.CourseLessons_playButton__iBfF3 svg{width:12px;height:12px}.CourseLessons_lockIcon__eoTLo{width:48px;height:48px;border-radius:72.076px;padding:18px}.CourseLessons_lockIcon__eoTLo:before{top:-12.356px;left:-12.356px;right:-12.356px;bottom:-12.356px;border-width:12.356px;border-radius:84.432px}}@media (max-width:480px){.CourseLessons_courseLessons__Glo64{margin-top:32px;margin-bottom:32px}.CourseLessons_lessonsTitle__VlM1k{font-size:24px;line-height:48px;margin-bottom:24px}.CourseLessons_weeksContainer__w65DS{gap:24px}.CourseLessons_weekHeader__fs_wD{margin-bottom:16px}.CourseLessons_weekTitle__vC_Fc{font-size:24px;line-height:48px}.CourseLessons_sectionProgressBadge__MXD6E{padding:4px 8px;font-size:9px;line-height:12px}.CourseLessons_lessonCard___SMG9{padding:16px;gap:22px;border-radius:14.77px}.CourseLessons_lessonTitle__1vUa2{font-size:20px;line-height:26px}.CourseLessons_lessonDescription__qcF_L{font-size:11px;line-height:12px}.CourseLessons_completedBadge__9_MPu,.CourseLessons_durationBadge__uwmur,.CourseLessons_freeBadge__BalX_,.CourseLessons_progressBadge__SuLTB,.CourseLessons_scoreBadge__MFWrA,.CourseLessons_timeBadge__k2jFV{padding:5px;font-size:8px;line-height:10px}.CourseLessons_completedBadge__9_MPu svg,.CourseLessons_durationBadge__uwmur svg,.CourseLessons_freeBadge__BalX_ svg,.CourseLessons_scoreBadge__MFWrA svg,.CourseLessons_timeBadge__k2jFV svg{width:14px;height:14px}.CourseLessons_lessonProgressContainer__Ffqet{gap:4px;margin-top:6px}.CourseLessons_lessonProgressPercentage__1JgxZ{font-size:11px}.CourseLessons_lessonProgressBar__IqI94{height:4px}.CourseLessons_lockIcon__eoTLo,.CourseLessons_playButton__iBfF3{width:40px;height:40px;padding:14px}.CourseLessons_lockIcon__eoTLo:before,.CourseLessons_playButton__iBfF3:before{top:-10px;left:-10px;right:-10px;bottom:-10px;border-width:10px}.CourseLessons_playButton__iBfF3 svg{width:12px;height:12px}.CourseLessons_playButtonSpinner__vTk9d{width:16px!important;height:16px!important}.CourseLessons_expandButtonMinusIcon__HZbEQ svg,.CourseLessons_expandButton__DQz83 svg{width:16px;height:16px}}.AboutSpeaker_speakerTitle__xsTch{font-family:Poppins,sans-serif;font-size:32px;font-weight:400;line-height:66px;color:#ffffff;margin:0 0 26px}.AboutSpeaker_titleBold__wBeJ5{font-family:Inter,sans-serif;font-weight:700}.AboutSpeaker_titleRegular__o7bnU{font-family:Inter,sans-serif;font-weight:400}.AboutSpeaker_speakerCard__kzE7B{background:#221d33;border-radius:22px;padding:32px;display:flex;gap:32px;align-items:stretch}.AboutSpeaker_speakerImage__o5pAQ{width:30%;display:flex;align-items:stretch;justify-content:center;border-radius:13px;overflow:hidden;flex-shrink:0;height:320px}.AboutSpeaker_imagePlaceholder__yNXOb{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#4E46B4;display:flex;align-items:center;justify-content:center;border-radius:13px}.AboutSpeaker_imagePlaceholder__yNXOb svg{opacity:.7}.AboutSpeaker_speakerInfo__7dG7D{flex:70% 1;display:flex;flex-direction:column;gap:16px}.AboutSpeaker_speakerName__dttEK{font-family:Inter,sans-serif;font-size:48px;font-weight:700;line-height:56px;color:#ffffff;margin:0;letter-spacing:-1px}.AboutSpeaker_eventSpeakerName__150wT{color:#FFF;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:22px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.299px;text-align:left}.AboutSpeaker_speakerDescription__rBihT{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#a3a0ce;margin:0;width:100%}.AboutSpeaker_socialButton__njdCK{width:56px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#140F26;border-radius:50%}.AboutSpeaker_socialButton__njdCK svg{width:100%;height:100%}.AboutSpeaker_infoSections__g9r_g{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.AboutSpeaker_infoSection__s86BX{margin-top:0;margin-bottom:24px;padding:20px;background:rgba(53,201,218,.05);border-radius:12px;border-left:3px solid #35c9da;flex-grow:1;flex-shrink:1;flex-basis:calc(33.33% - 16px);min-width:280px}.AboutSpeaker_infoHeader__fPbXz{display:flex;align-items:center;gap:10px;margin-bottom:12px}.AboutSpeaker_infoIcon__pUuyE{flex-shrink:0;width:20px;height:20px}.AboutSpeaker_infoTitle__FogwI{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#35C9DA;margin:0}.AboutSpeaker_infoContent__Eoxi2{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#ffffff;margin:0}.AboutSpeaker_infoContent__Eoxi2 p{margin:0 0 8px}.AboutSpeaker_infoContent__Eoxi2 p:last-child{margin-bottom:0}.AboutSpeaker_infoContent__Eoxi2 ol,.AboutSpeaker_infoContent__Eoxi2 ul{margin:8px 0 8px 20px;padding:0}.AboutSpeaker_infoContent__Eoxi2 li{margin-bottom:6px;line-height:24px}@media (max-width:1024px){.AboutSpeaker_speakerCard__kzE7B{gap:24px}.AboutSpeaker_speakerImage__o5pAQ{width:35%}.AboutSpeaker_infoSection__s86BX{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 16px)}}@media (max-width:768px){.AboutSpeaker_aboutSpeaker__6L2qB{margin-top:48px;margin-bottom:48px}.AboutSpeaker_speakerTitle__xsTch{font-size:28px;line-height:56px;margin-bottom:24px}.AboutSpeaker_speakerCard__kzE7B{padding:24px;gap:24px;flex-direction:column;align-items:flex-start}.AboutSpeaker_speakerImage__o5pAQ{width:100%;min-height:300px;height:auto;align-items:center}.AboutSpeaker_imagePlaceholder__yNXOb{min-height:300px;height:300px}.AboutSpeaker_speakerName__dttEK{font-size:36px;line-height:44px}.AboutSpeaker_speakerDescription__rBihT{font-size:15px;line-height:24px}.AboutSpeaker_infoSections__g9r_g{flex-direction:column;gap:12px}.AboutSpeaker_infoSection__s86BX{width:100%;margin-top:0;margin-bottom:0;padding:16px}.AboutSpeaker_infoTitle__FogwI{font-size:16px}.AboutSpeaker_infoContent__Eoxi2{font-size:15px;line-height:22px}}@media (max-width:480px){.AboutSpeaker_aboutSpeaker__6L2qB{margin-top:32px;margin-bottom:32px}.AboutSpeaker_speakerTitle__xsTch{font-size:24px;line-height:48px;margin-bottom:20px}.AboutSpeaker_speakerCard__kzE7B{padding:16px;gap:16px;flex-direction:column}.AboutSpeaker_speakerImage__o5pAQ{width:100%;min-height:340px;height:auto;align-items:center}.AboutSpeaker_imagePlaceholder__yNXOb{min-height:240px;height:340px}.AboutSpeaker_speakerName__dttEK{font-size:20px;line-height:28px}.AboutSpeaker_speakerDescription__rBihT{font-size:14px;line-height:22px}.AboutSpeaker_infoSections__g9r_g{flex-direction:column;gap:10px}.AboutSpeaker_infoSection__s86BX{width:100%;margin-top:0;margin-bottom:0;padding:12px;border-left-width:2px}.AboutSpeaker_infoIcon__pUuyE{width:16px;height:16px}.AboutSpeaker_infoTitle__FogwI{font-size:14px;line-height:20px}.AboutSpeaker_infoContent__Eoxi2{font-size:13px;line-height:20px}.AboutSpeaker_socialButton__njdCK{width:48px;height:48px}}.PromotionalCard_promotionalCard__Ua21z{width:100%;background-image:url(/images/Become-a-member-Background-Desktop.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:24px;box-shadow:0 2px 6px -6px rgba(0,0,0,.16),0 0 1px 0 rgba(0,0,0,.4);overflow:hidden;position:relative}.PromotionalCard_cardContent__RuTaM{padding:64px;display:flex;flex-direction:column;gap:64px;align-items:flex-start;justify-content:center;position:relative;min-height:400px}.PromotionalCard_starsDecoration__br5i3{position:absolute;top:80px;right:201px;transform:rotate(88deg);height:220px;width:220px;display:flex;align-items:center;justify-content:center}.PromotionalCard_starsImage__yxCz9{transform:rotate(270deg);flex-shrink:0}.PromotionalCard_mainContent__qe0_3{gap:32px;max-width:642px;z-index:2}.PromotionalCard_mainContent__qe0_3,.PromotionalCard_textContent__IbFem{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.PromotionalCard_textContent__IbFem{gap:14px}.PromotionalCard_heading__RDdkr{font-size:48px;font-weight:700;line-height:56px;letter-spacing:-1px}.PromotionalCard_description___XxBP,.PromotionalCard_heading__RDdkr{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#ffffff;margin:0;width:100%}.PromotionalCard_description___XxBP{font-size:20px;font-weight:400;line-height:28px}.PromotionalCard_ctaButton__1zQMv{background:#ffffff;border:none;border-radius:9999px;padding:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.PromotionalCard_ctaButton__1zQMv:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.PromotionalCard_ctaButton__1zQMv:active{transform:translateY(0)}.PromotionalCard_buttonContent__JzN_T{flex-direction:row;gap:22px;width:100%}.PromotionalCard_buttonContent__JzN_T,.PromotionalCard_buttonIcon__Efe6r{display:flex;align-items:center;justify-content:center}.PromotionalCard_iconImage__RvvWz{width:24px;height:24px}.PromotionalCard_buttonText__6GjVU{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4b3ba7;white-space:nowrap}.PromotionalCard_rightImage__JZEqL{position:absolute;right:175.27px;top:50%;transform:translateY(-50%);width:200px;height:342px;background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:1}.PromotionalCard_illustrationImage__h5_jS{width:100%;height:100%;object-fit:cover;border-radius:16px}@media (max-width:1200px){.PromotionalCard_cardContent__RuTaM{padding:48px;gap:48px}.PromotionalCard_heading__RDdkr{font-size:40px;line-height:48px}.PromotionalCard_description___XxBP{font-size:18px;line-height:26px}.PromotionalCard_rightImage__JZEqL{right:35.27px;top:50%;transform:translateY(-50%);width:200px;height:342px;background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:1}.PromotionalCard_starsDecoration__br5i3{right:150px;width:180px;height:180px}}@media (max-width:1024px){.PromotionalCard_cardContent__RuTaM{padding:40px;gap:40px;flex-direction:column-reverse}.PromotionalCard_mainContent__qe0_3{max-width:60%}.PromotionalCard_heading__RDdkr{font-size:36px;line-height:44px}.PromotionalCard_description___XxBP{font-size:16px;line-height:24px}.PromotionalCard_rightImage__JZEqL{right:35.27px;top:50%;transform:translateY(-50%);width:200px;height:342px;background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:1}.PromotionalCard_starsDecoration__br5i3{right:15%;top:15%;width:150px;height:150px}}@media (max-width:768px){.PromotionalCard_promotionalCard__Ua21z{background-image:url(/images/Become-a-member-Background-Mobile.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:24px;box-shadow:0 2px 6px -6px rgba(0,0,0,.16),0 0 1px 0 rgba(0,0,0,.4);overflow:hidden;position:relative}.PromotionalCard_cardContent__RuTaM{padding:32px;gap:32px;align-items:center;text-align:center;flex-direction:column-reverse;position:relative}.PromotionalCard_mainContent__qe0_3{max-width:100%;top:-50px}.PromotionalCard_mainContent__qe0_3,.PromotionalCard_textContent__IbFem{align-items:center;text-align:center;position:relative}.PromotionalCard_heading__RDdkr{font-size:32px;line-height:40px}.PromotionalCard_description___XxBP{font-size:16px;line-height:24px}.PromotionalCard_rightImage__JZEqL{position:relative;right:auto;top:-80px;transform:none;width:200px;height:342px;margin-top:20px}.PromotionalCard_starsDecoration__br5i3{right:60%;top:10%;width:124px;height:118px;display:block}.PromotionalCard_starsDecoration__br5i3 img{width:100%;height:100%;object-fit:contain}}@media (max-width:480px){.PromotionalCard_cardContent__RuTaM{padding:16px;gap:24px}.PromotionalCard_mainContent__qe0_3{top:-20px}.PromotionalCard_heading__RDdkr{font-size:22px;line-height:22px}.PromotionalCard_description___XxBP{font-size:16px;line-height:20px}.PromotionalCard_rightImage__JZEqL{top:-40px;width:160px;height:220px}}.PromotionalCard_promotionalCard__Ua21z{animation:PromotionalCard_slideInUp__67ld4 .8s ease-out}@keyframes PromotionalCard_slideInUp__67ld4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.PromotionalCard_promotionalCard__Ua21z:hover{transform:translateY(-4px);box-shadow:0 8px 24px -8px rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.5);transition:all .3s ease}.CustomerLogos_customerLogos__EgOnL{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.CustomerLogos_customerLogos__EgOnL img{width:100%;height:100px;object-position:center;object-fit:contain}.CustomerLogos_trustMessage__4MzRt{text-align:center;max-width:100%}.CustomerLogos_trustHeading__VQKMb{font-size:22px;font-weight:400;line-height:66px;color:#211266;margin-bottom:32px;text-align:center}.CustomerLogos_logosContainer__eW6dR{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-items:center;grid-gap:32px;gap:32px;width:100%;max-width:100%;overflow:hidden}.CustomerLogos_logoWrapper__7pKbi{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;transition:transform .3s ease,filter .3s ease;max-width:100%;overflow:hidden}.CustomerLogos_logoWrapper__7pKbi.CustomerLogos_withHover__EXGMz:hover{transform:translateY(-1px)}.CustomerLogos_companyLogo__K5zC7{object-fit:contain;transition:filter .3s ease;padding:0!important;margin:0!important;filter:grayscale(100%);max-width:100%;height:auto}@media (max-width:1132px){.CustomerLogos_logosContainer__eW6dR{grid-template-columns:repeat(4,1fr);gap:28px}}@media (max-width:1024px){.CustomerLogos_customerLogos__EgOnL{height:auto;gap:22px}.CustomerLogos_logosContainer__eW6dR{grid-template-columns:repeat(2,1fr);gap:24px}.CustomerLogos_trustHeading__VQKMb{font-size:18px;font-weight:400;line-height:22px}}@media (max-width:768px){.CustomerLogos_customerLogos__EgOnL{height:auto;gap:22px}.CustomerLogos_trustHeading__VQKMb{font-size:18px;font-weight:400;line-height:22px}.CustomerLogos_logosContainer__eW6dR{grid-template-columns:repeat(2,1fr);gap:20px;align-items:center}.CustomerLogos_customerLogos__EgOnL img{width:250px;height:100px}.CustomerLogos_logoWrapper__7pKbi{width:100%;display:flex;justify-content:center}}@media (max-width:480px){.CustomerLogos_customerLogos__EgOnL{height:auto;gap:22px}.CustomerLogos_trustHeading__VQKMb{font-size:18px;font-weight:400;line-height:22px}.CustomerLogos_logosContainer__eW6dR{grid-template-columns:repeat(2,1fr);gap:20px;align-items:center}.CustomerLogos_customerLogos__EgOnL img{width:250px;height:100px}.CustomerLogos_logoWrapper__7pKbi{width:100%;display:flex;justify-content:center}}.CustomerLogos_logoWrapper__7pKbi{animation:CustomerLogos_fadeInUp__30_Kv .6s ease forwards;opacity:0;transform:translateY(20px)}.CustomerLogos_logoWrapper__7pKbi:first-child{animation-delay:.1s}.CustomerLogos_logoWrapper__7pKbi:nth-child(2){animation-delay:.2s}.CustomerLogos_logoWrapper__7pKbi:nth-child(3){animation-delay:.3s}.CustomerLogos_logoWrapper__7pKbi:nth-child(4){animation-delay:.4s}@keyframes CustomerLogos_fadeInUp__30_Kv{to{opacity:1;transform:translateY(0)}}.BrowseBySpecialty_specialtiesContainer__xNe_b{width:100%}.BrowseBySpecialty_sectionHeader__TGOBx{display:flex;justify-content:space-between;align-items:left;margin-bottom:32px;position:relative}.BrowseBySpecialty_sectionTitle__b28J2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:32px;line-height:66px;color:#211266;margin:0;white-space:nowrap}.BrowseBySpecialty_titleRegular__QEo_P{font-weight:400}.BrowseBySpecialty_titleBold__0mMB0{font-weight:700}.BrowseBySpecialty_emptyContainer__2qrC0,.BrowseBySpecialty_errorContainer__niPHk,.BrowseBySpecialty_loadingContainer__Y0Uvx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.BrowseBySpecialty_loadingSpinner__lab7o{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#4b3ba7;border-radius:50%;animation:BrowseBySpecialty_spin__t2Ymq 1s linear infinite;margin-bottom:20px}@keyframes BrowseBySpecialty_spin__t2Ymq{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.BrowseBySpecialty_errorMessage__O4bXa{color:#dc2626;font-size:18px;margin-bottom:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.BrowseBySpecialty_retryButton__N_TQj{background:#4b3ba7;color:white;border:none;border-radius:8px;padding:12px 24px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.BrowseBySpecialty_retryButton__N_TQj:hover{background:#3d2f85}.BrowseBySpecialty_emptyContainer__2qrC0{color:#6b7280;font-size:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.BrowseBySpecialty_emptyContainer__2qrC0 p{margin:8px 0}.BrowseBySpecialty_specialtiesContainer__xNe_b{animation:BrowseBySpecialty_fadeInUp__aLn_6 .8s ease-out}@keyframes BrowseBySpecialty_fadeInUp__aLn_6{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.BrowseBySpecialty_sectionTitle__b28J2{font-size:28px;line-height:56px}}@media (max-width:1024px){.BrowseBySpecialty_sectionHeader__TGOBx{flex-direction:column;gap:20px;text-align:left;margin-bottom:22px}.BrowseBySpecialty_sectionTitle__b28J2{font-size:26px;line-height:48px}}@media (max-width:768px){.BrowseBySpecialty_sectionHeader__TGOBx{margin-bottom:10px}.BrowseBySpecialty_sectionTitle__b28J2{font-size:24px;line-height:40px;white-space:normal}}@media (max-width:480px){.BrowseBySpecialty_sectionTitle__b28J2{font-size:22px;line-height:36px}}.PreFooterPromotionalCard_preFooterCard__MJUBo{width:100%;background-image:url(/images/One-Sub-Unlimited-Counrses.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:24px;box-shadow:0 2px 6px -6px rgba(0,0,0,.16),0 0 1px 0 rgba(0,0,0,.4);overflow:hidden;position:relative;padding:48px;display:flex;flex-direction:row;gap:64px;align-items:center;justify-content:space-between;min-height:482px;height:482px;padding-left:108px!important;padding-right:108px!important}.PreFooterPromotionalCard_membershipContent__O8pbb{display:flex;flex-direction:column;gap:32px;align-items:flex-start;justify-content:flex-start;max-width:410px;z-index:2}.PreFooterPromotionalCard_textContent__nYzTg{display:flex;flex-direction:column;gap:14px;align-items:flex-start;justify-content:flex-start;width:100%}.PreFooterPromotionalCard_heading__amKZ0{font-size:48px;font-weight:700;line-height:56px;letter-spacing:-1px;text-align:left;white-space:normal;word-break:break-word}.PreFooterPromotionalCard_description__e1E6H,.PreFooterPromotionalCard_heading__amKZ0{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#ffffff;margin:0;width:100%}.PreFooterPromotionalCard_description__e1E6H{font-size:20px;font-weight:400;line-height:28px;max-width:380px}.PreFooterPromotionalCard_ctaContainer__iGwSm{display:flex;flex-direction:row;gap:14px;align-items:center;justify-content:flex-start}.PreFooterPromotionalCard_ctaButton__dpsml{background:#ffffff;border:none;border-radius:9999px;padding:16px;cursor:pointer;transition:all .3s ease;position:relative}.PreFooterPromotionalCard_ctaButton__dpsml:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.PreFooterPromotionalCard_buttonContent__8LvNU{display:flex;flex-direction:row;gap:22px;align-items:center;justify-content:center;width:100%}.PreFooterPromotionalCard_buttonIcon__vLK0s{position:absolute;left:-63px;top:46px;width:96px;height:96px}.PreFooterPromotionalCard_iconSvg__ZqyPO{width:100%;height:100%}.PreFooterPromotionalCard_buttonText__PAQ2j{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4b3ba7;white-space:nowrap}.PreFooterPromotionalCard_buttonArrow__L7DyL{display:grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;width:24px;height:24px;position:relative}.PreFooterPromotionalCard_arrowContainer__exn72{grid-area:1/1;margin-left:0;margin-top:0;width:24px;height:24px;position:relative}.PreFooterPromotionalCard_arrowSvg__6_dqb{width:24px;height:24px;grid-area:1/1}.PreFooterPromotionalCard_arrowIcon__TGd0Z{position:absolute;left:7.201px;top:7.199px;width:9.6px;height:9.6px;display:flex;align-items:center;justify-content:center;transform:rotate(180deg) scaleY(-1)}.PreFooterPromotionalCard_sendIcon__rP5x1{width:100%;height:100%}.PreFooterPromotionalCard_coursesGridContainer__II2Nv{display:flex;justify-content:flex-end;padding-right:16px;gap:16px;width:50%}.PreFooterPromotionalCard_coursesGrid__thFrn{display:flex;justify-content:flex-end;gap:16px;width:100%;align-items:stretch}.PreFooterPromotionalCard_coursesGridLeft__jUZRv{padding-top:32px}.PreFooterPromotionalCard_coursesGridLeft__jUZRv,.PreFooterPromotionalCard_coursesGridRight__znCtZ{display:flex;flex-direction:column;gap:14px;flex:1 1;flex-basis:50%;max-width:50%;height:100%}.PreFooterPromotionalCard_gridCourseCard__lfS2o{width:100%;height:-moz-fit-content;height:fit-content}.PreFooterPromotionalCard_coursesGridContainer__II2Nv .splide__slide,.PreFooterPromotionalCard_coursesGridContainer__II2Nv .splide__slide>*{height:auto!important}.PreFooterPromotionalCard_marqueeColumn__ksjhH{position:relative;overflow:hidden;height:100%}.PreFooterPromotionalCard_marqueeTrack__02ePZ{display:flex;flex-direction:column;gap:14px;animation:PreFooterPromotionalCard_scrollUp__vT5VX 18s linear infinite}.PreFooterPromotionalCard_marqueeTrackReverse__4obuH{animation:PreFooterPromotionalCard_scrollDown__dvTA9 18s linear infinite}.PreFooterPromotionalCard_marqueeColumn__ksjhH:hover .PreFooterPromotionalCard_marqueeTrackReverse__4obuH,.PreFooterPromotionalCard_marqueeColumn__ksjhH:hover .PreFooterPromotionalCard_marqueeTrack__02ePZ{animation-play-state:paused}@keyframes PreFooterPromotionalCard_scrollUp__vT5VX{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes PreFooterPromotionalCard_scrollDown__dvTA9{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.PreFooterPromotionalCard_mobileMarqueeContainer__STN68{height:auto;overflow-x:hidden;overflow-y:visible}@media (max-width:1024px){.PreFooterPromotionalCard_mobileMarqueeContainer__STN68{height:auto}.PreFooterPromotionalCard_marqueeTrackReverse__4obuH,.PreFooterPromotionalCard_marqueeTrack__02ePZ{animation-duration:20s}}@media (max-width:768px){.PreFooterPromotionalCard_mobileMarqueeContainer__STN68{height:auto}.PreFooterPromotionalCard_mobileMarqueeContainer__STN68 .keen-slider__slide{width:280px!important;overflow:visible!important;max-width:280px!important}.PreFooterPromotionalCard_mobileMarqueeContainer__STN68 .PreFooterPromotionalCard_marqueeTrack__02ePZ{flex-direction:row;animation:PreFooterPromotionalCard_scrollLeft__DpoLA 22s linear infinite;padding:0 16px;gap:16px}.PreFooterPromotionalCard_mobileMarqueeContainer__STN68 .PreFooterPromotionalCard_marqueeTrackReverse__4obuH{animation:PreFooterPromotionalCard_scrollLeft__DpoLA 22s linear infinite}.PreFooterPromotionalCard_mobileMarqueeContainer__STN68 .PreFooterPromotionalCard_gridCourseCard__lfS2o{flex:0 0 auto;width:280px}}@keyframes PreFooterPromotionalCard_scrollLeft__DpoLA{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.PreFooterPromotionalCard_arrowButtonSvg__w_Tps,.PreFooterPromotionalCard_arrowButton__wbafZ,.PreFooterPromotionalCard_avatarImage__TjzoZ,.PreFooterPromotionalCard_courseCard__lRB9S,.PreFooterPromotionalCard_courseImageContainer__Y27yV,.PreFooterPromotionalCard_courseImage__glH_O,.PreFooterPromotionalCard_courseInfo__r_Pkh,.PreFooterPromotionalCard_courseTitle__QD4Bb,.PreFooterPromotionalCard_image__yHQX0,.PreFooterPromotionalCard_instructorAvatar__c2k4N,.PreFooterPromotionalCard_instructorBadge__8DZ_y,.PreFooterPromotionalCard_instructorName__Uzng_,.PreFooterPromotionalCard_playButtonOverlay__quHVc,.PreFooterPromotionalCard_playSvg__fRS8q{display:none}@media (max-width:1200px){.PreFooterPromotionalCard_preFooterCard__MJUBo{padding:48px!important;gap:48px}.PreFooterPromotionalCard_heading__amKZ0{font-size:40px;line-height:48px;width:450px}.PreFooterPromotionalCard_description__e1E6H{font-size:18px;line-height:26px;width:400px}.PreFooterPromotionalCard_coursesGridContainer__II2Nv{width:500px;height:auto}.PreFooterPromotionalCard_coursesGrid__thFrn{gap:20px}}@media (max-width:1024px){.PreFooterPromotionalCard_preFooterCard__MJUBo{padding:40px;gap:40px;align-items:center;text-align:left;height:auto;min-height:auto;overflow:hidden;padding-left:24px!important;padding-right:24px!important;flex-direction:column-reverse}.PreFooterPromotionalCard_heading__amKZ0{font-size:36px;line-height:44px;width:100%;text-align:left}.PreFooterPromotionalCard_description__e1E6H{font-size:16px;line-height:24px;width:100%;text-align:left}.PreFooterPromotionalCard_textContent__nYzTg{align-items:flex-start;text-align:left;width:100%}.PreFooterPromotionalCard_membershipContent__O8pbb{width:100%;align-items:flex-start}.PreFooterPromotionalCard_coursesGridContainer__II2Nv{width:100%;height:auto;max-height:none;padding-right:0!important;justify-content:center}.PreFooterPromotionalCard_coursesGrid__thFrn{flex-direction:column;gap:20px;overflow:hidden;height:auto}.PreFooterPromotionalCard_coursesGridLeft__jUZRv{padding-top:0;flex-direction:row}.PreFooterPromotionalCard_coursesGridRight__znCtZ{margin-top:0}.PreFooterPromotionalCard_gridCourseCard__lfS2o{width:100%;max-width:none}}@media (max-width:768px){.PreFooterPromotionalCard_preFooterCard__MJUBo{padding:32px;gap:32px;flex-direction:column-reverse;height:auto;padding-left:16px!important;padding-right:16px!important}.PreFooterPromotionalCard_membershipContent__O8pbb{max-width:100%}.PreFooterPromotionalCard_heading__amKZ0{font-size:32px;line-height:40px}.PreFooterPromotionalCard_description__e1E6H{font-size:16px;line-height:24px}.PreFooterPromotionalCard_coursesGrid__thFrn{flex-direction:column;gap:20px}.PreFooterPromotionalCard_coursesGridLeft__jUZRv{padding-top:0}.PreFooterPromotionalCard_coursesGridRight__znCtZ{margin-top:0}.PreFooterPromotionalCard_gridCourseCard__lfS2o{width:240px;max-width:240px;margin:0 8px}.PreFooterPromotionalCard_ctaButton__dpsml{padding:14px}.PreFooterPromotionalCard_buttonIcon__vLK0s{display:none}}@media (max-width:480px){.PreFooterPromotionalCard_preFooterCard__MJUBo{padding:24px;gap:24px}.PreFooterPromotionalCard_heading__amKZ0{font-size:28px;line-height:36px}.PreFooterPromotionalCard_description__e1E6H{font-size:14px;line-height:20px}.PreFooterPromotionalCard_coursesGrid__thFrn{flex-direction:column;gap:16px}.PreFooterPromotionalCard_coursesGridLeft__jUZRv{padding-top:0}.PreFooterPromotionalCard_coursesGridRight__znCtZ{margin-top:0}.PreFooterPromotionalCard_gridCourseCard__lfS2o{width:100%;max-width:300px}.PreFooterPromotionalCard_ctaButton__dpsml{padding:12px}.PreFooterPromotionalCard_buttonContent__8LvNU{gap:16px}}.PreFooterPromotionalCard_preFooterCard__MJUBo{animation:PreFooterPromotionalCard_slideInUp__yMghw .8s ease-out}@keyframes PreFooterPromotionalCard_slideInUp__yMghw{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.PreFooterPromotionalCard_courseCard__lRB9S{animation:PreFooterPromotionalCard_fadeInScale__Hxzmb .6s ease-out}.PreFooterPromotionalCard_courseCard__lRB9S:first-child{animation-delay:.1s}.PreFooterPromotionalCard_courseCard__lRB9S:nth-child(2){animation-delay:.2s}.PreFooterPromotionalCard_courseCard__lRB9S:nth-child(3){animation-delay:.3s}.PreFooterPromotionalCard_courseCard__lRB9S:nth-child(4){animation-delay:.4s}.PreFooterPromotionalCard_courseCard__lRB9S:nth-child(5){animation-delay:.5s}.PreFooterPromotionalCard_courseCard__lRB9S:nth-child(6){animation-delay:.6s}@keyframes PreFooterPromotionalCard_fadeInScale__Hxzmb{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.CourseCard_courseCard__Jw83n{background:#ffffff;border-radius:26px;padding:16px;height:auto;width:100%;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.08)}.CourseCard_courseCard__Jw83n:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.CourseCard_imageContainer___RH5z{position:relative;width:100%;height:auto;aspect-ratio:356/277;border-radius:16.872px;overflow:hidden;background:#f7f6fc}.CourseCard_courseImage__YfwRS{width:100%;height:100%;object-fit:cover;border-radius:16.872px;transition:all .3s ease}.CourseCard_courseCard__Jw83n:hover .CourseCard_courseImage__YfwRS{transform:scale(1.05);transition:transform .3s ease}.CourseCard_imageBorder__X1XXb{position:absolute;inset:0;border-radius:16.872px;pointer-events:none;border:none}.CourseCard_courseContent__sVRY2{flex:1 1;display:flex;flex-direction:column;gap:8px;position:relative;padding-bottom:8px}.CourseCard_courseTitle__hyUSf{font-size:16px;font-weight:700;line-height:24px;color:#211266;margin:0;flex:initial;display:block;overflow:visible;white-space:normal}.CourseCard_instructorInfoContainer__sjdlv{display:flex;align-items:center;justify-content:space-between}.CourseCard_instructorInfo__6xE32{display:flex;align-items:center;gap:8px;background:#f7f6fc;border-radius:30.476px;padding:6px;align-self:flex-start}.CourseCard_instructorAvatar__nsEPZ{width:24px;height:24px;border-radius:50%;overflow:hidden;border:1px solid #ffffff;flex-shrink:0}.CourseCard_avatarImage__WTCGv{width:100%;height:100%;object-fit:cover}.CourseCard_instructorName__gDdqn{font-size:12px;font-weight:500;color:#211266;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.CourseCard_arrowButton__w3T1E{background:#f7f6fc;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.CourseCard_courseCard__Jw83n:hover .CourseCard_arrowButton__w3T1E{background:#4b3ba7;transform:scale(1.1);box-shadow:0 4px 12px rgba(75,59,167,.3)}.CourseCard_courseCard__Jw83n:hover .CourseCard_arrowButton__w3T1E .CourseCard_arrowIcon__bBptY{filter:brightness(0) invert(1);transform:rotate(-45deg)}.CourseCard_arrowIcon__bBptY{width:21.333px;height:21.333px;transition:all .3s ease}@media (max-width:768px){.CourseCard_courseCard__Jw83n{height:auto;padding:14px}.CourseCard_imageContainer___RH5z{height:auto;aspect-ratio:356/277}.CourseCard_courseTitle__hyUSf{font-size:18px;line-height:24px}.CourseCard_instructorInfo__6xE32{padding:5px 10px}.CourseCard_instructorName__gDdqn{font-size:11px;max-width:100px}}@media (max-width:480px){.CourseCard_courseCard__Jw83n{height:auto;padding:12px}.CourseCard_imageContainer___RH5z{height:auto;aspect-ratio:356/277}.CourseCard_courseTitle__hyUSf{font-size:16px;line-height:22px}.CourseCard_instructorInfo__6xE32{padding:4px 8px}.CourseCard_instructorName__gDdqn{font-size:10px;max-width:80px}.CourseCard_arrowButton__w3T1E{width:28px;height:28px}.CourseCard_arrowIcon__bBptY{width:18px;height:18px}}.CourseBreadcrumbs_courseTitle__DeYtn{display:flex;flex-direction:column;gap:16px;width:100%}.CourseBreadcrumbs_breadcrumb__MnSmh{display:flex;gap:8px;align-items:center;overflow:clip}.CourseBreadcrumbs_homeIcon__MXoSz{width:20px;height:20px;color:#5D5A88}.CourseBreadcrumbs_chevronIcon__0eUI0{width:20px;height:20px;color:#5D5A88;transform:rotate(-90deg)}.CourseBreadcrumbs_breadcrumbText__GXQdt{font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:24px;color:#4B3BA7;white-space:nowrap;text-transform:capitalize}.CourseBreadcrumbs_breadcrumbStaticText__PanQP{color:#5D5A88;font-size:14px;font-weight:400;line-height:24px}.CourseBreadcrumbs_title__WpzwE{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:66px;color:#211266;width:100%;margin:0}.SpecialtyCard_specialtyCard__hcHft{background:#ffffff;border-radius:26px;padding:16px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .3s ease;position:relative}.SpecialtyCard_specialtyCard__hcHft:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.SpecialtyCard_imageContainer__WKO5f{position:relative;width:100%;border-radius:16.872px;overflow:hidden;background:#f7f6fc;height:300px}.SpecialtyCard_specialtyImage__eAVMo{width:100%;height:100%;object-fit:cover;border-radius:16.872px;transition:all .3s ease}.SpecialtyCard_specialtyCard__hcHft:hover .SpecialtyCard_specialtyImage__eAVMo{transform:scale(1.1);transition:transform .3s ease}.SpecialtyCard_imageBorder__bRffI{position:absolute;inset:0;border-radius:16.872px;pointer-events:none}.SpecialtyCard_specialtyContent__U8qAD{flex:1 1;display:flex;flex-direction:column;gap:8px;position:relative}.SpecialtyCard_courseCountBadge__to2JI{display:flex;align-items:center;gap:4px;background:#f7f6fc;border-radius:30.476px;padding:6px 12px;align-self:flex-start}.SpecialtyCard_courseCount__JGb17{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#4b3ba7}.SpecialtyCard_courseLabel__TNsVV{font-size:12px;font-weight:400}.SpecialtyCard_courseLabel__TNsVV,.SpecialtyCard_specialtyTitle__8qj7I{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#211266}.SpecialtyCard_specialtyTitle__8qj7I{font-size:20px;font-weight:700;line-height:28px;margin:0;flex:1 1;width:90%}.SpecialtyCard_arrowButton__EKybV{position:absolute;bottom:0;right:0;background:#f7f6fc;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.SpecialtyCard_specialtyCard__hcHft:hover .SpecialtyCard_arrowButton__EKybV{background:#4b3ba7;transform:scale(1.4) translate(-4px)}.SpecialtyCard_specialtyCard__hcHft:hover .SpecialtyCard_arrowButton__EKybV .SpecialtyCard_arrowIcon__cZVuI{filter:brightness(0) invert(1);transform:rotate(-45deg)}.SpecialtyCard_arrowIcon__cZVuI{width:21.333px;height:21.333px;transition:filter .3s ease}@media (max-width:768px){.SpecialtyCard_imageContainer__WKO5f{height:100%}.SpecialtyCard_specialtyTitle__8qj7I{font-size:18px;line-height:24px}}@media (max-width:480px){.SpecialtyCard_specialtyCard__hcHft{padding:12px}.SpecialtyCard_specialtyTitle__8qj7I{font-size:16px;line-height:22px}.SpecialtyCard_courseCountBadge__to2JI{padding:4px 8px}.SpecialtyCard_courseCount__JGb17{font-size:12px}.SpecialtyCard_courseLabel__TNsVV{font-size:10px}}