.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}}.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}.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}.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}.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 22s 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:100%}}.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}}.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{font-family:Inter,sans-serif;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_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_lessonTitle__1vUa2{font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:45px;color:#ffffff;margin:0;width:526px}.CourseLessons_lessonDescription__qcF_L{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#a3a0ce;margin:0;width:100%}.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_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_durationBadge__uwmur,.CourseLessons_freeBadge__BalX_{padding:6px;border-radius:26.914px;font-size:9px;line-height:12.111px}.CourseLessons_durationBadge__uwmur svg,.CourseLessons_freeBadge__BalX_ svg{width:8.707px;height:8.707px}.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_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_durationBadge__uwmur,.CourseLessons_freeBadge__BalX_{padding:5px;font-size:8px;line-height:10px}.CourseLessons_durationBadge__uwmur svg,.CourseLessons_freeBadge__BalX_ svg{width:7px;height:7px}.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}}.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}}.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}}.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}.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_loginButton__W_Lo8:hover{text-decoration:underline}.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}}.SearchModal_overlay__v6X31{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;align-items:flex-start;justify-content:center;z-index:var(--z-modal-backdrop,300);padding-top:80px}.SearchModal_modal__JKCR1{background:#ffffff;border-radius:22px;width:100%;max-width:600px;max-height:85vh;height:574px;display:flex;flex-direction:column;gap:0;margin:0 20px;box-shadow:0 8px 24px -6px rgba(0,0,0,.16),0 0 1px 0 rgba(0,0,0,.4);animation:SearchModal_slideDown__Naklv .3s ease-out;overflow:hidden}@keyframes SearchModal_slideDown__Naklv{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchModal_inputContainer__iSE_m{display:flex;align-items:center;gap:12px;height:56px;padding:16px;border-bottom:1px solid #e2e2e2;position:relative}.SearchModal_searchIcon__hWeS2{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.SearchModal_searchIconSvg__D3jPy{width:15px;height:15px}.SearchModal_searchInput__Rd09c{flex:1 1;border:none;outline:none;font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#211266;background:transparent;height:24px;line-height:24px}.SearchModal_searchInput__Rd09c::placeholder{color:#5d5a88}.SearchModal_closeButton__9yjgx{position:absolute;right:13px;top:12px;background:#f7f6fc;border:none;border-radius:50px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.SearchModal_closeButton__9yjgx:hover{background:#eeecf9;transform:scale(1.05)}.SearchModal_closeIconSvg__ne_OX{width:11.52px;height:11.52px}.SearchModal_resultsContainer__tSf1K{flex:1 1;padding:12px;display:flex;height:100%;overflow:hidden}.SearchModal_loadingStateContainer__4g4U4,.SearchModal_resultsContainer__tSf1K{align-items:center;justify-content:center}.SearchModal_loadingState__zVhfq{display:flex;flex-direction:column;align-items:center;gap:16px;color:#5d5a88;font-family:Inter,sans-serif;font-size:14px}.SearchModal_spinner__xscX6{width:32px;height:32px;border:3px solid #f7f6fc;border-top-color:#4b3ba7;border-radius:50%;animation:SearchModal_spin__P7lWr 1s linear infinite}@keyframes SearchModal_spin__P7lWr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SearchModal_emptyState__lwxlA{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:256px;gap:16px}.SearchModal_sadIcon__ebbwI{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.SearchModal_sadIconSvg__2dlnl{width:21px;height:21px}.SearchModal_emptyTitle__ugi1v{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#211266;line-height:24px;margin:0}.SearchModal_emptyDescription__uSvQx{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#5d5a88;line-height:20px;margin:0}.SearchModal_initialState__mT8CU{display:flex;align-items:center;justify-content:center;text-align:center;height:100%;width:100%}.SearchModal_initialText__V5w7T{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#5d5a88;line-height:20px;margin:0;max-width:300px;text-align:center}.SearchModal_suggestionsContainer__t6asp{padding:0 16px 8px;border-bottom:1px solid #e2e2e2}.SearchModal_suggestionsList___7ZUC{display:flex;flex-direction:column;gap:4px}.SearchModal_suggestionItem__cOAfA{display:flex;align-items:center;gap:12px;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left}.SearchModal_suggestionItem__cOAfA:hover{background-color:#f7f6fc}.SearchModal_suggestionIcon__Qi_ej{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.SearchModal_suggestionIconSvg__y3N4J{width:16px;height:16px}.SearchModal_suggestionText__KcYVC{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#5d5a88;line-height:20px}.SearchModal_searchResultsContainer__X6Z5d{width:100%;height:100%;display:flex;gap:16px;overflow-y:auto;padding-right:4px;align-items:flex-start;justify-content:flex-start}.SearchModal_searchResultsContainer__X6Z5d::-webkit-scrollbar{width:6px}.SearchModal_searchResultsContainer__X6Z5d::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.SearchModal_searchResultsContainer__X6Z5d::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.SearchModal_searchResultsContainer__X6Z5d::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.SearchModal_leftColumn__EGkv8{flex:1 1;display:flex;flex-direction:column;gap:16px;min-height:0}.SearchModal_rightColumn__guUtO{width:250px;display:flex;flex-direction:column;gap:16px;min-height:0}.SearchModal_resultsSection___JJo6{display:flex;flex-direction:column;gap:8px;min-height:0}.SearchModal_sectionTitle__dSy3j{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#211266;line-height:24px;margin:0;padding:0 0 8px}.SearchModal_resultsList__HkULM{display:flex;flex-direction:column;gap:10px;min-height:0}.SearchModal_resultItem__iWPVi{display:flex;gap:16px;padding:4px 0;border-radius:6px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit;border:1px solid transparent;align-items:center}.SearchModal_resultItem__iWPVi:hover{background-color:#f7f6fc}.SearchModal_resultImage___LOIL{position:relative;width:57px;height:57px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.SearchModal_courseImage__x0iIh{width:100%;height:100%;object-fit:cover;border-radius:2.7px}.SearchModal_playIcon__ldX7w{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:21.45px;height:26.034px;z-index:1}.SearchModal_speakerAvatar__xCwMU{width:37px;height:37px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#ced1d7;display:flex;align-items:center;justify-content:center}.SearchModal_avatarImage__hJCd3{width:100%;height:100%;object-fit:cover}.SearchModal_resultContent___Yhhj{flex:1 1;display:flex;flex-direction:column;gap:4px;padding:1px 0;justify-content:center}.SearchModal_resultTitle__Sb46S{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#211266;line-height:18px;margin:0;letter-spacing:.25px}.SearchModal_resultAuthor__TVm8G{color:#595e67;letter-spacing:.5px}.SearchModal_resultAuthor__TVm8G,.SearchModal_resultSpecialty__NiJOc{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0}.SearchModal_resultSpecialty__NiJOc{color:#4B3BA7}.SearchModal_seeMoreLink__oKATQ{padding:8px 0 0;text-align:left}.SearchModal_seeMoreLink__oKATQ span{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#4B3BA7;line-height:18px;letter-spacing:.25px;cursor:pointer}.SearchModal_seeMoreLink__oKATQ span:hover{text-decoration:underline}.SearchModal_placeholderImage__EtR6Z{border-radius:2.7px}.SearchModal_placeholderAvatar__0vmXY,.SearchModal_placeholderImage__EtR6Z{width:100%;height:100%;background:#f0f0f0;animation:SearchModal_pulse__gO_R0 1.5s ease-in-out infinite}.SearchModal_placeholderAvatar__0vmXY{border-radius:50%}.SearchModal_placeholderTitle__W0Gq1{width:80%;height:14px;background:#f0f0f0;border-radius:2px;animation:SearchModal_pulse__gO_R0 1.5s ease-in-out infinite}.SearchModal_placeholderAuthor__XoK0k{width:60%}.SearchModal_placeholderAuthor__XoK0k,.SearchModal_placeholderSpecialty__C6WTS{height:12px;background:#f0f0f0;border-radius:2px;animation:SearchModal_pulse__gO_R0 1.5s ease-in-out infinite;margin-top:4px}.SearchModal_placeholderSpecialty__C6WTS{width:70%}@keyframes SearchModal_pulse__gO_R0{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.SearchModal_overlay__v6X31{padding-top:60px;padding-left:16px;padding-right:16px}.SearchModal_modal__JKCR1{margin:0;max-width:none;height:100%;border-radius:16px;overflow-y:auto;justify-content:start}.SearchModal_leftColumn__EGkv8{flex:none}.SearchModal_inputContainer__iSE_m{padding:12px;height:48px}.SearchModal_searchInput__Rd09c{font-size:14px}.SearchModal_closeButton__9yjgx{width:28px;height:28px;right:10px;top:10px}.SearchModal_resultsContainer__tSf1K{height:100%;padding:8px}.SearchModal_searchResultsContainer__X6Z5d{flex-direction:column}.SearchModal_rightColumn__guUtO{width:100%}.SearchModal_emptyTitle__ugi1v{font-size:14px}.SearchModal_emptyDescription__uSvQx{font-size:12px}}@media (prefers-reduced-motion:reduce){.SearchModal_modal__JKCR1,.SearchModal_spinner__xscX6{animation:none}.SearchModal_closeButton__9yjgx{transition:none}}.LoginDropDown_loginDropDown__ZOqqh{display:flex;flex-direction:column;gap:4px}.LoginDropDown_desktop__skYeQ{position:absolute;top:100%;right:0;background:#ffffff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:4px;min-width:240px;z-index:180;margin-top:8px}.LoginDropDown_mobile__uEuiG{padding:0;margin-top:16px;background:transparent;box-shadow:none}.LoginDropDown_menuItem__QZ6Tu{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;text-decoration:none;color:#211266;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:24px;transition:all .2s ease;border:none;background:transparent;cursor:pointer;width:100%;text-align:left}.LoginDropDown_menuItem__QZ6Tu:hover{background:rgba(33,18,102,.05);transform:translateY(-1px)}.LoginDropDown_menuItem__QZ6Tu:active{transform:translateY(0)}.LoginDropDown_mobile__uEuiG .LoginDropDown_menuItem__QZ6Tu:last-child{margin-bottom:0}.LoginDropDown_menuIcon__5TeUn{width:20px;height:20px;flex-shrink:0;color:#211266}.LoginDropDown_mobile__uEuiG .LoginDropDown_menuIcon__5TeUn{width:24px;height:24px}.LoginDropDown_menuText__jzR_L{flex:1 1;font-weight:500}.LoginDropDown_mobile__uEuiG .LoginDropDown_menuText__jzR_L{font-weight:400;font-size:14px}.LoginDropDown_separator__OHpgS{height:1px;background:rgba(33,18,102,.1)}.LoginDropDown_mobile__uEuiG .LoginDropDown_separator__OHpgS{margin:12px 0;background:rgba(33,18,102,.15)}.LoginDropDown_logoutButton__tOx45{color:#dc2626;font-weight:400;font-size:14px}.LoginDropDown_logoutButton__tOx45:hover{background:rgba(220,38,38,.05)}.LoginDropDown_mobile__uEuiG .LoginDropDown_logoutButton__tOx45{background:#fef2f2;border-color:rgba(220,38,38,.2);color:#dc2626}.LoginDropDown_mobile__uEuiG .LoginDropDown_logoutButton__tOx45:hover{background:#fee2e2;border-color:rgba(220,38,38,.3)}@media (max-width:768px){.LoginDropDown_mobile__uEuiG .LoginDropDown_menuItem__QZ6Tu{padding:18px 24px;font-size:17px}.LoginDropDown_mobile__uEuiG .LoginDropDown_menuIcon__5TeUn{width:26px;height:26px}}.FreeContentSlider_mobileContainer__f8Sr0{width:100%;text-align:left;display:flex;flex-direction:column}.FreeContentSlider_courseGrid__GkMIz{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-bottom:16px}.FreeContentSlider_mobileCourseCard__IOkH_{width:100%;height:auto}@media (max-width:768px){.FreeContentSlider_courseGrid__GkMIz{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}@media (max-width:480px){.FreeContentSlider_courseGrid__GkMIz{grid-template-columns:1fr;gap:16px}}.FreeContentSlider_sectionHeader__YQwAe{display:flex;justify-content:space-between;align-items:left;margin-bottom:32px;position:relative}.FreeContentSlider_sectionTitle__g9Ovn{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:32px;line-height:66px;color:#211266;margin:0;white-space:nowrap}.FreeContentSlider_titleRegular__oCLSV{font-weight:400}.FreeContentSlider_titleBold__0bbOu{font-weight:700}.FreeContentSlider_browseAllButton__aoCQE,.FreeContentSlider_exploreAllButton__oGqGg{background:#ffffff;border:none;border-radius:9999px;padding:16px 24px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;display:flex;align-items:center;gap:12px}.FreeContentSlider_exploreAllButton__oGqGg:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.FreeContentSlider_exploreAllButton__oGqGg:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.1)}.FreeContentSlider_browseAllButton__aoCQE:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.FreeContentSlider_browseAllButton__aoCQE:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.1)}.FreeContentSlider_arrowContainer__To87D{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.FreeContentSlider_arrowIcon__eYO2d{width:24px;height:24px;color:#4b3ba7;transform:rotate(-45deg)}.FreeContentSlider_sliderContainer__pRV6w{position:relative;width:100%;overflow:visible;border-radius:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FreeContentSlider_sliderTrack__3_whY{display:flex;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94);width:100%;gap:24px;margin-left:calc(50% - 720px)}.FreeContentSlider_slide__nX3Y2{cursor:pointer}.FreeContentSlider_sliderTrack__3_whY.FreeContentSlider_seamless__MBI7t{transition:none}.FreeContentSlider_slide__nX3Y2{min-width:1440px;flex-shrink:0;max-width:1440px;padding-left:24px;padding-right:24px}.FreeContentSlider_courseCard__ocwKu{background:#ffffff;border-radius:22px;padding:32px;display:flex;gap:32px;height:100%;align-items:center;justify-content:space-between;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease,transform .3s ease,box-shadow .3s ease}.FreeContentSlider_imageContainer__kGq0H{position:relative;flex-shrink:0;width:431px;height:100%}.FreeContentSlider_imageWrapper__f35ru{width:100%;height:100%;border-radius:16.872px;overflow:hidden;background:#f7f6fc}.FreeContentSlider_courseImage__a2TMW{width:100%;object-fit:cover;border-radius:16.872px;height:100%}.FreeContentSlider_playButton__N4x4r{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff;border:none;border-radius:107.367px;width:80px;height:80px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);transition:all .3s ease,background-color .3s ease}.FreeContentSlider_playButton__N4x4r:before{content:"";position:absolute;inset:-18.406px;border:18.406px solid rgba(255,255,255,.32);border-radius:125.773px;pointer-events:none;transition:border-color .3s ease}.FreeContentSlider_playButton__N4x4r:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 40px rgba(0,0,0,.2)}.FreeContentSlider_playButtonInner__KpgGQ{position:relative;width:32px;height:32px}.FreeContentSlider_playIcon__rTPlQ{width:32px;height:32px;color:#4b3ba7;transition:color .3s ease}.FreeContentSlider_courseContent__JJlOG{flex:1 1;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-between}.FreeContentSlider_badgesContainer__VV4lk{display:flex;gap:11px;align-items:center}.FreeContentSlider_badge__5yuYN{background:#f7f6fc;border-radius:40.091px;padding:6px 12px;display:flex;align-items:center;gap:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;color:#211266;white-space:nowrap}.FreeContentSlider_trendingIcon__kU7gQ{width:13px;height:13px;color:#211266}.FreeContentSlider_courseInfo__5z0jn{display:flex;flex-direction:column;gap:12px}.FreeContentSlider_courseTitle__x7q5O{font-size:48px;font-weight:700;line-height:56px;color:#211266;letter-spacing:-1px}.FreeContentSlider_courseDescription__jDV_U,.FreeContentSlider_courseTitle__x7q5O{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;max-width:605px}.FreeContentSlider_courseDescription__jDV_U{font-size:20px;font-weight:400;line-height:28px;color:#5d5a88}.FreeContentSlider_courseMeta__kpPpp{display:flex;justify-content:space-between;align-items:center;position:relative}.FreeContentSlider_authorInfo__Jsgsc{display:flex;align-items:center;gap:6px;background:#f7f6fc;border-radius:30.476px;padding:6px}.FreeContentSlider_authorAvatar__cEbfX{width:24px;height:24px;border-radius:50%;overflow:hidden;border:.8px solid #f7f6fc}.FreeContentSlider_avatarImage__QOqMy{width:100%;height:100%;object-fit:cover}.FreeContentSlider_authorName__uvWrx{font-size:12px}.FreeContentSlider_authorName__uvWrx,.FreeContentSlider_durationBadge__qoolc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#211266;white-space:nowrap}.FreeContentSlider_durationBadge__qoolc{position:absolute;bottom:-1px;right:0;background:rgba(247,246,252,.9);-webkit-backdrop-filter:blur(22.461px);backdrop-filter:blur(22.461px);border-radius:32.516px;padding:5px 12px;font-size:11px}.FreeContentSlider_navigationControls__2IX91{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;padding:0 20px}.FreeContentSlider_navButton__46FRc{background:#ffffff;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;pointer-events:auto}.FreeContentSlider_navButton__46FRc:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.FreeContentSlider_navButton__46FRc:active{transform:scale(.95)}.FreeContentSlider_navIcon__sdzgz{width:24px;height:24px;color:#4b3ba7}.FreeContentSlider_dotsContainer__EpXif{display:flex;justify-content:center;gap:8px;margin-top:24px}.FreeContentSlider_dot__eGSXU{width:8px;height:8px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;transition:all .3s ease}.FreeContentSlider_dot__eGSXU:hover{background:#cbd5e1;transform:scale(1.1)}.FreeContentSlider_activeDot__wmJz6{background:#4b3ba7;transform:scale(1.2)}.FreeContentSlider_dot__eGSXU:active{transform:scale(.9)}.FreeContentSlider_autoPlayToggle__4iBBM{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.FreeContentSlider_autoPlayToggle__4iBBM:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.FreeContentSlider_autoPlayIcon__Vz1pN{width:20px;height:20px;color:#4b3ba7}@media (max-width:1400px){.FreeContentSlider_slide__nX3Y2{min-width:100%;max-width:100%}.FreeContentSlider_sliderTrack__3_whY{gap:20px;margin-left:0}}@media (max-width:1200px){.FreeContentSlider_slide__nX3Y2{min-width:100%;max-width:100%}.FreeContentSlider_sliderTrack__3_whY{gap:16px;margin-left:0}.FreeContentSlider_courseCard__ocwKu{padding:24px;gap:24px;height:350px}.FreeContentSlider_imageContainer__kGq0H{width:350px;height:270px}.FreeContentSlider_courseTitle__x7q5O{font-size:36px;line-height:44px}.FreeContentSlider_courseDescription__jDV_U{font-size:18px;line-height:26px}.FreeContentSlider_sectionTitle__g9Ovn{font-size:28px;line-height:56px}}@media (max-width:1024px){.FreeContentSlider_courseCard__ocwKu{padding:20px;gap:20px;height:320px;flex-direction:column;text-align:center}.FreeContentSlider_imageContainer__kGq0H{width:100%;max-width:400px;height:250px}.FreeContentSlider_courseTitle__x7q5O{font-size:32px;line-height:40px}.FreeContentSlider_courseDescription__jDV_U{font-size:16px;line-height:24px}.FreeContentSlider_sectionHeader__YQwAe{flex-direction:column;gap:20px;text-align:left;margin-bottom:22px}.FreeContentSlider_sectionTitle__g9Ovn{font-size:26px;line-height:48px}}@media (max-width:768px){.FreeContentSlider_courseCard__ocwKu{padding:16px;gap:16px;height:auto;min-height:280px}.FreeContentSlider_imageContainer__kGq0H{height:200px}.FreeContentSlider_courseTitle__x7q5O{font-size:28px;line-height:36px}.FreeContentSlider_courseDescription__jDV_U{font-size:14px;line-height:20px}.FreeContentSlider_sectionTitle__g9Ovn{font-size:24px;line-height:40px;white-space:normal}.FreeContentSlider_browseAllButton__aoCQE{padding:12px 20px}.FreeContentSlider_buttonText__NTiIk{font-size:14px}.FreeContentSlider_navigationControls__2IX91{padding:0 10px}.FreeContentSlider_navButton__46FRc{width:40px;height:40px}.FreeContentSlider_navIcon__sdzgz{width:20px;height:20px}.FreeContentSlider_sectionHeader__YQwAe{margin-bottom:10px}}@media (max-width:480px){.FreeContentSlider_courseCard__ocwKu{padding:12px;gap:12px}.FreeContentSlider_imageContainer__kGq0H{height:180px}.FreeContentSlider_courseTitle__x7q5O{font-size:24px;line-height:32px}.FreeContentSlider_courseDescription__jDV_U{font-size:13px;line-height:18px}.FreeContentSlider_sectionTitle__g9Ovn{font-size:22px;line-height:36px}.FreeContentSlider_browseAllButton__aoCQE{padding:10px 16px}.FreeContentSlider_buttonText__NTiIk{font-size:13px}.FreeContentSlider_badge__5yuYN{font-size:11px;padding:4px 8px}.FreeContentSlider_courseMeta__kpPpp{flex-direction:column;gap:12px;align-items:flex-start}.FreeContentSlider_durationBadge__qoolc{position:static;align-self:flex-end}}.FreeContentSlider_sliderContainer__pRV6w{animation:FreeContentSlider_fadeInUp__vn2BQ .8s ease-out}@keyframes FreeContentSlider_fadeInUp__vn2BQ{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.FreeContentSlider_sliderTrack__3_whY{will-change:transform}.FreeContentSlider_emptyContainer__fskKR,.FreeContentSlider_errorContainer__cNoN2,.FreeContentSlider_loadingContainer__GdkRR{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.FreeContentSlider_skeletonCard__JXu_N{background:#ffffff;border-radius:22px;padding:32px;display:flex;gap:32px;align-items:center;height:400px;animation:FreeContentSlider_fadeInUp__vn2BQ .6s ease-out}.FreeContentSlider_skeletonCard__JXu_N:first-child{animation-delay:.1s}.FreeContentSlider_skeletonCard__JXu_N:nth-child(2){animation-delay:.2s}.FreeContentSlider_skeletonCard__JXu_N:nth-child(3){animation-delay:.3s}.FreeContentSlider_skeletonCard__JXu_N:nth-child(4){animation-delay:.4s}.FreeContentSlider_skeletonImageContainer__dKiBQ{position:relative;width:431px;height:334px;border-radius:16px;overflow:hidden}.FreeContentSlider_skeletonImageContainer__dKiBQ,.FreeContentSlider_skeletonImage__J6U8p{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonImage__J6U8p{width:100%;height:100%}.FreeContentSlider_skeletonPlayButton__Z0Wgr{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonContent__LdAxI{flex:1 1;display:flex;flex-direction:column;gap:24px;height:100%}.FreeContentSlider_skeletonBadges__0TlHv{display:flex;gap:12px}.FreeContentSlider_skeletonBadge__uaGt5{height:32px;width:100px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonInfo__DHKax{display:flex;flex-direction:column;gap:16px;flex:1 1}.FreeContentSlider_skeletonTitle__jkzoX{height:32px;width:80%}.FreeContentSlider_skeletonDescription__U97xO,.FreeContentSlider_skeletonTitle__jkzoX{border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonDescription__U97xO{height:20px;width:90%}.FreeContentSlider_skeletonMeta__8O9Ej{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.FreeContentSlider_skeletonAuthor__3kqxD{width:120px}.FreeContentSlider_skeletonAuthor__3kqxD,.FreeContentSlider_skeletonDuration__PQYXT{height:24px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonDuration__PQYXT{width:80px}@keyframes FreeContentSlider_shimmer__tvmBV{0%{background-position:-200% 0}to{background-position:200% 0}}.FreeContentSlider_loadingSpinner__eGuOf{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#4b3ba7;border-radius:50%;animation:FreeContentSlider_spin__JNRWl 1s linear infinite;margin-bottom:20px}@keyframes FreeContentSlider_spin__JNRWl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FreeContentSlider_errorMessage__tSn0W{color:#dc2626;font-size:18px;margin-bottom:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.FreeContentSlider_retryButton__9W5BC{background:#4b3ba7;color:white;border:none;border-radius:8px;padding:12px 24px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.FreeContentSlider_retryButton__9W5BC:hover{background:#3d2f85}.FreeContentSlider_emptyContainer__fskKR p{margin:8px 0}.FreeContentSlider_courseCard__ocwKu:hover{border-radius:22px;background:#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)}.FreeContentSlider_courseCard__ocwKu:hover .FreeContentSlider_playButton__N4x4r{background:#4b3ba7}.FreeContentSlider_courseCard__ocwKu:hover .FreeContentSlider_playButton__N4x4r:before{border-color:rgba(78,70,180,.32)}.FreeContentSlider_courseCard__ocwKu:hover .FreeContentSlider_playIcon__rTPlQ{color:#ffffff}.FreeContentSlider_authorInfo__Jsgsc:hover,.FreeContentSlider_badge__5yuYN:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}@media (hover:none) and (pointer:coarse){.FreeContentSlider_courseCard__ocwKu:active{transform:translateY(-2px);box-shadow:0 16px 16px -4px rgba(0,0,0,.08),0 0 16px -4px rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.2)}.FreeContentSlider_playButton__N4x4r:active{background:#4b3ba7;transform:translate(-50%,-50%) scale(1.05)}.FreeContentSlider_playButton__N4x4r:active:before{border-color:rgba(78,70,180,.32)}.FreeContentSlider_playButton__N4x4r:active .FreeContentSlider_playIcon__rTPlQ{color:#ffffff}}.FreeContentSlider_mobileSkeletonCard__FDs4I{background:#ffffff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;height:280px;box-shadow:0 2px 8px rgba(0,0,0,.1);animation:FreeContentSlider_fadeInUp__vn2BQ .6s ease-out}.FreeContentSlider_mobileSkeletonCard__FDs4I:first-child{animation-delay:.1s}.FreeContentSlider_mobileSkeletonCard__FDs4I:nth-child(2){animation-delay:.2s}.FreeContentSlider_mobileSkeletonCard__FDs4I:nth-child(3){animation-delay:.3s}.FreeContentSlider_mobileSkeletonImage__KJd2T{width:100%;height:180px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_mobileSkeletonContent__7Tnrd{display:flex;flex-direction:column;gap:12px;flex:1 1}.FreeContentSlider_mobileSkeletonTitle__LQL6h{height:20px;width:90%;border-radius:4px}.FreeContentSlider_mobileSkeletonAuthor__Hk1LF,.FreeContentSlider_mobileSkeletonTitle__LQL6h{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_mobileSkeletonAuthor__Hk1LF{height:16px;width:60%;border-radius:8px}.FreeContentSlider_mobileSkeletonButton__w9rKO{width:160px;margin:0 auto}.FreeContentSlider_mobileSkeletonButton__w9rKO,.FreeContentSlider_skeletonExploreButton__epOyD{height:48px;border-radius:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonExploreButton__epOyD{width:180px}.FreeContentSlider_skeletonNavButton__TKyPe{background:#f0f0f0;border-radius:50%;width:48px;height:48px;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}.FreeContentSlider_skeletonDot__wqA54{width:12px;height:12px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FreeContentSlider_shimmer__tvmBV 1.5s infinite}@media (max-width:1024px){.FreeContentSlider_skeletonCard__JXu_N{padding:20px;gap:20px;height:320px;flex-direction:column}.FreeContentSlider_skeletonImageContainer__dKiBQ{width:100%;max-width:400px;height:250px}.FreeContentSlider_skeletonTitle__jkzoX{height:28px;width:85%}.FreeContentSlider_skeletonDescription__U97xO{height:18px;width:85%}.FreeContentSlider_mobileSkeletonCard__FDs4I{height:260px}.FreeContentSlider_mobileSkeletonImage__KJd2T{height:160px}}@media (max-width:768px){.FreeContentSlider_skeletonCard__JXu_N{padding:16px;gap:16px;height:auto;min-height:280px}.FreeContentSlider_skeletonImageContainer__dKiBQ{height:200px}.FreeContentSlider_skeletonTitle__jkzoX{height:24px;width:80%}.FreeContentSlider_skeletonDescription__U97xO{height:16px;width:80%}.FreeContentSlider_mobileSkeletonCard__FDs4I{height:240px;padding:12px;gap:12px}.FreeContentSlider_mobileSkeletonImage__KJd2T{height:140px}.FreeContentSlider_mobileSkeletonTitle__LQL6h{height:18px;width:85%}.FreeContentSlider_mobileSkeletonAuthor__Hk1LF{height:14px;width:65%}.FreeContentSlider_mobileSkeletonButton__w9rKO{height:44px;width:140px}.FreeContentSlider_skeletonExploreButton__epOyD{height:44px;width:160px}.FreeContentSlider_skeletonNavButton__TKyPe{width:40px;height:40px}}@media (max-width:480px){.FreeContentSlider_skeletonCard__JXu_N{padding:12px;gap:12px}.FreeContentSlider_skeletonImageContainer__dKiBQ{height:180px}.FreeContentSlider_skeletonTitle__jkzoX{height:20px;width:75%}.FreeContentSlider_skeletonDescription__U97xO{height:14px;width:75%}.FreeContentSlider_mobileSkeletonCard__FDs4I{height:220px;padding:10px;gap:10px}.FreeContentSlider_mobileSkeletonImage__KJd2T{height:120px}.FreeContentSlider_mobileSkeletonTitle__LQL6h{height:16px;width:80%}.FreeContentSlider_mobileSkeletonAuthor__Hk1LF{height:12px;width:70%}.FreeContentSlider_mobileSkeletonButton__w9rKO{height:40px;width:120px}.FreeContentSlider_skeletonExploreButton__epOyD{height:40px;width:140px}.FreeContentSlider_skeletonNavButton__TKyPe{width:36px;height:36px}.FreeContentSlider_skeletonDot__wqA54{width:10px;height:10px}}