:root{--col-gap:30px;--card-w:150px;--card-h:160px;--top-width:90%;--bottom-width:100%}.Hero-module__Z8hQ_W__heroSection{background:var(--color-hero-bg);justify-content:space-between;align-items:center;padding:10px 1% 150px 2%;font-family:Times New Roman,Times,serif;display:flex}.Hero-module__Z8hQ_W__left{width:55%}.Hero-module__Z8hQ_W__title{color:var(--color-heading);font-size:70px;font-weight:700;line-height:1}.Hero-module__Z8hQ_W__title span{color:#f4a300}.Hero-module__Z8hQ_W__subtitle{color:var(--color-text);white-space:pre-wrap;margin-top:24px;font-family:Poppins,sans-serif;font-size:18px;font-weight:800;line-height:1.5;display:inline-block}.Hero-module__Z8hQ_W__subtitle span{opacity:0;animation:.28s ease-out forwards Hero-module__Z8hQ_W__letterIn;display:inline-block;transform:translate(-10px)}@keyframes Hero-module__Z8hQ_W__letterIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.Hero-module__Z8hQ_W__buttons{gap:20px;margin-top:40px;display:flex}.Hero-module__Z8hQ_W__getStarted,.Hero-module__Z8hQ_W__browse{cursor:pointer;border-radius:50px;padding:6px 35px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.Hero-module__Z8hQ_W__getStarted{background:var(--color-heading);color:var(--color-bg)}.Hero-module__Z8hQ_W__browse{background:var(--color-card);border:2px solid var(--color-border);color:#f4a300}.Hero-module__Z8hQ_W__getStarted:hover,.Hero-module__Z8hQ_W__browse:hover{transition:transform .3s,background-color .3s;transform:scale(1.05)}.Hero-module__Z8hQ_W__getStarted:hover{color:var(--color-bg);background-color:#f4a300}.Hero-module__Z8hQ_W__browse:hover{border-color:var(--color-heading);color:var(--color-bg);background-color:#f4a300}.Hero-module__Z8hQ_W__right{justify-content:center;align-items:center;width:55%;display:flex;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){.Hero-module__Z8hQ_W__right{box-shadow:0 8px 25px #ffffff26}.Hero-module__Z8hQ_W__fadeLeft{background:linear-gradient(to right,var(--color-hero-overlay)0%,#939393 60%)}.Hero-module__Z8hQ_W__fadeRight{background:linear-gradient(to left,var(--color-hero-overlay)0%,#0000 60%)}.Hero-module__Z8hQ_W__fadeTop{background:linear-gradient(to bottom,var(--color-hero-overlay)0%,#0000 60%)}.Hero-module__Z8hQ_W__fadeBottom{background:linear-gradient(to top,var(--color-hero-overlay)0%,#0000 100%)}}@media (max-width:992px){.Hero-module__Z8hQ_W__right{margin-top:40px;box-shadow:0 8px 25px #00000026}}@media (max-width:768px){.Hero-module__Z8hQ_W__right{box-shadow:0 8px 25px #00000026}}.Hero-module__Z8hQ_W__fadeLeft,.Hero-module__Z8hQ_W__fadeRight,.Hero-module__Z8hQ_W__fadeTop,.Hero-module__Z8hQ_W__fadeBottom{pointer-events:none;z-index:10;position:absolute}.Hero-module__Z8hQ_W__fadeLeft{background:linear-gradient(to right,var(--color-hero-overlay)0%,#fff0 60%);width:400px;height:100%;top:0;left:0}.Hero-module__Z8hQ_W__fadeRight{background:linear-gradient(to left,var(--color-hero-overlay)0%,#fff0 60%);width:400px;height:100%;top:0;right:0}.Hero-module__Z8hQ_W__fadeTop{background:linear-gradient(to bottom,var(--color-hero-overlay)0%,#fff0 60%);width:100%;height:300px;top:0;left:0}.Hero-module__Z8hQ_W__fadeBottom{background:linear-gradient(to top,var(--color-hero-overlay)0%,#fff0 100%);width:100%;height:300px;bottom:0;left:0}.Hero-module__Z8hQ_W__columnsWrapper{gap:var(--col-gap);box-sizing:border-box;align-items:flex-start;height:500px;padding:20px 40px;display:flex}.Hero-module__Z8hQ_W__col{width:var(--card-w);cursor:pointer;flex:none;transition:all .3s}.Hero-module__Z8hQ_W__col:hover{transform:scale(1.04)}.Hero-module__Z8hQ_W__col1{margin-top:0}.Hero-module__Z8hQ_W__col2{margin-top:60px}.Hero-module__Z8hQ_W__col3{margin-top:-40px}.Hero-module__Z8hQ_W__col4{margin-top:20px}.Hero-module__Z8hQ_W__colInner{animation:Hero-module__Z8hQ_W__scrollUp var(--duration,20s)linear infinite;flex-direction:column;gap:20px;display:flex}.Hero-module__Z8hQ_W__col1 .Hero-module__Z8hQ_W__colInner{--duration:20s}.Hero-module__Z8hQ_W__col2 .Hero-module__Z8hQ_W__colInner{--duration:26s}.Hero-module__Z8hQ_W__col3 .Hero-module__Z8hQ_W__colInner{--duration:22s}.Hero-module__Z8hQ_W__col4 .Hero-module__Z8hQ_W__colInner{--duration:24s}.Hero-module__Z8hQ_W__card{width:var(--card-w);height:var(--card-h);background:var(--color-card);filter:drop-shadow(0 8px 25px #00000026);clip-path:polygon(calc((100% - var(--top-width))/2)0%,calc((100% + var(--top-width))/2)0%,calc((100% + var(--bottom-width))/2)100%,calc((100% - var(--bottom-width))/2)100%);border-radius:14px;position:relative;overflow:hidden}@keyframes Hero-module__Z8hQ_W__scrollUp{0%{transform:translateY(0%)}to{transform:translateY(-50%)}}@media (max-width:992px){.Hero-module__Z8hQ_W__getStarted,.Hero-module__Z8hQ_W__browse{padding:6px 28px;font-size:17px}.Hero-module__Z8hQ_W__heroSection{flex-direction:column;align-items:flex-start;padding:10px 5% 80px}.Hero-module__Z8hQ_W__left,.Hero-module__Z8hQ_W__right{width:100%}.Hero-module__Z8hQ_W__right{margin-top:40px}.Hero-module__Z8hQ_W__title{font-size:50px}.Hero-module__Z8hQ_W__subtitle{font-size:17px}:root{--card-w:120px;--card-h:140px;--col-gap:20px}.Hero-module__Z8hQ_W__columnsWrapper{justify-content:center;height:450px}.Hero-module__Z8hQ_W__fadeLeft,.Hero-module__Z8hQ_W__fadeRight{width:150px}.Hero-module__Z8hQ_W__fadeTop,.Hero-module__Z8hQ_W__fadeBottom{height:150px}}@media (max-width:768px){.Hero-module__Z8hQ_W__heroSection{padding:10px 4% 60px}.Hero-module__Z8hQ_W__title{font-size:42px}.Hero-module__Z8hQ_W__subtitle{margin-top:18px;font-size:16px}.Hero-module__Z8hQ_W__buttons{gap:14px;margin-top:30px}.Hero-module__Z8hQ_W__getStarted,.Hero-module__Z8hQ_W__browse{padding:6px 22px;font-size:16px}.Hero-module__Z8hQ_W__columnsWrapper{flex-wrap:nowrap;justify-content:center;gap:18px;height:360px;padding:0 10px;display:flex;overflow:hidden}:root{--card-w:110px;--card-h:125px}.Hero-module__Z8hQ_W__col1,.Hero-module__Z8hQ_W__col2,.Hero-module__Z8hQ_W__col3,.Hero-module__Z8hQ_W__col4{margin-top:0!important}.Hero-module__Z8hQ_W__fadeLeft,.Hero-module__Z8hQ_W__fadeRight,.Hero-module__Z8hQ_W__fadeTop,.Hero-module__Z8hQ_W__fadeBottom{display:yes}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroSection{padding:10px 3% 50px}.Hero-module__Z8hQ_W__title{font-size:36px}.Hero-module__Z8hQ_W__subtitle{margin-top:16px;font-size:15px}.Hero-module__Z8hQ_W__buttons{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:25px}.Hero-module__Z8hQ_W__getStarted,.Hero-module__Z8hQ_W__browse{padding:6px 18px;font-size:15px}.Hero-module__Z8hQ_W__columnsWrapper{gap:14px;height:310px}:root{--card-w:100px;--card-h:115px}}@media (max-width:380px){.Hero-module__Z8hQ_W__title{font-size:32px}.Hero-module__Z8hQ_W__subtitle{font-size:14px}.Hero-module__Z8hQ_W__buttons{margin-top:20px}.Hero-module__Z8hQ_W__getStarted,.Hero-module__Z8hQ_W__browse{padding:5px 16px;font-size:14px}.Hero-module__Z8hQ_W__columnsWrapper{gap:12px;height:280px}:root{--card-w:90px;--card-h:105px}}
.FeaturesSection-module__0FRkEa__wrapper{background:linear-gradient(103deg,var(--color-surface),var(--color-card));flex-direction:column;align-items:center;width:100%;padding:80px 0;display:flex;position:relative}.FeaturesSection-module__0FRkEa__header{text-align:center;max-width:600px;margin-bottom:50px}.FeaturesSection-module__0FRkEa__tagline{color:#c7980c;background:linear-gradient(135deg,#feddac,#fef0d3);border-radius:20px;padding:6px 195px;font-size:14px;font-weight:600;display:inline-block}.FeaturesSection-module__0FRkEa__title{color:var(--color-heading);border-bottom:4px solid #ffaf1a;border-radius:2px;margin-top:12px;font-size:42px;font-weight:900;display:inline-block}.FeaturesSection-module__0FRkEa__title1{color:var(--color-heading);margin-top:12px;font-size:42px;font-weight:900;display:inline-block}.FeaturesSection-module__0FRkEa__subtitle{color:var(--color-text);margin-top:10px;font-family:poppins,sans-serif;font-size:20px;line-height:1.6}.FeaturesSection-module__0FRkEa__timeline{z-index:0;background:#f9d55c;width:3px;height:50%;position:absolute;top:380px;left:50%;transform:translate(-50%)}.FeaturesSection-module__0FRkEa__card{background:linear-gradient(135deg,var(--color-card-secondary),var(--color-card));z-index:2;border-radius:18px;width:70%;margin:50px 0;padding:30px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 4px 30px #00000017}.FeaturesSection-module__0FRkEa__card1{background:linear-gradient(135deg,var(--color-card),var(--color-card));z-index:2;border-radius:18px;width:70%;margin:50px 0;padding:30px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 4px 30px #00000017}.FeaturesSection-module__0FRkEa__card:hover,.FeaturesSection-module__0FRkEa__card1:hover{transform:translateY(-4px);box-shadow:0 6px 35px #0000001f}.FeaturesSection-module__0FRkEa__cardLeft{margin-left:5%;margin-right:auto}.FeaturesSection-module__0FRkEa__cardRight{margin-left:auto;margin-right:5%}.FeaturesSection-module__0FRkEa__cardInner{align-items:flex-start;gap:20px;display:flex}.FeaturesSection-module__0FRkEa__textArea{flex:1}.FeaturesSection-module__0FRkEa__iconBoxYellow,.FeaturesSection-module__0FRkEa__iconBoxGray{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.FeaturesSection-module__0FRkEa__iconBoxYellow{color:#fff;background:#fec32b}.FeaturesSection-module__0FRkEa__iconBoxGray{color:#fff;background:#4f4f4f}.FeaturesSection-module__0FRkEa__cardTitle{color:var(--color-heading);font-size:22px;font-weight:800}.FeaturesSection-module__0FRkEa__cardDesc{color:var(--color-text);margin:6px 0 14px;font-size:16px}.FeaturesSection-module__0FRkEa__cardList{margin:0;padding:0}.FeaturesSection-module__0FRkEa__cardList li{align-items:center;margin-bottom:10px;font-size:16px;list-style:none;display:flex}.FeaturesSection-module__0FRkEa__check{background:#ffcb47;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-right:10px;display:inline-flex;position:relative}.FeaturesSection-module__0FRkEa__check:after{content:"✓";color:#fff;font-size:12px;font-weight:900;position:absolute}.FeaturesSection-module__0FRkEa__check1{background:#a0a0a0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-right:10px;display:inline-flex;position:relative}.FeaturesSection-module__0FRkEa__check1:after{content:"✓";color:#fff;font-size:12px;font-weight:900;position:absolute}.FeaturesSection-module__0FRkEa__learnMore{cursor:pointer;color:#c7980c;background:#fff6be;border:2px solid #fff6be;border-radius:25px;margin-top:18px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.FeaturesSection-module__0FRkEa__learnMore1{background:var(--color-card);border:2px solid var(--color-card);cursor:pointer;color:#646464;border-radius:25px;margin-top:18px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.FeaturesSection-module__0FRkEa__learnMore:hover{color:#fff;background:#ffd752}.FeaturesSection-module__0FRkEa__learnMore1:hover{color:#fff;box-shadow:0px px 20px #0000001a;background:#cdcdcd}.FeaturesSection-module__0FRkEa__statsWrapper{background:linear-gradient(to bottom,var(--color-card-secondary),var(--color-card));text-align:center;border-radius:30px;flex-direction:column;align-items:center;width:90%;margin-top:70px;padding:40px;display:flex;box-shadow:0 10px 40px #00000014}.FeaturesSection-module__0FRkEa__statsTitle{color:var(--color-heading);margin-bottom:40px;font-family:Times New Roman,Times,serif;font-size:30px;font-weight:800}.FeaturesSection-module__0FRkEa__brand{color:#f9a825}.FeaturesSection-module__0FRkEa__statsGrid{justify-content:space-between;width:100%;max-width:1000px;margin-bottom:40px;display:flex}.FeaturesSection-module__0FRkEa__statsItem{flex-direction:column;align-items:center;gap:6px;display:flex}.FeaturesSection-module__0FRkEa__statsIcon{color:#d48b01;background:#ffe7b0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:14px;font-family:Times New Roman,Times,serif;display:flex}.FeaturesSection-module__0FRkEa__statsNumber{color:#d48b01;font-family:Times New Roman,Times,serif;font-size:32px;font-weight:800}.FeaturesSection-module__0FRkEa__statsLabel{color:var(--color-text);font-family:Times New Roman,Times,serif;font-size:16px}.FeaturesSection-module__0FRkEa__statsBtn{color:#fff;cursor:pointer;background:#ffa901;border:none;border-radius:35px;margin-top:20px;padding:15px 35px;font-size:18px;font-weight:600;transition:all .2s;box-shadow:0 8px 25px #ffaa0159}.FeaturesSection-module__0FRkEa__statsBtn:hover{background:#ffb733;transform:translateY(-2px)}@media (max-width:992px){.FeaturesSection-module__0FRkEa__title,.FeaturesSection-module__0FRkEa__title1{font-size:34px}.FeaturesSection-module__0FRkEa__subtitle{font-size:18px}.FeaturesSection-module__0FRkEa__card,.FeaturesSection-module__0FRkEa__card1{width:85%;padding:25px}.FeaturesSection-module__0FRkEa__statsGrid{flex-wrap:wrap;justify-content:center;gap:30px}}@media (max-width:768px){.FeaturesSection-module__0FRkEa__wrapper{padding:50px 20px}.FeaturesSection-module__0FRkEa__tagline{padding:6px 30px;font-size:13px}.FeaturesSection-module__0FRkEa__title,.FeaturesSection-module__0FRkEa__title1{font-size:30px}.FeaturesSection-module__0FRkEa__subtitle{font-size:17px}.FeaturesSection-module__0FRkEa__timeline{display:none}.FeaturesSection-module__0FRkEa__card,.FeaturesSection-module__0FRkEa__card1{width:100%;margin:30px 0;padding:22px}.FeaturesSection-module__0FRkEa__cardLeft,.FeaturesSection-module__0FRkEa__cardRight{margin-left:0;margin-right:0}.FeaturesSection-module__0FRkEa__cardInner{text-align:left;flex-direction:column}.FeaturesSection-module__0FRkEa__iconBoxYellow,.FeaturesSection-module__0FRkEa__iconBoxGray{width:55px;height:55px}.FeaturesSection-module__0FRkEa__cardTitle{font-size:20px}.FeaturesSection-module__0FRkEa__cardDesc{font-size:15px}.FeaturesSection-module__0FRkEa__statsWrapper{padding:30px 20px}.FeaturesSection-module__0FRkEa__statsTitle{font-size:26px}.FeaturesSection-module__0FRkEa__statsNumber{font-size:28px}.FeaturesSection-module__0FRkEa__statsLabel{font-size:14px}.FeaturesSection-module__0FRkEa__statsBtn{width:100%;padding:12px 20px;font-size:16px}}@media (max-width:500px){.FeaturesSection-module__0FRkEa__title,.FeaturesSection-module__0FRkEa__title1{font-size:26px}.FeaturesSection-module__0FRkEa__subtitle{font-size:15px}.FeaturesSection-module__0FRkEa__iconBoxYellow,.FeaturesSection-module__0FRkEa__iconBoxGray{width:48px;height:48px}.FeaturesSection-module__0FRkEa__cardTitle{font-size:18px}.FeaturesSection-module__0FRkEa__cardDesc,.FeaturesSection-module__0FRkEa__cardList li{font-size:14px}.FeaturesSection-module__0FRkEa__check,.FeaturesSection-module__0FRkEa__check1{width:15px;height:15px}.FeaturesSection-module__0FRkEa__statsGrid{flex-direction:column;gap:22px}.FeaturesSection-module__0FRkEa__statsIcon{width:45px;height:45px}.FeaturesSection-module__0FRkEa__statsNumber{font-size:24px}.FeaturesSection-module__0FRkEa__statsLabel{font-size:14px}}@media (max-width:380px){.FeaturesSection-module__0FRkEa__title,.FeaturesSection-module__0FRkEa__title1{font-size:22px}.FeaturesSection-module__0FRkEa__tagline{padding:6px 20px;font-size:11px}.FeaturesSection-module__0FRkEa__card,.FeaturesSection-module__0FRkEa__card1{padding:18px}.FeaturesSection-module__0FRkEa__statsTitle{font-size:20px}.FeaturesSection-module__0FRkEa__statsBtn{padding:10px 16px;font-size:15px}}
.Courses-module__mQnfCa__wrapper{width:100%;font-family:var(--font-poppins),Arial,Helvetica,sans-serif;color:#fff;background:#1a1a1a;padding:60px 40px}.Courses-module__mQnfCa__sectionTitle{font-size:48px;font-weight:700;font-family:var(--font-poppins),Arial,Helvetica,sans-serif;margin-bottom:40px}.Courses-module__mQnfCa__titleAll{color:#f7a500}.Courses-module__mQnfCa__titleCourses{color:#fff}.Courses-module__mQnfCa__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Courses-module__mQnfCa__card{color:inherit;background:#0f0f0f;border:none;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}.Courses-module__mQnfCa__card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #f7a5004d}.Courses-module__mQnfCa__badge{color:#1a1a1a;z-index:10;text-transform:capitalize;background:#f7a500;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:12px;left:12px}.Courses-module__mQnfCa__cardHeader{background:#1a1a1a;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.Courses-module__mQnfCa__cardImg{object-fit:cover;filter:brightness(1.1);width:100%;height:auto;transition:transform .3s;display:block}.Courses-module__mQnfCa__card:hover .Courses-module__mQnfCa__cardImg{transform:scale(1.05)}.Courses-module__mQnfCa__hoverOverlay{opacity:0;z-index:5;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Courses-module__mQnfCa__card:hover .Courses-module__mQnfCa__hoverOverlay{opacity:1}.Courses-module__mQnfCa__playIcon{color:#f7a500;background:#f7a50033;border:3px solid #f7a500;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex}.Courses-module__mQnfCa__playIcon svg{width:28px;height:28px;margin-left:4px}.Courses-module__mQnfCa__card:hover .Courses-module__mQnfCa__playIcon{color:#1a1a1a;background:#f7a500;transform:scale(1.15)}.Courses-module__mQnfCa__cardContent{flex-direction:column;flex:1;padding:20px;display:flex}.Courses-module__mQnfCa__courseTitle{color:#fff;min-height:50px;font-size:18px;font-weight:600;line-height:1.4;font-family:var(--font-poppins),Arial,Helvetica,sans-serif;margin-bottom:12px}.Courses-module__mQnfCa__rating{align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.Courses-module__mQnfCa__stars{color:#f7a500;letter-spacing:2px;font-size:16px}.Courses-module__mQnfCa__ratingText{color:#b0b0b0;font-weight:500}.Courses-module__mQnfCa__priceRow{border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.Courses-module__mQnfCa__price{color:#f7a500;font-size:20px;font-weight:700}.Courses-module__mQnfCa__instructor{color:#888;font-size:13px}.Courses-module__mQnfCa__meta{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.Courses-module__mQnfCa__metaItem{color:#b0b0b0;align-items:center;gap:8px;font-size:13px;display:flex}.Courses-module__mQnfCa__icon{stroke-width:2px;color:#f7a500;width:16px;height:16px}.Courses-module__mQnfCa__learnMore{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:14px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.Courses-module__mQnfCa__learnMore:hover{background:#3a3a3a;border-color:#f7a500}.Courses-module__mQnfCa__arrow{stroke-width:2px;width:18px;height:18px;transition:transform .3s}.Courses-module__mQnfCa__learnMore:hover .Courses-module__mQnfCa__arrow{transform:translate(4px)}@media (max-width:1200px){.Courses-module__mQnfCa__grid{grid-template-columns:repeat(3,1fr);gap:20px}.Courses-module__mQnfCa__wrapper{padding:50px 30px}}@media (max-width:992px){.Courses-module__mQnfCa__grid{grid-template-columns:repeat(2,1fr);gap:18px}.Courses-module__mQnfCa__wrapper{padding:45px 25px}.Courses-module__mQnfCa__sectionTitle{font-size:42px}.Courses-module__mQnfCa__cardHeader{padding:0}.Courses-module__mQnfCa__cardImg{width:100%;height:auto}.Courses-module__mQnfCa__courseTitle{min-height:45px;font-size:17px}.Courses-module__mQnfCa__price{font-size:19px}}@media (max-width:768px){.Courses-module__mQnfCa__wrapper{padding:40px 20px}.Courses-module__mQnfCa__sectionTitle{font-size:38px}.Courses-module__mQnfCa__grid{gap:16px}.Courses-module__mQnfCa__cardHeader{padding:0}.Courses-module__mQnfCa__cardImg{width:100%;height:auto}.Courses-module__mQnfCa__cardContent{padding:18px}.Courses-module__mQnfCa__courseTitle{font-size:16px}.Courses-module__mQnfCa__rating{font-size:13px}.Courses-module__mQnfCa__stars{font-size:15px}.Courses-module__mQnfCa__price{font-size:18px}.Courses-module__mQnfCa__instructor,.Courses-module__mQnfCa__metaItem{font-size:12px}.Courses-module__mQnfCa__icon{width:14px;height:14px}}@media (max-width:600px){.Courses-module__mQnfCa__grid{grid-template-columns:1fr;gap:20px}.Courses-module__mQnfCa__wrapper{padding:35px 16px}.Courses-module__mQnfCa__sectionTitle{text-align:center;margin-bottom:30px;font-size:34px}.Courses-module__mQnfCa__cardHeader{padding:0}.Courses-module__mQnfCa__cardImg{width:100%;height:auto}.Courses-module__mQnfCa__cardContent{padding:16px}.Courses-module__mQnfCa__courseTitle{min-height:auto;font-size:16px}.Courses-module__mQnfCa__rating{margin-bottom:10px}.Courses-module__mQnfCa__priceRow{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:14px;padding-bottom:14px}.Courses-module__mQnfCa__price{font-size:19px}.Courses-module__mQnfCa__instructor{font-size:12px}.Courses-module__mQnfCa__meta{gap:8px}.Courses-module__mQnfCa__metaItem{font-size:12px}.Courses-module__mQnfCa__learnMore{padding:12px 20px;font-size:13px}.Courses-module__mQnfCa__badge{padding:5px 12px;font-size:11px;top:10px;left:10px}.Courses-module__mQnfCa__hoverOverlay{background:#000000b3}.Courses-module__mQnfCa__playIcon{width:60px;height:60px}.Courses-module__mQnfCa__playIcon svg{width:24px;height:24px}}@media (max-width:480px){.Courses-module__mQnfCa__wrapper{padding:30px 12px}.Courses-module__mQnfCa__sectionTitle{margin-bottom:25px;font-size:30px}.Courses-module__mQnfCa__card{border-radius:10px}.Courses-module__mQnfCa__cardHeader{padding:0}.Courses-module__mQnfCa__cardImg{width:100%;height:auto}.Courses-module__mQnfCa__cardContent{padding:14px}.Courses-module__mQnfCa__courseTitle{font-size:15px}.Courses-module__mQnfCa__rating{font-size:12px}.Courses-module__mQnfCa__stars{font-size:14px}.Courses-module__mQnfCa__price{font-size:17px}.Courses-module__mQnfCa__instructor,.Courses-module__mQnfCa__metaItem{font-size:11px}.Courses-module__mQnfCa__icon{width:13px;height:13px}.Courses-module__mQnfCa__learnMore{padding:11px 18px;font-size:12px}.Courses-module__mQnfCa__arrow{width:16px;height:16px}.Courses-module__mQnfCa__badge{padding:4px 10px;font-size:10px}.Courses-module__mQnfCa__playIcon{border-width:2px;width:55px;height:55px}.Courses-module__mQnfCa__playIcon svg{width:22px;height:22px}}@media (max-width:380px){.Courses-module__mQnfCa__sectionTitle{font-size:26px}.Courses-module__mQnfCa__cardHeader{padding:0}.Courses-module__mQnfCa__cardImg{width:100%;height:auto}.Courses-module__mQnfCa__courseTitle{font-size:14px}.Courses-module__mQnfCa__price{font-size:16px}.Courses-module__mQnfCa__metaItem{font-size:10px}.Courses-module__mQnfCa__learnMore{padding:10px 16px;font-size:11px}}
.StudentStories-module__6pwB3q__wrapper{background:linear-gradient(to top,var(--color-card-secondary),var(--color-card));width:100%;padding:60px 0;font-family:Inter,sans-serif}.StudentStories-module__6pwB3q__title{text-align:center;color:#f7a500;font-family:Times New Roman,serif;font-size:55px;font-weight:700}.StudentStories-module__6pwB3q__more{font-family:Times New Roman,serif;font-size:26px;font-weight:900}.StudentStories-module__6pwB3q__highlight{color:var(--color-heading);font-family:Times New Roman,serif}.StudentStories-module__6pwB3q__subtitle{text-align:center;color:var(--color-text);margin-top:10px;font-size:19px}.StudentStories-module__6pwB3q__content{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:40px;margin-top:50px;display:grid}.StudentStories-module__6pwB3q__leftCard{background:var(--color-card);box-shadow:0px 8px 20px var(--color-shadow);border-radius:14px;width:fit-content;max-width:100%;height:auto;margin-top:100px;margin-left:100px;padding:25px 30px;position:relative}.StudentStories-module__6pwB3q__quoteWrap{position:absolute;top:-10px;left:-10px}.StudentStories-module__6pwB3q__reviewText{color:var(--color-text);margin-bottom:18px;font-size:18px;font-style:italic}.StudentStories-module__6pwB3q__userRow{align-items:center;gap:18px;display:flex}.StudentStories-module__6pwB3q__userImg{border-radius:50%;width:60px;height:60px}.StudentStories-module__6pwB3q__userName{color:var(--color-heading);font-size:18px;font-weight:700}.StudentStories-module__6pwB3q__userRole{color:#f7a500;margin-top:4px;font-size:14px}.StudentStories-module__6pwB3q__starRow{align-items:center;gap:10px;margin-top:6px;display:flex}.StudentStories-module__6pwB3q__courseText{color:var(--color-muted);font-size:12px}.StudentStories-module__6pwB3q__rightList{flex-direction:column;gap:15px;margin-right:60px;padding:0 20px;display:flex}.StudentStories-module__6pwB3q__reviewItem{cursor:pointer;background:var(--color-card);border:1px solid var(--color-border);border-radius:12px;align-items:center;gap:16px;padding:18px;transition:all .2s;display:flex}.StudentStories-module__6pwB3q__reviewItem:hover{background:#fff7e566;transform:translateY(-2px)}.StudentStories-module__6pwB3q__activeReview{border-color:#f7a500;background:#fff4d199!important}.StudentStories-module__6pwB3q__listImg{border-radius:50%;width:55px;height:55px}.StudentStories-module__6pwB3q__itemInfo{flex:1}.StudentStories-module__6pwB3q__itemName{color:var(--color-heading);font-size:15px;font-weight:600}.StudentStories-module__6pwB3q__itemRole{color:#f7a500;margin-bottom:5px;font-size:13px}.StudentStories-module__6pwB3q__itemText{color:var(--color-text);font-size:13px}.StudentStories-module__6pwB3q__starSmall{opacity:.9}.StudentStories-module__6pwB3q__another{background:linear-gradient(90deg,#ffa52f,#d76800);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:90%;height:450px;margin-top:70px;margin-left:70px;display:flex}.StudentStories-module__6pwB3q__another p{color:#fff;text-align:center;width:80%;font-size:35px;font-style:italic;font-weight:500}.StudentStories-module__6pwB3q__profileRow{align-items:center;gap:15px;margin-top:25px;display:flex}.StudentStories-module__6pwB3q__sarahImg{border:3px solid #ffcc86;border-radius:50%;width:70px;height:70px}.StudentStories-module__6pwB3q__sarahImg1{margin-bottom:30px}.StudentStories-module__6pwB3q__profileText{flex-direction:column;display:flex}.StudentStories-module__6pwB3q__profileName{color:#fff;margin-bottom:3px;font-size:20px;font-weight:700}.StudentStories-module__6pwB3q__profileRole{color:#fff2d9;font-size:14px;font-weight:400}@media (max-width:1024px){.StudentStories-module__6pwB3q__title{font-size:45px}.StudentStories-module__6pwB3q__content{grid-template-columns:1fr;gap:30px;padding:0 20px}.StudentStories-module__6pwB3q__leftCard{width:100%;margin-top:40px;margin-left:0}.StudentStories-module__6pwB3q__rightList{margin-right:0;padding:0}.StudentStories-module__6pwB3q__another{width:calc(100% - 40px);margin-left:20px;margin-right:20px}}@media (max-width:768px){.StudentStories-module__6pwB3q__wrapper{padding:40px 0}.StudentStories-module__6pwB3q__title{padding:0 15px;font-size:38px}.StudentStories-module__6pwB3q__subtitle{padding:0 15px;font-size:17px}.StudentStories-module__6pwB3q__content{padding:0 15px}.StudentStories-module__6pwB3q__leftCard{padding:20px}.StudentStories-module__6pwB3q__more{font-size:22px}.StudentStories-module__6pwB3q__reviewItem{flex-direction:row;align-items:flex-start}.StudentStories-module__6pwB3q__itemText{font-size:12px;line-height:1.4}.StudentStories-module__6pwB3q__starSmall{width:70px;height:auto}.StudentStories-module__6pwB3q__another{width:calc(100% - 30px);height:auto;margin-left:15px;margin-right:15px;padding:40px 25px}.StudentStories-module__6pwB3q__another p{width:90%;font-size:28px}.StudentStories-module__6pwB3q__profileRow{text-align:center;flex-direction:column}}@media (max-width:600px){.StudentStories-module__6pwB3q__title{font-size:34px}.StudentStories-module__6pwB3q__subtitle{font-size:15px}.StudentStories-module__6pwB3q__more{font-size:20px}.StudentStories-module__6pwB3q__reviewItem{gap:12px;padding:12px}.StudentStories-module__6pwB3q__listImg{width:45px;height:45px}.StudentStories-module__6pwB3q__itemName{font-size:14px}.StudentStories-module__6pwB3q__itemRole{font-size:12px}.StudentStories-module__6pwB3q__itemText{font-size:11px}.StudentStories-module__6pwB3q__starSmall{width:60px}.StudentStories-module__6pwB3q__another p{width:95%;font-size:24px}}@media (max-width:480px){.StudentStories-module__6pwB3q__title{font-size:28px}.StudentStories-module__6pwB3q__subtitle{font-size:14px}.StudentStories-module__6pwB3q__more{font-size:18px}.StudentStories-module__6pwB3q__reviewItem{flex-wrap:wrap;gap:10px;padding:10px}.StudentStories-module__6pwB3q__listImg{width:40px;height:40px}.StudentStories-module__6pwB3q__itemInfo{flex:1;min-width:150px}.StudentStories-module__6pwB3q__itemName{font-size:13px}.StudentStories-module__6pwB3q__itemText{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:10px;display:-webkit-box;overflow:hidden}.StudentStories-module__6pwB3q__starSmall{width:55px;margin-left:auto}.StudentStories-module__6pwB3q__another{width:calc(100% - 20px);margin-left:10px;margin-right:10px;padding:30px 20px}.StudentStories-module__6pwB3q__another p{width:100%;font-size:20px}.StudentStories-module__6pwB3q__sarahImg{width:60px;height:60px}.StudentStories-module__6pwB3q__sarahImg1{width:50px;height:50px}.StudentStories-module__6pwB3q__leftCard{padding:16px}.StudentStories-module__6pwB3q__reviewText{font-size:15px}.StudentStories-module__6pwB3q__userName{font-size:16px}.StudentStories-module__6pwB3q__userRole{font-size:13px}}@media (max-width:380px){.StudentStories-module__6pwB3q__title{font-size:24px}.StudentStories-module__6pwB3q__subtitle{font-size:13px}.StudentStories-module__6pwB3q__more{font-size:16px}.StudentStories-module__6pwB3q__reviewItem{padding:8px}.StudentStories-module__6pwB3q__listImg{width:35px;height:35px}.StudentStories-module__6pwB3q__itemName{font-size:12px}.StudentStories-module__6pwB3q__itemRole{font-size:11px}.StudentStories-module__6pwB3q__itemText{font-size:9px}.StudentStories-module__6pwB3q__starSmall{width:50px}.StudentStories-module__6pwB3q__another p,.StudentStories-module__6pwB3q__profileName{font-size:18px}.StudentStories-module__6pwB3q__profileRole{font-size:12px}}
.LevelUpSection-module__5JPh2q__section{text-align:center;background:linear-gradient(135deg,var(--color-card),var(--color-card-secondary));width:100%;padding:60px 0;font-family:Inter,sans-serif}.LevelUpSection-module__5JPh2q__title{background:linear-gradient(45deg,#ffcd82,#a94100);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Times New Roman,Times,serif;font-size:56px;font-weight:800}.LevelUpSection-module__5JPh2q__highlight{color:#ff9e22}.LevelUpSection-module__5JPh2q__subtitle{color:var(--color-text);width:60%;margin-top:10px;margin-left:auto;margin-right:auto;font-size:18px}.LevelUpSection-module__5JPh2q__buttons{justify-content:center;gap:18px;margin-top:25px;display:flex}.LevelUpSection-module__5JPh2q__btnFilled{color:#fff;cursor:pointer;background:#ff9e22;border:none;border-radius:30px;padding:8px 28px;font-size:16px;font-weight:600;transition:all .2s}.LevelUpSection-module__5JPh2q__btnFilled:hover{background:#e38614}.LevelUpSection-module__5JPh2q__btnOutline{color:#ff9e22;cursor:pointer;background:#fff;border:1px solid #ff9e22;border-radius:30px;padding:9px 30px;font-size:16px;font-weight:600;transition:all .2s}.LevelUpSection-module__5JPh2q__btnOutline:hover{background:#fff5e6}.LevelUpSection-module__5JPh2q__reviewCard{background:linear-gradient(-55deg,var(--color-card),var(--color-card-secondary));border-radius:22px;width:70%;margin:50px auto 30px;padding:50px 35px;position:relative;box-shadow:0 10px 35px #0000001a}.LevelUpSection-module__5JPh2q__quoteIcon{position:absolute;top:-20px;left:25px}.LevelUpSection-module__5JPh2q__reviewText{color:var(--color-text);margin-bottom:25px;font-size:22px;font-style:italic}.LevelUpSection-module__5JPh2q__profileRow{justify-content:center;gap:15px;margin-bottom:10px;display:flex}.LevelUpSection-module__5JPh2q__profileImg{cursor:pointer;border:3px solid #0000;border-radius:50%;transition:all .25s}.LevelUpSection-module__5JPh2q__profileImg:hover{transform:scale(1.08)}.LevelUpSection-module__5JPh2q__activeImg{border-color:#ffb44c;transform:scale(1.1)}.LevelUpSection-module__5JPh2q__userName{color:var(--color-heading);font-size:17px;font-weight:700}.LevelUpSection-module__5JPh2q__userRole{color:var(--color-muted);font-size:14px}.LevelUpSection-module__5JPh2q__features{color:var(--color-text);justify-content:center;gap:50px;margin-top:30px;font-size:15px;display:flex}.LevelUpSection-module__5JPh2q__featureItem{align-items:center;gap:8px;display:flex}@media (max-width:992px){.LevelUpSection-module__5JPh2q__title{font-size:46px}.LevelUpSection-module__5JPh2q__subtitle{width:75%;font-size:17px}.LevelUpSection-module__5JPh2q__reviewCard{width:80%;padding:40px 30px}.LevelUpSection-module__5JPh2q__reviewText{font-size:20px}.LevelUpSection-module__5JPh2q__features{gap:30px;font-size:14px}.LevelUpSection-module__5JPh2q__btnFilled,.LevelUpSection-module__5JPh2q__btnOutline{padding:8px 25px;font-size:15px}}@media (max-width:768px){.LevelUpSection-module__5JPh2q__title{font-size:38px}.LevelUpSection-module__5JPh2q__subtitle{width:85%;font-size:16px}.LevelUpSection-module__5JPh2q__buttons{gap:14px}.LevelUpSection-module__5JPh2q__btnFilled,.LevelUpSection-module__5JPh2q__btnOutline{padding:7px 22px;font-size:15px}.LevelUpSection-module__5JPh2q__reviewCard{width:90%;padding:35px 25px}.LevelUpSection-module__5JPh2q__reviewText{font-size:19px}.LevelUpSection-module__5JPh2q__profileRow{gap:10px}.LevelUpSection-module__5JPh2q__profileImg{width:55px;height:55px}.LevelUpSection-module__5JPh2q__userName{font-size:16px}.LevelUpSection-module__5JPh2q__userRole{font-size:13px}.LevelUpSection-module__5JPh2q__features{flex-direction:column;gap:15px;font-size:14px}}@media (max-width:480px){.LevelUpSection-module__5JPh2q__title{font-size:30px}.LevelUpSection-module__5JPh2q__subtitle{width:95%;font-size:15px}.LevelUpSection-module__5JPh2q__buttons{flex-direction:column;gap:12px}.LevelUpSection-module__5JPh2q__btnFilled,.LevelUpSection-module__5JPh2q__btnOutline{width:80%;margin:0 auto;padding:8px 20px;font-size:15px}.LevelUpSection-module__5JPh2q__reviewCard{width:92%;padding:28px 22px}.LevelUpSection-module__5JPh2q__reviewText{font-size:17px}.LevelUpSection-module__5JPh2q__profileImg{width:48px;height:48px}.LevelUpSection-module__5JPh2q__userName{font-size:15px}.LevelUpSection-module__5JPh2q__userRole{font-size:12px}.LevelUpSection-module__5JPh2q__features{gap:14px;font-size:13px}}@media (max-width:380px){.LevelUpSection-module__5JPh2q__title{font-size:26px}.LevelUpSection-module__5JPh2q__subtitle{width:98%;font-size:14px}.LevelUpSection-module__5JPh2q__btnFilled,.LevelUpSection-module__5JPh2q__btnOutline{padding:7px 18px;font-size:14px}.LevelUpSection-module__5JPh2q__reviewText{font-size:16px}.LevelUpSection-module__5JPh2q__profileImg{width:44px;height:44px}.LevelUpSection-module__5JPh2q__features{font-size:12px}}
