.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,2vw + 1rem,80px);align-items:stretch}.hero__image-card{position:relative;width:100%;height:clamp(638px,85vh,1200px);border-radius:30px;overflow:hidden;background:#f6defc;z-index:2}@keyframes clearSweep{0%{transform:translateY(-40%)}to{transform:translateY(50%)}}.hero__image-card:before{top:0;height:250%;-webkit-mask-image:linear-gradient(180deg,transparent 0,transparent 10%,black 30%,black);mask-image:linear-gradient(180deg,transparent 0,transparent 10%,black 30%,black);z-index:4;animation:clearSweep 3s ease-in-out .2s forwards}.hero__image-card:after,.hero__image-card:before{content:"";position:absolute;left:0;width:100%;backdrop-filter:blur(32.75px);pointer-events:none}.hero__image-card:after{bottom:0;height:40%;background:linear-gradient(180deg,rgba(115,115,115,0),rgba(217,217,217,.1));-webkit-mask-image:linear-gradient(180deg,transparent,black);mask-image:linear-gradient(180deg,transparent,black);z-index:3}.hero__image{object-fit:cover;object-position:top center}.hero__content{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.hero__title{position:relative;top:60px;z-index:1;font-size:60px;font-weight:600;color:#1a1a1a}.hero__desc,.hero__title{font-family:var(--font-urbanist),sans-serif}.hero__desc{color:rgba(0,0,0,.6980392157);max-width:340px;text-align:right;margin-left:auto}.hero__btn-group{position:relative;bottom:20px;display:flex;width:100%}.hero__btn-wrapper{display:flex;align-items:center;gap:12px;background:rgba(217,217,217,.2);border-radius:70px;padding:6px;width:100%}.hero__btn{flex:1}.hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero__feature-card{background:#f6defc;border-radius:30px;padding:20px 16px;display:flex;flex-direction:column;gap:40px;min-height:140px}.hero__feature-icon{width:100px;height:60px;position:relative;display:flex;align-items:center;justify-content:center}.hero__feature-label{font-weight:500;color:#1a1a1a;line-height:1.45;font-family:var(--font-urbanist),sans-serif}.hero-mobile{display:none;flex-direction:column;width:100%;padding-top:50px;background:#fff}@media(max-width:991.98px){.hero-mobile{display:flex}}.hero-mobile__card{background:linear-gradient(180deg,#fde7ff,#f5ceff);border-radius:40px;overflow:hidden;display:flex;flex-direction:column;padding-bottom:40px}.hero-mobile__image-card{position:relative;width:100%;height:70vw;max-height:420px;z-index:1}.hero-mobile__image{object-fit:contain;object-position:bottom center}.hero-mobile__fade{position:absolute;bottom:-2px;left:0;width:100%;height:40%;background:linear-gradient(180deg,transparent,#f9dbff);z-index:2}.hero-mobile__content{text-align:center;display:flex;flex-direction:column;align-items:center;z-index:3}.hero-mobile__title{font-weight:700;color:#1a1a1a}.hero-mobile__desc,.hero-mobile__title{line-height:1.5;font-family:var(--font-urbanist),sans-serif}.hero-mobile__desc{color:rgba(0,0,0,.6980392157);max-width:340px}.hero-mobile__btn-group{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:24px;padding:0 24px}.hero-mobile__btn{display:flex;align-items:center;justify-content:center;height:58px;border-radius:100px;font-size:16px;font-weight:600;font-family:var(--font-urbanist),sans-serif;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hero-mobile__btn--primary{background:#1a1a1a;color:#fff}.hero-mobile__btn--secondary{background:hsla(0,0%,100%,.6);color:#1a1a1a;backdrop-filter:blur(4px)}.hero-mobile__btn:active{transform:scale(.97)}.hero-mobile__features{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.hero-mobile__features::-webkit-scrollbar{display:none}.hero-mobile__feature-card{flex:0 0 140px;background:#f4f4f4;border-radius:16px;padding:16px 14px;display:flex;flex-direction:column;gap:20px;min-height:120px}.hero-mobile__feature-icon{width:36px;height:36px;position:relative;display:flex;align-items:center;justify-content:center}.hero-mobile__feature-label{font-weight:500;color:#1a1a1a;line-height:1.4;font-family:var(--font-urbanist),sans-serif}.hero-animation{position:relative}@media(max-width:767.98px){.hero-animation{display:none}}.hero-animation>section:first-child{position:sticky;top:80px;z-index:1;height:calc(100vh - 50px);display:flex;justify-content:center;align-items:center;padding-top:40px!important;padding-bottom:20px!important;overflow:hidden;transition:top .8s cubic-bezier(.165,.84,.44,1)}@media(min-width:1900px){.hero-animation>section:first-child{padding-top:0!important}}.hero-animation.is-overflowing{padding-top:20px}.hero-animation.is-overflowing .hero__image-card{height:100%!important;min-height:400px}.hero-animation.is-overflowing .hero__title{top:0!important;margin-bottom:20px}.hero-animation.is-overflowing .hero__container{gap:32px!important}.hero-animation.is-overflowing .hero__btn-wrapper{flex-wrap:wrap;justify-content:center}.hero-animation.is-overflowing>section:first-child{top:var(--hero-sticky-top,80px);height:auto;min-height:calc(100vh - 50px);overflow:visible}.hero-animation>section:nth-child(2){position:relative;z-index:2;background-color:#fff}.tools-master{padding-top:0;text-align:center}@media(max-width:991.98px){.tools-master{display:none!important}}.tools-master__header{margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.tools-master__heading{font-size:clamp(32px,4vw,48px);font-weight:600;color:#1a1a1a;margin-bottom:20px}.tools-master__description{font-size:16px;line-height:1.5;color:rgba(0,0,0,.6980392157);margin:0}.tools-master__marquee-container{overflow:hidden;width:100%;margin-top:40px;position:relative}.tools-master__marquee-container:after,.tools-master__marquee-container:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2}.tools-master__marquee-container:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.tools-master__marquee-container:after{right:0;background:linear-gradient(270deg,#fff,transparent)}.tools-master__list{display:flex;align-items:center;flex-wrap:nowrap;gap:80px;width:fit-content}.tools-master__item{display:flex;align-items:center;justify-content:center;height:60px;flex-shrink:0;transition:transform .3s ease}.tools-master__item img{max-width:160px;height:100%;object-fit:contain}.tools-master-mobile{padding:0;background-color:#f4f4f4}@media(min-width:768px){.tools-master-mobile{display:none!important}}.tools-master-mobile__header{text-align:left;margin-bottom:32px;padding:0 4px}.tools-master-mobile__heading{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.25}.tools-master-mobile__description{font-size:14px;color:rgba(0,0,0,.6980392157);line-height:1.5;max-width:90%}.tools-master-mobile__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 4px}.tools-master-mobile__card{border-radius:20px;padding:18px 12px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 0 20px 0 rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.02);aspect-ratio:16/7.5;transition:transform .3s ease}.tools-master-mobile__card:active{transform:scale(.98)}.tools-master-mobile__logo-box{height:22px;display:flex;align-items:center;justify-content:center}.tools-master-mobile__logo-box img{height:100%;width:auto;object-fit:contain}.tools-master-mobile__name{font-size:13px;font-weight:600;color:#1a1a1a;white-space:nowrap}.what-you-learn{overflow:hidden}@media(max-width:991.98px){.what-you-learn{display:none}}.what-you-learn__header{text-align:center;max-width:800px;margin:auto}.what-you-learn__heading{font-weight:600;color:#1a1a1a;margin-bottom:20px}.what-you-learn__description{line-height:160%;color:rgba(0,0,0,.6980392157);margin:0}.what-you-learn__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}@media(max-width:991.98px){.what-you-learn__grid{grid-template-columns:repeat(2,1fr);margin-top:40px}}.what-you-learn__card{position:relative;background:#fff;border-radius:30px;padding:15px;box-shadow:0 0 40px 0 rgba(0,0,0,.08);transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease;display:flex;flex-direction:column;height:100%}.what-you-learn__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.what-you-learn__image-wrapper{width:100%;aspect-ratio:16/11;position:relative;border-radius:40px;overflow:hidden;margin-bottom:24px;background:#fff;box-shadow:inset 0 0 20px rgba(0,0,0,.05)}.what-you-learn__image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;pointer-events:none}.what-you-learn__image-wrapper img{object-fit:cover;transition:transform .6s ease}.what-you-learn__image-wrapper:hover img{transform:scale(1.05)}.what-you-learn__content{flex:1}.what-you-learn__card-title{font-weight:600;color:#1a1a1a;margin-bottom:12px}.what-you-learn__card-desc{line-height:130%;color:rgba(0,0,0,.6980392157);margin:0}.what-you-learn-mobile{display:block;padding:32px 16px;background:#f4f4f4;border-radius:24px;margin:10px}@media(min-width:768px){.what-you-learn-mobile{display:none}}.what-you-learn-mobile__header{text-align:left;margin-bottom:20px;padding:0 4px}.what-you-learn-mobile__heading{font-size:24px;font-weight:700;margin:0 0 8px;line-height:1.2;font-family:var(--font-urbanist),sans-serif;letter-spacing:-.5px}.what-you-learn-mobile__description{font-size:14px;line-height:1.5;color:rgba(0,0,0,.6980392157);margin:0;font-family:var(--font-urbanist),sans-serif;max-width:90%}.what-you-learn-mobile__carousel{overflow:hidden;border-radius:20px;margin-top:16px}.what-you-learn-mobile__track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.what-you-learn-mobile__slide{min-width:100%;width:100%;flex-shrink:0;padding:0}.what-you-learn-mobile__card{background:#fff;border-radius:28px;overflow:hidden;padding:10px;box-shadow:0 10px 30px rgba(0,0,0,.03);margin:0 4px}.what-you-learn-mobile__image-wrapper{width:100%;aspect-ratio:16/10;position:relative;overflow:hidden;border-radius:20px}.what-you-learn-mobile__image-wrapper img{object-fit:cover}.what-you-learn-mobile__content{padding:14px 8px 10px}.what-you-learn-mobile__card-title{font-size:20px;font-weight:700;margin:0 0 6px;line-height:1.2;font-family:var(--font-urbanist),sans-serif}.what-you-learn-mobile__card-desc{font-size:14px;line-height:1.5;color:rgba(0,0,0,.6980392157);margin:0;font-family:var(--font-urbanist),sans-serif;max-width:95%}.what-you-learn-mobile__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px}.what-you-learn-mobile__dot{width:8px;height:8px;border-radius:50%;background:#efc9f9;border:none;padding:0;cursor:pointer;transition:all .3s ease}.what-you-learn-mobile__dot--active{background:#cb5ceb;transform:scale(1.1)}.why-choose{background:rgba(217,217,217,.2);border-radius:60px;padding:100px 60px;overflow:visible}@media(max-width:991.98px){.why-choose{display:none!important}}@media(max-width:1399.98px){.why-choose{padding:80px 40px;border-radius:50px}}@media(max-width:1199.98px){.why-choose{padding:60px 30px;border-radius:40px}}@media(max-width:991.98px){.why-choose{padding:60px 20px 80px}}.why-choose__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(40px,6vw,80px);gap:40px}@media(max-width:991.98px){.why-choose__header{flex-direction:column;align-items:center;text-align:center;gap:24px}}.why-choose__heading{font-size:clamp(32px,4vw,56px);font-weight:700;color:#1a1a1a;flex:1;line-height:1.1}.why-choose__heading span{color:#cb5ceb}.why-choose__description{max-width:520px;color:rgba(0,0,0,.6980392157);margin:0;text-align:right;font-size:clamp(15px,1.1vw,18px);line-height:1.6}@media(max-width:991.98px){.why-choose__description{max-width:600px;text-align:center}}.why-choose__list{display:flex;flex-direction:column;gap:0}.why-choose__item-bar{position:sticky;top:100px;background:#fff;border-radius:100px;padding:30px 60px;display:flex;align-items:center;gap:clamp(30px,5vw,80px);box-shadow:0 15px 50px rgba(0,0,0,.08);margin-bottom:24px;transform-origin:center top;transition:all .4s cubic-bezier(.165,.84,.44,1)}@media(max-width:1399.98px){.why-choose__item-bar{padding:24px 45px}}@media(max-width:1199.98px){.why-choose__item-bar{padding:20px 40px;gap:30px}}@media(max-width:991.98px){.why-choose__item-bar{border-radius:40px;padding:40px 30px;flex-direction:column;gap:24px;text-align:center;top:80px}}.why-choose__item-bar:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.12)}.why-choose__number{font-size:clamp(36px,3.5vw,54px);font-weight:300;color:#cb5ceb;min-width:100px}@media(max-width:1199.98px){.why-choose__number{min-width:80px}}@media(max-width:991.98px){.why-choose__number{min-width:auto;font-size:42px}}.why-choose__oval-image{width:clamp(220px,20vw,320px);height:clamp(110px,10vw,160px);position:relative;border-radius:200px;overflow:hidden;flex-shrink:0;box-shadow:0 10px 30px rgba(0,0,0,.15)}@media(max-width:991.98px){.why-choose__oval-image{width:100%;max-width:320px;height:160px}}.why-choose__oval-image img{object-fit:cover;transition:transform .5s ease}.why-choose__oval-image:hover img{transform:scale(1.1)}.why-choose__content{flex:1}.why-choose__card-title{font-size:clamp(20px,1.8vw,26px);font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.2}@media(max-width:991.98px){.why-choose__card-title{font-size:22px}}.why-choose__card-desc{font-size:clamp(14px,1.1vw,16px);line-height:1.5;color:rgba(0,0,0,.6980392157);margin:0;max-width:500px}@media(max-width:991.98px){.why-choose__card-desc{margin:0 auto;max-width:100%}}@media(min-width:768px){.why-choose-mobile{display:none!important}}.why-choose-mobile__header{text-align:left;margin-bottom:clamp(24px,8vw,32px)}.why-choose-mobile__heading{font-size:clamp(26px,8vw,30px);font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.1}.why-choose-mobile__heading span{color:#cb5ceb}.why-choose-mobile__description{font-size:14px;color:rgba(0,0,0,.6980392157);line-height:1.5;margin:0}.why-choose-mobile__list{display:flex;flex-direction:column;gap:16px}.why-choose-mobile__card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04);display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.02);transition:transform .3s ease}.why-choose-mobile__card:active{transform:scale(.98)}.why-choose-mobile__image-box{width:100%;aspect-ratio:16/7;position:relative;overflow:hidden}.why-choose-mobile__image{object-fit:cover}.why-choose-mobile__content{padding:18px 16px;display:flex;flex-direction:column;gap:6px}.why-choose-mobile__id{font-size:14px;font-weight:700;color:#1a1a1a;letter-spacing:.02em;margin-bottom:2px}.why-choose-mobile__title{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0}.why-choose-mobile__desc{font-size:13px;color:rgba(0,0,0,.6980392157);line-height:1.4;margin:0}:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}@media(max-width:991.98px){.career-guidance{display:none!important}}.career-guidance__header{display:flex;justify-content:space-between;margin-bottom:40px;gap:40px}@media(max-width:991.98px){.career-guidance__header{flex-direction:column;gap:20px}}.career-guidance__heading{flex:1;font-weight:600;max-width:600px}.career-guidance__description{flex:1;color:rgba(0,0,0,.6980392157);line-height:1.6;max-width:700px;text-align:right}@media(max-width:991.98px){.career-guidance__description{text-align:left;max-width:100%}}.career-guidance__container{background-color:#f4f4f4;border-radius:30px;padding:20px}.career-guidance__content{display:flex;gap:40px;align-items:center}@media(max-width:991.98px){.career-guidance__content{flex-direction:column-reverse;gap:40px}}.career-guidance__list{flex:1;display:flex;flex-direction:column;gap:20px;width:100%}.career-guidance__card{background:#fff;border-radius:80px;margin:0 20px;padding:20px;text-align:center;transition:all .3s ease;cursor:pointer}@media(max-width:1199.98px){.career-guidance__card{margin:0 10px}}@media(max-width:991.98px){.career-guidance__card{margin:0}}.career-guidance__card:hover{background:hsl(0,0%,99%);transform:scale(.99)}.career-guidance__card-title{font-weight:600;margin-bottom:6px;color:#1a1a1a}.career-guidance__card-desc{color:rgba(0,0,0,.6980392157);font-size:16px;line-height:1.4;max-width:80%;margin:0 auto}@media(max-width:1199.98px){.career-guidance__card-desc{max-width:90%}}.career-guidance__image-wrapper{flex:1.1;position:relative;border-radius:20px;overflow:hidden;height:600px;width:100%}@media(max-width:1199.98px){.career-guidance__image-wrapper{height:500px}}@media(max-width:991.98px){.career-guidance__image-wrapper{height:400px}}.career-guidance__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.career-guidance-mobile{padding:40px 16px;background-color:#f4f4f4;position:relative;border-radius:20px}@media(min-width:768px){.career-guidance-mobile{display:none!important}}.career-guidance-mobile__header{text-align:left;margin-bottom:24px;padding:0 4px}.career-guidance-mobile__heading{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.1}.career-guidance-mobile__description{font-size:14px;color:rgba(0,0,0,.6980392157);line-height:1.5;max-width:95%}.career-guidance-mobile__image-box{width:100%;border-radius:20px;overflow:hidden;margin-bottom:32px;aspect-ratio:16/8;box-shadow:0 10px 30px rgba(0,0,0,.05)}.career-guidance-mobile__image-box img{width:100%;height:100%;object-fit:cover;object-position:top}.career-guidance-mobile__list{display:flex;flex-direction:column;gap:12px}.career-guidance-mobile__card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.03);transition:transform .3s ease}.career-guidance-mobile__card:active{transform:scale(.98)}.career-guidance-mobile__card-title{font-size:20px;font-weight:600;margin-bottom:10px;line-height:1.25}.career-guidance-mobile__card-desc{font-size:14px;color:rgba(0,0,0,.6980392157);line-height:1.5}