@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap);.loader{display:grid;height:calc(100vh - 5.2rem);place-items:center;width:100%}.loader.mini{animation:spinner 1.4s linear infinite;border:3.6px solid #fff;border-radius:100%;border-top-color:#1877f2;height:20px;width:20px}.loader__logo{animation:spinner 2.4s linear infinite;height:80px;opacity:.8;width:80px}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup{-webkit-backdrop-filter:blur(.24rem);backdrop-filter:blur(.24rem);background-color:#dcdcdc33;bottom:0;display:grid;left:0;padding-inline:4rem;place-items:center;position:fixed;right:0;top:0;z-index:99998}.popup__content{align-items:center;background-color:#fff;border-radius:.8rem;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:3rem 1rem}.popup__content.success{border:3px solid green}.popup__content.success .yesButton{background-color:green;border-color:green}.popup__content.alert{border:3px solid orange}.popup__content.alert .yesButton{background-color:orange;border-color:orange}.popup__content.alert .noButton{background-color:gray;border-color:gray}.popup__content.error,.popup__content.sys_error{border:3px solid red}.popup__content.error .yesButton,.popup__content.sys_error .yesButton{background-color:red;border-color:red}.popup__content-message{font-size:18px;text-align:center;width:30rem}@media(max-width:540px){.popup__content-message{width:100%}}.popup__content-bottom{display:flex;gap:2rem}.rcTable table{border-collapse:collapse;border-radius:.6rem .6rem 0 0;overflow:hidden;width:100%}.rcTable table td,.rcTable table th{padding:.8rem;text-align:center;-webkit-user-select:none;user-select:none}.rcTable table td:not(:last-of-type),.rcTable table th:not(:last-of-type){border-right:.4px solid #ddd}.rcTable table td:first-of-type,.rcTable table th:first-of-type{font-weight:bolder;text-align:center;width:1rem}.rcTable table td:last-of-type,.rcTable table th:last-of-type{width:11rem}.rcTable table th{background-color:#002de4;color:#fff;letter-spacing:.06rem}.rcTable table tr{border-bottom:.4px solid #ddd;transition:background-color .6s,color 2.4s}.rcTable table tr.tbDeletingRow{background-color:orange;color:#fff;transition:none}.rcTable table tr:last-of-type{border-bottom:.6px solid #002de4}.rcTable table tr:hover{background-color:#f8f8f8}.rcTable table tr:hover img{opacity:.6}.rcTable .tbContent{overflow-x:auto}@media(max-width:540px){.rcTable .tbContent{margin-bottom:-.6rem;overflow-x:auto;width:calc(100vw - 80px)}}@media(max-width:320px){.rcTable .tbContent{width:calc(100vw - 60px)}}.rcTable .tbContent.withPhoto table td:nth-child(2),.rcTable .tbContent.withPhoto table th:nth-child(2){padding:.4rem;width:6rem}.rcTable__globalFilter{height:3rem;padding:0 .8rem;width:30rem}@media(max-width:540px){.rcTable__globalFilter{width:100%}}.rcTable__heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}@media(max-width:540px){.rcTable__heading{flex-direction:column-reverse;gap:1rem}}.rcTable__headerContainer{align-items:center;display:flex;justify-content:center}.rcTable__headerContainer-iconBox{background-color:green;border-radius:.4rem;color:#fff;display:flex;margin-left:.4rem;padding:.2rem}.rcTable__headerContainer-filterCol{align-items:center;display:flex;gap:.2rem;justify-content:center;margin-top:.4rem}.rcTable__headerContainer-filterCol input{font-size:14px;padding:0 .2rem;width:14rem}.rcTable__img{border-radius:100%;height:6rem;object-fit:cover;width:6rem}.rcTable__img.squarePhoto{border-radius:.3rem}.rcTable__actionsContainer{display:flex;justify-content:space-between}.rcTable__actionsContainer--disabledButton{justify-content:center}.rcTable__actionsContainer-btn{background-color:initial;border:initial;padding:initial}.rcTable__actionsContainer-btn .deleteBtn{border-radius:1rem;color:red;padding-inline:4px}.rcTable__actionsContainer-btn .deleteBtn:hover{background-color:red;color:#fff}.rcTable__actionsContainer-btn .seeDetailBtn{border-radius:1rem;color:#1e90ff;padding-inline:6px;transform:rotateY(180deg)}.rcTable__actionsContainer-btn .seeDetailBtn:hover{background-color:#1e90ff;color:#fff}.rcTable__actionsContainer-btn.promoteBtn{border:1px solid #2f55d4;border-radius:999px;color:#2f55d4;font-size:11px;font-weight:700;line-height:1.4;padding:2px 8px}.rcTable__actionsContainer-btn.promoteBtn:hover{background-color:#2f55d4;color:#fff}.rcTable__pagination{align-items:center;display:flex;justify-content:center;margin-top:1.4rem}@media(max-width:540px){.rcTable__pagination{flex-direction:column;gap:1rem}}.rcTable__pagination-colCount{height:3rem;padding:0 .6rem;width:min-content}@media(max-width:540px){.rcTable__pagination-colCount{order:3}}.rcTable__pagination-page{align-items:center;display:flex;justify-content:center;margin:0 .8rem}@media(max-width:540px){.rcTable__pagination-page{order:1}}.rcTable__pagination-page-btn{background-color:initial;border:initial;color:#1e90ff;margin:0 .2rem;padding:initial}.rcTable__pagination-page-btn svg{font-size:26px}.rcTable__pagination-page-btn:disabled{background-color:initial;color:#a9a9a9}.rcTable__pagination-page-btn:disabled:hover{background-color:initial}@media(max-width:540px){.rcTable__pagination-gotoPage{order:2}}.rcTable__pagination-gotoPage-pageNumber{margin:0 .5rem;padding-right:1rem;text-align:center;width:5.2rem}.rcTable__pagination-gotoPage-pageNumber::-webkit-inner-spin-button,.rcTable__pagination-gotoPage-pageNumber::-webkit-outer-spin-button{appearance:none;margin:0}.rcTable__noData{align-items:center;display:flex;flex-direction:column;font-size:20px;gap:.4rem;height:100%;justify-content:center}.rcTable__noData .error-message{color:orange;font-weight:500}.rcTable__noData .error-reloadBtn{background-color:gray;border:none;margin-top:1rem;padding:1.4rem 1rem}.adnCard.centered{display:grid;place-items:center}.adnCard__heading{border-bottom:2px solid gray;margin-bottom:2rem;padding:.6rem 0;position:relative;width:100%}.adnCard__heading-goBack{border-radius:3rem;font-size:14px;padding:1rem}.adnCard__heading-title{font-weight:600;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.modal__content{border-radius:2rem}.modal__content-closeBtn{background-color:#d2d2d2cc!important;border-radius:100%!important;color:red!important;font-size:22px;padding:.4rem!important;right:-26px;top:-26px}.modal__content-closeBtn svg{margin:-4px}.checkbox{align-items:center;display:flex;gap:.4rem}.checkbox,.checkbox *{cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox :hover,.checkbox:hover{opacity:.8}.myRadio{align-items:center;display:flex;gap:.6rem;-webkit-user-select:none;user-select:none}.myRadio,.myRadio-label,.myRadio-radio{cursor:pointer}.collapse{background-color:#dcdcdc;border-radius:.8rem;display:flex;flex-direction:column}.collapse__title{display:flex;font-size:16px;font-weight:bolder;justify-content:space-between;line-height:1;padding:1rem!important;text-align:start}@media(max-width:540px){.collapse__title{padding:1.6rem 1rem!important}}.collapse__title:hover{opacity:1}.collapse__title:active{transform:none}.collapse__body{overflow:hidden;transition:height .3s ease}.collapse__body-content{align-items:center;display:flex;padding:1rem 1.6rem 2rem}.myInput{display:flex;flex-direction:column;width:100%}.myInput input[type=number]::-webkit-inner-spin-button,.myInput input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.myInput__label{margin-bottom:.26rem;margin-left:.2rem}.myInput__withIcon{align-items:center;background-color:#fff;border:1px solid gray;border-radius:.4rem;display:flex;-webkit-user-select:none;user-select:none}.myInput__withIcon:focus-within{border:1px solid #1e90ff7a;outline:3px solid #1e90ff52}.myInput__withIcon svg{color:#a9a9a9}.myInput__withIcon input{background:none;border:none!important;flex:1 1;outline:none!important}.myInput__withIcon.fillInput{background-color:#eee;border:none}.myInput__withIcon.fillInput svg{color:#000}.myInput__withIcon.disabled_input{border:1px solid #dcdcdc}.myInput__withIcon-left{font-size:18px;height:18px;margin:0 .01rem 0 .6rem;width:18px}.myInput__withIcon-right{background:none;border:none;font-size:18px;height:18px;margin-right:.6rem;padding:0;width:18px}.myInput__errorText{color:red;font-size:14px;margin-left:.2rem;margin-top:.2rem}.admHeader{background-color:#fff;box-shadow:2px 6px 4px #0000000f;display:flex;grid-area:header;height:5.2rem;position:fixed;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:99996}.admHeader__heading{align-items:center;display:flex;padding-inline:.8rem;width:26rem}@media(max-width:1024px){.admHeader__heading{width:auto}}.admHeader__heading-logo{align-items:center;display:flex;justify-content:center;width:80px}@media(max-width:1024px){.admHeader__heading-logo{padding-inline:.6rem}}.admHeader__heading-logo a,.admHeader__heading-logo img{height:100%;line-height:0;width:100%}.admHeader__content{align-items:center;display:flex;justify-content:space-between;padding-inline:1rem;width:calc(100vw - 26rem)}@media(max-width:1024px){.admHeader__content{padding-left:1rem;width:calc(100% - 6.8rem)}}.admHeader__content-menu{align-items:center;color:#002de4;display:none;justify-content:center;margin-right:.6rem}.admHeader__content-menu svg{font-size:24px}@media(max-width:1024px){.admHeader__content-menu{display:inline-flex}}.admHeader__content-title{font-size:18px;font-weight:400;letter-spacing:.8px}.admHeader__content-right{align-items:center;display:flex;gap:1rem}.admHeader__content-right-roleName{color:#002de4;font-weight:bolder}.admHeader__content-right-logout{background-color:#002de4!important;border-radius:100%;transition:.1s}.admHeader__content-right-logout svg{font-size:16px;margin:.4rem}.admHeader__content-right-logout:hover{opacity:.8}.adm_menu_aside{grid-area:menu;transition:width .5s;-webkit-user-select:none;user-select:none;width:26rem}@media(max-width:1024px){.adm_menu_aside{width:5.8rem;width:0}.adm_menu_aside .adm_menu_nav{transform:translateX(-100%);transition:transform .25s ease}.adm_menu_aside.mobile-open{width:26rem}.adm_menu_aside.mobile-open .adm_menu_nav{transform:translateX(0)}}.adm_menu_aside .adm_menu_nav{overflow-x:hidden;overflow-y:auto;position:fixed;top:5.2rem;z-index:99996}.adm_menu_aside .adm_menu_nav::-webkit-scrollbar{background-color:#0003;height:1rem;width:.4rem}.adm_menu_aside .adm_menu_nav::-webkit-scrollbar-thumb{background-color:#1e1e1e66;border-radius:2rem}.adm_menu_aside .adm_menu_nav::-webkit-scrollbar-thumb:hover{background-color:#14141499}.adm_menu_aside .adm_menu_nav{background-color:#002de4;height:calc(100vh - 5.2rem)}.adm_menu_aside .adm_menu_nav .menu{display:flex;flex-direction:column;padding-block:.3rem;transition:width .5s;width:26rem}@media(max-width:1024px){.adm_menu_aside .adm_menu_nav .menu{width:5.8rem}.adm_menu_aside .adm_menu_nav .menu:hover{width:26rem}.adm_menu_aside .adm_menu_nav .menu:hover .menu__item-content.opened{height:auto}.adm_menu_aside .adm_menu_nav .menu:hover .menu__item-label.opened{border-radius:.6rem .6rem 0 0}}.adm_menu_aside .adm_menu_nav .menu__item{border-radius:.6rem;color:#fff;cursor:pointer;display:flex;flex-direction:column;margin:.6rem}.adm_menu_aside .adm_menu_nav .menu__item:hover{background-color:#ffffff1a}.adm_menu_aside .adm_menu_nav .menu__item.opened{background-color:#fff3}.adm_menu_aside .adm_menu_nav .menu__item.plain{align-items:center;flex-direction:row;height:4.38rem}.adm_menu_aside .adm_menu_nav .menu__item.plain.active{background-color:#97fc975c}.adm_menu_aside .adm_menu_nav .menu__item-label{align-items:center;display:flex;height:4.38rem;justify-content:space-between;width:100%}.adm_menu_aside .adm_menu_nav .menu__item-label.opened{background-color:#ffffff1a;border-radius:.6rem .6rem 0 0}.adm_menu_aside .adm_menu_nav .menu__item-label-title{align-items:center;display:flex}.adm_menu_aside .adm_menu_nav .menu__item-content{height:0;overflow:hidden;padding:0 .6rem}.adm_menu_aside .adm_menu_nav .menu__item-content.opened{height:auto}@media(max-width:1024px){.adm_menu_aside .adm_menu_nav .menu__item-content.opened{height:0}}.adm_menu_aside .adm_menu_nav .menu__item-arrow,.adm_menu_aside .adm_menu_nav .menu__item-icon{align-items:center;display:flex;justify-content:center;min-width:4.6rem;transition:color 1s,transform .3s}.adm_menu_aside .adm_menu_nav .menu__item-arrow svg,.adm_menu_aside .adm_menu_nav .menu__item-icon svg{font-size:20px}.adm_menu_aside .adm_menu_nav .menu__item-arrow.opened,.adm_menu_aside .adm_menu_nav .menu__item-icon.opened{color:#97fc97;transform:rotate(90deg)}.adm_menu_aside .adm_menu_nav .menu__item-name{margin-left:.6rem;transition:opacity .5s;white-space:nowrap}.fileUplaoder{align-items:center;display:flex;flex-direction:column;width:fit-content}.fileUplaoder input[type=file]{display:none}.fileUplaoder__label{align-items:center;background-color:#dcdcdc;border:1px solid gray;border-radius:.4rem;color:#000;cursor:pointer;display:flex;height:2.4rem;justify-content:center;width:12rem}.fileUplaoder__label:hover{opacity:.8}.fileUplaoder__label--top{margin-bottom:.4rem}.fileUplaoder__label--bottom{margin-top:.4rem}.fileUplaoder__figure{align-items:center;display:flex;flex-direction:column;justify-content:center;width:40rem}.fileUplaoder__figure--avatar{height:10rem;width:10rem}.fileUplaoder__figure--noIMG{width:10rem}.fileUplaoder__figure-img{border-radius:.6rem;height:100%;width:100%}.fileUplaoder__figure-img--avatar{border:1px solid gray;border-radius:6rem;object-fit:cover}.fileUplaoder__video{width:40rem}.lesson__video{height:40rem;width:60rem}.lessonsModal{display:flex;flex-direction:column;gap:2rem;padding:1.6rem 2rem 0}.lessonsModal button{font-size:14px;padding:1rem!important}.lessonsModal__heading{align-items:center;display:flex;gap:4rem;justify-content:space-between}.lessonsModal__heading-title{text-align:center}.lessonsModal__heading button{background-color:green;border-color:green}.lessonsModal__list{display:flex;flex-direction:column;gap:.8rem}.lessonsModal__list-item{align-items:center;border-top:1px solid gray;display:flex;justify-content:space-between;padding-top:1rem}.lessonsModal__list-item b{font-weight:500}.lessonsModal__list-item-actions{display:flex;gap:12px}.lessonsModal__list-item-actions button{font-size:20px;padding:.4rem!important}.lessonsModal__list-item-actions .deleteBtn{background-color:red;border-color:red}.adminContent{background-color:#fff;border-radius:.8rem;box-shadow:-1px -1px 4px #0003,2px 2px 4px #0003;grid-area:content;margin:.8rem;padding:.6rem 1rem}.loginModal{--primary:#635bff;--primary-dark:#4f46e5;--text-main:#111827;--text-soft:#6b7280;--border:#635bff14;background:linear-gradient(135deg,#f8faff,#f4f7fb);border-radius:28px;box-shadow:0 30px 80px #0f172a38;display:grid;grid-template-columns:.95fr .85fr;max-height:90vh;overflow:hidden;width:min(1040px,92vw)}.loginModal__left{background:radial-gradient(circle at 30% 25%,#635bff14,#0000 24%),radial-gradient(circle at 70% 85%,#38bdf81f,#0000 28%),linear-gradient(180deg,#f8f8fe,#eef5ff);border-right:1px solid #0f172a0a;justify-content:space-between;padding:10px 28px 24px 34px}.loginModal__brand,.loginModal__left{display:flex;flex-direction:column;position:relative}.loginModal__brand{gap:18px;z-index:2}.loginModal__brand-logo{height:auto;object-fit:contain;width:50px}.loginModal__brand-copy{max-width:360px}.loginModal__brand-copy h2{color:var(--text-main);font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 10px}.loginModal__brand-copy p{color:var(--text-soft);font-size:14px;line-height:1.8;margin:0}.loginModal__badge{align-items:center;background:#635bff14;border:1px solid #635bff1f;border-radius:999px;color:var(--primary-dark);display:inline-flex;font-size:12px;font-weight:700;gap:8px;margin-bottom:14px;padding:7px 12px}.loginModal__badge svg{font-size:15px}.loginModal__illustrationWrap{align-items:flex-end;display:flex;justify-content:center;min-height:290px;position:relative}.loginModal__glow{background:radial-gradient(circle,#635bff2e 0,#38bdf829 42%,#0000 70%);border-radius:50%;bottom:8px;filter:blur(10px);height:200px;position:absolute;width:260px}.loginModal__man{filter:drop-shadow(0 24px 35px rgba(15,23,42,.14));object-fit:contain;position:relative;width:min(100%,200px);z-index:2}.loginModal__right{align-items:center;background:linear-gradient(180deg,#ffffffb8,#ffffffd1);justify-content:center;padding:24px}.loginModal__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc2;border:1px solid #fffc;border-radius:26px;box-shadow:0 20px 50px #0f172a14,inset 0 1px 0 #ffffff80;max-width:400px;padding:34px 30px 28px;width:100%}.loginModal__heading{margin-bottom:24px}.loginModal__heading h3{color:var(--text-main);font-size:26px;font-weight:800;line-height:1.1;margin:0 0 8px}.loginModal__heading p{color:var(--text-soft);font-size:14px;line-height:1.7;margin:0}.loginModal__form{display:flex;flex-direction:column;gap:16px}.loginModal__field{display:flex;flex-direction:column;gap:8px}.loginModal__field label{color:#344054;font-size:13px;font-weight:700}.loginModal__form-help{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:2px}.loginModal__forgotBtn{background:#0000;border:none;color:var(--primary-dark);cursor:pointer;font-size:13px;font-weight:700;padding:0}.loginModal__forgotBtn:hover{text-decoration:underline}.loginModal__loaderWrap{align-items:center;display:flex;justify-content:center;min-height:50px}.loginModal__submit{align-items:center;background:linear-gradient(135deg,#6f63ff,#4f46e5);border:none;border-radius:16px;box-shadow:0 16px 28px #4f46e53d;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:800;gap:10px;height:50px;justify-content:center;margin-top:4px;transition:all .2s ease}.loginModal__submit svg{font-size:20px}.loginModal__submit:hover{box-shadow:0 20px 34px #4f46e547;transform:translateY(-1px)}.loginModal__divider{margin:20px 0 14px;position:relative;text-align:center}.loginModal__divider:before{background:linear-gradient(90deg,#0000,#94a3b842,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.loginModal__divider span{background:#ffffffeb;color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.06em;padding:0 12px;position:relative;text-transform:uppercase;z-index:2}.loginModal__signup{color:var(--text-soft);font-size:14px;margin:0;text-align:center}.loginModal__signup a{color:var(--primary-dark);font-weight:800;margin-left:8px;text-decoration:none}.loginModal__signup a:hover{text-decoration:underline}@media(max-width:960px){.loginModal{grid-template-columns:1fr;width:min(700px,94vw)}.loginModal__left{border-bottom:1px solid #0f172a0a;border-right:none;padding:24px 22px 8px}.loginModal__brand-copy{max-width:100%}.loginModal__illustrationWrap{min-height:100px}.loginModal__man{width:min(100%,100px)}.loginModal__right{padding:18px}.loginModal__panel{max-width:100%;padding:28px 22px 24px}}@media(max-width:640px){.loginModal{border-radius:22px}.loginModal__brand-logo{width:90px}.loginModal__brand-copy h2,.loginModal__heading h3{font-size:22px}.loginModal__submit{font-size:14px;height:46px}}@media(max-width:1024px){.loginModal__illustrationWrap{display:none}}.loginModal__right{display:flex;flex-direction:column;height:100%;overflow:hidden}.loginModal__panel{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto}@media(max-width:1024px){.loginModal{border-radius:0;grid-template-columns:1fr;height:fit-content;max-height:100vh;width:100%}.loginModal__left{display:none}.loginModal__right{height:100%;padding:16px;width:100%}.loginModal__panel{max-width:100%;padding:20px}}@media(max-width:640px){.loginModal__heading h3{font-size:20px}.loginModal__submit{font-size:14px;height:48px}}.loginModal__panel::-webkit-scrollbar{width:6px}.loginModal__panel::-webkit-scrollbar-thumb{background:#78788c66;border-radius:10px}.signupModal{--primary:#635bff;--primary-dark:#4f46e5;--text-main:#111827;--text-soft:#6b7280;background:linear-gradient(135deg,#08112f,#0f1f57);border-radius:36px;box-shadow:0 30px 80px #00000059;color:#000;display:grid;grid-template-columns:1fr 1fr;max-height:90vh;overflow:hidden;width:min(1120px,92vw)}.signupModal__left{background:radial-gradient(circle at 30% 25%,#635bff14,#0000 24%),radial-gradient(circle at 70% 85%,#38bdf81f,#0000 28%),linear-gradient(180deg,#f8f8fe,#eef5ff);border-right:1px solid #0f172a0a;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:10px 28px 24px 34px;position:relative}.signupModal__brand{position:relative;z-index:2}.signupModal__brand-logo{max-width:100%;object-fit:contain;width:50px}.signupModal__brand-copy{margin-top:18px}.signupModal__badge{align-items:center;background:#635bff14;border:1px solid #ffffff29;border-radius:999px;color:var(--primary-dark);display:inline-flex;font-size:14px;font-weight:700;gap:8px;padding:10px 16px}.signupModal__illustrationWrap{align-items:flex-end;display:flex;justify-content:center;min-height:420px;position:relative}.signupModal__glow{background:radial-gradient(circle,#5c50ff8c,#0000 68%);border-radius:50%;filter:blur(30px);height:320px;inset:auto 50% 30px auto;position:absolute;transform:translateX(50%);width:320px}.signupModal__man{filter:drop-shadow(0 24px 35px rgba(15,23,42,.14));object-fit:contain;position:relative;width:min(100%,200px);z-index:2}.signupModal__right{align-items:center;background:radial-gradient(circle at 30% 25%,#635bff14,#0000 24%),radial-gradient(circle at 70% 85%,#38bdf81f,#0000 28%),linear-gradient(180deg,#f8f8fe,#eef5ff);justify-content:center;padding:28px}.signupModal__panel{max-width:460px;padding:12px 0;width:100%}.signupModal__heading{margin-bottom:28px}.signupModal__heading h3{color:var(--text-main);font-size:34px;font-weight:800;line-height:1.1;margin:0 0 10px}.signupModal__heading p{color:#ffffffb8;color:var(--text-main);font-size:15px;line-height:1.6;margin:0}.signupModal__form{display:flex;flex-direction:column;gap:16px}.signupModal__field{display:flex;flex-direction:column;gap:8px}.signupModal__field label{color:#ffffffe6;color:var(--text-main);font-size:14px;font-weight:700}.signupModal__select{background:linear-gradient(90deg,#b1b0b4,#6c4dff);border:1px solid #ffffff1f;border-radius:18px;color:#fff;font-size:15px;height:54px;outline:none;padding:0 16px;transition:.2s ease;width:100%}.signupModal__select:focus{border-color:#7078ffcc;box-shadow:0 0 0 4px #5c60ff24}.signupModal__select option{color:#111}.signupModal__select.error{border-color:#ff6b6b}.signupModal__error{color:#ff9b9b;font-size:12px;margin-top:-2px}.signupModal__submit{align-items:center;background:linear-gradient(90deg,#4c1dff,#6c4dff);border:0;border-radius:18px;box-shadow:0 18px 32px #4c1dff47;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:800;gap:10px;height:58px;justify-content:center;margin-top:6px;outline:0;transition:.25s ease}.signupModal__submit:hover{box-shadow:0 22px 38px #4c1dff57;transform:translateY(-1px)}.signupModal__submit svg{font-size:20px}.signupModal__divider{margin:26px 0 18px;position:relative;text-align:center}.signupModal__divider:before{background:#ffffff14;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.signupModal__divider span{color:var(--text-main);font-size:13px;padding:0 14px;position:relative;z-index:1}.signupModal__login{align-items:center;color:var(--text-main);display:flex;font-size:14px;gap:8px;justify-content:center;margin:0}.signupModal__loginBtn{background:#0000;border:0;color:var(--text-main);cursor:pointer;font-weight:800;padding:0}.signupModal__loginBtn:hover{text-decoration:underline}@media(max-width:992px){.signupModal{grid-template-columns:1fr;min-height:auto;width:min(700px,94vw)}.signupModal__left{border-bottom:1px solid #0f172a0a;border-right:none;padding:24px 22px 8px}.signupModal__illustrationWrap{min-height:220px}.signupModal__man{width:min(100%,100px)}.signupModal__right{padding-top:8px}}@media(max-width:640px){.signupModal{border-radius:24px}.signupModal__left{padding:24px 20px 0}.signupModal__right{padding:18px}.signupModal__panel{max-width:100%}.signupModal__heading h3{font-size:28px}.signupModal__row{gap:16px;grid-template-columns:1fr}.signupModal__submit{border-radius:16px;height:54px}}@media(max-width:1024px){.signupModal__illustrationWrap{display:none}}.signupModal__right{display:flex;flex-direction:column;height:100%;overflow:hidden}@media(max-width:1024px){.signupModal{border-radius:0;grid-template-columns:1fr;max-height:100vh;width:100%}.signupModal__left{display:none}.signupModal__right{height:100%;width:100%}.signupModal__panel{flex:1 1;overflow-y:auto;padding-right:6px}}.signupModal__row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}@media(max-width:768px){.signupModal{height:100vh;max-height:100vh;overflow:hidden}.signupModal__row{grid-template-columns:1fr}}.modal-root{inset:0;position:fixed}body,html{margin:0;padding:0}.header{width:100%}.header--home .header-premium-wrap{left:0;padding:8px 20px 0;position:fixed;top:0;width:100%;z-index:1000}.header--home .header-premium{background:linear-gradient(90deg,#1f59dd,#5f8ef6);border-radius:10px;box-shadow:0 10px 24px #0b2a7a38;margin:0 auto;min-height:48px;overflow:visible;position:relative;width:min(1460px,100%)}.header--home .header-premium__inner{align-items:center;display:flex;gap:18px;justify-content:space-between;min-height:48px;padding:0 30px}.header--home .header-premium__brand{align-items:center;display:inline-flex;flex-shrink:0;text-decoration:none;width:210px}.header--home .header-premium__brand__logo{display:block;height:68px;object-fit:contain;pointer-events:none;width:auto}.header--home .header-premium__nav{align-items:center;display:flex;flex:1 1;gap:clamp(14px,2vw,44px);justify-content:center;min-width:0}.header--home .header-premium__nav-link{color:#fffffff2;font-size:15px;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:color .22s ease,opacity .22s ease;white-space:nowrap}.header--home .header-premium__nav-link.active,.header--home .header-premium__nav-link:hover{color:#fff;opacity:1}.header--home .header-premium__actions{align-items:center;display:flex;flex-shrink:0;gap:14px;justify-content:flex-end;min-width:228px}.header--home .header-premium__login{background:#0000;border:none;color:#f4f8ff;cursor:pointer;font-size:14px;font-weight:700;padding:0;white-space:nowrap}.header--home .header-premium__signup{background:#f7dc64;border:none;border-radius:999px;box-shadow:0 5px 12px #f7dc6447;color:#172554;cursor:pointer;font-size:14px;font-weight:800;min-height:34px;padding:0 17px;white-space:nowrap}.header--home .header-premium__account{align-items:center;color:#fff;display:inline-flex;justify-content:center;text-decoration:none}.header--home .header-premium__menu-btn{align-items:center;background:#ffffff24;border:none;border-radius:10px;color:#fff;cursor:pointer;display:none;flex-shrink:0;height:38px;justify-content:center;width:38px}.header--home .header-premium__mobile-menu{background:linear-gradient(180deg,#215de4,#3f72ea);border-radius:12px;box-shadow:0 16px 32px #0a256d52;display:none;left:0;padding:12px 16px 16px;position:absolute;right:0;top:calc(100% + 8px);z-index:5}.header--home .header-premium__mobile-menu.show{display:block}.header--home .header-premium__mobile-link{color:#fff;display:block;font-size:15px;font-weight:700;padding:10px 0;text-decoration:none}.header--home .header-premium__mobile-link.active{color:#f7dc64}.header--home .header-premium__mobile-actions{display:flex;gap:10px;margin-top:8px}.header--home .header-premium__mobile-login,.header--home .header-premium__mobile-signup{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:13px;font-weight:800;min-height:34px}.header--home .header-premium__mobile-login{background:#ffffff24;color:#fff}.header--home .header-premium__mobile-signup{background:#f7dc64;color:#172554}@media(max-width:1260px){.header--home .header-premium__nav-link{font-size:13px}}@media(max-width:1140px){.header--home .header-premium__login,.header--home .header-premium__nav,.header--home .header-premium__signup{display:none}.header--home .header-premium__actions{gap:8px;min-width:auto}.header--home .header-premium__menu-btn{display:inline-flex}}@media(max-width:760px){.header--home .header-premium-wrap{padding:6px 6px 0}.header--home .header-premium__inner{min-height:62px;padding:0 12px 0 14px}.header--home .header-premium__brand{width:150px}.header--home .header-premium__brand__logo{height:56px}}.siteFooter{background:#1f5fe8;color:#fff;overflow:hidden;width:100%}.siteFooter__container{margin:0 auto;width:min(1280px,100% - 48px)}@media(max-width:768px){.siteFooter__container{width:calc(100% - 32px)}}.siteFooter__main{background:linear-gradient(180deg,#1f5fe8,#1f5fe8);padding:28px 0 34px}.siteFooter__grid{grid-gap:42px;align-items:start;display:grid;gap:42px;grid-template-columns:1.45fr .85fr .85fr .95fr .9fr}@media(max-width:1315px){.siteFooter__grid{gap:32px;grid-template-columns:1.3fr 1fr 1fr}.siteFooter__grid .siteFooter__promo{grid-column:1/-1;justify-self:end}}@media(max-width:900px){.siteFooter__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.siteFooter__grid{gap:24px 16px;grid-template-columns:1fr}}.siteFooter__brand{max-width:340px}.siteFooter__logo{align-items:center;display:flex;gap:10px;margin-bottom:18px}.siteFooter__logoMark{color:#ffd84d;font-size:28px;line-height:1}.siteFooter__logoText{align-items:flex-start;display:flex;gap:4px;line-height:1}.siteFooter__logoMain{color:#ffd84d;font-size:28px;font-weight:800;letter-spacing:-.02em}.siteFooter__logoSub{color:#fff;font-size:13px;font-weight:600;margin-top:4px;opacity:.95}.siteFooter__desc{color:#ffffffe6;font-size:13px;line-height:1.7;margin:0 0 22px;max-width:320px}.siteFooter__subscribe{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff2e;border:2px solid #ffffffbf;border-radius:12px;box-shadow:0 10px 24px #06174c2e;display:flex;max-width:360px;overflow:hidden;padding:4px;width:100%}.siteFooter__input{background:#0000;border:0;color:#fff;flex:1 1;font-size:13px;height:42px;outline:0;padding:0 14px}.siteFooter__input::placeholder{color:#ffffffb8}.siteFooter__button{background:#fff;border:0;border-radius:9px;color:#1f5fe8;cursor:pointer;font-size:13px;font-weight:700;height:42px;min-width:112px;text-transform:uppercase;transition:.2s ease}.siteFooter__button:hover{background:#f4f7ff;transform:translateY(-1px)}.siteFooter__socials{display:flex;gap:12px;margin-top:18px}.siteFooter__socials a{align-items:center;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;color:#fff;display:inline-flex;height:36px;justify-content:center;text-decoration:none;transition:.2s ease;width:36px}.siteFooter__socials a:hover{background:#fff;color:#1f5fe8;transform:translateY(-2px)}.siteFooter__links h4{color:#fff;font-size:15px;font-weight:700;margin:0 0 18px}.siteFooter__links ul{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.siteFooter__links li{margin:0;padding:0}.siteFooter__links a{color:#ffffffe0;font-size:13px;line-height:1.5;text-decoration:none;transition:.2s ease}.siteFooter__links a:hover{color:#fff;opacity:1}.siteFooter .siteFooter__promo__image{display:flex;justify-content:center;position:relative;width:100%}.siteFooter .siteFooter__promo__image img{filter:drop-shadow(0 12px 24px rgba(0,0,0,.3));height:auto;max-width:200%;object-fit:contain;transition:transform .3s ease;width:340px}.siteFooter__promo{align-items:center;display:flex;flex-direction:column;justify-self:end;position:relative}@media(max-width:640px){.siteFooter__promo{align-items:center;justify-self:start}}.siteFooter__bookWrap{padding-top:4px}.siteFooter__book{background:linear-gradient(180deg,#121212,#070707);border-radius:6px;box-shadow:0 18px 30px #00000047,10px 8px 0 #0000001f;height:136px;overflow:hidden;padding:12px 10px;position:relative;transform:perspective(800px) rotateY(-18deg) rotate(2deg);width:92px}.siteFooter__bookTitle{color:#f6c744;font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.2}.siteFooter__bookSub{color:#fff;font-size:15px;font-weight:800;line-height:1.15;margin-top:2px}.siteFooter__bookRing{border:4px solid #ffd100;border-bottom-left-radius:999px;border-bottom-right-radius:999px;border-top-left-radius:999px;border-top-right-radius:999px;clip-path:path("M 24 0 C 46 0, 46 18, 24 24 C 2 30, 2 46, 24 52 C 46 58, 46 72, 24 72");height:72px;left:50%;position:absolute;top:42px;transform:translateX(-50%);width:48px}.siteFooter__amazon{align-items:center;background:#fffffff5;border-radius:999px;box-shadow:0 10px 20px #0000001f;display:inline-flex;gap:8px;padding:6px 8px 6px 12px}.siteFooter__amazonText{color:#1f3b8f;font-size:15px;font-weight:700;letter-spacing:-.02em}.siteFooter__amazonBuy{align-items:center;background:#f2f6ff;border-radius:999px;color:#1f5fe8;display:inline-flex;font-size:12px;font-weight:700;height:24px;justify-content:center;min-width:42px;padding:0 10px}.siteFooter__bottom{background:#153f9a;border-top:1px solid #ffffff1f}.siteFooter__bottomInner{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:1fr auto 1fr;min-height:72px}@media(max-width:768px){.siteFooter__bottomInner{grid-template-columns:1fr;justify-items:center;padding:16px 0;text-align:center}}.siteFooter__copy{color:#ffffffdb;font-size:12px}.siteFooter__toTop{align-items:center;background:#0000;border:1.5px solid #ffffffa6;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:34px;justify-content:center;justify-self:center;transition:.2s ease;width:34px}.siteFooter__toTop:hover{background:#ffffff1f;transform:translateY(-2px)}.siteFooter__bottomLinks{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-self:end}@media(max-width:768px){.siteFooter__bottomLinks{justify-self:center}}.siteFooter__bottomLinks a{color:#ffffffeb;font-size:12px;text-decoration:none}.siteFooter__bottomLinks a:hover{text-decoration:underline}.hLayout{grid-column-gap:2rem;grid-row-gap:4rem;column-gap:2rem;display:grid;grid-template-areas:"header         header          header" "h_banner       h_banner        h_banner" ".              h_courseAbout   ." "h_contact      h_contact       h_contact" ".              h_freeCourse    ." "h_partners     h_partners      h_partners" ".              h_news          ." "h_bottomTitle  h_bottomTitle   h_bottomTitle" ".              h_bottom        ." "footer         footer          footer";grid-template-columns:auto min(1460px,100vw - 16px) auto;row-gap:4rem}@media(max-width:1200px){.hLayout{grid-template-columns:auto minmax(0,1fr) auto}}.hLayout .homeBottomHeading{background-color:#002de4;display:grid;grid-area:h_bottomTitle;place-items:center}.hLayout .homeBottomHeading__title{color:#fff;font-size:48px;max-width:1460px;padding-block:1rem;width:100%}@media(max-width:1200px){.hLayout .homeBottomHeading__title{padding-inline:2rem}}@media(max-width:540px){.hLayout .homeBottomHeading__title{text-align:center}}.carousel{position:relative}.carousel--cusArrow{background-color:#dcdcdcad!important;border-radius:100%!important;color:#002de4!important;display:grid;font-size:28px;height:4rem;place-items:center;position:absolute;top:40%;transform:translateY(-50%);width:4rem;z-index:1}.carousel--cusArrow:hover{opacity:1}.carousel--cusArrow svg{vertical-align:middle}.carousel--cusArrow.prev{left:2.2rem}.carousel--cusArrow.next{right:2.2rem}.carousel__slide{display:flex;justify-content:center}.homeHero{grid-area:h_banner;margin:0 auto;width:100%}.homeHero .carousel,.homeHero .slick-list,.homeHero .slick-slide,.homeHero .slick-slide>div,.homeHero .slick-slider,.homeHero .slick-track{height:100%}.homeHero .slick-track{align-items:stretch;display:flex!important}.homeHero .slick-slide{float:none!important;height:auto!important}.homeHero .slick-slide>div{width:100%}.homeHero__skeleton{animation:homeHeroSkeletonPulse 1.4s linear infinite;background:linear-gradient(90deg,#0f172a,#1e3a8a 45%,#0f172a);background-size:240% 100%;width:100%}@keyframes homeHeroSkeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:640px){.homeHero{padding-inline:0}}.hCourseAbout{display:flex;grid-area:h_courseAbout;height:100%;justify-content:center;margin-left:10rem}@media(max-width:540px){.hCourseAbout{flex-direction:column;margin-left:0}}@media(max-width:912px){.hCourseAbout{margin-left:0}}@media(max-width:1024px){.hCourseAbout{margin-left:0}}.hCourseAbout__cover{margin-right:6rem;position:relative;width:44rem}@media(max-width:1200px){.hCourseAbout__cover{margin-right:2.8rem;width:36rem}}@media(max-width:540px){.hCourseAbout__cover{display:none}}.hCourseAbout__cover-wall{background-color:#002de4;border-radius:.6rem;height:100%;width:26rem}.hCourseAbout__cover-figure{height:36rem;position:absolute;right:0;top:50%;transform:translateY(-45%);width:34rem}@media(max-width:1200px){.hCourseAbout__cover-figure{height:30rem;width:24rem}}.hCourseAbout__cover-figure img{border-radius:1rem;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.hCourseAbout__cover-figure:after{background-color:#fff;border-radius:1rem;content:"";height:100%;left:-36px;position:absolute;top:-36px;width:100%}.hCourseAbout__content{flex:1 1}.hCourseAbout__content:before{color:#00bfff;content:"-- FAQ --";font-weight:650}@media(max-width:540px){.hCourseAbout__content:before{display:flex;justify-content:center}}.hCourseAbout__content-title{color:#002de4;font-size:48px;margin-block:4rem}@media(max-width:540px){.hCourseAbout__content-title{font-size:40px}}.hCourseAbout__content-list{display:flex;flex-direction:column;gap:2rem}.hCourseAbout__content-about{align-items:center;border:1px solid #002de4;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin-top:4rem;padding:2rem;text-align:center}.hCourseAbout__content-about-title{font-size:20px;font-weight:700}.hCourseAbout__content-about-text{padding:2rem 0;text-align:justify}.hCourseAbout__content-about-signup{background-color:#002de4;border:2px solid #002de4;border-radius:.6rem;color:#fff;cursor:pointer;font-size:16px;line-height:.1;padding:1.2rem 2rem}.hCourseAbout__content-about-signup:hover{opacity:.6}.hCourseAbout__content-about-signup:active{transform:scale(.88);transition:transform .2s ease-out}.trainings-section{grid-area:h_courseAbout;margin-top:40px;overflow:hidden;padding:5px 0 50px;position:relative}.trainings-section__container{margin:0 auto;max-width:1460px}.trainings-section__title{color:#111;font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0 0 42px;text-align:center}.trainings-section__layout{position:relative}.trainings-section__grid{grid-gap:40px 80px;display:grid;gap:40px 80px;grid-template-columns:repeat(2,minmax(0,1fr))}.trainings-section__side,.trainings-section__side--xl{display:none}.training-card{align-items:center;background:#fff;border-radius:24px;box-shadow:0 8px 24px #0f172a1a;display:flex;gap:24px;justify-content:space-between;min-height:220px;overflow:hidden;padding:34px 38px;position:relative;transition:transform .28s ease,box-shadow .28s ease}.training-card:hover{box-shadow:0 16px 36px #0f172a24;transform:translateY(-4px)}.training-card__content{max-width:54%;position:relative;z-index:2}.training-card__title{color:#111;font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0 0 14px;text-transform:uppercase}.training-card__desc{color:#4b5563;font-size:17px;line-height:1.5;margin:0 0 22px}.training-card__button{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;height:36px;padding:0 14px;transition:all .22s ease}.training-card__button:hover{transform:translateY(-1px)}.training-card__arrow{font-size:14px;line-height:1}.training-card__image{margin-top-width:100%;margin-top-max-width:320px;margin-top-height:auto;margin-top-display:block;margin-top-object-fit:contain;align-items:center;display:flex;flex:0 0 300px;justify-content:center;margin-top:50px img;position:relative;z-index:2}.training-card__overlay{inset:0;pointer-events:none;position:absolute;z-index:1}.training-card--purple .training-card__overlay{background:radial-gradient(circle at 82% 28%,#ad6cff38,#0000 36%),linear-gradient(180deg,#ffffff0a,#fff0)}.training-card--purple .training-card__button{background:#c9d8ff;color:#1d3f8f}.training-card--blue .training-card__overlay{background:radial-gradient(circle at 85% 28%,#6b98ff38,#0000 37%),linear-gradient(180deg,#ffffff0a,#fff0)}.training-card--blue .training-card__button{background:#c8d8ff;color:#24479c}.training-card--cyan .training-card__overlay{background:radial-gradient(circle at 85% 28%,#79ffdc33,#0000 38%),linear-gradient(180deg,#ffffff0a,#fff0)}.training-card--cyan .training-card__button{background:#ccffe7;color:#136854}.training-card--green .training-card__overlay{background:radial-gradient(circle at 86% 30%,#b0ff8533,#0000 38%),linear-gradient(180deg,#ffffff0a,#fff0)}.training-card--green .training-card__button{background:#ccf2a8;color:#245b17}.training-card__content{flex:0 0 67%;max-width:67%}.training-card__image{flex:0 0 33%}@media(max-width:768px){.training-card__content{flex:0 0 50%;max-width:50%}}.amazon-card{background:#0000;border-radius:0;box-shadow:none;cursor:pointer;height:auto;opacity:1;overflow:visible;padding:0;position:fixed;right:0;text-decoration:none;top:56%;transform:translateY(-50%);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:visible;width:auto;z-index:50}.amazon-card--hidden{opacity:0;pointer-events:none;transform:translateY(-50%) translateX(32px);visibility:hidden}.amazon-card__image{filter:drop-shadow(0 14px 24px rgba(0,0,0,.3));height:auto;left:auto;object-fit:contain;position:relative;top:auto;width:160px}@media(min-width:1024px){.trainings-section__side--xl{display:block}.amazon-card__image{width:clamp(130px,10vw,190px)}}@media(min-width:1536px){.amazon-card__image{width:clamp(160px,11vw,230px)}}@media(min-width:1920px){.amazon-card{right:22px}}@media(max-width:1535px){.trainings-section__title{font-size:32px;font-weight:700;margin-bottom:34px}.training-card__title{font-size:24px}.training-card__desc{font-size:15px;line-height:1.45;margin-bottom:18px}.training-card__button{font-size:12px;height:34px;padding:0 12px}}@media(max-width:1315px){.trainings-section{padding:5px 0 50px}.trainings-section__title{font-size:32px;font-weight:700}.trainings-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 16px}.training-card__content{max-width:58%}}@media(max-width:1023px){.trainings-section__side--xl{display:none}.trainings-section__grid{grid-template-columns:1fr}}@media(max-width:768px){.trainings-section{padding:56px 0 72px}.trainings-section__container{padding:0 16px}.trainings-section__title{font-size:28px;font-weight:700;margin-bottom:28px}.training-card{align-items:flex-start;flex-direction:column;min-height:0;min-height:auto;padding:24px 20px}.training-card__content{max-width:100%}.training-card__title{font-size:22px}.training-card__desc{font-size:15px;margin-bottom:18px}.training-card__image{flex:initial;justify-content:center;width:100%}.training-card__image img{max-width:260px}.trainings-section__side--xl{display:none}}.homeContact{align-items:center;background-color:#002de4;display:flex;font-size:18px;gap:6rem;grid-area:h_contact;justify-content:center;padding-block:4rem}@media(max-width:540px){.homeContact{flex-direction:column;gap:2rem}}.homeContact__title{color:#fff;font-size:18px;font-weight:400;text-align:center}.homeContact__list{align-items:center;display:flex;gap:3rem;justify-content:center}@media(max-width:912px){.homeContact__list{flex-direction:column;gap:1rem}}.homeContact__list a:hover{color:#4abfff}.homeContact__list-items{align-items:center;color:#fff;display:flex;gap:.6rem;justify-content:center;text-align:center}.homeContact__list-items-icon{display:grid;min-width:20px;place-items:center}.homeContact__list-items-icon svg{font-size:20px}.freeCourse{background:#0000;grid-area:h_freeCourse;padding:8px 0 10px}.freeCourse__panel{margin-top:18px;margin-inline:auto;padding:0;width:min(1460px,100% - 16px)}.freeCourse__header{margin-bottom:18px;text-align:center}.freeCourse__header h2{color:#111827;font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0}.freeCourse__section{margin:40px 0}.freeCourse__sectionHeader{margin:0 0 28px;max-width:100%}.freeCourse__sectionHeader h3{color:#111827;font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 8px}.freeCourse__sectionHeader h3 span{color:#3f73ea}.freeCourse__sectionHeader p{color:#4f5d75;font-size:16px;line-height:1.5;margin:0;max-width:960px}.freeCourse__grid{grid-gap:42px!important;display:grid;gap:42px!important;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;max-width:100%}.freeCourse__card{background:#f3f4f9;border:1px solid #e0e5f2;border-radius:30px;box-shadow:0 7px 14px #0f172a14;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.freeCourse__card:hover{box-shadow:0 14px 22px #0f172a1f;transform:translateY(-3px)}.freeCourse__cardImageWrap{background:#e8ecf5;height:280px;overflow:hidden;width:100%}.freeCourse__cardImage{display:block;height:100%;object-fit:cover;width:100%}.freeCourse__cardBody{background:#f3f4f9;min-height:100px;padding:14px 24px 20px}.freeCourse__metaRow{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px}.freeCourse__metaText{color:#5e6a82;font-size:12px;font-weight:500;line-height:1}.freeCourse__stars{align-items:center;color:#e2b749;display:flex;font-size:16px;gap:6px;line-height:1}.freeCourse__stars .is-muted{color:#c3c8d4}.freeCourse__cardTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0a1020;display:-webkit-box;font-size:24px;font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0;overflow:hidden;text-transform:uppercase}.freeCourse__cardFooter{align-items:center;background:#f3f4f9;border-top:2px solid #d7e0f8;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding:14px 22px}.freeCourse__teacher{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.freeCourse__teacherAvatar{border-radius:50%;height:44px;min-width:44px;object-fit:cover;width:44px}.freeCourse__teacherInfo{min-width:0}.freeCourse__teacherName{color:#111827;font-size:13px;font-weight:600;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.freeCourse__teacherRole{color:#7b8598;font-size:11px;line-height:1.1;margin-top:3px}.freeCourse__cardButton{align-items:center;background:linear-gradient(180deg,#4d86ff,#2d66ef);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:700;height:34px;justify-content:center;min-width:86px;padding:0 16px}@media(max-width:1535px){.freeCourse__header h2{font-size:32px;font-weight:700}.freeCourse__sectionHeader{margin-bottom:22px}.freeCourse__sectionHeader h3{font-size:24px}.freeCourse__sectionHeader p{font-size:14px;max-width:760px}.freeCourse__grid{gap:24px}.freeCourse__card{border-radius:22px}.freeCourse__cardImageWrap{height:200px}.freeCourse__cardBody{min-height:78px;padding:10px 14px 14px}.freeCourse__metaRow{margin-bottom:10px}.freeCourse__metaText{font-size:10px}.freeCourse__stars{font-size:11px;gap:2px}.freeCourse__cardTitle{font-size:20px;text-transform:none}.freeCourse__cardFooter{padding:10px 12px}.freeCourse__teacherAvatar{height:30px;min-width:30px;width:30px}.freeCourse__teacherName{font-size:12px}.freeCourse__teacherRole{font-size:10px}.freeCourse__cardButton{font-size:12px;height:30px;min-width:74px;padding:0 12px}}@media(max-width:1315px){.freeCourse__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.freeCourse{padding:12px 14px 24px}.freeCourse__header h2{font-size:28px;font-weight:700}.freeCourse__grid{grid-template-columns:1fr}.freeCourse__section{margin:28px 0}}.partners{background:#fffdfd;grid-area:h_partners;padding:30px 10px}.partners__container{margin:0 auto;max-width:1460px;text-align:center}.partners__title{color:#111;font-size:28px;font-weight:700;margin-bottom:10px}.partners__list{align-items:center;display:flex;gap:50px;justify-content:space-between;max-width:1460px}.partners__item{opacity:.8;transition:all .3s ease}.partners__item img{filter:grayscale(100%);height:40px}.partners__item:hover{opacity:1}.partners__item:hover img{filter:grayscale(0);transform:scale(1.05)}.partners__item img{height:45px;object-fit:contain;width:auto}.partners__item:nth-child(-n+3) img{height:160px}@media(max-width:768px){.partners__item img{height:10px}.partners__item:nth-child(-n+3) img{height:120px}}@media(max-width:1315px){.partner__container{padding:32px 0}.partners{padding:0 32px}.partners__list{gap:10px}.partners__item img{height:28px}}.homeNews{background:#fff;grid-area:h_news;padding:20px 0 30px}.homeNews__inner{margin:0 auto;max-width:1320px;padding:0 10px;position:relative}.homeNews__header{margin-bottom:32px;text-align:center}.homeNews__header h3{font-size:28px;font-weight:700;margin:0}.homeNews__carouselWrap{position:relative}.homeNews .carousel,.homeNews .carousel__container,.homeNews .carousel__list,.homeNews .carousel__track{margin:0!important;padding:0!important}.homeNews .carousel__list,.homeNews .carousel__slide,.homeNews .carousel__track,.homeNews .slide{align-items:stretch!important;display:flex!important}.homeNews .carousel__slide,.homeNews .slide{height:auto!important}.homeNews__slide{align-items:stretch;height:100%;padding:0 12px}.homeNews__card,.homeNews__slide{box-sizing:border-box;display:flex;width:100%}.homeNews__card{background:#f4f5f8;border:1px solid #e3e7f2;border-radius:24px;color:inherit;flex-direction:column;height:560px;min-height:560px;overflow:visible;text-decoration:none;transition:all .3s ease}.homeNews__card:hover{box-shadow:0 12px 26px #0f172a1f;transform:translateY(-4px)}.homeNews__imageWrap{border-radius:20px;flex-shrink:0;height:280px;margin:10px auto 0;overflow:hidden;width:calc(100% - 24px)}.homeNews__image{display:block;height:100%;object-fit:cover;width:100%}.homeNews__body{display:flex;flex:1 1;flex-direction:column;min-height:0;padding:14px 16px}.homeNews__meta{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;justify-content:space-between;margin-bottom:12px}.homeNews__badge{background:#f5f6fb;border:1px solid #d8deef;border-radius:12px;color:#3b5bdb;flex-shrink:0;font-weight:500;line-height:1;padding:8px 16px}.homeNews__author{color:#888;white-space:nowrap}.homeNews__title{-webkit-line-clamp:2;font-size:16px;font-weight:700;line-height:1.5;margin:0 0 10px;min-height:50px}.homeNews__desc,.homeNews__title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.homeNews__desc{-webkit-line-clamp:3;color:#4a4f5e;flex:1 1;font-size:14px;line-height:1.65;margin:0 0 14px}.homeNews__footer{align-items:flex-end;display:flex;font-size:13px;gap:8px;justify-content:space-between;margin-top:auto}.homeNews__action{align-items:center;background:#f8f9fd;border:1px solid #d8deef;border-radius:14px;color:#1f2430;display:inline-flex;font-weight:700;justify-content:center;min-height:42px;padding:0 18px}.homeNews__date{color:#b1b5bf;padding-bottom:6px;white-space:nowrap}.homeNews__nav{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;height:52px;justify-content:center;position:absolute;top:40%;transform:translateY(-50%);width:52px;z-index:5}.homeNews__nav--left{left:8px}.homeNews__nav--right{right:8px}@media(max-width:1315px){.homeNews__card{height:520px;min-height:520px}.homeNews__imageWrap{height:240px}}@media(max-width:991px){.homeNews__card{height:500px;min-height:500px}.homeNews__imageWrap{height:220px}.homeNews__slide{padding:0 10px}.homeNews__nav--left{left:4px}.homeNews__nav--right{right:4px}}@media(max-width:767px){.homeNews{padding:48px 0}.homeNews__slide{padding:0 6px}.homeNews__card{height:460px;min-height:460px}.homeNews__imageWrap{border-radius:16px;height:220px;margin-top:10px;width:calc(100% - 20px)}.homeNews__footer{align-items:flex-end;flex-direction:row}.homeNews__nav{display:none}}.homeComments{background:#fffdfd;grid-area:h_comments;overflow:hidden;padding:64px 0 0;position:relative}.homeComments__inner{margin:0 auto 2rem;max-width:1320px;padding:0 10px}.homeComments__title{color:#0f172a;font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 48px;text-align:center}.homeComments__carouselWrap{margin:0;position:relative}.homeComments__nav{align-items:center;background:#fff;border:1px solid #d9dee7;border-radius:999px;box-shadow:0 8px 24px #0f172a14;color:#667085;cursor:pointer;display:flex;font-size:26px;height:52px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:52px;z-index:10}.homeComments__nav:hover{border-color:#c8d0dc;box-shadow:0 12px 30px #0f172a1f;color:#111827}.homeComments__nav--left{left:8px}.homeComments__nav--right{right:8px}.homeComments .carousel,.homeComments .carousel__container,.homeComments .carousel__list,.homeComments .carousel__track{margin:0!important;padding:0!important}.homeComments .carousel__list,.homeComments .carousel__slide,.homeComments .carousel__track,.homeComments .slide{align-items:stretch!important;display:flex!important}.homeComments .carousel__slide,.homeComments .slide{height:auto!important}.commentSlide{align-items:stretch;box-sizing:border-box;display:flex;height:100%;padding:0 14px;width:100%}.commentCard{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:16px;height:auto;padding:18px 20px;width:100%}.commentCard__avatar{border-radius:50%;flex-shrink:0;height:48px;min-height:48px;min-width:48px;overflow:hidden;width:48px}.commentCard__avatar img{height:100%;object-fit:cover;width:100%}@media(max-width:768px){.commentCard .commentCard{align-items:flex-start;display:flex;gap:12px;padding:16px}.commentCard .commentCard__body{flex:1 1;min-width:0}}.commentCard__body{display:flex;flex:1 1;flex-direction:column;gap:6px}.commentCard__name{font-size:16px;font-weight:600;margin:0}.commentCard__rating{color:#fbbf24;font-size:14px;letter-spacing:2px}.commentCard__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:14px;line-height:1.5;overflow:hidden}.commentCard__footer{align-items:center;display:flex;justify-content:space-between;margin-top:6px}.commentCard__actions{color:#9ca3af;display:flex;font-size:13px;gap:12px}.commentCard__actions span{cursor:pointer;transition:color .2s ease}.commentCard__actions span:hover{color:#111827}@media(max-width:768px){.commentCard .commentSlide{padding:0 6px}.commentCard .commentCard{flex-direction:row;gap:12px;padding:14px}.commentCard .commentCard__text{-webkit-line-clamp:2}}.commentCard__time{color:#9ca3af;font-size:12px}@media(max-width:1535px){.homeComments__title{font-size:32px;margin-bottom:40px}.homeComments__nav--left{left:6px}.homeComments__nav--right{right:6px}.commentCard{height:320px;padding:36px 24px 24px}.commentCard__text{font-size:17px}}@media(max-width:991px){.homeComments{padding:56px 0 0}.homeComments__inner{padding:0 12px}.homeComments__title{font-size:32px;margin-bottom:30px}.homeComments__nav{font-size:22px;height:46px;width:46px}.homeComments__nav--left{left:4px}.homeComments__nav--right{right:4px}.commentSlide{padding:0 10px}.commentCard{border-radius:24px;height:300px;padding:34px 22px 22px}.commentCard__name{font-size:18px}.commentCard__text{-webkit-line-clamp:4;font-size:16px;line-height:1.65}.commentCard__actions{font-size:15px;gap:14px}}@media(max-width:767px){.homeComments{padding:48px 0 0}.homeComments__title{font-size:28px}.homeComments__nav{display:none}.commentSlide{padding:0 6px}.commentCard{height:auto;min-height:260px;padding:35px 20px 22px}.commentCard__avatar{height:56px;left:20px;width:56px}.commentCard__name{margin-top:28px}.commentCard__text{-webkit-line-clamp:unset}.commentCard__footer{align-items:flex-start;flex-direction:column}}.scholarshipSection{background:#0000;grid-area:h_scholarship;width:100%}@media(max-width:1535px){.scholarshipSection__heading{font-size:32px;font-weight:700}.scholarshipSection__tab{font-size:13px;height:40px;padding:0 18px}.scholarshipSection__title{font-size:29px}.scholarshipSection__description{font-size:15px;line-height:1.55}.scholarshipSection__list li{font-size:15px;line-height:1.45}.scholarshipSection__note{font-size:16px}.scholarshipSection__actionBtn{font-size:13px}}.scholarshipSection__container{background:#f4f4f6;margin:0 auto;max-width:100%}.scholarshipSection__content{align-items:center;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1460px;min-height:430px;overflow:hidden;position:relative}.scholarshipSection__left{padding:0 0 0 30px;position:relative;z-index:2}.scholarshipSection__heading{color:#111827;font-size:36px;font-weight:700;margin-top:26px;padding-top:36px;text-align:center}@media(max-width:768px){.scholarshipSection__heading{padding-top:10px}}.scholarshipSection__tabs{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:22px}.scholarshipSection__tab{background:#fff;border:none;border-radius:10px;box-shadow:0 6px 18px #0f172a14;color:#666;cursor:pointer;font-size:14px;font-weight:500;height:42px;outline:none;padding:0 22px;transition:all .2s ease}.scholarshipSection__tab:hover{box-shadow:0 10px 22px #0f172a1f;transform:translateY(-1px)}.scholarshipSection__tab--active{background:linear-gradient(180deg,#3d7cff,#2563eb);color:#fff;font-weight:700}.scholarshipSection__body{max-width:620px}.scholarshipSection__title{color:#1f2937;font-size:33px;font-weight:800;line-height:1.2;margin:0 0 14px}.scholarshipSection__description{color:#4b5563;font-size:16px;line-height:1.6;margin:0 0 18px}.scholarshipSection__list{list-style:none;margin:0 0 18px;padding:0}.scholarshipSection__list li{color:#222;font-size:16px;line-height:1.5;margin-bottom:8px;padding-left:24px;position:relative}.scholarshipSection__list li:before{color:#111827;content:"✓";font-weight:700;left:0;position:absolute;top:0}.scholarshipSection__note{align-items:center;color:#1f2937;display:inline-flex;font-size:18px;font-weight:700;gap:8px;margin-bottom:18px}.scholarshipSection__noteIcon{color:#f5b301}.scholarshipSection__actionBtn{background:linear-gradient(180deg,#3d7cff,#2563eb);border-radius:12px;box-shadow:0 10px 22px #2563eb3d;display:inline-flex;font-size:14px;font-weight:700;height:42px;outline:none;padding:0 18px;transition:transform .2s ease,box-shadow .2s ease}.scholarshipSection__actionBtn:hover{box-shadow:0 14px 28px #2563eb47;transform:translateY(-1px)}.scholarshipSection__actionIcon{align-items:center;background:#ffffff2e;border-radius:50%;display:inline-flex;font-size:12px;height:18px;justify-content:center;width:18px}.scholarshipSection__right{min-height:100%}.scholarshipSection__imageWrap,.scholarshipSection__right{align-items:center;display:flex;justify-content:center;position:relative}.scholarshipSection__imageWrap{max-width:720px;min-height:420px;width:100%}.scholarshipSection__bg{opacity:.9;position:absolute;right:60px;top:20px;width:400px;z-index:1}.scholarshipSection__image{display:block;height:auto;max-width:620px;object-fit:contain;position:relative;width:100%;z-index:2}.scholarshipSection__shape{border-radius:999px;filter:blur(0);position:absolute;z-index:0}.scholarshipSection__shape--yellow{background:#fadc4e73;height:250px;right:70px;top:28px;width:250px}.scholarshipSection__shape--blue{background:#3b82f61f;height:140px;left:40px;top:80px;width:140px}@media(max-width:1315px){.scholarshipSection__content{grid-template-columns:1fr;padding:30px 28px 0}.scholarshipSection__left{padding-bottom:24px}.scholarshipSection__body{max-width:100%}.scholarshipSection__right{align-items:center;justify-content:center}.scholarshipSection__imageWrap{max-width:360px;min-height:240px}}@media(max-width:768px){.scholarshipSection{padding:14px 0}.scholarshipSection__container{padding:0 14px}.scholarshipSection__content{border-radius:0 0 22px 22px;min-height:0;min-height:auto;padding:24px 18px 0}.scholarshipSection__heading{font-size:28px;font-weight:700;padding-top:16px}.scholarshipSection__tabs{gap:10px;margin-bottom:18px}.scholarshipSection__tab{justify-content:center;width:100%}.scholarshipSection__title{font-size:24px}.scholarshipSection__description,.scholarshipSection__list li{font-size:15px}.scholarshipSection__note{font-size:16px}.scholarshipSection__imageWrap{min-height:280px}.scholarshipSection__shape--yellow{height:180px;right:40px;top:24px;width:180px}.scholarshipSection__shape--blue{height:90px;left:20px;top:70px;width:90px}}.scholarshipSection__actionBtn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:10px;justify-content:center;padding:14px 28px;transition:all .25s ease}.scholarshipSection__actionBtn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 20px #2563eb4d;transform:translateY(-2px)}@media(max-width:1315px){.scholarshipSection__actionBtn{width:50%}}@media(max-width:768px){.scholarshipSection__actionBtn{width:100%}}.layout{grid-column-gap:2rem;grid-row-gap:0;column-gap:2rem;display:grid;grid-template-areas:"header     header      header" "o_banner   o_banner    o_banner" ".          o_content   ." "footer     footer      footer";grid-template-columns:auto 1280px auto;grid-template-rows:auto auto 1fr auto;margin-top:80px;min-height:100vh;row-gap:0}@media(max-width:1200px){.layout{grid-template-columns:4rem minmax(0,1280px) 4rem}}@media(max-width:540px){.layout{grid-template-columns:1rem minmax(0,1280px) 1rem}}.layout__banner{grid-area:o_banner}.layout__content{grid-area:o_content;min-width:0}.courseList{background:radial-gradient(circle at top left,#6c63ff14,#0000 24%),radial-gradient(circle at top right,#c173ff14,#0000 22%),linear-gradient(180deg,#f5f6fb,#eef1f8);box-sizing:border-box;min-height:100vh;padding:24px}.courseList__layout{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:270px 1fr}.courseSidebar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #ffffffe0;border-radius:28px;box-shadow:0 18px 45px #21284e14;margin-top:50px;padding:22px 16px;position:sticky;top:20px}.courseSidebar__brand{align-items:center;display:flex;gap:14px;margin-bottom:24px}.courseSidebar__logo{align-items:center;background:linear-gradient(90deg,#235ce6,#5b8eef);border-radius:12px;display:flex;height:44px;justify-content:center;padding:0 10px;width:180px}.courseSidebar__logo img{display:block;height:100%;object-fit:contain;width:100%}@media(max-width:1280px){.courseSidebar__logo{border-radius:10px;height:40px;padding:0 8px;width:155px}}@media(max-width:980px){.courseSidebar__logo{border-radius:10px;height:38px;padding:0 8px;width:145px}}@media(max-width:760px){.courseSidebar__logo{border-radius:10px;height:36px;padding:0 8px;width:140px}}.courseSidebar__menu{display:flex;flex-direction:column;gap:8px}.courseSidebar__item{align-items:center;background:#0000;border:0;border-radius:14px;color:#70789a;cursor:pointer;display:flex;font-size:15px;gap:12px;min-height:48px;padding:0 14px;text-align:left;transition:all .25s ease;width:100%}.courseSidebar__item:hover{background:#f5f6ff;color:#4252da;transform:translateX(2px)}.courseSidebar__item--active{background:linear-gradient(90deg,#5766ff24,#5766ff0a);box-shadow:inset 3px 0 0 #5667ff;color:#4350d1;font-weight:700}.courseSidebar__icon{font-size:13px;text-align:center;width:16px}.courseSidebar__profile{align-items:center;background:linear-gradient(180deg,#fff,#f8f9ff);border:1px solid #edf0fb;border-radius:20px;display:flex;gap:12px;margin-top:26px;padding:16px}.courseSidebar__avatar{align-items:center;background:linear-gradient(135deg,#6d4dff,#8f7bff);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:44px;justify-content:center;width:44px}.courseSidebar__profileText strong{color:#26315f;display:block;font-size:16px}.courseSidebar__profileText p{color:#8f97b2;font-size:13px;margin:4px 0 0}.courseMain{margin-top:50px;min-width:0}.courseTopBanner{align-items:center;background:linear-gradient(135deg,#ffffffeb,#f1eaffeb),linear-gradient(135deg,#efe9ff,#f8faff);border:1px solid #ffffffeb;border-radius:28px;box-shadow:0 18px 45px #21284e12;display:flex;gap:18px;justify-content:space-between;margin-bottom:22px;padding:28px 30px}.courseTopBanner__left h1{color:#1f2852;font-size:28px;font-weight:700;line-height:1.25;margin:4px 0 8px}.courseTopBanner__left p{color:#767e9d;font-size:15px;margin:0}.courseTopBanner__eyebrow{color:#9aa1bd;display:inline-block;font-size:13px}.courseTopBanner__right{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 24px #21284e0f;display:flex;flex-shrink:0;gap:12px;padding:12px 16px}.courseTopBanner__right label{color:#77809e;font-weight:600;white-space:nowrap}.courseTopBanner__right select{background:#0000;border:none;color:#26315f;cursor:pointer;font-size:15px;font-weight:700;outline:none}.courseBoard{background:#ffffff85;border-radius:30px;padding:8px}.courseList__grid{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(320px,360px))}.courseCard{background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #edf1fb;border-radius:24px;box-shadow:0 14px 40px #21284e14;padding:14px;transition:all .28s ease}.courseCard:hover{box-shadow:0 24px 55px #21284e24;transform:translateY(-8px)}.courseCard__imageWrap{aspect-ratio:16/10;background:#eef2ff;border-radius:18px;display:block;overflow:hidden;position:relative}.courseCard__image{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.courseCard:hover .courseCard__image{transform:scale(1.05)}.courseCard__badge{background:#fffffff5;border-radius:999px;box-shadow:0 8px 18px #21284e1f;color:#4d44d8;font-size:12px;font-weight:700;left:12px;padding:7px 12px;position:absolute;top:12px}.courseCard__body{padding:14px 4px 4px}.courseCard__title{color:#1f2852;font-size:18px;line-height:1.35;margin:0 0 10px;min-height:48px}.courseCard__desc,.courseCard__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.courseCard__desc{color:#8088a5;font-size:14px;line-height:1.6;margin:0 0 14px;min-height:44px}.courseCard__author{align-items:center;display:flex;gap:10px;margin-bottom:14px}.courseCard__authorAvatar{align-items:center;background:linear-gradient(135deg,#6d4dff,#8f7bff);border-radius:50%;color:#fff;display:flex;font-weight:700;height:38px;justify-content:center;width:38px}.courseCard__authorInfo strong{color:#26315f;display:block;font-size:14px}.courseCard__authorInfo span{color:#98a0bc;display:block;font-size:12px;margin-top:2px}.courseCard__meta{border-bottom:1px solid #edf0fa;border-top:1px solid #edf0fa;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px;padding:14px 0}.courseCard__metaLeft{color:#7f87a3;display:flex;flex-direction:column;font-size:14px;gap:8px}.courseCard__metaRight{align-items:center;color:#26315f;display:flex;gap:8px}.courseCard__metaRight strong{font-size:17px}.courseCard__avatars{align-items:center;display:flex}.courseCard__avatars span{background:linear-gradient(135deg,#c8d3ff,#a7c1ff);border:2px solid #fff;border-radius:50%;height:24px;margin-left:-8px;width:24px}.courseCard__avatars span:first-child{margin-left:0}.courseCard__footer{margin-top:4px}.courseCard__btn{align-items:center;background:linear-gradient(90deg,#6240ea,#568cff);border-radius:16px;box-shadow:0 12px 26px #6240ea38;color:#fff;display:flex;font-size:17px;font-weight:700;height:50px;justify-content:center;text-decoration:none;transition:all .25s ease}.courseCard__btn:hover{box-shadow:0 18px 34px #6240ea47;transform:translateY(-2px)}.courseList__empty{align-items:center;color:#717999;display:flex;flex-direction:column;justify-content:center;min-height:320px;text-align:center}.courseList__empty-icon{font-size:42px;margin-bottom:10px}.courseList__empty h3{color:#26315f;margin:0 0 8px}.courseList__empty p{margin:0}@media(max-width:1400px){.courseList__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1150px){.courseList__layout{grid-template-columns:1fr}.courseSidebar{position:static}.courseList__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.courseTopBanner{align-items:flex-start;flex-direction:column}}@media(max-width:768px){.courseList{padding:16px}.courseList__grid{grid-template-columns:1fr}.courseTopBanner{padding:20px}.courseSidebar{padding:18px 14px}.announcementBar{align-items:center;background:linear-gradient(90deg,#ff8a00,#ff5e62);border-radius:16px;color:#fff;display:flex;height:50px;overflow:hidden;padding:0 16px;position:relative}.announcementBar__content{animation:scrollText 12s linear infinite;display:inline-block;font-weight:600;padding-left:100%;white-space:nowrap}@keyframes scrollText{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.announcementBar__close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:16px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}}.payModal{border-radius:1rem;display:flex;height:460px;margin:-1rem;overflow:hidden;width:760px}@media(max-width:912px){.payModal{width:80vw}}.payModal__content{align-items:center;display:flex;flex:2 1;flex-direction:column;gap:4rem;justify-content:center;position:relative}.payModal__content-logo{width:8rem}.payModal__content-banks{display:flex;gap:2rem}.payModal__content-banks li{border-radius:1rem;box-shadow:2px 2px 2px 2px #002de466;display:grid;height:10rem;place-items:center;width:8rem}.payModal__content-banks li img{width:6rem}.payModal__content-text{color:gray;display:flex;text-align:center}.payModal__content-payBtn{background-color:#002de4e6;border:1px solid #fff;border-radius:.5rem;color:#fff;padding:2rem}.payModal__content-payBtn:hover{background-color:#fff;border:1px solid #002de4;color:#002de4e6}.payModal__cover{flex:1.6 1;height:100%}@media(max-width:540px){.payModal__cover{display:none}}.courseDetailModern{--bg:#07111f;--bg-soft:#0d1728;--card:#ffffff0f;--card-strong:#ffffff1a;--stroke:#ffffff1a;--text:#f8fafc;--muted:#94a3b8;--primary:#6d5efc;--primary-2:#8b5cf6;--cyan:#22d3ee;--success:#10b981;--shadow:0 20px 80px #02061773;background:radial-gradient(circle at top left,#6d5efc1a,#0000 28%),radial-gradient(circle at top right,#22d3ee14,#0000 26%),linear-gradient(180deg,#08101d,#091321 50%,#f8fafc);color:#0f172a;min-height:100vh}.courseDetailModern *{box-sizing:border-box}.courseDetailModern__container{margin:40px auto 0;width:min(1280px,100% - 48px)}@media(max-width:768px){.courseDetailModern__container{width:min(100%,100% - 24px)}}.courseDetailModern .courseDetailModern{background:#08101d}.courseDetailModern .courseDetailModern__contentSection{background:#f8fafc}.courseDetailModern__hero{min-height:720px;overflow:hidden;padding:12px 0 56px;position:relative}@media(max-width:1002px){.courseDetailModern__hero{min-height:auto;padding:28px 0 40px}}.courseDetailModern__bgGlow{border-radius:999px;filter:blur(70px);opacity:.65;pointer-events:none;position:absolute}.courseDetailModern__bgGlow--one{background:#6d5efc52;height:340px;left:-80px;top:40px;width:340px}.courseDetailModern__bgGlow--two{background:#22d3ee38;height:320px;right:-80px;top:80px;width:320px}.courseDetailModern__bgGrid{background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,#0000 0);background-size:48px 48px;inset:0;-webkit-mask-image:linear-gradient(180deg,#000000d9,#0000);mask-image:linear-gradient(180deg,#000000d9,#0000);pointer-events:none;position:absolute}.courseDetailModern__heroGrid{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);position:relative;z-index:2}@media(max-width:1100px){.courseDetailModern__heroGrid{grid-template-columns:1fr}}.courseDetailModern__contentCol,.courseDetailModern__mediaCol{min-width:0}.courseDetailModern__mediaShell{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#ffffff17,#ffffff0a);border:1px solid #ffffff1a;border-radius:32px;box-shadow:var(--shadow);overflow:hidden}.courseDetailModern__mediaTopBar{align-items:center;background:#ffffff0a;border-bottom:1px solid #ffffff12;display:flex;gap:8px;height:48px;padding:0 18px}.courseDetailModern__mediaTopBar .dot{background:#ffffff59;border-radius:50%;height:10px;width:10px}.courseDetailModern__heroPlayerWrap{aspect-ratio:16/12;background:#020617;min-height:520px;position:relative}@media(max-width:768px){.courseDetailModern__heroPlayerWrap{min-height:260px}}.courseDetailModern__playerFallback,.courseDetailModern__playerHtml,.courseDetailModern__previewPlayer{height:100%;width:100%}.courseDetailModern__playerHtml .react-player,.courseDetailModern__playerHtml iframe,.courseDetailModern__playerHtml video,.courseDetailModern__playerHtml>div{height:100%!important;width:100%!important}.courseDetailModern__playerFallback{align-items:center;background:radial-gradient(circle at center,#6d5efc1f,#0000 35%),linear-gradient(135deg,#0f172a,#020617);color:#e2e8f0;display:flex;font-size:16px;justify-content:center;line-height:1.7;padding:32px;text-align:center}.courseDetailModern__previewPlayer{overflow:hidden;position:relative}.courseDetailModern__previewPlayer iframe{height:100%!important;width:100%!important}.courseDetailModern__previewPlayer:hover .courseDetailModern__previewOverlay{background:linear-gradient(180deg,#050a141f,#050a145c 45%,#050a14b3)}.courseDetailModern__previewPlayer:hover .courseDetailModern__previewPlay{transform:translate(-50%,-50%) scale(1.04)}.courseDetailModern__previewOverlay{background:linear-gradient(180deg,#050a140a,#050a1442 45%,#050a1494);inset:0;pointer-events:none;position:absolute;transition:.28s ease}.courseDetailModern__previewBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172acc;border:1px solid #ffffff1f;border-radius:999px;display:inline-flex;font-size:14px;font-weight:600;gap:8px;left:18px;padding:10px 14px;top:18px;z-index:2}.courseDetailModern__previewBadge,.courseDetailModern__previewPlay{align-items:center;color:#fff;pointer-events:none;position:absolute}.courseDetailModern__previewPlay{background:#ef4444f2;border-radius:50%;box-shadow:0 18px 40px #ef444459;display:flex;font-size:34px;height:84px;justify-content:center;left:50%;top:50%;transform:translate(-50%,-50%);transition:.28s ease;width:84px}.courseDetailModern__contentCol{color:var(--text);display:flex;flex-direction:column;justify-content:center}.courseDetailModern__eyebrow{margin-bottom:18px}.courseDetailModern__eyebrowBadge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.01em;padding:10px 14px}.courseDetailModern__title{color:#fff;font-size:clamp(36px,4vw,56px);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0;max-width:720px}.courseDetailModern__subtitle{color:#e2e8f0d9;font-size:17px;line-height:1.8;margin:18px 0 0;max-width:640px}.courseDetailModern__teacherCard{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 16px 40px #0206173d;display:flex;gap:14px;margin-top:28px;max-width:640px;padding:18px}.courseDetailModern__teacherAvatar{border:2px solid #ffffff2e;border-radius:50%;flex-shrink:0;height:64px;object-fit:cover;width:64px}.courseDetailModern__teacherMeta{display:flex;flex-direction:column;gap:4px;min-width:0}.courseDetailModern__teacherLabel{color:#cbd5e1;font-size:12px;font-weight:700;letter-spacing:.16em}.courseDetailModern__teacherName{color:#fff;font-size:18px;line-height:1.4}.courseDetailModern__teacherSub{color:#cbd5e1d9;font-size:14px;line-height:1.5}.courseDetailModern__actionRow{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.courseDetailModern__discordBtn,.courseDetailModern__ghostBtn,.courseDetailModern__mobileLessonTrigger,.courseDetailModern__primaryBtn,.courseDetailModern__telegramBtn{appearance:none;border:none;cursor:pointer;font-family:inherit;outline:none;transition:.24s ease}.courseDetailModern__primaryBtn{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-radius:18px;box-shadow:0 18px 40px #6d5efc59;color:#fff;font-size:15px;font-weight:700;min-height:56px;padding:0 24px}.courseDetailModern__primaryBtn:hover{box-shadow:0 22px 44px #6d5efc6b;transform:translateY(-2px)}.courseDetailModern__ghostBtn,.courseDetailModern__mobileLessonTrigger{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;color:#fff;display:inline-flex;font-size:15px;font-weight:600;gap:10px;min-height:56px;padding:0 22px}.courseDetailModern__ghostBtn:hover,.courseDetailModern__mobileLessonTrigger:hover{background:#ffffff1f;transform:translateY(-2px)}.courseDetailModern__telegramBtn{align-items:center;background:linear-gradient(135deg,#1e90ff,#0c66d8);border-radius:16px;box-shadow:0 14px 30px #1e90ff59;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:10px;justify-content:center;margin-top:16px;max-width:640px;min-height:52px;padding:0 22px}.courseDetailModern__telegramBtn svg{flex-shrink:0;font-size:17px}.courseDetailModern__telegramBtn:hover{box-shadow:0 20px 36px #1e90ff6b;transform:translateY(-2px)}.courseDetailModern__discordBtn{align-items:center;background:linear-gradient(135deg,#4b54b4,#6352d4);border-radius:16px;box-shadow:0 14px 30px #1e90ff59;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:10px;justify-content:center;margin-top:16px;max-width:640px;min-height:52px;padding:0 22px}.courseDetailModern__discordBtn svg{flex-shrink:0;font-size:17px}.courseDetailModern__discordBtn:hover{box-shadow:0 20px 36px #1e90ff6b;transform:translateY(-2px)}.courseDetailModern__featureGrid,.courseDetailModern__statsGrid{grid-gap:14px;display:grid;gap:14px;margin-top:28px}.courseDetailModern__featureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:640px){.courseDetailModern__featureGrid{grid-template-columns:1fr}}.courseDetailModern__featureCard{background:#c9505014;border:1px solid #ffffff1a;border-radius:22px;display:flex;gap:14px;min-height:120px;padding:18px}.courseDetailModern__featureCard h4{font-size:16px;font-weight:700;line-height:1.4;margin:0 0 8px}.courseDetailModern__featureCard p{font-size:14px;line-height:1.75;margin:0}.courseDetailModern__featureIcon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;font-size:22px;height:46px;justify-content:center;width:46px}.courseDetailModern__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:640px){.courseDetailModern__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.courseDetailModern__statCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:22px;padding:18px}.courseDetailModern__statCard strong{color:#fff;display:block;font-size:22px;font-weight:800;line-height:1.2;margin-bottom:6px}.courseDetailModern__statCard span{color:#e2e8f0d1;font-size:14px}.courseDetailModern__statCard--wide{background:linear-gradient(135deg,#6d5efc29,#22d3ee1f)}.courseDetailModern .courseDetailModern__mobileOnly{display:none}@media(max-width:1100px){.courseDetailModern .courseDetailModern__mobileOnly{display:flex}}.courseDetailModern__contentSection{padding:8px 0 80px;position:relative;z-index:2}@media(max-width:768px){.courseDetailModern__contentSection{padding-bottom:40px}}.courseDetailModern__contentLayout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 360px}@media(max-width:1100px){.courseDetailModern__contentLayout{grid-template-columns:1fr}}.courseDetailModern .courseDetailModern__sidebar,.courseDetailModern__mainContent{position:relative;transition:transform .3s ease,opacity .3s ease}@media(max-width:1094px){.courseDetailModern .courseDetailModern__sidebar{background:#fff;height:100%;opacity:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:all .3s ease;width:50%;z-index:999}.courseDetailModern .courseDetailModern__sidebar.show{opacity:1;transform:translateX(0)}}.courseDetailModern__panel{background:#fff;border:1px solid #0f172a0f;border-radius:28px;box-shadow:0 16px 40px #0f172a0f;margin-bottom:20px;padding:24px}@media(max-width:768px){.courseDetailModern__panel{border-radius:22px;padding:18px}}.courseDetailModern__panel--sticky{position:sticky;top:24px}.courseDetailModern__panelHeader,.courseDetailModern__sidebarHeader{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.courseDetailModern__panelHeader h3,.courseDetailModern__sidebarHeader h3{color:#0f172a;font-size:24px;font-weight:800;line-height:1.2;margin:6px 0 0}.courseDetailModern__panelHeader span:last-child,.courseDetailModern__sidebarHeader span:last-child{color:#64748b;font-size:14px;font-weight:600}.courseDetailModern__panelKicker{color:#7c3aed;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.courseDetailModern__aboutBox,.courseDetailModern__lessonInfoBox{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #0f172a0f;border-radius:22px;padding:20px}.courseDetailModern__lessonInfoBox{color:#475569;font-size:15px;line-height:1.75}.courseDetailModern__lessonInfoBox strong{color:#0f172a}.courseDetailModern__richText{color:#475569;font-size:15px;line-height:1.85}.courseDetailModern__richText ol,.courseDetailModern__richText p,.courseDetailModern__richText ul{margin-bottom:14px;margin-top:0}.courseDetailModern__richText ol:last-child,.courseDetailModern__richText p:last-child,.courseDetailModern__richText ul:last-child{margin-bottom:0}.courseDetailModern__richText h1,.courseDetailModern__richText h2,.courseDetailModern__richText h3,.courseDetailModern__richText h4{color:#0f172a;margin-top:0}.courseDetailModern__richText img{border-radius:16px;max-width:100%}.courseDetailModern__lessonBadge{align-items:center;background:#f5f3ff;border:1px solid #ede9fe;border-radius:999px;color:#6d28d9;display:inline-flex;font-size:14px;font-weight:700;gap:8px;min-height:40px;padding:0 14px;white-space:nowrap}.courseDetailModern__sidebarList{display:flex;flex-direction:column;gap:10px;max-height:720px;overflow:auto;padding-right:4px}.courseDetailModern__sidebarList::-webkit-scrollbar{width:8px}.courseDetailModern__sidebarList::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.courseDetailModern__lessonItem{align-items:center;background:#fff;border:1px solid #0f172a0f;border-radius:18px;cursor:pointer;display:flex;gap:14px;padding:14px;text-align:left;transition:.24s ease;width:100%}.courseDetailModern__lessonItem:hover{border-color:#6d5efc42;box-shadow:0 10px 24px #6d5efc14;transform:translateY(-1px)}.courseDetailModern__lessonItem.active{background:linear-gradient(135deg,#6d5efc,#8b5cf6);border-color:#0000;box-shadow:0 18px 40px #6d5efc38}.courseDetailModern__lessonItem.active .courseDetailModern__lessonIndex{background:#ffffff2e;color:#fff}.courseDetailModern__lessonItem.active .courseDetailModern__lessonText span,.courseDetailModern__lessonItem.active .courseDetailModern__lessonText strong{color:#fff}.courseDetailModern__lessonIndex{align-items:center;background:#f8fafc;border:1px solid #0f172a0d;border-radius:16px;color:#6d28d9;display:flex;flex-shrink:0;font-size:14px;font-weight:800;height:48px;justify-content:center;width:48px}.courseDetailModern__lessonText{display:flex;flex-direction:column;gap:4px;min-width:0}.courseDetailModern__lessonText strong{color:#0f172a;font-size:15px;font-weight:700;line-height:1.5;word-break:break-word}.courseDetailModern__lessonText span{color:#64748b;font-size:13px}.courseDetailModern__emptyLessons{background:#f8fafc;border:1px dashed #94a3b866;border-radius:18px;color:#64748b;font-size:14px;padding:18px;text-align:center}@media(max-width:768px){.courseDetailModern__title{font-size:32px}.courseDetailModern__subtitle{font-size:15px;line-height:1.7}.courseDetailModern__teacherCard{border-radius:20px;padding:14px}.courseDetailModern__teacherAvatar{height:56px;width:56px}.courseDetailModern__actionRow{align-items:stretch;flex-direction:column}.courseDetailModern__discordBtn,.courseDetailModern__ghostBtn,.courseDetailModern__mobileLessonTrigger,.courseDetailModern__primaryBtn,.courseDetailModern__telegramBtn{justify-content:center;width:100%}.courseDetailModern__panelHeader,.courseDetailModern__sidebarHeader{align-items:flex-start;flex-direction:column}.courseDetailModern__panelHeader h3,.courseDetailModern__sidebarHeader h3{font-size:20px}}.Youtube{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:center;width:100%}@media(max-width:912px){.Youtube{flex-direction:column}}@media(max-width:540px){.Youtube{width:100%}}.Youtube__box{align-items:center;display:flex;flex-direction:column;justify-content:center;width:50%}@media(max-width:912px){.Youtube__box{width:100%}}@media(max-width:540px){.Youtube__box{width:100%}}.Youtube__box{gap:3rem}.Youtube__box__title{border-bottom:1px solid #002de4;color:#002de4;font-size:20px;padding-bottom:1rem}.Youtube__box__text{text-align:justify;width:70%}@media(max-width:912px){.Youtube__box__text{width:100%}}.Youtube__image{border-radius:1.5rem;width:40rem}@media(max-width:540px){.Youtube__image{width:100%}}.Telegram{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:center;width:100%}@media(max-width:912px){.Telegram{flex-direction:column}}@media(max-width:540px){.Telegram{width:100%}}.Telegram__box{align-items:center;display:flex;flex-direction:column;justify-content:center;width:50%}@media(max-width:912px){.Telegram__box{width:100%}}@media(max-width:540px){.Telegram__box{width:100%}}.Telegram__box{gap:3rem}.Telegram__box__title{border-bottom:1px solid #002de4;color:#002de4;font-size:20px;padding-bottom:1rem}.Telegram__box__text{text-align:justify;width:70%}@media(max-width:912px){.Telegram__box__text{width:100%}}.Telegram__image{border-radius:1.5rem;width:40rem}@media(max-width:540px){.Telegram__image{width:100%}}.news-hero{overflow:hidden;position:relative}.news-hero__image{display:block;max-height:800px;object-fit:cover;overflow:hidden;width:100%}@media(max-width:992px){.news-hero__image{height:auto}}.news-hero__overlay{background:radial-gradient(circle at top right,#3b82f647,#0000 30%),linear-gradient(135deg,#020617eb,#0f172ac7 45%,#2563eb5c);inset:0;position:absolute}.news-hero__content{color:#fff;margin:0 auto;padding:120px 0 70px;position:relative;width:min(1200px,100% - 32px);z-index:2}.news-hero__badge{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1f;border:1px solid #ffffff24;border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;margin-bottom:16px;padding:9px 16px}.news-hero__title{font-size:clamp(32px,5vw,58px);font-weight:900;letter-spacing:-.03em;line-height:1.04;margin:0 0 12px;max-width:820px}.news-hero__desc{color:#ffffffe0;font-size:15px;line-height:1.8;margin:0;max-width:620px}.news-page{margin:36px auto 20px;width:min(1200px,100% - 32px)}.news-page__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.news-page__eyebrow{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.12em;margin:0 0 6px;text-transform:uppercase}.news-page__title{color:#0f172a;font-size:clamp(26px,4vw,38px);font-weight:900;letter-spacing:-.03em;line-height:1.15;margin:0}.news-page__stats{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a0a;color:#475569;font-size:14px;padding:12px 16px}.news-page__stats strong{color:#0f172a;font-weight:900}.news-toolbar{margin-bottom:28px}.news-search{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #94a3b833;border-radius:18px;box-shadow:0 10px 30px #0f172a0d,inset 0 1px 0 #ffffffd9;display:flex;height:58px;margin-bottom:18px;position:relative}.news-search__icon{color:#64748b;font-size:18px;padding-left:18px}.news-search input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:15px;height:100%;outline:none;padding:0 14px}.news-search input::placeholder{color:#94a3b8}.news-search__clear{background:#f1f5f9;border:none;border-radius:12px;color:#334155;cursor:pointer;height:38px;margin-right:10px;transition:all .2s ease;width:38px}.news-search__clear:hover{background:#e2e8f0}.news-tabs{display:flex;flex-wrap:wrap;gap:10px}.news-tabs__item{background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:700;padding:10px 16px;transition:all .25s ease}.news-tabs__item:hover{border-color:#2563eb4d;color:#2563eb;transform:translateY(-1px)}.news-tabs__item.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#0000;box-shadow:0 12px 24px #2563eb40;color:#fff}.news-featured{margin-bottom:28px}.news-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.news-card,.news-skeleton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #94a3b829;border-radius:28px;box-shadow:0 10px 30px #0f172a0f,inset 0 1px 0 #ffffffe6;display:flex;flex-direction:column;overflow:hidden;position:relative}.news-card{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.news-card:hover{border-color:#2563eb40;box-shadow:0 24px 60px #0f172a1f,inset 0 1px 0 #fff;transform:translateY(-8px)}.news-card:hover .news-card__image{transform:scale(1.07)}.news-card:hover .news-card__imageOverlay{opacity:1}.news-card:hover .news-card__link span{transform:translateX(5px)}.news-card__imageWrap{background:#e2e8f0;display:block;height:240px;overflow:hidden;position:relative;width:100%}.news-card__image{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.news-card__imageOverlay{background:linear-gradient(180deg,#0f172a00,#0f172a57);inset:0;opacity:.7;position:absolute;transition:opacity .3s ease}.news-card__body{display:flex;flex:1 1;flex-direction:column;padding:22px}.news-card__meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.news-card__badge{align-items:center;background:#2563eb14;border-radius:999px;color:#2563eb;display:inline-flex;font-size:12px;font-weight:800;padding:6px 10px}.news-card__date{color:#64748b;font-size:13px;font-weight:500}.news-card__title{font-size:21px;font-weight:800;letter-spacing:-.02em;line-height:1.35;margin:0 0 12px}.news-card__title a{color:#0f172a;text-decoration:none;transition:color .2s ease}.news-card__title a:hover{color:#2563eb}.news-card__text{color:#64748b;flex:1 1;font-size:14px;line-height:1.85;margin:0 0 18px}.news-card__link{align-items:center;color:#2563eb;display:inline-flex;font-size:14px;font-weight:800;gap:8px;margin-top:auto;text-decoration:none}.news-card__link span{transition:transform .25s ease}.news-card__link:hover{color:#1d4ed8}.news-card--featured{display:grid;grid-template-columns:1.2fr 1fr;min-height:420px}.news-card--featured .news-card__imageWrap{height:100%;min-height:420px}.news-card--featured .news-card__body{justify-content:center;padding:32px}.news-card--featured .news-card__title{font-size:clamp(28px,3vw,38px);line-height:1.15;margin-bottom:16px}.news-card--featured .news-card__text{font-size:15px;line-height:1.9;max-width:92%}.news-skeleton{overflow:hidden}.news-skeleton:after{animation:newsShimmer 1.6s infinite;background:linear-gradient(90deg,#fff0,#ffffffa6 50%,#fff0);content:"";inset:0;position:absolute;transform:translateX(-100%)}.news-skeleton__image{background:linear-gradient(180deg,#e2e8f0,#f1f5f9);height:240px}.news-skeleton__body{padding:22px}.news-skeleton__meta,.news-skeleton__text,.news-skeleton__title{background:#e2e8f0;border-radius:999px}.news-skeleton__meta{height:14px;margin-bottom:16px;width:35%}.news-skeleton__title{height:18px;margin-bottom:12px;width:88%}.news-skeleton__title.short{width:64%}.news-skeleton__text{height:12px;margin-bottom:10px;width:100%}.news-skeleton__text.short{width:72%}.news-skeleton--featured{display:grid;grid-template-columns:1.2fr 1fr;min-height:420px}.news-skeleton--featured .news-skeleton__image{height:100%;min-height:420px}.news-skeleton--featured .news-skeleton__body{display:flex;flex-direction:column;justify-content:center;padding:32px}.news-loadmore{display:flex;justify-content:center;margin-top:34px}.news-loadmore__btn{background:linear-gradient(135deg,#0f172a,#1e293b);border:none;border-radius:16px;box-shadow:0 14px 28px #0f172a2e;color:#fff;cursor:pointer;font-size:14px;font-weight:800;height:52px;padding:0 24px;transition:all .25s ease}.news-loadmore__btn:hover{box-shadow:0 18px 34px #0f172a3d;transform:translateY(-2px)}.news-empty{align-items:center;background:linear-gradient(180deg,#fff,#f8fafc);border:1px dashed #cbd5e1;border-radius:28px;display:flex;flex-direction:column;justify-content:center;padding:90px 20px;text-align:center}.news-empty__icon{font-size:44px;margin-bottom:14px}.news-empty h3{color:#0f172a;font-size:22px;font-weight:900;margin:0 0 8px}.news-empty p{color:#64748b;font-size:15px;margin:0}@keyframes newsShimmer{to{transform:translateX(100%)}}@media(max-width:1100px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-card--featured,.news-skeleton--featured{grid-template-columns:1fr}.news-card--featured .news-card__imageWrap,.news-card--featured .news-skeleton__image,.news-skeleton--featured .news-card__imageWrap,.news-skeleton--featured .news-skeleton__image{min-height:280px}.news-card--featured .news-card__body,.news-card--featured .news-skeleton__body,.news-skeleton--featured .news-card__body,.news-skeleton--featured .news-skeleton__body{padding:24px}.news-card--featured .news-card__text,.news-skeleton--featured .news-card__text{max-width:100%}}@media(max-width:768px){.news-hero{height:auto}.news-hero__content{padding:100px 0 42px;width:calc(100% - 20px)}.news-hero__desc{font-size:14px;line-height:1.7}.news-page{margin:28px auto 50px;width:calc(100% - 20px)}.news-search{border-radius:16px;height:52px}.news-grid{gap:18px;grid-template-columns:1fr}.news-card,.news-skeleton{border-radius:22px}.news-card__imageWrap{height:220px}.news-card__body{padding:18px}.news-card__title{font-size:18px}.news-card--featured{min-height:0;min-height:auto}.news-card--featured .news-card__imageWrap{min-height:220px}.news-card--featured .news-card__body{padding:20px 18px}.news-card--featured .news-card__title{font-size:24px}.news-card--featured .news-card__text{font-size:14px}.news-skeleton__image{height:220px}.news-skeleton--featured{min-height:0;min-height:auto}.news-skeleton--featured .news-skeleton__image{min-height:220px}.news-skeleton--featured .news-skeleton__body{padding:20px 18px}}.news-editorial{background:linear-gradient(180deg,#f5f7fb,#eef2f7);min-height:100vh;padding:34px 0 80px}.news-editorial__container{margin:0 auto;width:min(1240px,100% - 32px)}.news-editorial__topbar{margin-bottom:20px;margin-top:40px}.news-editorial__back{align-items:center;background:#ffffffd1;border:1px solid #2563eb14;border-radius:999px;box-shadow:0 12px 30px #0f172a0f;color:#172554;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:48px;padding:0 18px;text-decoration:none;transition:all .25s ease}.news-editorial__back svg{flex-shrink:0;font-size:20px}.news-editorial__back:hover{box-shadow:0 18px 38px #0f172a1a;color:#2563eb;transform:translateY(-2px)}.news-editorial__hero{grid-gap:28px;align-items:stretch;background:linear-gradient(90deg,#160669,#0b0620 50%,#160669);border-radius:28px;display:grid;gap:28px;grid-template-columns:1.2fr .9fr;margin-bottom:28px;overflow:hidden;padding:34px;position:relative}.news-editorial__hero:before{background:#ffffff14;border-radius:50%;content:"";height:220px;position:absolute;right:-80px;top:-80px;width:220px}.news-editorial__hero:after{background:#ffffff0f;border-radius:50%;bottom:-90px;content:"";height:260px;left:45%;position:absolute;width:260px}.news-editorial__hero--loading{min-height:400px}.news-editorial__hero-left,.news-editorial__hero-right{position:relative;z-index:2}.news-editorial__hero-left{display:flex;flex-direction:column;justify-content:center;min-width:0}.news-editorial__badge{align-items:center;align-self:flex-start;background:#ffffff2e;border:1px solid #ffffff2e;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:800;height:34px;justify-content:center;letter-spacing:.4px;margin-bottom:18px;padding:0 14px}.news-editorial__title{color:#fff;font-size:clamp(30px,4vw,56px);font-weight:900;letter-spacing:-.03em;line-height:1.08;margin:0 0 16px;max-width:760px}.news-editorial__summary{color:#ffffffe6;font-size:17px;line-height:1.8;margin:0;max-width:620px}.news-editorial__hero-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.news-editorial__meta-chip{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #ffffff29;border-radius:999px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:8px;height:44px;padding:0 16px}.news-editorial__meta-chip svg{flex-shrink:0;font-size:18px}.news-editorial__hero-right{align-items:center;display:flex;justify-content:center}.news-editorial__hero-image-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:22px;box-shadow:0 20px 50px #0000002e,inset 0 1px 0 #ffffff2e;max-width:420px;padding:12px;width:100%}.news-editorial__hero-image{background:#fff;border-radius:16px;display:block;height:320px;object-fit:cover;width:100%}.news-editorial__body{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 310px}.news-editorial__content-card{background:#ffffffeb;border:1px solid #0f172a0d;border-radius:28px;box-shadow:0 24px 60px #0f172a0f;padding:38px 40px}.news-editorial__content{color:#334155;font-size:18px;line-height:2;word-break:break-word}.news-editorial__content *{max-width:100%}.news-editorial__content>:first-child{margin-top:0!important}.news-editorial__content h1,.news-editorial__content h2,.news-editorial__content h3,.news-editorial__content h4,.news-editorial__content h5,.news-editorial__content h6{color:#0f172a;font-weight:800;letter-spacing:-.02em;line-height:1.3;margin-bottom:14px;margin-top:28px}.news-editorial__content h1{font-size:34px}.news-editorial__content h2{font-size:28px}.news-editorial__content h3{font-size:24px}.news-editorial__content p{margin:0 0 22px}.news-editorial__content img{border-radius:22px;box-shadow:0 16px 40px #0f172a1f;display:block;height:auto;margin:28px 0;width:100%}.news-editorial__content a{color:#2563eb;font-weight:700;text-decoration:none}.news-editorial__content a:hover{text-decoration:underline}.news-editorial__content ol,.news-editorial__content ul{margin:0 0 22px;padding-left:24px}.news-editorial__content li{margin-bottom:10px}.news-editorial__content blockquote{background:linear-gradient(180deg,#f8faff,#eef2ff);border-left:4px solid #4f46e5;border-radius:18px;color:#0f172a;font-weight:600;margin:28px 0;padding:20px 24px}.news-editorial__content table{background:#fff;border-collapse:collapse;border-radius:16px;margin:28px 0;overflow:hidden;width:100%}.news-editorial__content td,.news-editorial__content th{border:1px solid #e5e7eb;padding:14px 16px;text-align:left}.news-editorial__content th{background:#f8fafc;color:#0f172a;font-weight:800}.news-editorial__content iframe,.news-editorial__content video{border:0;border-radius:20px;margin:28px 0;min-height:380px;width:100%}.news-editorial__sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:24px}.news-editorial__side-card{background:#ffffffeb;border:1px solid #0f172a0d;border-radius:22px;box-shadow:0 18px 40px #0f172a0d;padding:22px 20px}.news-editorial__side-card--accent{background:linear-gradient(90deg,#160669,#0b0620 50%,#160669);color:#fff}.news-editorial__side-card--accent .news-editorial__side-label,.news-editorial__side-card--accent p{color:#ffffffd1}.news-editorial__side-card--accent h4{color:#fff}.news-editorial__side-card h4{color:#0f172a;font-size:22px;font-weight:800;line-height:1.35;margin:8px 0}.news-editorial__side-card p{color:#64748b;font-size:14px;line-height:1.7;margin:0}.news-editorial__side-label{color:#3b82f6;display:inline-block;font-size:12px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}.news-editorial__share-btn{align-items:center;background:#fff;border:0;border-radius:14px;color:#1e40af;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:10px;height:46px;justify-content:center;margin-top:16px;transition:all .25s ease;width:100%}.news-editorial__share-btn svg{font-size:18px}.news-editorial__share-btn:hover{box-shadow:0 10px 24px #00000029;transform:translateY(-1px)}.news-editorial__skeleton{background:#ffffff59;border-radius:14px;overflow:hidden;position:relative}.news-editorial__skeleton:after{animation:editorialShimmer 1.2s infinite;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}.news-editorial__skeleton--btn{border-radius:999px;height:48px;width:180px}.news-editorial__skeleton--badge{border-radius:999px;height:34px;margin-bottom:18px;width:120px}.news-editorial__skeleton--title{height:54px;margin-bottom:12px;width:100%}.news-editorial__skeleton--title.short{width:78%}.news-editorial__skeleton--text{height:18px;margin-bottom:12px;width:100%}.news-editorial__skeleton--text.short{width:65%}.news-editorial__skeleton--meta{border-radius:999px;height:44px;width:140px}.news-editorial__skeleton--image{border-radius:20px;height:320px;width:100%}.news-editorial__skeleton--line{height:20px;margin-bottom:18px;width:100%}.news-editorial__skeleton--line.short{width:72%}.news-editorial__skeleton--side-title{height:16px;margin-bottom:14px;width:110px}.news-editorial__skeleton--side-text{height:18px;width:100%}@keyframes editorialShimmer{to{transform:translateX(100%)}}@media(max-width:1100px){.news-editorial__hero{grid-template-columns:1fr;padding:28px}.news-editorial__hero-image-wrap{max-width:100%}.news-editorial__body{grid-template-columns:1fr}.news-editorial__sidebar{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);position:static;top:auto}}@media(max-width:768px){.news-editorial{padding:22px 0 60px}.news-editorial__container{width:min(100%,100% - 16px)}.news-editorial__hero{border-radius:22px;padding:20px}.news-editorial__title{font-size:clamp(26px,8vw,40px)}.news-editorial__summary{font-size:15px;line-height:1.8}.news-editorial__hero-image{height:240px}.news-editorial__content-card{border-radius:22px;padding:24px 18px}.news-editorial__content{font-size:16px;line-height:1.9}.news-editorial__content h1{font-size:28px}.news-editorial__content h2{font-size:24px}.news-editorial__content h3{font-size:21px}.news-editorial__content iframe,.news-editorial__content video{min-height:240px}.news-editorial__sidebar{grid-template-columns:1fr}}.contactPage{background:radial-gradient(circle at top left,#6823ff47,#0000 34%),radial-gradient(circle at bottom right,#00cfff2e,#0000 28%),linear-gradient(135deg,#060014,#14003a 38%,#20005b);overflow:hidden;padding:72px 24px 110px;position:relative}.contactPage__grid{background-image:linear-gradient(#ffffff1f 1px,#0000 0),linear-gradient(90deg,#ffffff1f 1px,#0000 0);background-size:48px 48px;inset:0;-webkit-mask-image:radial-gradient(circle at center,#000 45%,#0000 100%);mask-image:radial-gradient(circle at center,#000 45%,#0000 100%);opacity:.08}.contactPage__bgGlow,.contactPage__grid{pointer-events:none;position:absolute;z-index:0}.contactPage__bgGlow{border-radius:50%;filter:blur(80px)}.contactPage__bgGlow--1{background:#6100ff47;height:320px;left:-80px;top:120px;width:320px}.contactPage__bgGlow--2{background:#0bf3;bottom:40px;height:300px;right:-60px;width:300px}.contactPage__hero{color:#fff;margin:0 auto 54px;max-width:920px;position:relative;text-align:center;z-index:1}.contactPage__hero h1{font-size:clamp(42px,5vw,76px);font-weight:900;letter-spacing:-.04em;line-height:1.04;margin:12px 0 14px}.contactPage__hero p{color:#ffffffb8;font-size:17px;line-height:1.85;margin:0 auto;max-width:760px}.contactPage__eyebrow{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #9ddcff33;border-radius:999px;color:#9ddcff;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.18em;padding:9px 18px;text-transform:uppercase}.contactPage__wrapper{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:minmax(320px,1fr) minmax(420px,620px);margin:0 auto;max-width:1380px;position:relative;z-index:1}.contactPage__left{display:flex;flex-direction:column;gap:22px}.contactPage__miniStats{display:flex;gap:16px;margin-bottom:8px}.contactPage__miniStat{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#ffffff1f,#ffffff0f);border:1px solid #ffffff1f;border-radius:22px;box-shadow:0 20px 50px #00000029;flex:1 1;padding:18px 20px}.contactPage__miniStat strong{color:#fff;display:block;font-size:24px;font-weight:900;margin-bottom:6px}.contactPage__miniStat span{color:#ffffffad;font-size:14px}.contactInfoCard{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff17,#ffffff0a);border:1px solid #ffffff17;border-radius:28px;box-shadow:0 24px 60px #0000003d,inset 0 1px 0 #ffffff14;display:flex;gap:20px;padding:28px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.contactInfoCard:hover{border-color:#48cbff57;box-shadow:0 28px 70px #00000047,0 0 0 1px #48cbff1a;transform:translateY(-4px)}.contactInfoCard__icon{align-items:center;background:linear-gradient(180deg,#fffffff5,#ffffffe0);border-radius:24px;box-shadow:0 14px 35px #00c8ff2e,inset 0 1px 0 #fffc;color:#00c8ff;display:flex;font-size:28px;height:82px;justify-content:center;min-width:82px;width:82px}.contactInfoCard__content .contactInfoCard__label{color:#89e1ff;display:inline-block;font-size:13px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.contactInfoCard__content h3{color:#fff;font-size:34px;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 8px}.contactInfoCard__content p{color:#ffffffb3;font-size:15px;line-height:1.8;margin:0}.contactFormCard{background:linear-gradient(180deg,#fffffffa,#f7f8fcf5);border-radius:34px;box-shadow:0 40px 100px #00000052,0 0 0 1px #fff6;overflow:hidden;padding:34px;position:relative}.contactFormCard:before{background:linear-gradient(90deg,#00d2ff,#1a7cff 50%,#6b11ff);content:"";height:6px;inset:0 auto auto 0;position:absolute;width:100%}.contactFormCard__top{margin-bottom:24px}.contactFormCard__top h2{color:#0f172a;font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin:10px 0 8px}.contactFormCard__top p{color:#6b7280;font-size:15px;line-height:1.7;margin:0}.contactFormCard__tag{align-items:center;background:#09b6ff1a;border-radius:999px;color:#0284c7;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.08em;padding:8px 14px;text-transform:uppercase}.contactFormCard__form{display:flex;flex-direction:column;gap:20px}.contactField label{color:#334155;display:inline-block;font-size:14px;font-weight:800;margin-bottom:10px}.contactField .myInput{margin-bottom:0}.contactField .myInput input{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe2ea;border-radius:18px;box-shadow:inset 0 1px 0 #ffffffd9;color:#0f172a;font-size:15px;height:58px;outline:none;padding:0 18px;transition:all .25s ease;width:100%}.contactField .myInput input:focus{border-color:#27b8ff;box-shadow:0 0 0 4px #27b8ff1f,0 12px 28px #27b8ff14}.contactField__error{color:#e11d48;display:inline-block;font-size:13px;font-weight:700;margin-top:8px}.contactTextarea textarea{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe2ea;border-radius:18px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:15px;line-height:1.7;min-height:160px;outline:none;padding:16px 18px;resize:vertical;transition:all .25s ease;width:100%}.contactTextarea textarea:focus{border-color:#27b8ff;box-shadow:0 0 0 4px #27b8ff1f,0 12px 28px #27b8ff14}.contactSubmitBtn{align-items:center;background:linear-gradient(90deg,#08c7ff,#1b8cff 50%,#4461ff);border:none;border-radius:18px;box-shadow:0 22px 40px #1b8cff47,inset 0 1px 0 #ffffff2e;color:#fff;cursor:pointer;display:inline-flex;font-size:17px;font-weight:800;gap:10px;height:60px;justify-content:center;margin-top:8px;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;width:100%}.contactSubmitBtn:hover{box-shadow:0 28px 50px #1b8cff57,inset 0 1px 0 #fff3;filter:saturate(1.08);transform:translateY(-2px)}.contactSubmitBtn:active{transform:translateY(0)}@media(max-width:1315px){.contactPage__wrapper{grid-template-columns:1fr}.contactPage .contactFormCard,.contactPage__left{margin:0 auto;max-width:900px;width:100%}.contactInfoCard__content h3{font-size:28px}}@media(max-width:768px){.contactPage{padding:48px 16px 80px}.contactPage__hero{margin-bottom:34px}.contactPage__hero h1{font-size:40px}.contactPage__hero p{font-size:14px}.contactPage__miniStats{flex-direction:column}.contactInfoCard{border-radius:22px;gap:16px;padding:20px}.contactInfoCard__icon{border-radius:18px;font-size:22px;height:64px;min-width:64px;width:64px}.contactInfoCard__content h3{font-size:21px}.contactInfoCard__content p{font-size:14px}.contactFormCard{border-radius:24px;padding:22px}.contactFormCard__top h2{font-size:30px}.contactField .myInput input{border-radius:14px;height:52px}.contactSubmitBtn,.contactTextarea textarea{border-radius:14px}.contactSubmitBtn{height:54px}}.modal{-webkit-backdrop-filter:blur(.24rem);backdrop-filter:blur(.24rem);background-color:#dcdcdc33;bottom:0;display:grid;left:0;overflow-y:auto;padding-block:6rem;padding-inline:4rem;place-items:center;position:fixed;right:0;top:0;z-index:99997}.modal__content{background-color:#fff;border-radius:.8rem;padding:1rem;position:relative}.modal__content-closeBtn{background-color:#d2d2d299;border-radius:100%;box-shadow:0 0 .2rem .2rem #0000001a;position:absolute;right:6px;top:6px;z-index:1}.menuDrawer{-webkit-backdrop-filter:blur(.24rem);backdrop-filter:blur(.24rem);background-color:#80808033;display:flex;height:100vh;justify-content:flex-start;left:20;top:20;width:100vw}.menuDrawer__content{background-color:#fff;border-bottom-right-radius:1rem;border-top-right-radius:1rem;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;height:fit-content;left:20;position:fixed;top:20;width:260px;z-index:999}@media(max-width:540px){.menuDrawer__content{padding:0 1rem;width:fit-content}}.profilePage{background:radial-gradient(circle at top left,#544cff14,#0000 28%),linear-gradient(180deg,#f8faff,#f3f6fb);min-height:100%;padding:24px}.profileCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #0f172a0f;border-radius:28px;box-shadow:0 20px 50px #0f172a14;margin:0 auto;max-width:1100px;padding:28px}.profileCard__header{align-items:flex-start;border-bottom:1px solid #0f172a14;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px;padding-bottom:22px}.profileCard__eyebrow{color:#4f46e5;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.profileCard__title{color:#0f172a;font-size:30px;font-weight:800;line-height:1.2;margin:0}.profileCard__desc{color:#64748b;font-size:14px;line-height:1.7;margin:10px 0 0;max-width:560px}.profileCard__badge{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #6366f129;border-radius:999px;color:#4338ca;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:10px 14px;white-space:nowrap}.profileCard__badge svg{font-size:18px}.profileForm__top{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:320px 1fr}.profileForm__actions{display:flex;justify-content:flex-end;margin-top:28px}.profileAvatarCard,.profileInfoCard{background:#fff;border:1px solid #0f172a0f;border-radius:24px;box-shadow:0 10px 30px #0f172a0d}.profileAvatarCard{padding:24px;position:sticky;text-align:center;top:24px}.profileAvatarCard__title{color:#0f172a;font-size:18px;font-weight:800;margin-bottom:6px}.profileAvatarCard__subtitle{color:#64748b;font-size:13px;margin-bottom:22px}.profileAvatarCard__uploader{align-items:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:20px;display:flex;justify-content:center;min-height:220px;padding:12px}.profileInfoCard{min-height:100%;padding:24px}.profileInfoCard__grid{grid-gap:20px 18px;display:grid;gap:20px 18px;grid-template-columns:repeat(2,minmax(0,1fr))}.profileField__label{color:#0f172a;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px}.profileSaveBtn{align-items:center;background:linear-gradient(135deg,#2563eb,#4338ca);border:0;border-radius:14px;box-shadow:0 12px 24px #4338ca47;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:48px;padding:0 22px;transition:.25s ease}.profileSaveBtn:hover{box-shadow:0 16px 30px #4338ca52;transform:translateY(-1px)}.profileSaveBtn:active{transform:translateY(0)}.profileSaveBtn svg{font-size:18px}.profileInfoCard .input,.profileInfoCard .myInput,.profileInfoCard input,.profileInfoCard textarea{border-radius:14px!important}@media(max-width:992px){.profileForm__top{grid-template-columns:1fr}.profileAvatarCard{position:static}}@media(max-width:640px){.profilePage{padding:14px}.profileCard{border-radius:20px;padding:18px}.profileCard__header{align-items:flex-start;flex-direction:column}.profileCard__title{font-size:24px}.profileInfoCard__grid{grid-template-columns:1fr}.profileForm__actions{justify-content:stretch}.profileSaveBtn{justify-content:center;width:100%}}.passwordPage{background:radial-gradient(circle at top left,#3b82f612,#0000 28%),linear-gradient(180deg,#f8faff,#f3f6fb);min-height:100%;padding:24px}.passwordCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #0f172a0f;border-radius:28px;box-shadow:0 20px 50px #0f172a14;margin:0 auto;max-width:1100px;padding:28px}.passwordCard__header{align-items:flex-start;border-bottom:1px solid #0f172a14;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px;padding-bottom:22px}.passwordCard__eyebrow{color:#4f46e5;font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.passwordCard__title{color:#0f172a;font-size:30px;font-weight:800;line-height:1.2;margin:0}.passwordCard__desc{color:#64748b;font-size:14px;line-height:1.7;margin:10px 0 0;max-width:520px}.passwordCard__badge{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #6366f129;border-radius:999px;color:#4338ca;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:10px 14px;white-space:nowrap}.passwordCard__badge svg{font-size:18px}.passwordForm__layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:320px 1fr}.passwordForm__actions{display:flex;justify-content:flex-end;margin-top:28px}.passwordFieldsCard,.passwordHintCard{background:#fff;border:1px solid #0f172a0f;border-radius:24px;box-shadow:0 10px 30px #0f172a0d}.passwordHintCard{padding:24px;position:sticky;top:24px}.passwordHintCard__icon{align-items:center;background:linear-gradient(135deg,#2563eb,#4338ca);border-radius:16px;box-shadow:0 12px 24px #4338ca3d;color:#fff;display:inline-flex;font-size:24px;height:52px;justify-content:center;margin-bottom:16px;width:52px}.passwordHintCard__title{color:#0f172a;font-size:18px;font-weight:800;margin-bottom:12px}.passwordHintCard__list{color:#475569;font-size:14px;line-height:1.8;margin:0;padding-left:18px}.passwordFieldsCard{padding:24px}.passwordFieldsCard__grid{grid-gap:20px 18px;display:grid;gap:20px 18px;grid-template-columns:repeat(2,minmax(0,1fr))}.passwordField--full{grid-column:1/-1}.passwordField__label{color:#0f172a;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px}.passwordSaveBtn{align-items:center;background:linear-gradient(135deg,#2563eb,#4338ca);border:0;border-radius:14px;box-shadow:0 12px 24px #4338ca47;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:48px;padding:0 22px;transition:.25s ease}.passwordSaveBtn:hover{box-shadow:0 16px 30px #4338ca52;transform:translateY(-1px)}.passwordSaveBtn:active{transform:translateY(0)}.passwordSaveBtn svg{font-size:18px}.passwordFieldsCard .input,.passwordFieldsCard .myInput,.passwordFieldsCard input,.passwordFieldsCard textarea{border-radius:14px!important}@media(max-width:992px){.passwordForm__layout{grid-template-columns:1fr}.passwordHintCard{position:static}}@media(max-width:640px){.passwordPage{padding:14px}.passwordCard{border-radius:20px;padding:18px}.passwordCard__header{align-items:flex-start;flex-direction:column}.passwordCard__title{font-size:24px}.passwordFieldsCard__grid{grid-template-columns:1fr}.passwordField--full{grid-column:auto}.passwordForm__actions{justify-content:stretch}.passwordSaveBtn{justify-content:center;width:100%}}.userCourses{background:radial-gradient(circle at top left,#6c63ff14,#0000 24%),radial-gradient(circle at top right,#c173ff14,#0000 22%),linear-gradient(180deg,#f5f6fb,#eef1f8);box-sizing:border-box;padding:24px}.userCourses__container{display:block}.userCourses__main{margin-top:50px}.userCourses__board{background:#ffffff85;border-radius:30px;padding:8px}.userCourses__grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,360px))}.userCourseCard{background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #edf1fb;border-radius:24px;box-shadow:0 14px 40px #21284e14;padding:14px;transition:all .28s ease}.userCourseCard:hover{box-shadow:0 24px 55px #21284e24;transform:translateY(-8px)}.userCourseCard__imageWrap{aspect-ratio:16/10;background:#eef2ff;border-radius:18px;display:block;overflow:hidden;position:relative}.userCourseCard__image{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.userCourseCard:hover .userCourseCard__image{transform:scale(1.05)}.userCourseCard__badge{background:#fffffff5;border-radius:999px;color:#4d44d8;font-size:12px;font-weight:700;left:12px;padding:7px 12px;position:absolute;top:12px}.userCourseCard__body{padding:14px 4px 4px}.userCourseCard__title{color:#1f2852;font-size:18px;margin:0 0 10px}.userCourseCard__desc{color:#8088a5;font-size:14px;margin:0 0 14px}.userCourseCard__author{align-items:center;display:flex;gap:10px;margin-bottom:14px}.userCourseCard__avatar{align-items:center;background:linear-gradient(135deg,#6d4dff,#8f7bff);border-radius:50%;color:#fff;display:flex;height:38px;justify-content:center;width:38px}.userCourseCard__meta{border-bottom:1px solid #edf0fa;border-top:1px solid #edf0fa;display:flex;justify-content:space-between;margin-bottom:16px;padding:14px 0}.userCourseCard__button{background:linear-gradient(90deg,#6240ea,#568cff);border-radius:16px;color:#fff;font-weight:700;height:50px;text-decoration:none}.userCourseCard__button,.userCourses__empty{align-items:center;display:flex;justify-content:center}.userCourses__empty{color:#717999;flex-direction:column;min-height:320px}.userCourses__emptyIcon{font-size:42px;margin-bottom:10px}@media(max-width:768px){.userCourses{padding:16px}.userCourses__grid{grid-template-columns:1fr}}.orderHistoryPage{background:radial-gradient(circle at top left,#6366f114,#0000 28%),linear-gradient(180deg,#f8faff,#f3f6fb);min-height:100%;padding:24px}.orderHistoryCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #0f172a0f;border-radius:28px;box-shadow:0 20px 50px #0f172a14;margin:0 auto;max-width:1100px;padding:28px}.orderHistoryCard__header{align-items:flex-start;border-bottom:1px solid #0f172a14;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px;padding-bottom:22px}.orderHistoryCard__eyebrow{color:#4f46e5;font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.orderHistoryCard__title{color:#0f172a;font-size:30px;font-weight:800;line-height:1.2;margin:0}.orderHistoryCard__desc{color:#64748b;font-size:14px;line-height:1.7;margin:10px 0 0;max-width:560px}.orderHistoryCard__badge{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #6366f129;border-radius:999px;color:#4338ca;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:10px 14px;white-space:nowrap}.orderHistoryCard__badge svg{font-size:18px}.orderHistoryStats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:22px}.orderHistoryStats__item{align-items:center;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #0f172a0f;border-radius:20px;box-shadow:0 10px 25px #0f172a0a;display:flex;gap:14px;padding:18px 20px}.orderHistoryStats__icon{align-items:center;background:linear-gradient(135deg,#2563eb,#4338ca);border-radius:16px;box-shadow:0 12px 24px #4338ca33;color:#fff;display:inline-flex;flex-shrink:0;font-size:22px;height:48px;justify-content:center;width:48px}.orderHistoryStats__label{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.orderHistoryStats__value{color:#0f172a;font-size:16px;font-weight:800}.orderHistoryTableWrap{background:#fff;border:1px solid #0f172a0f;border-radius:24px;box-shadow:0 10px 30px #0f172a0d;overflow:hidden;padding:16px}.orderHistoryTable__courseCell{align-items:center;display:flex;gap:12px;min-width:240px}.orderHistoryTable__courseIcon{align-items:center;background:#eef2ff;border-radius:12px;color:#4338ca;display:inline-flex;flex-shrink:0;font-size:18px;height:38px;justify-content:center;width:38px}.orderHistoryTable__courseText{display:flex;flex-direction:column}.orderHistoryTable__courseText span{color:#0f172a;font-weight:700;line-height:1.45}.orderHistoryTable__dateCell{align-items:center;color:#475569;display:inline-flex;font-weight:600;gap:8px;min-width:160px}.orderHistoryTable__dateCell svg{color:#6366f1;flex-shrink:0;font-size:16px}@media(max-width:768px){.orderHistoryPage{padding:14px}.orderHistoryCard{border-radius:20px;padding:18px}.orderHistoryCard__header{align-items:flex-start;flex-direction:column}.orderHistoryCard__title{font-size:24px}.orderHistoryStats{grid-template-columns:1fr}.orderHistoryTableWrap{border-radius:18px;padding:10px}.orderHistoryTable__courseCell{min-width:200px}}.account{grid-gap:28px;align-items:flex-start;gap:28px;grid-template-columns:360px minmax(0,1fr);margin:40px auto 56px;width:min(1280px,100% - 32px)}@media(max-width:992px){.account{grid-template-columns:1fr;margin:20px auto 40px;width:min(100%,100% - 20px)}.account--drawerToggle{display:flex;justify-content:flex-end;margin-bottom:8px}}.account--drawerToggle-btn{align-items:center;background:linear-gradient(135deg,#150664,#03010d);border:none;border-radius:14px;box-shadow:0 14px 28px #150664;color:#fff;cursor:pointer;display:inline-flex;font-size:22px;height:48px;justify-content:center;transition:all .25s ease;width:48px}.account--drawerToggle-btn:hover{transform:translateY(-2px)}.account__menu{background:radial-gradient(circle at top right,#3b82f624,#0000 28%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid #2563eb1a;border-radius:28px;box-shadow:0 20px 50px #0f172a14,0 8px 20px #0f172a0a;overflow:hidden;padding:28px;position:sticky;top:85px}@media(max-width:992px){.account__menu{display:none}}.account__menu-topGlow{background:#2563eb14;filter:blur(40px);height:220px;pointer-events:none;position:absolute;right:-60px;top:-100px;width:220px}.account__menu-heading{align-items:center;border-bottom:1px solid #0f172a14;gap:18px;margin-bottom:24px;padding-bottom:24px;position:relative;z-index:1}.account__menu-heading-avatarWrap{flex-shrink:0;position:relative}.account__menu-heading-avatar{background:#f3f4f6;border:3px solid #fff;border-radius:24px;box-shadow:0 12px 24px #0f172a1f;height:92px;width:92px}.account__menu-heading-status{background:#22c55e;border:3px solid #fff;border-radius:999px;bottom:4px;box-shadow:0 0 0 6px #22c55e1f;height:16px;position:absolute;right:4px;width:16px}.account__menu-heading-tag{display:flex;flex-direction:column;gap:8px;min-width:0}.account__menu-heading-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.02em;margin:0}.account__menu-heading-text{color:#0f172a;font-size:28px;font-weight:800;line-height:1.1;margin:0 0 4px;word-break:break-word}.account__menu-heading-rolePill{background:#2563eb14;border:1px solid #2563eb24;border-radius:999px;color:#1d4ed8;font-size:14px;font-weight:700;padding:8px 14px;width:fit-content}.account__menu-nav{gap:6px;position:relative;z-index:1}.account__menu-nav--toggle{padding-top:8px}.account__menu-nav-item{background:#fff;border:1px solid #0f172a14;border-radius:18px;box-shadow:0 6px 16px #0f172a0a;color:#0f172a;gap:14px;min-height:44px;padding:0 12px;text-decoration:none;transition:all .22s ease}.account__menu-nav-item b{font-size:16px;font-weight:700}.account__menu-nav-item:hover{border-color:#2563eb47;box-shadow:0 14px 28px #2563eb1f;transform:translateY(-2px)}.account__menu-nav-item-icon{align-items:center;background:#2563eb14;border-radius:12px;color:#2563eb;display:inline-flex;flex-shrink:0;font-size:20px;height:38px;justify-content:center;width:38px}.account__menu-nav-item.active{background:linear-gradient(135deg,#eff6ff,#fff);border-color:#2563eb;box-shadow:0 16px 32px #2563eb29;color:#2563eb}.account__menu-nav-item.active .account__menu-nav-item-icon{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 22px #2563eb47;color:#fff}.account__menu-nav-signoutBtn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:18px;box-shadow:0 16px 32px #ff5a1f40;cursor:pointer;display:flex;gap:10px;justify-content:center;margin-top:18px;min-height:60px;transition:all .22s ease;width:100%}.account__menu-nav-signoutBtn b{font-size:17px;font-weight:800}.account__menu-nav-signoutBtn:hover{box-shadow:0 20px 38px #ff5a1f52;transform:translateY(-2px)}.account__menu-nav-signoutBtn-icon{align-items:center;display:flex;font-size:20px}.account__content{min-width:0}.account__content-card{background:radial-gradient(circle at top left,#3b82f614,#0000 22%),linear-gradient(180deg,#fff,#fbfdff);border:1px solid #0f172a0f;border-radius:30px;box-shadow:0 24px 60px #0f172a14,0 10px 24px #0f172a0a;min-height:720px;padding:28px}@media(max-width:768px){.account__content-card{border-radius:22px;min-height:auto;padding:18px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-0{bottom:0;top:0}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-10{left:2.5rem}.left-4{left:1rem}.left-\[36\%\]{left:36%}.right-0{right:0}.right-10{right:2.5rem}.right-3{right:.75rem}.top-2{top:.5rem}.top-\[20\%\]{top:20%}.top-\[54\%\]{top:54%}.top-\[90px\]{top:90px}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.m-auto{margin:auto}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.-mt-10{margin-top:-2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-0{margin-right:0}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-24{height:6rem}.h-32{height:8rem}.h-4{height:1rem}.h-56{height:14rem}.h-64{height:16rem}.h-9{height:2.25rem}.h-\[120px\]{height:120px}.h-\[200px\]{height:200px}.h-\[260px\]{height:260px}.h-\[36vh\]{height:36vh}.h-full{height:100%}.min-h-\[250px\]{min-height:250px}.min-h-\[530px\]{min-height:530px}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-24{width:6rem}.w-32{width:8rem}.w-4{width:1rem}.w-56{width:14rem}.w-64{width:16rem}.w-\[200px\]{width:200px}.w-\[min\(1460px\2c calc\(100\%-16px\)\)\]{width:min(1460px,calc(100% - 16px))}.w-full{width:100%}.max-w-7xl{max-width:80rem}.max-w-\[1920px\]{max-width:1920px}.max-w-\[340px\]{max-width:340px}.max-w-\[800px\]{max-width:800px}.flex-1{flex:1 1}.flex-\[\.4\]{flex:.4 1}.flex-\[\.5\]{flex:.5 1}.flex-\[\.6\]{flex:.6 1}.flex-\[\.7\]{flex:.7 1}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[22px\]{border-radius:22px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-tl-\[24px\]{border-top-left-radius:24px}.border{border-width:1px}.border-0{border-width:0}.border-\[1px\]{border-width:1px}.border-b,.border-b-\[1px\]{border-bottom-width:1px}.border-b-\[2px\]{border-bottom-width:2px}.border-t{border-top-width:1px}.border-\[\#301888\]{--tw-border-opacity:1;border-color:#301888;border-color:rgb(48 24 136/var(--tw-border-opacity,1))}.border-blue-200\/30{border-color:#bfdbfe4d}.border-blue-200\/40{border-color:#bfdbfe66}.border-blue-500\/60{border-color:#3b82f699}.border-blue-600{--tw-border-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:#6b7280;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-300{--tw-border-opacity:1;border-color:#cbd5e1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white\/15{border-color:#ffffff26}.border-white\/30{border-color:#ffffff4d}.border-white\/40{border-color:#fff6}.bg-\[\#00000033\]{background-color:#0003}.bg-\[\#000\]{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-\[\#07122e\]{--tw-bg-opacity:1;background-color:#07122e;background-color:rgb(7 18 46/var(--tw-bg-opacity,1))}.bg-\[\#071949\]{--tw-bg-opacity:1;background-color:#071949;background-color:rgb(7 25 73/var(--tw-bg-opacity,1))}.bg-\[\#150665\]\/70{background-color:#150665b3}.bg-\[\#1a057c\]{--tw-bg-opacity:1;background-color:#1a057c;background-color:rgb(26 5 124/var(--tw-bg-opacity,1))}.bg-\[\#1a15ed\]{--tw-bg-opacity:1;background-color:#1a15ed;background-color:rgb(26 21 237/var(--tw-bg-opacity,1))}.bg-\[\#1e0088\]{--tw-bg-opacity:1;background-color:#1e0088;background-color:rgb(30 0 136/var(--tw-bg-opacity,1))}.bg-\[\#1f0081\]{--tw-bg-opacity:1;background-color:#1f0081;background-color:rgb(31 0 129/var(--tw-bg-opacity,1))}.bg-\[\#1f0189\]{--tw-bg-opacity:1;background-color:#1f0189;background-color:rgb(31 1 137/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200\/15{background-color:#bfdbfe26}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-slate-900\/35{background-color:#0f172a59}.bg-slate-950{--tw-bg-opacity:1;background-color:#020617;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-\[radial-gradient\(circle_at_80\%_10\%\2c rgba\(56\2c 189\2c 248\2c 0\.35\)\2c transparent_45\%\)\]{background-image:radial-gradient(circle at 80% 10%,#38bdf859,#0000 45%)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#020818\]\/90{--tw-gradient-from:#020818e6 var(--tw-gradient-from-position);--tw-gradient-to:#02081800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#301888\]{--tw-gradient-from:#301888 var(--tw-gradient-from-position);--tw-gradient-to:#30188800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:#f3f4f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#0B2265\]\/50{--tw-gradient-to:#0b226500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0b226580 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-gray-200{--tw-gradient-to:#e5e7eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e5e7eb var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#0A3BA1\]\/20{--tw-gradient-to:#0a3ba133 var(--tw-gradient-to-position)}.to-\[\#473d82\]{--tw-gradient-to:#473d82 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to:#d1d5db var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-center{object-position:center}.object-top{object-position:top}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-16{padding-bottom:4rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-7{padding-left:1.75rem}.pr-4{padding-right:1rem}.pr-\[30\%\]{padding-right:30%}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[70px\]{font-size:70px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\[1\.04\]{line-height:1.04}.leading-relaxed{line-height:1.625}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[0\.16em\]{letter-spacing:.16em}.text-\[\#4f46e5\]{--tw-text-opacity:1;color:#4f46e5;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:#dbeafe;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-100\/95{color:#dbeafef2}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:#7e22ce;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:#334155;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:#0f172a;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.accent-blue-600{accent-color:#2563eb}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-\[0_10px_24px_rgba\(37\2c 99\2c 235\2c 0\.35\)\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(37\2c 99\2c 235\2c 0\.35\)\]{--tw-shadow:0 10px 24px #2563eb59;--tw-shadow-colored:0 10px 24px var(--tw-shadow-color)}.shadow-\[0_26px_48px_rgba\(15\2c 23\2c 42\2c 0\.24\)\]{--tw-shadow:0 26px 48px #0f172a3d;--tw-shadow-colored:0 26px 48px var(--tw-shadow-color)}.shadow-\[0_26px_48px_rgba\(15\2c 23\2c 42\2c 0\.24\)\],.shadow-\[0_7px_14px_\#150664\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_7px_14px_\#150664\]{--tw-shadow:0 7px 14px #150664;--tw-shadow-colored:0 7px 14px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-200{transition-delay:.2s}.duration-200{transition-duration:.2s}html{font-size:62.5%}body{font-size:16px}body::-webkit-scrollbar{background-color:#0003;height:1rem;width:.72rem}body::-webkit-scrollbar-thumb{background-color:#1e1e1e66;border-radius:2rem}body::-webkit-scrollbar-thumb:hover{background-color:#14141499}*,:after,:before{box-sizing:border-box;font-family:Nunito Sans,sans-serif;margin:0;padding:0}button{background-color:#002de4;border:2px solid #002de4;border-radius:.6rem;color:#fff;cursor:pointer;display:block;font-size:16px;line-height:.1;outline:none;padding:1.2rem 1rem}button:hover{opacity:.6}button:active{transform:scale(.88);transition:transform .2s ease-out}button:disabled{background-color:gray;border-color:gray;cursor:default!important;cursor:pointer}button:disabled:hover{opacity:1}button:disabled:active{transform:none}input,select,textarea{border:1px solid gray;border-radius:.4rem;font-size:16px;padding:.3rem .6rem;width:100%}@media(max-width:540px){input,select,textarea{padding:.68rem}}input:focus,select:focus,textarea:focus{border:1px solid #1e90ff7a;outline:3px solid #1e90ff52}select{cursor:pointer;padding:.3rem 0}input[type=checkbox],input[type=radio]{height:auto;outline:none;width:auto}a{color:#000;cursor:pointer;text-decoration:none}li,ul{list-style-type:none}.outline-btn{background:none;border-color:#002de4;color:#002de4}.no-button{background:none;border:none;color:#000;padding:0}.no-npt{background:none;border:none!important;outline:none!important}.convert-npt:focus-within{border:1px solid #1e90ff7a;outline:3px solid #1e90ff52}.myForm{gap:1rem;width:100%}.myForm,.myForm__row{display:flex;flex-direction:column}.myForm__row-label{font-size:14.8px}.myForm__row-radioGroup{display:flex;gap:3rem}.pagiContainer{align-items:center;display:flex;justify-content:center;margin:0 auto;-webkit-user-select:none;user-select:none;width:fit-content}@media(max-width:540px){.pagiContainer{flex-wrap:wrap}}.pagiContainer__nextBtn,.pagiContainer__prevBtn{background-color:#002de4;border:1px solid #dcdcdc;border-radius:1rem;cursor:pointer;margin:0 1rem}.pagiContainer__nextBtn svg,.pagiContainer__prevBtn svg{font-size:2.4rem;vertical-align:middle}.pagiContainer__nextBtn:hover,.pagiContainer__prevBtn:hover{opacity:.4}.pagiContainer__break,.pagiContainer__page{border-radius:3rem;color:#1e90ff;cursor:pointer;margin:0 .2rem;padding:.4rem 1rem}.pagiContainer__break:hover,.pagiContainer__page:hover{background-color:#dcdcdc;opacity:.6}.pagiContainer__active{background-color:#1e90ff;border:1px solid gray;color:#fff}.pagiContainer__active:hover{background-color:#1e90ff;opacity:.6}.pagiContainer__disabled{background-color:gray;color:#fff;cursor:not-allowed}.pagiContainer__disabled:hover{opacity:1}.ckEditor{width:60rem}.ckEditor.sm .ck-editor__editable{min-height:10rem}.ckEditor .ck-editor__editable{min-height:20rem}.ckEditor .ck-editor__editable a{color:#1e90ff}.ckEditor .ck-editor__editable a:hover{color:blue}.ckEditor .ck-editor__editable ol,.ckEditor .ck-editor__editable ul{padding-left:2rem}.ckEditor .ck-editor__editable ul li{list-style-type:disc!important}.ckEditor .ck-editor__editable ol li{list-style-type:decimal!important}.ckEditor.disabled{width:100%}.ckEditor.disabled .ck-editor__editable{min-height:0}.ckEditor.disabled .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-rounded-corners{border:none;padding:0}.ckEditor.disabled .ck-reset_all :not(.ck-reset_all-excluded *),.ckEditor.disabled .ck.ck-reset_all{display:none}.admin{background-color:#f5f5f5;display:grid;grid-template-areas:"header header" "menu   content";grid-template-columns:min-content 1fr;grid-template-rows:5.2rem minmax(calc(100vh - 5.2rem),1fr)}.admin__menu-overlay{display:none}@media(max-width:1024px){.admin__menu-overlay{background:#00000059;border:none;cursor:pointer;display:block;height:calc(100vh - 5.2rem);left:0;position:fixed;top:5.2rem;width:100%;z-index:999}}.adminLogin{display:grid;height:100vh;place-items:center;-webkit-user-select:none;user-select:none}.adminLogin__card{align-items:center;border-radius:1rem;box-shadow:0 0 1rem 1rem #0000000a;display:flex;flex-direction:column;gap:1.8rem;justify-content:center;padding:3.8rem 2.4rem;width:28rem}.adminLogin__card a{display:flex;margin-bottom:1.8rem}.adminLogin__card .logo{width:8rem}.adNotFound{align-items:center;color:gray;display:flex;flex-direction:column;font-size:1.8rem;font-weight:bolder;height:100%;justify-content:center;-webkit-user-select:none;user-select:none}.signup{background-color:#fff;display:grid;grid-template-columns:2fr 3fr;grid-template-rows:100vh}@media(max-width:1024px){.signup{grid-template-rows:100%}}@media(max-width:912px){.signup{grid-template-columns:1fr 1fr}}@media(max-width:540px){.signup{grid-template-columns:1fr}}.signup__cover{height:100%;object-fit:cover;width:100%}@media(max-width:540px){.signup__cover{display:none}}.signup__content{align-items:center;display:flex;flex-direction:column;overflow-y:auto;position:relative}@media(max-width:1024px){.signup__content{padding-block:4rem}}@media(max-width:540px){.signup__content{width:100%}}.signup__content-goBack{align-items:center;display:flex;font-weight:600;justify-content:center;left:2.6rem;position:absolute;top:2.6rem}.signup__content-goBack svg{margin-top:-2px}.signup__content-logo{margin-top:3.2rem;width:8rem}.signup__content-form{display:flex;flex-direction:column;gap:1.2rem;margin-block-end:2rem;margin-block-start:2.8rem;width:48rem}@media(max-width:912px){.signup__content-form{width:80%}}.signup__content-form-row{display:flex;gap:2rem}@media(max-width:912px){.signup__content-form-row{flex-direction:column}}.signup__content-form-checkText{font-size:14px;margin-block:1rem;width:100%}.signup__content-form-checkText b{color:#002de4}.signup__content-bottom{display:flex}.signup__content-bottom-loginBtn{color:#002de4;font-size:16px;font-weight:700;margin-left:.6rem}.account{grid-column-gap:2rem;column-gap:2rem;display:grid;grid-template-areas:". menu   content ." ". menu   content .";grid-template-columns:auto 300px minmax(0,900px) auto;grid-template-rows:auto auto;padding:4rem 0}@media(max-width:912px){.account{column-gap:0;grid-template-areas:". content  ." ". banner   .";grid-template-columns:auto minmax(0,1140px) auto;padding:1rem 0 0}}.account--drawerToggle{display:none}@media(max-width:912px){.account--drawerToggle{display:flex;left:.6rem;position:fixed;top:6rem;transition:top .8s ease-in-out;z-index:99999}}.account--drawerToggle-btn{background-color:#fff;border:1px solid #dcdcdc;border-radius:1rem;color:#002de4;padding:.6rem}.account--drawerToggle-btn svg{font-size:20px;vertical-align:middle}.account__menu{background-color:#fff;border-radius:1rem;box-shadow:1rem 0 1rem 0 #0000000f,-1rem 0 1rem 0 #0000000f;grid-area:menu;height:fit-content;margin-bottom:2rem;padding:2rem}@media(max-width:912px){.account__menu{display:none}}.account__menu-heading{display:flex;gap:1rem}.account__menu-heading-avatar{border:1px solid gray;border-radius:6rem;height:10rem;object-fit:cover;width:10rem}.account__menu-heading-tag-label{font-size:1.2rem}.account__menu-heading-tag-text{font-size:1.8rem}.account__menu-nav{display:flex;flex-direction:column;gap:1.4rem;margin-top:3rem}.account__menu-nav--toggle{margin:0}.account__menu-nav-item{align-items:center;background-color:#fff;border:1px solid gray;border-radius:1rem;color:#000;display:flex;font-size:1.2rem;gap:1rem;padding:1rem}.account__menu-nav-item svg{color:#002de4;font-size:1.6rem;vertical-align:middle}.account__menu-nav-item.active{background-color:#fff;border-color:#002de4;color:#2a73c7}.account__menu-nav-item.active svg{color:#002de4}.account__menu-nav-item.active--toggle{background-color:#2a73c7}.account__menu-nav-item--disable{background-color:#eee;border-color:gray;border-width:1px;color:gray;cursor:default}.account__menu-nav-item--disable svg{color:gray}.account__menu-nav-item--disable:hover{opacity:1!important}.account__menu-nav-item:hover{opacity:.6}.account__menu-nav-signoutBtn{background-color:#002de4;background-color:#ff4500;border:none;border-radius:1rem;color:#fff;font-size:14px;margin-top:2rem;padding:1.6rem 0}.account__banner{border-radius:1rem;grid-area:banner;height:60rem;width:100%}@media(max-width:912px){.account__banner{justify-self:center;margin-top:2rem;width:30rem}}.account__content{background-color:#fff;border-radius:1rem;box-shadow:1rem 0 1rem 0 #0000000f,-1rem 0 1rem 0 #0000000f;grid-area:content;height:fit-content;padding:1rem 1rem 2rem}.acntContent{display:flex;flex-direction:column}.acntContent input::-webkit-inner-spin-button,.acntContent input::-webkit-outer-spin-button{appearance:none;margin:0}@media(max-width:320px){.acntContent{justify-content:start}}.acntContent__heading{border-bottom:1px solid gray;margin-bottom:2rem;padding:.2rem 0 .8rem;width:100%}.acntContent__wrapper{align-items:center;display:flex;flex-direction:column}.acntContent__wrapper-box{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.6rem}.acntContent__wrapper-box.boxWithIMG{margin-top:1rem}.acntContent__saveBtn{border-radius:1rem;padding:.6rem 2rem}@media(max-width:912px){.acntContent__saveBtn{margin-top:2rem}}.acntContent__saveBtn svg{font-size:1.6rem;vertical-align:middle}.acntContent__saveBtn:hover{background-color:#fff;border-color:#2ec400;box-shadow:.2rem .2rem .2rem .2rem gray;color:#2ec400;font-weight:bolder;transform:translateY(-1px)}.acntContent__saveBtn:active{box-shadow:0 2px 4px #0000000f;transform:translateY(0)}.courseTypes{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center}.courseTypes__title{color:#002de4;font-size:30px;text-align:center}.courseTypes__types{display:flex;gap:6rem;justify-content:center}@media(max-width:1024px){.courseTypes__types{gap:3rem}}@media(max-width:912px){.courseTypes__types{flex-direction:column;gap:2rem}}@media(max-width:540px){.courseTypes__types{flex-direction:column}}.courseTypes__types .seeText{background-color:#0000007a;color:#fff;display:grid;height:100%;opacity:0;place-items:center;position:absolute;top:0;width:100%}.courseTypes__types-item{position:relative;-webkit-user-select:none;user-select:none;width:40rem}@media(max-width:540px){.courseTypes__types-item{width:100%}}.courseTypes__types-item{background-color:#fff;border-radius:2rem;box-shadow:4px 4px 4px 2px #c8c8c8;overflow:hidden}.courseTypes__types-item:hover{opacity:1}.courseTypes__types-item:hover .seeText{opacity:1;transition:opacity .2s linear}.courseTypes__types-item-cover{height:20rem;width:100%}.courseTypes__types-item-cover img{height:100%;object-fit:cover;width:100%}.courseTypes__types-item-content{padding:2rem}.courseTypes__types-item-content-title{display:block;font-size:20px;margin-bottom:1rem}.courseDetail{display:flex;flex-direction:column;gap:2rem}.courseDetail__banner{border-radius:2rem;height:25vh;object-fit:cover;width:100%}.courseDetail__content{display:flex;gap:2rem;justify-content:flex-start;padding-inline:2rem}@media(max-width:1024px){.courseDetail__content{flex-direction:column-reverse;position:relative}}@media(max-width:912px){.courseDetail__content{flex-direction:column-reverse;position:relative}}@media(max-width:540px){.courseDetail__content{padding-inline:0}}.courseDetail__content-videoZone{flex:3 1;width:760px}@media(max-width:1024px){.courseDetail__content-videoZone{width:100%}}@media(max-width:912px){.courseDetail__content-videoZone{flex:none;width:100%}}.courseDetail__content-videoZone-player{height:412px;width:100%}@media(max-width:1024px){.courseDetail__content-videoZone-player{height:380px}}@media(max-width:540px){.courseDetail__content-videoZone-player{height:280px}}.courseDetail__content-videoZone-vidInfo{align-items:center;background-color:#002de4;color:#fff;display:flex;height:6rem;justify-content:space-between;margin-bottom:2rem;padding-inline:2rem}.courseDetail__content-videoZone-vidInfo-title{font-size:21px}.courseDetail__content-videoZone-vidInfo-icons{align-items:center;display:flex;gap:2rem}.courseDetail__content-videoZone-vidInfo-icons .vidInfo_likesIcon{align-items:center;display:flex;gap:.6rem}.courseDetail__content-videoZone-vidInfo-icons .vidInfo_likesIcon label{cursor:pointer;line-height:0}.courseDetail__content-videoZone-userInfo{align-items:center;display:flex;font-size:14px;justify-content:space-between;text-transform:uppercase}@media(max-width:540px){.courseDetail__content-videoZone-userInfo{align-items:flex-start;flex-direction:column}}.courseDetail__content-videoZone-userInfo .videoZone_profile{align-items:center;display:flex;gap:2rem}.courseDetail__content-videoZone-userInfo .videoZone_profile-img{background-color:#cecece;border-radius:2rem;height:8rem;width:6.1rem}.courseDetail__content-videoZone-userInfo .videoZone_profile-username{display:flex;flex-direction:column}.courseDetail__content-videoZone-userInfo .videoZone_profile-username span{background-color:#002de4;border-radius:2rem;color:#fff;margin-bottom:.4rem;padding-inline:.6rem;width:fit-content}.courseDetail__content-videoZone-userInfo .videoZone_followers{background-color:#002de4;border-radius:2rem;color:#fff;padding:.6rem 1rem}@media(max-width:540px){.courseDetail__content-videoZone-userInfo .videoZone_followers{margin-left:68px}}.courseDetail__content-beforePay{display:flex;flex:2 1;flex-direction:column;gap:3rem}.courseDetail__content-beforePay-box{background-color:#f4f6f9;border-radius:.6rem;display:flex;flex-direction:column;gap:1rem;padding:2rem}.courseDetail__content-beforePay-box button{font-weight:700;margin:1.6rem auto;padding:1.8rem 0;width:30rem}.courseDetail__content-lessons{flex:2 1}@media(max-width:912px){.courseDetail__content-lessons{flex:none}}.courseDetail__content-lessons-title{color:#002de4;font-size:26px;margin-bottom:2rem}@media(max-width:912px){.courseDetail__content-lessons-title{display:none}}.courseDetail__content-lessons-list{width:auto}@media(max-width:912px){.courseDetail__content-lessons-list{width:fit-content}}.courseDetail__content-lessons .lessons_btn{display:none;height:4rem;padding:.2rem;width:4rem}@media(max-width:912px){.courseDetail__content-lessons .lessons_btn{display:block}}.courseDetail__content-lessons .lessons_list{flex-direction:column;gap:1.6rem;max-height:54rem;overflow-y:auto}@media(max-width:912px){.courseDetail__content-lessons .lessons_list{background-color:#fff;border:1px solid gray;border-radius:1rem;box-shadow:2px 2px 2px 2px #c8c8c847;margin-top:.8rem;padding:1.4rem;position:absolute}}.courseDetail__content-lessons .lessons_list.lessons_hidden,.courseDetail__content-lessons .lessons_list.lessons_shown{display:flex}@media(max-width:912px){.courseDetail__content-lessons .lessons_list.lessons_hidden{display:none}}.courseDetail__content-lessons .lessons_list-item{align-items:center;background-color:#e5e5e5;border-radius:1rem;color:#002de4;display:flex;font-size:16px;font-weight:650;gap:1rem;min-height:4rem;padding-inline:1rem!important}.courseDetail__content-lessons .lessons_list-item.activeCourse{background-color:#002de4;color:#fff}.coursePayout__header{font-size:28px;font-weight:700;padding:4rem 0;text-align:center}.coursePayout__box{display:flex;justify-content:space-between;width:100%}@media(max-width:912px){.coursePayout__box{flex-direction:column;gap:2rem}}.coursePayout__box_left{background-color:#cecece;border:1px solid #dbdbdb;border-radius:.5rem;display:flex;height:14rem;justify-content:space-around;padding:2rem 1rem;width:60%}@media(max-width:912px){.coursePayout__box_left{width:100%}}@media(max-width:430px){.coursePayout__box_left{flex-direction:column;height:100%}}.coursePayout__box_left-item{gap:3rem}@media(max-width:430px){.coursePayout__box_left-item{gap:0}}.coursePayout__box_left-item-1{font-weight:700;margin-bottom:2rem}@media(max-width:540px){.coursePayout__box_left-item-1{width:10rem}}@media(max-width:430px){.coursePayout__box_left-item-1{margin-bottom:0;padding:.5rem 0}}.coursePayout__box_left-item-2{display:flex}@media(max-width:540px){.coursePayout__box_left-item-2{text-align:end}}.coursePayout__box_right{background-color:#ccc;border:1px solid #dbdbdb;border-radius:.5rem;display:flex;flex-direction:column;padding:2rem;width:38%}@media(max-width:912px){.coursePayout__box_right{width:100%}}.coursePayout__box_right_allprice{display:flex;justify-content:space-between}.coursePayout__box_right_text{color:#002de4;font-style:italic}.coursePayout__box_right-btn{margin-top:3rem}.news--banner{height:100%;object-fit:cover;width:100%}.news{display:flex;flex-direction:column;gap:2rem}.news__content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr 1fr}@media(max-width:912px){.news__content{grid-template-columns:1fr 1fr}}@media(max-width:540px){.news__content{grid-template-columns:1fr}}.news__content-item{background-color:#fff;border-radius:1rem;box-shadow:4px 4px 4px 2px #c8c8c84d;height:40rem;overflow:hidden;position:relative;width:100%}@media(max-width:912px){.news__content-item{height:32rem}}.news__content-item-cover{height:34rem;width:100%}@media(max-width:912px){.news__content-item-cover{height:26rem}}.news__content-item-cover img{height:100%;object-fit:cover;width:100%}.news__content-item-title{align-items:center;background-color:#fafafa;color:#494949;display:flex;font-weight:700;height:6rem;justify-content:center;padding:0 1rem}.news__content-item-content{background-color:#002de4eb;color:#fff;cursor:pointer;height:0;left:0;overflow:hidden;position:absolute;top:0;transition:height .36s ease-in;width:100%}.news__content-item-content-title{font-size:20px;margin-inline:2rem;margin-top:3rem}@media(max-width:912px){.news__content-item-content-title{font-size:18px}}.news__content-item-content-line{background-color:#fff;height:3px;margin-inline:2rem;margin-bottom:2rem;margin-top:1rem;width:40%}.news__content-item-content-text{margin:2rem}@media(max-width:912px){.news__content-item-content-text{font-size:14px}}.news__content-item-content-detailLink{border:1px solid #fff;border-radius:1rem;bottom:16px;color:#fff;opacity:0;padding-block:1rem;padding-inline:2rem;position:absolute;right:50%;transform:translateX(50%)}.news__content-item-content-detailLink:hover{color:#dcdcdc}.news__content-item:hover .news__content-item-content{height:100%}.news__content-item:hover .news__content-item-content-detailLink{opacity:1;transition:opacity .6s ease-in}.newsDetail{align-items:center;background-color:#f8f8f8;border-radius:1rem;display:flex;flex-direction:column;gap:2rem;padding:1rem}.newsDetail__heading{align-items:center;border-bottom:2px solid #002de4;display:flex;justify-content:space-between;width:100%}@media(max-width:540px){.newsDetail__heading{flex-direction:column;padding-bottom:.6rem}}.newsDetail__heading-title{font-size:28px}@media(max-width:320px){.newsDetail__heading-title{font-size:22px}}.newsDetail__heading-title svg{margin-bottom:-4px;margin-right:6px}@media(max-width:320px){.newsDetail__heading-title svg{margin-bottom:-2px}}.newsDetail__heading-createdAt{color:gray;font-size:14px}.newsDetail__cover{width:45%}@media(max-width:540px){.newsDetail__cover{width:100%}}.newsDetail__content{text-align:justify;width:100%}.scholarship{display:flex;flex-direction:column;gap:16rem;position:relative}@media(max-width:540px){.scholarship{gap:4rem}}.scholarship__banner{height:100%;width:100%}.scholarship__decs{background-color:#002de4;border-radius:.6rem;color:#fff;display:flex;flex-direction:column;gap:2rem;padding:4rem 8rem;top:-50%;transform:translateY(25%);width:60rem}@media(max-width:912px){.scholarship__decs{padding:2rem;position:static;transform:none;width:100%}}.scholarship__decs-title{text-align:center}.scholarship__decs-text{text-align:justify}.scholarship__decs-btns{display:flex;flex-direction:column;gap:1rem}.scholarship__decs-btns a{align-items:center;background-color:#fff;color:#002de4;font-size:14px;font-weight:700;padding:.6rem 0}.scholarship__bottom,.scholarship__decs-btns a{border-radius:.6rem;display:flex;justify-content:center}.scholarship__bottom{background-color:#002de4;margin-top:20rem;padding:4rem 0}@media(max-width:1024px){.scholarship__bottom{padding:2rem}}@media(max-width:912px){.scholarship__bottom{margin-top:0}}.scholarship__bottom-info{color:#fff;display:flex;flex-direction:column;font-weight:bolder;gap:.6rem}.scholarship__bottom-info-title{font-size:20px}.scholarship__bottom-info-title:last-of-type{margin-top:2rem}.scholarshipDetail{display:flex}.scholarshipDetail__cover{height:100%;object-fit:cover;width:100%}@media(max-width:540px){.scholarshipDetail__cover{display:none}}.scholarshipDetail__content{align-items:center;display:flex;flex-direction:column;overflow-y:auto;position:relative}@media(max-width:1024px){.scholarshipDetail__content{padding-block:4rem}}@media(max-width:540px){.scholarshipDetail__content{width:100%}}.scholarshipDetail__content-goBack{align-items:center;display:flex;justify-content:center;left:2.6rem;position:absolute;top:2.6rem}.scholarshipDetail__content-goBack label{cursor:pointer;font-size:14px;font-weight:600}.scholarshipDetail__content-logo{margin-top:3.2rem;width:8rem}.scholarshipDetail__content-form{display:flex;flex-direction:column;gap:1.2rem;margin-block-end:2rem;margin-block-start:2.8rem;width:48rem}@media(max-width:912px){.scholarshipDetail__content-form{width:80%}}.scholarshipDetail__content-form-row{display:flex;gap:2rem}@media(max-width:912px){.scholarshipDetail__content-form-row{flex-direction:column}}.scholarshipDetail__content-form-checkText{font-size:14px;margin-block:1rem}.scholarshipDetail__content-form-checkText b{color:#002de4}.scholarshipDetail__content-bottom{text-align:center}.scholarshipDetail__content-bottom-loginBtn{color:#002de4;font-size:16px;font-weight:700;margin-left:.6rem}.contact{align-items:center;background-image:url(/static/media/contact1.31be347ef124d24abde4.jpg);border-radius:.6rem;display:flex;height:100%;justify-content:center;padding:4rem}@media(max-width:540px){.contact{padding:2rem}}.contact__wrapper{background-color:#e5e5e5;border-radius:.6rem;display:flex;gap:3.2rem;justify-content:space-between;padding:2rem}@media(max-width:540px){.contact__wrapper{align-items:center;flex-direction:column-reverse;justify-content:center;padding:1.4rem 2rem}}.contact__wrapper-info{gap:4rem}.contact__wrapper-info,.contact__wrapper-info-item{display:flex;flex-direction:column}.contact__wrapper-info-item-label{align-items:center;display:flex;font-weight:bolder;gap:1.2rem}.contact__wrapper-info-item-label svg{color:blue;font-size:16px}.contact__wrapper-feedback{display:flex;flex-direction:column;gap:2rem;width:34rem}@media(max-width:540px){.contact__wrapper-feedback{width:100%}}.contact__wrapper-feedback-title{text-align:center}.Socials{display:grid;grid-template-areas:"   tolgoi   " "   text     " "   content    ";grid-template-columns:1fr;grid-template-rows:6rem 10rem 1fr}.Socials__title{align-items:center;color:#002de4;font-size:24px;font-weight:700;grid-area:tolgoi;text-align:center}.Socials__header,.Socials__title{display:flex;justify-content:center}.Socials__header{gap:4rem;grid-area:text;margin-top:4rem}.Socials__content{display:flex;grid-area:content;justify-content:center}.focus-within\:border-gray-400:focus-within{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:-translate-y-\[2px\]:hover{--tw-translate-y:-2px}.hover\:-translate-y-\[2px\]:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:border-black:hover{--tw-border-opacity:1;border-color:#000;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:#ea580c;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-black:hover{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:640px){.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:h-\[44vh\]{height:44vh}.sm\:gap-3{gap:.75rem}.sm\:p-5{padding:1.25rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:text-\[34px\]{font-size:34px}.sm\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.md\:flex-\[\.5\]{flex:.5 1}.md\:flex-none{flex:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-4{gap:1rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-12{padding-bottom:3rem}.md\:pt-16{padding-top:4rem}.md\:text-start{text-align:start}.md\:text-\[24px\]{font-size:24px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[40px\]{font-size:40px}}@media (min-width:1024px){.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:mr-0{margin-right:0}.lg\:h-\[52vh\]{height:52vh}.lg\:w-\[420px\]{width:420px}.lg\:max-w-\[460px\]{max-width:460px}.lg\:max-w-\[560px\]{max-width:560px}.lg\:flex-row{flex-direction:row}.lg\:gap-0{gap:0}.lg\:p-12{padding:3rem}.lg\:p-7{padding:1.75rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:text-start{text-align:start}.lg\:text-\[48px\]{font-size:48px}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:h-\[58vh\]{height:58vh}.xl\:flex-\[\.3\]{flex:.3 1}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:text-\[56px\]{font-size:56px}}@media (min-width:1536px){.\32xl\:text-\[70px\]{font-size:70px}.\32xl\:text-\[80px\]{font-size:80px}}
/*# sourceMappingURL=main.4b2ca796.css.map*/