.logo-container{display:flex;justify-content:center;align-items:center;padding:0 2rem;margin-inline:auto;height:100vh;background-color:var(--primary-color);overflow:hidden}.logo{width:100%}@media (min-width:768px){.logo{width:500px}}header{z-index:1000;padding:.7rem 0;box-shadow:0 0 3px #00000080;position:fixed;top:0;left:0;right:0;background-color:#fff}a.active{color:var(--accent-color);background-color:transparent;padding:0}header .wrapper{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){header .wrapper{width:90%}}header img{display:flex;justify-content:center;align-items:center;max-width:200px}header svg{width:100%;max-width:40px;display:none}nav{flex:1;margin-left:1rem;display:flex;justify-content:space-between;align-items:center;color:var(--primary-color)}.center-nav-items{flex-shrink:1;display:flex;justify-content:center;margin-right:2rem}.center-nav-items,.right-nav-items{display:flex;gap:2rem;list-style-type:none;cursor:pointer;font-weight:600;flex-shrink:1}.center-nav-items li,.right-nav-items li{transition:all .3s ease-in-out;white-space:nowrap}.center-nav-items li:hover,.right-nav-items li:hover{color:var(--accent-color);transform:scale(1.1)}.nav-show-icon,.asset,.man-asset{display:none}@media (max-width: 976px){header svg{width:100%;max-width:40px;display:block;color:var(--primary-color)}.center-nav-items,.right-nav-items,nav{flex-direction:column;padding:0}nav{background-color:var(--primary-color);position:absolute;color:#fff;width:100%;left:0;right:0;margin:0;height:100vh;top:0;bottom:0;opacity:0;visibility:hidden;transform:translateY(-900px);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out;padding-bottom:2rem;z-index:999}nav.show{transform:translateY(0);opacity:1;visibility:visible}nav svg{display:none}nav.show .nav-show-icon{display:block;position:absolute;top:30px}nav.show svg{color:#fff;display:block;position:absolute;top:30px;right:30px;width:6%}.center-nav-items{margin:0}nav.show .asset{display:block;position:absolute;width:15%;left:10px;top:20%}nav.show .man-asset{display:block;position:absolute;width:35%;right:0;bottom:0}}.disable-link{color:gray;cursor:not-allowed;pointer-events:none}.nav-tel-container{display:flex;gap:1rem;align-items:center;justify-content:center}.nav-tel-container img{width:10%}.right-nav-items button{background-color:#fff;border:1px solid grey}.nav-sign-in{padding:.4rem 1rem}.authenticated{display:flex;gap:1.5rem;align-items:center}.authenticated p{flex-shrink:0}.authenticated button{flex-shrink:0;border:none;background-color:#0000000d;padding:.6rem}.authenticated button img{width:25px}footer{padding:1rem 0}footer .wrapper{background-color:var(--tertiary-color);border-radius:20px;margin-inline:auto;padding:3rem;display:flex;color:#fff;flex-direction:column;gap:2rem}.footer-logo{width:100%}@media (max-width: 840px){footer .wrapper{padding:1.3rem}.footer-logo{width:60%}}footer .wrapper .footer-top{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:top;justify-items:center}@media (max-width: 1196px){footer .wrapper .footer-top{gap:2rem}}@media (max-width: 1082px){footer .wrapper .footer-top{gap:2rem}}@media (max-width: 1372px){footer .wrapper .footer-top{justify-items:left}}.footer-link{font-weight:600}footer .wrapper .footer-bottom{border-radius:35px;padding:1rem;background-color:var(--primary-color);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){footer .wrapper .footer-bottom{border-radius:20px}}footer .wrapper .footer-bottom .left-section{font-size:clamp(13px,.7vw,23px);text-align:center}footer .wrapper .footer-bottom .left-section p{display:inline-block}@media (max-width: 789px){footer .wrapper .footer-bottom{justify-content:center}}.footer-items{margin-top:.7rem}.footer-items li{color:#c0bebe;margin:.6rem 0;list-style:none;cursor:pointer;transition:-webkit-text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out,-webkit-text-decoration .3s ease-in-out}.footer-items li:hover{text-decoration:underline}.request-call-desc{color:#c0bebe;margin:.7rem auto}.request-call-desc~button{padding:.6rem 1.25rem}.socials-icons{display:flex;align-items:center;gap:1rem}.socials-icons li{list-style:none;cursor:pointer}.socials-icons li a img{width:100%}footer li,footer p{font-size:clamp(13px,.6vw,20px)}footer h3{font-size:clamp(14px,.9vw,20px)}@media (max-width: 768px){.footer-logo{width:30%}.footer-top .col-1{text-align:center;grid-column:span 3}footer .wrapper .footer-top{justify-items:center}footer .wrapper .footer-top .col-4{grid-column:span 3;text-align:center}footer{padding:0}footer .wrapper{border-radius:0}}@media (max-width: 375px){footer .wrapper .footer-top .col-1{width:90%}footer .wrapper .footer-top .col-4{margin:0 auto;text-align:center}.request-call-desc{width:80%}}@media (max-width: 320px){.request-call-desc{width:100%}}@media (max-width: 478px){footer .wrapper .footer-top .col-2{grid-column:span 2}footer .wrapper .footer-top{justify-items:left}}.wrapper{width:90%;margin-inline:auto;overflow:hidden}@media (max-width:768px){.wrapper{width:100%}}section{margin:1.5rem 0}.hero .wrapper{background-color:var(--primary-color);border-radius:20px;display:flex;gap:1.5rem;padding:6rem 2.5rem;place-content:center;overflow:hidden;position:relative;margin-top:6.5rem}@media (max-width: 768px){.hero .wrapper{border-radius:0;margin-top:0}}.hero-text-container,.hero-img-container{flex:1}.hero-text-container{display:grid;gap:1rem;color:#fff}.hero-text-container .desc-container{position:relative;width:-moz-fit-content;width:fit-content}.hero-text-container .desc-container .desc-img.arrow{position:absolute;top:-50px;right:-40px}.hero-text-container h1{font-size:var(--hero-font-main);margin-bottom:1rem;line-height:clamp(2.5vw,5.2vw,8vw);color:var(--secondary-color)}.hero-text-container p{font-size:var(--hero-font-desc)}.hero-text-container .action-btns{display:flex;gap:2rem;align-items:center}@media (max-width: 365px){.hero-text-container .action-btns{gap:1rem}}@media (max-width: 351px){.hero-text-container .action-btns{flex-wrap:wrap}}.hero-text-container .action-btns button{white-space:nowrap;font-size:clamp(16px,1rem,30px)}.hero-text-container .action-btns a button{background-color:var(--secondary-color);color:#fff}.hero-text-container .action-btns a .learn-more-btn{background-color:transparent;color:#fff;border:1px solid var(--secondary-color)}.hero-img-container{position:relative;border:none;align-self:self-end}.hero-img-container img{width:150%;height:100%}.hero-img-container .blue-container-blur{position:absolute;background:linear-gradient(to bottom,transparent 20%,rgba(10,12,30,.2) 40%,rgba(10,12,30,.6) 60%,rgba(10,12,30,.8) 80%);top:0;bottom:0;width:100%}.nano-frame{position:absolute;top:0;height:19%;width:5%;left:-300px}@media (max-width: 935px){.nano-frame{top:20px;left:100px}}@media (max-width: 1238px){.hero-text-container,.hero-img-container{flex:initial}.hero-text-container{text-align:center;margin:2.5rem 0}.hero-text-container .action-btns{justify-content:center}.hero-text-container .desc-container{display:flex;justify-content:center;margin-inline:auto}.hero .wrapper{flex-wrap:wrap-reverse}}@media (max-width: 422px){.desc-img.arrow{width:15%}}@media (max-width: 401px){.desc-img.arrow{display:none}}.hero-plane-img{position:absolute;right:-20px;bottom:27px;overflow:hidden;z-index:2}.we-offer-button-like{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (max-width: 1238px){.we-offer-button-like{justify-content:center}}.we-offer-button-like .button-like{display:flex;align-items:center;gap:1rem;justify-content:center;border-radius:5px;padding:.8rem 1rem;border:1px solid #fff}.we-offer-button-like .button-like p{font-size:clamp(14px,.4rem,30px)}.we-offer-button-like .button-like img{width:20px}.career-paths .wrapper{width:100%;position:relative}.career-paths .wrapper .career-paths .section-plane,.career-paths .section-plane-2{position:absolute;width:6%}.career-paths .section-plane{top:25%;left:0}.career-paths .section-plane-2{right:0;top:20%}.section-header__text{width:100%;text-align:center;color:var(--primary-color)}.main-desc{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--secondary-color)}.section-header__text h1{font-size:clamp(18px,2.5vw,35px)}.section-header__text h3{font-size:clamp(16px,1vw,20px);font-weight:500}.desc-bar{width:7%;height:4px;border-radius:5px;background-color:var(--secondary-color)}.career-paths__cards{display:grid;width:75%;grid-template-columns:repeat(3,1fr);place-content:center;gap:1.5rem;margin:3rem auto}.line-clamp-1{line-clamp:1;overflow:hidden;word-break:break-all}@media (max-width: 960px){.career-paths__cards{width:90%;grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.career-paths__cards{width:95%;grid-template-columns:repeat(1,1fr)}}.career-paths__card{box-shadow:2px 3px 4px 5px #6060604d;border-radius:10px;position:relative;padding:1.35rem;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff}@media (max-width: 468px){.career-paths__card{width:100%}}.career-paths__card h3{color:var(--primary-color)}.career-paths__card p{color:gray;margin:1rem 0;z-index:10}.career-paths__card img{position:absolute;bottom:0;right:0}button.more-btn{display:flex;margin-inline:auto;border-radius:35px;color:#fff;background-color:var(--accent-color)}.center-loader{display:grid;margin:4rem 0;place-content:center}.page-loading{width:100px;height:100px;border-radius:50%;border:5px solid rgba(233,233,233);border-top:5px solid black;animation:spin 1s linear infinite;position:absolute}.future-proof{margin:4rem 0}.future-proof .wrapper{position:relative;background-color:var(--primary-color);padding:5rem 0;border-radius:20px}@media (max-width: 768px){.future-proof .wrapper{border-radius:0}}.future-proof .wrapper .white-spill.top{top:5px;width:3%;left:60%}@media (max-width: 768px){.future-proof .wrapper .white-spill.top{width:8%}}.future-proof .wrapper .white-spill{width:5%;position:absolute;bottom:5px;left:23%}.future-proof .wrapper .future-proof__content{width:80%;margin-inline:auto;display:flex;align-items:top;justify-content:space-between;gap:3rem}@media (max-width: 1096px){.future-proof .wrapper .future-proof__content{flex-wrap:wrap;text-align:center}.future-proof__text{margin-inline:auto;width:95%}.straight-plane{display:none}}.future-proof__img,.future-proof__img img{width:100%}.future-proof__text{color:#fff;position:relative}.future-main-desc{margin-top:1rem}.future-desc-img{width:50%}.future-proof__text .straight-plane{position:absolute;top:190px;right:0}.future-proof__text h2{font-size:clamp(15px,3vw,45px)}.future-proof__text p{font-size:clamp(12px,1.5vw,30px)}.line-divider{width:80%}.job-fields{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}.job-fields .field{background-color:var(--tertiary-color);color:#fff;border-radius:5px;padding:.6rem 1.3rem}.project-pack .wrapper{background-color:var(--primary-color);border-radius:20px;position:relative;padding:1rem}@media (max-width: 786px){.project-pack .wrapper{border-radius:0}}.project-pack .wrapper .two-stroke{position:absolute;top:0;bottom:0;left:0}.project-pack .wrapper .title{color:#f98b03;font-style:italic;text-align:center;font-size:clamp(25px,4vw,35px)}.project-pack-explained{display:flex;justify-content:space-between;margin-inline:auto;width:80%;margin-top:2rem;gap:3.5rem}.project-pack-ready{align-self:center;justify-content:center;text-align:center;width:100%}.project-pack-text-desc{position:relative;width:-moz-fit-content;width:fit-content}.project-pack-text-desc h1{font-size:clamp(20px,2vw,40px);color:#fff;font-style:italic}.angle-top,.angle-bottom{position:absolute}.angle-top{top:0;left:0}.angle-bottom{bottom:0;right:0}.action-item-desc{display:flex;gap:1.5rem;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:1rem}.action-item-desc .action-item{white-space:nowrap;padding:.7rem;background-color:#fff;border-radius:5px;border-left:7px solid var(--accent-color);z-index:4}.project-pack-maximize{width:100%;align-self:stretch}.project-pack-maximize h2{font-size:clamp(16px,2vw,50px);color:#fff}.project-pack-maximize p{color:#f98b03;font-style:italic;font-size:clamp(14px,1vw,30px);font-weight:600;margin:1rem 0}.action-item-btn{border:2px solid white;padding:.5rem 1rem;margin:2rem 0;border-radius:35px;color:#fff;background-color:var(--secondary-color);display:flex;gap:.5rem;align-items:center}@media (max-width: 1087px){.action-item-btn{margin-inline:auto}}@media (max-width: 1090px){.project-pack-explained{flex-wrap:wrap;text-align:center}.project-pack .wrapper .two-stroke{display:none}.project-pack-maximize button{display:flex;justify-content:center;margin-inline:auto}}@media (max-width:430px){.project-pack-explained{width:100%}}.why-choose-us .wrapper{background-color:var(--primary-color);border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:3rem;justify-content:space-evenly;display:flex;position:relative}.why-choose-us .wrapper .white-spill{position:absolute}.why-choose-us .wrapper .white-spill.top{left:50%;top:10px}.why-choose-us .wrapper .white-spill.left{bottom:35%;left:0}.why-choose-us .wrapper .white-spill.bottom{right:10%;bottom:10px}@media (max-width: 768px){.why-choose-us .wrapper{padding:1.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.why-choose-us .wrapper .white-spill.top{left:0}.why-choose-us .wrapper .white-spill.left{bottom:25%;left:0}.why-choose-us .wrapper .white-spill.bottom{right:5%;bottom:10px}}@media (min-width: 1040px){.why-choose-desc{width:50%}}.desc-bar.default{display:none}@media (max-width: 1324px){.why-choose-us .wrapper{flex-wrap:wrap;justify-content:center}.why-choose-grid{place-content:center}.desc-bar.default{display:block}.why-choose-title{place-content:center}.why-choose-desc h1,.why-choose-subtitle{text-align:center}}.why-choose-title{display:flex;align-items:center;gap:1.5rem}.why-choose-title h4{color:var(--secondary-color)}.why-choose-desc h1,.why-choose-desc p{color:#fff}.why-choose-desc h1{font-size:clamp(16px,2.5vw,60px)}.why-choose-desc .why-choose-subtitle{font-size:clamp(16px,1vw,35px)}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin:2rem 0}.why-choose-box{border-radius:15px;background-color:#fff;padding:1.25rem}.why-choose-box h3,.why-choose-box p{color:var(--primary-color)}.why-choose-box h3{font-size:clamp(15px,.6vw,35px)}.why-choose-box p{font-size:clamp(13px,.3vw,20px)}.why-choose-us .wrapper .img-desc{align-self:center}.why-choose-us .wrapper .img-desc img{width:100%}.blog{position:relative;margin-top:6rem;margin-bottom:12rem}.blog-bg{position:absolute;right:0;width:22%}.blog .wrapper{width:95%;margin-inline:auto}@media (min-width: 1024px){.blog .wrapper{width:60%}}.blog-section-title{text-align:center;display:flex;align-items:center;justify-content:center;color:var(--secondary-color);gap:1rem}.blog-section__title,.blog-section__subtitle{text-align:center}.blog-section__title{font-size:clamp(16px,3vw,50px)}.blog-section__subtitle{font-size:clamp(13px,1vw,35px);font-weight:500}.blog-section-grid{height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:2rem 0}.blog-section-grid .main-post{position:relative;overflow:hidden;width:-moz-fit-content;width:fit-content}.blog-section-grid .main-post .dark-shade{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;border-radius:15px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.3),rgba(0,0,0,.8));display:flex;align-items:end}.post-desc{color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;margin:1rem}.post-desc h5{color:var(--primary-color);font-size:clamp(15px,1vw,20px);transition:all .3s ease-in-out;cursor:pointer}.post-desc h2{cursor:pointer}.post-desc h2:hover{text-decoration:underline}.post-desc h4,.post-desc h6{cursor:pointer;color:#f759bc;font-size:clamp(15px,.5vw,20px)}.post-desc .author-date{display:flex;-moz-column-gap:.5rem;column-gap:.5rem;flex-wrap:wrap}.post-desc .author-date p{font-size:clamp(13px,.6vw,20px)}.post-desc .author-date .author,.post-desc .author-date .date{display:flex;gap:.4rem}.main-post .main-post-img{width:100%;height:100%;border-radius:15px;-o-object-fit:cover;object-fit:cover}.more-posts{display:grid;grid-template-columns:1fr;gap:1.5rem}.more-posts .more-post-card{border:1px solid grey;border-radius:10px;display:flex;gap:1.5rem;background-color:#fff;z-index:5;height:100%}.more-posts .more-post-card .card-img-container{max-width:150px}.more-posts .more-post-card .card-img-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px}.card-post-desc-container{display:flex;flex-direction:column;justify-content:space-around;height:100%}.card-post-desc-container .author-date .date,.card-post-desc-container .author-date .author,.card-post-desc-container .author-date{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.card-post-desc-container .author-date{margin-top:1rem}.card-post-desc-container .author-date .date,.card-post-desc-container .author-date .author{gap:1rem;color:gray;font-size:clamp(12px,.5vw,20px)}.card-post-desc-container h5{font-size:clamp(16px,1vw,35px);margin:.5rem 0}.card-post-desc-container h6{font-size:clamp(15px,.6vw,30px);color:var(--accent-color);align-self:flex-start;margin:0}.testimonials{position:relative;margin-bottom:0;overflow:hidden;margin:5.5rem 0}.testimonials-bg{position:absolute;bottom:0;left:0}.testimonials .wrapper h1{font-size:clamp(15px,2vw,50px);color:var(--primary-color);text-align:center}.testimonials .wrapper p{text-align:center;margin-bottom:2rem}.frame-wrapper{background-color:var(--primary-color);display:flex;justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content;place-self:center;margin:0 2rem}.testimonials .wrapper h3{text-align:center;margin:2rem 0}.box-replica{background-color:#fff;color:var(--primary-color);border-radius:10px;position:relative;border-bottom:7px solid var(--secondary-color);box-shadow:1px 2px 2px 3px #0000001a}.testimonial-body-grid{width:90%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));place-content:center;margin:4rem auto;gap:2rem}.testimonial-grid-boxx{place-content:center;background-color:#fff;color:var(--primary-color);border-radius:10px;padding:1rem;position:relative;margin:0}.box-replica .logo{position:absolute;top:-17px;left:5%;width:15%}.box-replica h2{margin-top:2rem}.box-replica h5{font-weight:400;font-size:clamp(1rem,18px,3.5rem)}.call-to-action{position:relative;margin:0;background-color:var(--primary-color);padding-top:5rem;padding-bottom:5rem}.call-to-action .wrapper{place-content:center}.call-to-action .get-started{width:13%;position:absolute;left:0;bottom:2%}@media (max-width: 420px){.call-to-action .get-started{width:25%}}.call-to-action .orange-man{position:absolute;bottom:0;right:0;width:20%}.call-to-action .orange-plane{position:absolute;bottom:20%;right:10px}@media (max-width: 785px){.call-to-action .orange-plane,.call-to-action .orange-man{width:25%}}.call-to-action .cta-top-drop{position:absolute;top:20px;left:20%}.cta__section_content{padding:5rem;border-radius:15px;width:80%;margin-inline:auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:var(--secondary-color)}@media (max-width: 1434px){.cta__section_content{padding:3rem}}@media (max-width: 1156px){.cta__section_content{padding:1.5rem}}@media (max-width: 1024px){.cta__section_content{width:95%}}.cta__section_content .text-section{color:#fff}@media (max-width: 768px){.cta__section_content{width:90%;margin-inline:auto;flex-direction:column;margin:inherit 0;border-radius:8px}.cta__section_content .form-section{width:100%;margin-top:2rem}}@media (max-width: 588px){.call-to-action .wrapper{width:100%}}@media (max-width: 765px){.text-section{text-align:center}}.cta__section_content .text-section h2{font-size:clamp(16px,2.5vw,60px)}.cta__section_content .text-section p{font-size:clamp(14px,1.3vw,50px)}.form-section{background-color:#fff;border-radius:8px;padding:2.35rem;max-width:550px}@media (max-width: 420px){.form-section{padding:1.35rem}}.form-section form input,.form-section form select{padding:1rem;font-family:Poppins;display:block;width:100%;margin-bottom:1.25rem}@media (max-width: 420px){.form-section form input,.form-section form select{padding:.5rem}}.form-section form input:focus{outline:none}.form-section form .name{display:flex;gap:1rem}.cta-btn{background-color:var(--primary-color);color:#fff;padding:.75em;border:none;border-radius:4px;font-weight:600;font-family:Poppins;margin-inline:auto;display:flex;align-items:center;justify-content:center}.associated-companies{margin:5.5rem 0}.company-icon{width:100px}.slider{overflow:hidden;height:250px;margin:auto;position:relative;width:90%;display:grid;place-items:center}.slide-track{display:flex;width:4500px;animation:scroll 40s linear infinite}.slide-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-2250px)}}.slide{height:200px;width:250px;display:flex;align-items:center;padding:15px;perspective:100px}.slide img{width:100%;transition:transform .5s}.slide img:hover{transform:translateZ(20px)}.slider:before,.slider:after{background:linear-gradient(to right,#fff,#fff0);content:"";height:100%;position:absolute;width:15%;z-index:2}.slider:before{left:0;top:0}.slider:after{right:0;top:0;transform:rotate(180deg)}.cohort .wrapper{place-items:center}.cohort .wrapper h4{font-weight:400}.cohort .wrapper h1{font-size:clamp(1rem,5vw,2.5rem)}.cohort .wrapper .we-offer-button-like{margin:1rem 0}.cohort .wrapper .we-offer-button-like .button-like{border:1px solid var(--primary-color)}.countdown{display:flex;gap:1rem}.circle{position:relative;width:100px;height:100px;border:5px solid rgba(255,255,255,.1);border-radius:50%;display:flex;justify-content:center;align-items:center;background:conic-gradient(#fff,#ffffff1a 0%)}.time{font-size:clamp(1rem,5vw,2.5rem);font-weight:700}.label{font-size:12px;position:absolute;bottom:10px}@media (max-width: 768px){.cohort .wrapper h1,.cohort .wrapper h4{width:90%;text-align:center}.countdown{width:85%;justify-content:center}}@media (max-width:436px){.cohort .wrapper .we-offer-button-like{flex-direction:column}}.our-programme-offer-container{margin:3rem 0}.our-programme-offer-container .wrapper{place-items:center;width:90%}@media (max-width: 768px){.our-programme-offer-container .wrapper{text-align:center}}.our-programme-offer-container .wrapper h1{font-size:clamp(22px,2.5vw,60px)}.our-programme-offer-content{width:80%;place-content:center;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;flex-wrap:wrap}.our-programme-offer-content .programme-offering h3{margin:.5rem 0}.our-programme-offer-content .programme-offering p{text-align:justify}.programme-offering .offering-img-container{background-color:var(--primary-color);display:flex;align-items:center;place-content:center;border-radius:50%;height:clamp(4rem,6vw,4rem);width:clamp(4rem,6vw,4rem);border:4px solid var(--secondary-color);margin:1.5rem 0;padding:3rem}.programme-offering .offering-img-container img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.ourFaculty{margin:3rem 0}.ourFaculty .wrapper{place-items:center;width:90%}.ourFaculty .wrapper h1{font-size:clamp(22px,2.5vw,60px)}.ourFaculty .wrapper p{margin-bottom:1rem}.ourFaculty .wrapper .section_header__text h1{text-align:center}@media (max-width:768px){.ourFaculty .wrapper{text-align:center}}.all-paths-with-bg{background:url(/assets/careerpathsbg-CycV_3gz.png);background-repeat:no-repeat;background-size:cover;width:100%;padding:2rem 0;margin:0}@media (max-width: 534px){.all-paths-with-bg{padding:0}}@media (max-width: 360px){.all-paths-with-bg{padding-top:1rem}}.get-job-image{width:100%;margin:0}.careerpaths-hero{background-image:url(/assets/careerpathshero-Cn_rghdc.png);background-size:cover;background-position:center;height:400px;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;position:relative}.careerpaths-hero .hero-overlay{background-color:#00000080;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;gap:1rem;flex-direction:column;justify-content:center;align-items:center}.careerpaths-hero .hero-overlay h1{font-size:clamp(2rem,5vw,3rem)}.careerpaths-hero .hero-overlay p{font-size:clamp(1.5rem,1.5vw,5rem);font-weight:500}@media (min-width: 768px){.careerpaths-hero .hero-overlay p{width:70%}}.careerpaths .wrapper .action-btns button{display:grid;margin-inline:auto;background-color:var(--secondary-color);color:#fff;padding:1.5rem 2.5rem;font-size:clamp(14px,2vw,5rem)}.grow-with-stackwisr{background-color:#f5f7fa;padding:2rem 0;margin:0}.grow-with-top{display:flex;gap:1.5rem;align-items:center;color:var(--secondary-color)}.grow-with-header{margin:0 auto;width:80%}@media (min-width: 851px){.grow-with-header{width:50%}}@media (max-width: 469px){.grow-with-header{width:90%}}.grow-with-header h1{font-size:var(--hero-font-main)}.grow-with-header p{font-weight:500}.grow-with-header h1,.grow-with-header p{color:var(--primary-color)}.grow-with-stackwisr .stackwisr-prog-img{display:grid;margin:3rem auto}@media (max-width: 982px){.grow-with-stackwisr .stackwisr-prog-img{width:100%}}.program-cards-grid{display:grid;gap:1.5rem;place-content:center;margin-inline:auto;margin:1rem}.program-cards-grid-1,.program-cards-grid-2{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.program-card-item{height:111px;width:220px;text-align:center;padding:.8rem;border-radius:8px;background-color:#fff;box-shadow:0 4px 8px #0000001a}@media (max-width: 495px){.program-card-item{height:initial;width:initial}.program-cards-grid-1,.program-cards-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.explore-courses{background-color:var(--secondary-color);color:#fff;display:grid;margin:2.5rem auto}.how-you-get-the-job{background-color:var(--primary-color);padding:3rem;margin:0;position:relative}.rocket-img{position:absolute;right:7%;top:3%}@media (max-width: 560px){.rocket-img{width:20%}.how-you-get-the-job{padding:1.5rem}}@media (max-width: 432px){.how-you-get-the-job{padding:1rem}}.the-journey{width:80%;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}@media (max-width: 994px){.the-journey{width:85%}}@media (max-width: 734px){.the-journey{width:100%}}.the-journey-right{width:50%}.the-journey-right h1{margin-bottom:1.5rem;font-size:clamp(16px,2vw,60px)}.the-journey-right h1,.the-journey-right p{color:#fff}.the-journey-top{display:flex;gap:1rem;align-items:center}.desc-bar-none{display:none;width:7%;height:4px;border-radius:5px;background-color:var(--secondary-color)}@media (max-width: 1242px){.the-journey-right{width:100%}.the-journey-top{justify-content:center}.desc-bar-none{display:block}.the-journey-right{text-align:center}}.the-journey-top h5,.at-stackwisr{color:var(--secondary-color)}.road-map{width:65%;display:grid;margin:3rem auto}@media (max-width: 406px){.blackdude{width:100%}}@media (max-width: 1168px){.road-map{width:100%}}.recruitment-box{display:flex;margin:3rem auto;gap:1.5rem;align-items:start;color:#fff;width:80%}@media (min-width: 1440px){.recruitment-box{width:60%}}@media (max-width: 884px){.recruitment-box{width:90%}}@media (max-width: 619px){.recruitment-box{width:98%}}.recruitment-box .recruitment-text h1{font-style:italic;font-size:clamp(15px,1.35vw,60px)}.recruitment-box .recruitment-text p{font-size:clamp(13px,1vw,30px)}@media (max-width: 420px){.recruitment-box img{display:none}}.career-detail-hero .wrapper{display:flex;gap:4rem;margin-top:3rem;margin-bottom:10rem}@media (max-width:768px){.career-detail-hero .wrapper{margin-top:2rem}}@media (min-width: 841px){.career-detail-hero .wrapper{height:100%}}.career-detail-hero .wrapper .left-section{align-self:center;width:100%}.career-detail-hero .wrapper .left-section h1{font-size:clamp(16px,4vw,120px);color:var(--primary-color)}.career-detail-hero .wrapper .left-section .career-path-intro{font-size:clamp(16px,1vw,30px);margin-bottom:1.5rem}.career-detail-hero .wrapper .left-section .action-btns{display:flex;gap:1rem}.career-detail-hero .wrapper .left-section .action-btns a button.consultant{background-color:var(--primary-color)}@media (max-width: 768px){.career-detail-hero .wrapper .left-section .action-btns{justify-content:center}.career-students-details{justify-content:center;text-align:center}}@media (max-width: 425px){.career-detail-hero .wrapper .left-section .action-btns{justify-content:space-between}.career-students-details{text-align:left}.career-detail-hero .wrapper .left-section .action-btns button{width:100%}}@media (max-width: 375px){.career-detail-hero .wrapper .left-section .action-btns{flex-wrap:wrap}}.career-detail-hero .wrapper .left-section .action-btns button:first-of-type{background-color:var(--secondary-color);color:#fff}.career-detail-hero .wrapper .left-section .action-btns button{background-color:var(--primary-color);color:#fff}@media (min-width: 842px){.career-detail-hero .wrapper .left-section .career-path-intro{width:80%}}.career-detail-hero .wrapper .right-section{position:relative;width:100%}.career-detail-hero .wrapper .right-section .dark-shade{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0003,#000000b3);display:flex;align-items:end;padding:2rem;border-radius:20px}.career-rating-lang{margin-top:3rem}.career-detail-hero .wrapper .right-section .career-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.career-rating,.career-lang,.career-rating-lang{display:flex;align-items:center;gap:1rem;color:#fff}.career-lang h2,.career-rating h2{font-size:clamp(16px,1vw,35px)}.start-date{display:flex;align-items:center;gap:.5rem;background-color:var(--primary-color);color:#fff;padding:.7rem 1.5rem;border-radius:30px}.start-date p{font-size:clamp(13px,.3vw,20px);white-space:nowrap}.start-active{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.start-active .active{background-color:#cfffda;color:#069949;font-weight:600;padding:.7rem 1.5rem;border-radius:30px;border:2px solid #069949}@media (max-width: 842px){.career-detail-hero .wrapper{flex-wrap:wrap-reverse;width:100%;gap:1.5rem}.career-detail-hero .wrapper .left-section,.career-detail-hero .wrapper .right-section{margin:2rem}.career-detail-hero .wrapper .left-section{margin-top:0}.start-active{justify-content:center}}@media (max-width: 496px){.career-detail-hero .wrapper .left-section,.career-detail-hero .wrapper .right-section{margin:1rem}}.career-students-details{display:flex;margin:1rem 0}@media (max-width: 404px){.career-students-details{flex-wrap:wrap}}.career-students-details .left-section,.career-students-details .right-section{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.career-students-details .left-section p,.career-students-details .right-section p{font-size:clamp(15px,.8vw,25px)}.career-students-details h1{font-weight:600}.details-products-pricing{margin:4rem 0}.details-products-pricing .wrapper{width:70%;margin-inline:auto}@media (max-width:786px){.details-products-pricing .wrapper{width:90%}}.tab-control{display:flex;align-items:center;gap:1.5rem}@media (max-width: 840px){.tab-control{place-content:center}}.tab-control .tab{border-radius:20px;background-color:#fff;border:1px solid rgb(204,203,203)}@media (max-width: 461px){.tab-control .tab{padding:.3rem .9rem}}.tab-control .tab.active{background-color:var(--primary-color);color:#fff;border:none}.tab-body{margin-top:2rem;border:1px solid rgb(211,210,210);border-radius:20px}.tab-divider{border:1px solid rgb(235,232,232)}.tab-body-top,.tab-body-bottom{padding:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tab-body h3{font-weight:500;color:#777575}.tab-body p{font-weight:700}.program-types{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.program-types p{margin-top:0}.program-types div{padding:.2rem .8rem;background-color:var(--secondary-color);color:#fff;border-radius:20px}.program-types div:first-of-type{background-color:#f98b03;color:#000}.about-career-path{position:relative}.opaque-circles{position:absolute;bottom:0;left:0;z-index:2}@media (max-width: 393px){.opaque-circles{left:-40%}}.about-career-path .wrapper{background-color:var(--primary-color);position:relative;padding:4.5rem;border-radius:15px}@media (max-width: 768px){.about-career-path .wrapper{border-radius:0}}@media (max-width: 817px){.about-career-path .wrapper{padding:1.5rem}}@media (max-width: 320px){.about-career-path .wrapper{padding:1rem}}.about-career-path .wrapper h1{color:#fff;font-size:clamp(14px,1.5vw,50px)}.programme-body{margin-top:4rem;display:flex;flex-wrap:wrap;align-items:top;gap:2rem;width:100%}.programme-right-section,.programme-left-section{flex:1}.programme-desc p{color:#fff}.programme-desc p:first-of-type{margin-bottom:2rem}.programme-right-section .why-choose-grid{margin:0}.learn-image-container{border:4px solid white;width:100%;height:200px;margin-bottom:2rem}.learn-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.skills-n-potentials .potentials .job-fields .field,.skills-n-potentials .skills .job-fields .field{z-index:5}.skills-n-potentials .potentials .job-fields,.skills-n-potentials .skills .job-fields{margin:0;margin-top:1rem}.skills-n-potentials .potentials h4,.skills-n-potentials .skills h4{color:#fff}.skills-n-potentials .potentials,.skills-n-potentials .skills{z-index:5}.skills-n-potentials .skills{margin:2rem 0}.what-you-learn{margin:3rem 0}.what-you-learn h1{font-size:clamp(16px,2vw,80px)}.what-you-learn-col{margin-top:1rem;display:flex;flex-direction:column;gap:2rem;color:#fff}.what-you-learn-item{display:flex;gap:1rem;z-index:5}.what-you-learn-item img{width:3%;align-self:flex-start}.what-you-learn-col .what-you-learn-item:nth-child(2n){margin-left:5rem}@media (max-width: 1000px){.what-you-learn-col .what-you-learn-item:nth-child(2),.what-you-learn-col .what-you-learn-item:nth-child(4){margin-left:0}.what-you-learn-item img{width:5%;align-self:auto}}.program-plane,.programme-plane{position:absolute}.programme-plane{right:2rem;bottom:30%}.products-pricing{background-color:var(--primary-color);margin-top:0;padding:8rem 0;position:relative}.products-pricing .wrapper{width:80%;background-color:#fff;border-radius:15px;padding:5rem 0;position:relative}.server-icon,.db-icon,.orange-plane,.orange-plane-up,.blackdrop-left,.blackdrop-bottom{display:none}@media (min-width: 1164px){.blackdrop-left,.blackdrop-bottom{display:block;position:absolute}.blackdrop-bottom{bottom:15px;left:20%}.blackdrop-left{right:15px;top:30%}.orange-plane,.orange-plane-up{display:block;position:absolute}.orange-plane-up{left:-30px;top:20%}.orange-plane{top:55%}}@media (min-width: 1590px){.server-icon{display:block;position:absolute;bottom:20px;right:5%}.db-icon{display:block;position:absolute;left:15%}}@media (max-width: 662px){.products-pricing .wrapper{width:95%}}.products-pricing .wrapper .products-tab-switch{margin-inline:auto}.project-pricing-more-desc{font-size:clamp(14px,.8vw,27px)}@media (max-width: 1080px){.project-pricing-more-desc{width:80%;margin-inline:auto}}.products-tab-switch{margin:2rem 0;background-color:var(--secondary-color);display:flex;align-items:center;padding:.7rem;border-radius:8px;width:-moz-min-content;width:min-content;gap:.5rem}.product-tab{display:flex;align-items:center;gap:1rem;color:#fff;cursor:pointer;padding:.3rem .7rem}.product-tab.select{background-color:#fff;color:#000;border-radius:5px}.save-some-price{border-radius:15px;background-color:#fff;color:#000;white-space:nowrap;font-size:clamp(6px,10px,14px);padding:.3rem}.save-some-price.select{background-color:#000;color:#fff}.pricing-list-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-inline:auto}@media (min-width: 1165px){.pricing-list-container{width:90%}}.pricing-list-container .pricing-list{border:1px solid grey;border-radius:15px;padding:1rem;box-shadow:2px 3px 4px 5px #0000001a;margin:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-around;position:relative}.pricing-list button{font-size:clamp(16px,.8vw,35px)}.pricing-list-container .pricing-list .ecl{line-height:35px}@media (max-width: 374px){.pricing-list-container{width:95%}.pricing-list-container .pricing-list{border:none;box-shadow:none}}.pricing-list-container .pricing-list .pricing-popular{color:#fff;background-color:#049f0b;border-radius:10px;padding:.2rem .3rem;white-space:nowrap}.pricing-list-container .pricing-list .pricing-popular p{font-size:clamp(6px,10px,14px)}.pricing-list-container .pricing-list .pricing-popular.bc{background-color:#f2571e}.pricing-list-container .pricing-list .pricing-popular.pp{background-color:#000}.pricing-list-container .pricing-list.odd{background-color:var(--secondary-color);color:#fff}.pricing-list-container .pricing-list.odd .end-result-list-item{color:#fff}.pricing-list-container .pricing-list.odd .end-result-list-item img{width:6%}@media (max-width: 768px){.pricing-list-container .pricing-list.odd .end-result-list-item img{width:3%}}.pricing-list-container .pricing-list.odd .end-result-list-item p{font-weight:300}.pricing-list-container .pricing-list .pricing-list-header{display:flex;align-items:center;justify-content:space-between}.pricing-list-container .pricing-list .pricing-list-header h1{font-weight:600;font-size:clamp(18px,1.5vw,50px)}.pricing-list-container .pricing-list .price-description{margin:1.3rem 0}.pricing-list-container .pricing-list .price-description h1{font-size:clamp(20px,2vw,50px);font-weight:600}.pricing-list-container .pricing-list .price-description p{color:gray}.end-result-list-item{display:flex;align-items:center;gap:1rem;margin:.5rem 0 0;color:gray}.end-results~button{width:100%;background-color:var(--secondary-color);color:#fff;border-radius:10px}.pricing-list.odd .product-description h4{margin:1rem 0;font-weight:500}.growth-project-pack-white{background-color:#fff;color:var(--secondary-color);width:100%;padding:.7rem;border-radius:8px;text-align:center}.growth-project-pack-white h3{font-size:clamp(14px,.9vw,35px)}.growth-project-pack-white:hover{cursor:pointer}.growth-project-pack .product-descc{display:flex;align-items:center;justify-content:space-between}.growth-project-pack .product-descc h1{font-size:clamp(20px,2vw,50px)}.growth-project-pack .product-descc h3{font-weight:500}.pricing-list.odd .white-line{background-color:#fff;height:2px;border-radius:5px;width:100%}.products-pricing .get-started{width:15%;position:absolute;left:0;bottom:2%}@media (max-width: 420px){.products-pricing .get-started{width:25%}}.products-pricing .orange-man{position:absolute;bottom:0;right:0;width:20%}.products-pricing .orange-plane{position:absolute;bottom:20%;right:10px}@media (max-width: 785px){.products-pricing .orange-plane,.products-pricing .orange-man{width:25%}}.grey-shade{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;opacity:0;visibility:hidden;transition:background-color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}.grey-shade.show{opacity:1;visibility:visible;background-color:#00000080}.enroll-form-container{height:100vh;display:grid;place-content:center;padding:1rem;overflow-y:auto}.enroll-form{color:var(--primary-color);position:relative;width:95%;max-width:600px;margin:1rem auto;padding:2rem;background-color:#fff;border-radius:10px;max-height:90vh;overflow-y:auto}.enroll-form .cancel-icon{position:absolute;right:3%;top:3%;cursor:pointer}.enroll-form h1{color:var(--primary-color);font-size:clamp(20px,2vw,30px)}.enroll-form form{display:grid;gap:1rem;margin-top:2rem}.enroll-form form button{background-color:var(--primary-color);color:#fff}.enroll-form form div{display:flex;gap:1.5rem;flex-wrap:wrap}.enroll-form form .more-insights{flex-wrap:nowrap;font-size:clamp(13px,.8vw,20px)}.enroll-form form .more-insights input{width:8%}@media (max-width: 425px){.enroll-form form div select,.enroll-form form div input{flex:auto;width:100%}}.enroll-form form div select,.enroll-form form div input{flex:1;padding:.8rem 1rem;border-radius:6px;border:1px solid grey}.welcome-message-top{margin-top:3rem}.about-hero .wrapper{background-color:var(--primary-color);padding:1rem;border-top-right-radius:20px;border-top-left-radius:20px;color:#fff}@media (max-width: 768px){.about-hero .wrapper{border-top-right-radius:0;border-top-left-radius:0}}.about-hero__main{margin:3rem 0;text-align:center;width:100%}.about-hero__main h1{font-size:clamp(30px,3.5vw,80px);font-weight:500;text-align:center}@media (min-width: 1024px){.about-hero__main h1{margin-inline:auto}}.about-hero__main .action-btns{margin:2rem 0;display:flex;gap:2rem;place-content:center}@media (max-width: 365px){.about-hero__main .action-btns{flex-wrap:wrap}}.about-hero__main .action-btns button:first-of-type{background-color:var(--secondary-color);color:#fff}.group-img{display:grid;border-radius:5px;margin:0 auto}@media (max-width: 1170px){.group-img{width:100%}}.about-hero__desc{display:flex;align-items:top;gap:4rem;width:80%;margin:4rem auto}@media (max-width: 803px){.about-hero__desc{width:90%}}.about-hero__desc-left{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;width:20%}@media (max-width: 528px){.about-hero__desc{flex-wrap:wrap;gap:2rem;margin:2rem auto}.about-hero__desc-left{width:100%}}.about-hero__desc-left-top{color:var(--secondary-color);display:flex;gap:1rem;align-items:center}.about-hero__desc-left-top h4{white-space:nowrap;flex:1}.about-hero__desc-left-top .desc-bar{flex:1}.our-vision-grid{display:grid;place-content:center;margin:0 auto;width:90%}@media (max-width: 768px){.our-vision-grid{width:100%}}.about-us-explained{display:flex;gap:1.5rem;margin:3rem auto;width:70%}@media (min-width: 1472px){.about-us-explained{gap:3rem}}@media (max-width: 1100px){.about-us-explained{width:80%}}@media (max-width: 1000px){.about-us-explained{width:85%}}@media (max-width: 774px){.about-us-explained{flex-wrap:wrap;width:90%}}.about-us-explained-right h4{margin-bottom:1rem}.wwa-wwd .wrapper{background:url(/assets/aboutwwd-z30YFv9J.png);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;flex-direction:column;gap:3rem;padding:4rem;border-radius:10px}@media (max-width:918px){.wwa-wwd .wrapper{padding:2rem}}@media (max-width:430px){.wwa-wwd .wrapper{padding:1rem}}.wwd-right-top,.wwa-left-top{display:flex;align-items:center;color:var(--secondary-color);gap:1rem}.wwa-wwd .wrapper .wwa{align-self:center;max-width:700px}.wwa-wwd .wrapper .wwd{align-self:start;max-width:700px}.why-stackwisr{margin:0}.why-stackwisr .wrapper{width:70%;margin-inline:auto;display:flex;flex-direction:column}@media (max-width:1684px){.why-stackwisr .wrapper{width:80%}}@media (max-width:1473px){.why-stackwisr .wrapper{width:90%}}.why-stackwisr-title{display:flex;gap:.5rem;height:70px}.why-stackwisr-title .line-bar{width:4px;background-color:var(--secondary-color);height:100%;border-radius:5px}.why-stackwisr-title-texts{display:flex;flex-direction:column;gap:.5rem}.why-stackwisr-title-texts h4{color:var(--secondary-color)}.why-stackwisr-container{display:flex}@media (max-width: 1024px){.why-stackwisr-left img{width:100%}}.why-stackwisr-right{flex:1;display:flex;flex-wrap:wrap;gap:1.5rem;min-width:300px}.why-stackwisr-right .left-cards{display:flex;gap:2.5rem;flex-direction:column}.why-stackwisr-right .left-cards .why-stackwisr-card.col-2{margin-left:-40px}@media (max-width:1310px){.why-stackwisr-right .left-cards .why-stackwisr-card.col-2{margin-left:0}}.why-stackwisr-right .right-cards{display:flex;flex-direction:column;justify-content:space-around}@media (max-width:1309px){.why-stackwisr-right .left-cards{flex-direction:row}.why-stackwisr-right .right-cards{display:grid;width:100%}}@media (max-width:1085px){.why-stackwisr-right .left-cards{flex-direction:column}.why-stackwisr-right .right-cards{display:flex}}.why-stackwisr-card{box-shadow:1px 2px 3px 3px #0003;border-radius:10px;padding:1.5rem;max-width:350px;position:relative}.why-stackwisr-card p{font-size:14px}.why-stackwisr-card-bg{position:absolute;bottom:0;right:0}@media (max-width:838px){.why-stackwisr-card{flex:1 1 0}.why-stackwisr-right{margin:2rem 0}.why-stackwisr-right .left-cards{flex-direction:row}.why-stackwisr-right .right-cards{display:flex;align-items:center}.why-stackwisr-container{flex-wrap:wrap-reverse;place-content:center}}@media (max-width:600px){.why-stackwisr-right .left-cards{flex-direction:column;margin:0 auto}.why-stackwisr-right{gap:2.5rem}.why-stackwisr-left{display:none}}.hwd{background-color:var(--primary-color);margin:0;padding:5rem 5rem 2rem;overflow:hidden}.hwd .wrapper{display:flex;gap:3.5rem;width:80%}.hwd-right-title .desc-bar{width:20%}.hwd-left{width:-moz-fit-content;width:fit-content}.hwd-right-title h1{font-size:clamp(16px,3vw,60px);color:#fff}.hwd-left .img-container{position:relative;width:-moz-fit-content;width:fit-content}.hwd-left .img-container .hwd-orange-plane{position:absolute;bottom:10%;left:-70px}.hwd .hero-text-container{margin:2.5rem 0;text-align:left}.hwd .hero-text-container h1{font-size:clamp(16px,2vw,50px);line-height:clamp(10px,2.3vw,50px);font-weight:500;margin-top:0;color:#fff}.hwd .hero-text-container p{font-size:clamp(16px,1vw,40px);font-style:italic;color:#f98b03;margin-bottom:0}.action-item-btn{width:-moz-fit-content;width:fit-content;margin:0}.hwd-right-boxes{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.black-lady-learn{width:100%}.hwd-right-boxes>div:nth-child(2n){align-self:flex-start}.hwd-right-box-card{border:1px solid #fff;border-radius:10px;padding:1.3rem;color:#fff;width:50%;align-self:center}.box-head-row{display:flex;gap:1.3rem;align-items:center;margin-bottom:1rem}.box-head-row h3{font-size:clamp(14px,.8vw,40px)}@media (max-width: 1274px){.hwd{padding:3.5rem 2rem}}@media (max-width: 1237px){.hwd .wrapper{width:90%}}@media (max-width: 1106px){.hwd .wrapper{width:95%}}@media (max-width: 1042px){.hwd .wrapper{flex-wrap:wrap;margin:0;width:100%;justify-content:center;align-items:center}.hwd-left,.hwd-right{width:100%}.hwd-right-title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hwd-right-title .desc-bar{order:2}.hwd-right-boxes>div:nth-child(2n){align-self:center}.hwd .hero-text-container{text-align:center}.action-item-btn{margin-inline:auto}.hwd-left .img-container{margin:0 auto}}@media (max-width:600px){.hwd-right-box-card{width:100%}}@media (max-width: 698px){.hwd-orange-plane{display:none}}@media (max-width:444px){.hero-text-container .desc-container .desc-img.arrow{display:none}}.girl-get-started{padding:2rem}.girl-get-started-img{margin-inline:auto;place-content:center;display:flex;position:relative;width:30%}.girl-get-started .girl-started{margin-inline:auto;display:flex;place-content:center;width:40%}@media (max-width:550px){.girl-get-started-img,.girl-get-started .girl-started{width:100%}}.more-posts.container{overflow:hidden;gap:1.5rem;display:grid;width:95%;margin-inline:auto;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media (max-width:375px){.more-posts.container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width: 1024px){.more-posts.container{width:60%;flex-wrap:wrap}}.load-more{display:flex;justify-content:center;margin:2rem 0}.load-more-btn{background-color:var(--accent-color);color:#fff}.stories-more .wrapper{background-color:var(--primary-color);border-radius:20px;color:#fff;padding:3.5rem}@media (max-width: 768px){.stories-more .wrapper{border-radius:0;padding:2rem}}@media (max-width: 580px){.stories-more .wrapper{padding:2rem 1rem}}@media (max-width: 360px){.stories-more .wrapper{margin:0}}.stories-more .wrapper h1{font-size:clamp(29px,6vw,150px);text-align:center;line-height:90%}.stories-more .wrapper p{text-align:center;font-size:clamp(17px,1.25vw,45px);margin:2rem 0}@media (min-width: 1024px){.stories-more .wrapper p{width:60%;margin-inline:auto}}.stories-more .wrapper img{width:100%;margin:3rem 0}.resource{position:relative}.resources-body{margin:0;position:relative;background-color:#f5f7fa;padding-top:3rem;padding-bottom:3rem}.pink-bg{position:absolute;left:0;bottom:0}.our-resources-title{text-align:center}.our-resources-title h1{font-size:clamp(16px,3vw,80px)}.our-resources-title p{font-weight:500}.our-resources-title .blue-title{display:flex;gap:1rem;align-items:center;justify-content:center;color:var(--secondary-color)}.modal-dark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;opacity:0;visibility:hidden;transition:background-color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}.modal-dark.show{opacity:1;visibility:visible;background-color:#00000080}.resource-form-container{width:100%;position:fixed;left:50%;transform:translate(-50%,50%);display:grid;place-content:center;padding:1rem;overflow-y:auto}.resource-form{color:var(--primary-color);position:relative;width:95%;max-width:800px;margin:1rem auto;padding:2rem;background-color:#fff;border-radius:10px;max-height:90vh;overflow-y:auto}.resource-form .cancel-icon{width:7%;position:absolute;right:3%;top:3%;cursor:pointer}.resource-form h1{color:var(--primary-color);font-size:clamp(20px,2vw,30px)}.resource-form form{display:grid;gap:1.5rem;margin-top:2rem}.download-resource-btn{background-color:var(--accent-color);color:#fff}.resource-form form div{display:flex;gap:1.5rem}.resource-form form div select,.resource-form form div input{width:100%;flex:1;padding:.8rem 1rem;border-radius:6px;border:1px solid rgb(66,66,66)}.resources .wrapper{background-color:var(--primary-color);border-radius:20px;color:#fff;padding:3.5rem}@media (max-width: 768px){.resources .wrapper{border-radius:0;padding:2rem}}@media (max-width: 580px){.resources .wrapper{padding:2rem 1rem}}@media (max-width: 360px){.resources .wrapper{margin:0}}.resources .wrapper h1{font-size:clamp(29px,6vw,150px);text-align:center;line-height:90%}.resources .wrapper p{text-align:center;font-size:clamp(17px,1.25vw,45px);margin:2rem 0}@media (min-width: 1024px){.resources .wrapper p{width:60%;margin-inline:auto}}.resources .wrapper img{width:100%;margin:3rem 0}.all-resources{max-width:1000px;width:95%;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.all-resources .resource-card{display:flex;flex-direction:column;justify-content:space-around;background-color:#fff;z-index:2;gap:.7rem;border-radius:10px;padding:1.5rem;border:1px solid var(--primary-color);box-shadow:2px 3px 4px 4px #21212133}.all-resources .resource-card .author-date{display:flex;flex-wrap:wrap;justify-content:space-between}.all-resources .resource-card .author-date .author,.all-resources .resource-card .author-date .date{display:flex;gap:.5rem;color:gray;font-weight:300}.all-resources .resource-card h5{color:var(--accent-color);cursor:pointer}.after-test{text-align:center;padding:6rem 0;margin:0;color:#fff}.after-test h1{font-weight:500;font-size:clamp(18px,2vw,60px);margin:1rem 0}@media (min-width: 768px){.after-test h1{width:50%;margin-inline:auto}}.after-test.upskill{position:relative;background-color:var(--secondary-color)}.after-test.upskill button{background-color:var(--accent-color);color:#fff}.after-test.join{margin-bottom:3rem;position:relative;background-color:var(--tertiary-color);z-index:-1}.after-test.join img{position:absolute;left:0;bottom:0}@media (max-width: 1302px){.after-test.join img{width:9%}}@media (max-width: 544px){.after-test.join img{width:15%}}.left-one-testimony{left:0;position:absolute;top:-66px}.right-one-testimony{right:0;position:absolute;bottom:-66px;z-index:30}.testimonies-hero .wrapper{background-color:var(--primary-color);border-radius:20px;color:#fff;padding:3.5rem}@media (max-width: 768px){.testimonies-hero .wrapper{border-radius:0;padding:2rem}}@media (max-width: 580px){.testimonies-hero .wrapper{padding:2rem 1rem}}@media (max-width: 360px){.testimonies-hero .wrapper{margin:0}}.testimonies-hero .wrapper h1{font-size:clamp(29px,6vw,150px);text-align:center;line-height:90%}.testimonies-hero .wrapper p{text-align:center;font-size:clamp(17px,1.25vw,45px);margin:2rem 0}@media (min-width: 1024px){.testimonies-hero .wrapper p{width:60%;margin-inline:auto}}.testimonies-hero .wrapper img{width:100%;margin:3rem 0}.delegates-say{background-color:var(--primary-color);padding:2rem 0;margin:0}.delegates-say .wrapper{width:80%;margin-inline:auto}.delegates-say .wrapper .hear-what{color:#fff;font-weight:500;font-size:clamp(16px,2.3vw,25px);margin-top:2rem}.delegates-say-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));place-content:center;margin:4rem 0;gap:1.75rem}.delegates-say-card{background-color:#fff;color:var(--primary-color);border-radius:10px;padding:1.5rem;position:relative;border-bottom:7px solid var(--secondary-color)}.delegates-say-card h3{color:var(--primary-color);margin-top:2rem;font-weight:600}.delegates-say-card .company-name{font-style:italic}.delegates-say-card .logo{position:absolute;top:-17px;left:5%;width:15%}@media (max-width: 768px){.delegates-say-card .logo{width:10%}}@media (max-width: 561px){.delegates-say .wrapper{width:90%}}@media (max-width: 503px){.delegates-say .wrapper{width:95%}.delegates-say-card{padding:1rem}}.event-body-title{display:flex;flex-direction:column;justify-content:center;text-align:center;width:-moz-fit-content;width:fit-content;padding:1rem;margin:3rem auto}.event-body-title h1{font-size:clamp(18px,2.3vw,50px)}.events .wrapper p{margin:0}.event-body-title .blue-title{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--secondary-color)}.event-section{padding:3rem 0}.event-section .wrapp{width:60%;margin:0 auto}.event-section .event-desc{margin:2rem 0}.date-time{font-weight:300}.event-section .wrapp h1{width:60%;font-size:clamp(16px,2vw,80px)}@media (max-width: 850px){.event-section .wrapp h1{width:60%}}@media (max-width: 355px){.event-section .wrapp h1{width:80%}}.event-section.section-1 .wrapp h5{color:var(--secondary-color)}.event-section.section-2 .wrapp h5,.event-section.section-3 .wrapp h5{color:#fff}.left-one,.right-one{z-index:10;position:absolute;overflow:hidden}.left-one{bottom:-30px;left:0}.right-one{bottom:-66px;right:0}.event-section.section-1,.event-section.section-2,.event-section.section-3{position:relative}.event-section.section-2{background-color:var(--secondary-color);z-index:-1}.event-section.section-3{z-index:-6;background-color:var(--accent-color)}@media (max-width: 914px){.left-one,.right-one{width:10%}.left-one{bottom:-15px}.right-one{bottom:-32px}.event-section .wrapp{width:80%}}@media (max-width: 438px){.event-section .wrapp{width:90%}}@media (max-width: 842px){.left-one{bottom:-13.5px}.right-one{bottom:-30px}}@media (max-width: 756px){.left-one{bottom:-12px}.right-one{bottom:-27px}}@media (max-width: 672px){.left-one{bottom:-12px}.right-one{bottom:-23px}}@media (max-width: 594px){.left-one{bottom:-9px}.right-one{bottom:-21px}}@media (max-width: 484px){.left-one{bottom:-9px}.right-one{bottom:-16px}}@media (max-width: 434px){.left-one{bottom:-7px}.right-one{bottom:-16px}}@media (max-width: 375px){.left-one{bottom:-7px}.right-one{bottom:-13px}}@media (max-width: 319px){.left-one,.right-one{display:none}}.register-date{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.register-date button{background-color:var(--primary-color);color:#fff;cursor:pointer}.register-date .btn-secondary{background-color:var(--secondary-color);color:#fff}.events-hero{background-image:url(/assets/eventshero-BtbD3Hjg.png);background-size:cover;background-position:center;height:400px;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;position:relative}.events-hero .hero-overlay{background-color:#00000080;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.events-hero .hero-overlay h1{font-size:clamp(2rem,5vw,3rem)}.events-hero .hero-overlay p{font-size:clamp(1.5rem,1vw,5rem);font-weight:500}@media (min-width: 768px){.events-hero .hero-overlay p{width:70%}}.detail{position:relative;height:350px;background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;color:#fff}.detail:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0009,#0009);z-index:1}.post-detail__header{position:relative;z-index:2;text-align:center;width:80%;margin-inline:auto}.post-detail__desc{margin-top:10px;display:flex;justify-content:center;gap:1.5rem;font-size:.9rem;opacity:.8}@media (max-width: 385px){.post-detail__desc{flex-direction:column}.post-detail__desc div{display:none}}.post-detail__header h1{font-size:clamp(19px,3rem,70px)}.post-detail__desc p{font-size:var(--body-font-size)}.post-body{margin:4rem 0}.post-body__wrapper{width:90%;margin-inline:auto;display:flex;flex-wrap:wrap;gap:2rem}@media (max-width: 698px){.post-body__wrapper{flex-direction:column}}.post-body__wrapper .right__main-body{flex:1}.post-body__wrapper .left__main-body{text-align:justify;flex:2}@media (min-width: 768px){.post-body__wrapper{width:85%}}.body-img{width:200px}.left__main-body img{width:100%;max-width:600px;margin-inline:auto}.doc-container{width:60%;margin:5rem auto;text-align:justify}@media (max-width:425px){.doc-container{width:80%}}.doc-container ul{margin:1rem 0}.doc-container ul li{font-size:clamp(.6rem,1.2rem,4rem);color:#464545;margin:1rem 0}.doc-container h1{margin:4rem auto;text-align:center;font-size:clamp(.3rem,2rem,4rem)}.doc-container h3{margin-top:3rem}.doc-container p{color:#464545;margin:1rem 0;font-size:clamp(.6rem,1.2rem,4rem)}.email-to-link{font-weight:600}.contact-us-hero{background-image:url(/assets/contact-us-RhhB1lO1.jpg);background-size:cover;background-position:center;height:400px;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;position:relative}.contact-us-hero .hero-overlay{background-color:#00000080;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center}.contact-us-hero .hero-overlay h1{font-size:clamp(2rem,5vw,3rem)}.contact-form-body{margin-top:5rem}.contact-form-body .wrapper .left-contact-side .contact-form-box{margin:2rem 0}.contact-form-body .wrapper{display:flex;gap:2rem;max-width:100%;width:90%}@media (max-width: 684px){.contact-form-body .wrapper{flex-wrap:wrap-reverse}}.contact-form-box{display:flex;flex-direction:column}.contact-form-body .wrapper .left-contact-side{width:100%}.contact-form-body .wrapper .left-contact-side h3{font-weight:500}.contact-form-body .wrapper .right-contact-side{width:100%}.contact-form-body .wrapper .right-contact-side p{margin:1rem 0}.contact-form-column{display:flex;flex-direction:column;flex:1;margin:.6rem 0}.contact-form-column label{margin-bottom:.3rem}.contact-form-column textarea,.contact-form-column input{padding:.7rem;background-color:#0000000d;border-bottom:1px solid grey;border-radius:5px;border-top:none;border-left:none;border-right:none}.contact-form-column textarea:focus,.contact-form-column input:focus{outline-color:transparent}.contact-form-column textarea{font-family:Poppins}.contact-form-row{display:flex;flex-wrap:wrap;gap:1rem}.contact-form-submit-btn{background-color:var(--primary-color);color:#fff;display:flex;align-self:flex-end}.button-loading{width:100px;height:100px;border-radius:50%;border:5px solid rgba(233,233,233);border-top:5px solid black;animation:spin 1s linear infinite;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-container{display:grid;place-content:center;place-items:center;margin:4rem 0}@media (min-width: 768px){.not-found-container img{width:12%}}.not-found-container h1{text-align:center;font-size:clamp(2rem,4vw,7rem)}.sign-in-body{display:flex;place-content:center;place-items:center;margin-top:10rem}.login-form-body{box-shadow:1px 2px 5px 2px #0003;border-radius:8px;padding:1rem;width:90%;max-width:450px}.login-form-body h2{text-align:center}.sign-in-body .login-form-body .form-input-row{display:flex;flex-direction:column}.sign-in-body .login-form-body .form-input-row label{margin:.2rem}.sign-in-body .login-form-body .form-input-row input{background-color:#0000000d;padding:.6rem 1rem;border-radius:3px;width:100%;border:none;transition:outline .4s ease-in-out}.sign-in-body .login-form-body .form-input-row input:focus{outline-color:var(--secondary-color)}.form-submit-btn{background-color:var(--primary-color);color:#fff;width:100%;margin-bottom:2rem;margin-top:1rem}.sign-up-body{display:flex;place-content:center;place-items:center;margin-top:7rem}.signup-form-body{box-shadow:1px 2px 5px 2px #0003;border-radius:8px;padding:1rem;width:90%;max-width:450px}.signup-form-body h2{text-align:center}.sign-up-body .signup-form-body .form-input-row{display:flex;flex-direction:column}.form-input-row{margin:1rem 0}.input-password-validators{position:relative}.input-password-validators .password-validators{opacity:0;visibility:hidden;display:none;position:absolute;background-color:#000c;padding:1.3rem;color:#fff;border-radius:8px;top:40px;z-index:10;transition:opacity .5s ease,visibility .5s ease}.input-password-validators input:focus+.password-validators{opacity:1;visibility:visible;display:block}.input-password-validators .password-validators li{font-size:clamp(.6rem,.8rem,1.1rem)}.sign-up-body .signup-form-body .form-input-row label{margin:.2rem}.sign-up-body .signup-form-body .form-input-row input{background-color:#0000000d;padding:.6rem 1rem;border-radius:3px;width:100%;border:none;transition:outline .4s ease-in-out}.sign-up-body .signup-form-body .form-input-row input:focus{outline-color:var(--secondary-color)}.form-submit-btn{background-color:var(--primary-color);color:#fff;width:100%;margin-bottom:1rem;margin-top:1rem}.form-submit-btn h3{font-weight:500}.errorMsg-container{margin:1rem 0;background-color:#dc00004d;padding:.7rem;border-radius:5px}.dashboard-hero{height:450px;position:relative;background-color:#dde4ec;place-content:center}.dashboard-hero .content-wrapper{margin:4rem auto;width:80%;display:flex;align-items:end}.content__text h1{font-size:clamp(1.35rem,2.5vw,5rem);color:var(--primary-color)}.content__text p{font-size:clamp(1rem,1.25vw,3rem);color:var(--primary-color);margin-bottom:1rem}.content__text button{background-color:var(--secondary-color);color:#fff}@media (min-width: 768px){.content__illustration{margin-left:12rem;align-self:end}}.content__illustration img{width:120%;-o-object-fit:cover;object-fit:cover}@media (max-width: 762px){.dashboard-hero .content-wrapper{width:90%}}@media (max-width: 666px){.dashboard-hero .content-wrapper{flex-wrap:wrap-reverse;justify-content:center;place-items:center;place-content:center}.content__text{text-align:center}.content__illustration{display:flex;place-content:center;place-items:center}.content__illustration img{width:60%;-o-object-fit:cover;object-fit:cover}}.dashboard-body{border:1px solid red;max-width:1500px;width:95%;height:100vh;margin:1.5rem auto;display:flex;gap:2rem}.left-dashboard-body{border:1px solid orange;max-width:30%;width:100%}.main-dashboard-body{padding:1rem;width:100%;border:1px solid skyblue}@media (max-width: 690px){.dashboard-body{flex-wrap:wrap}.left-dashboard-body{max-width:100%}}.newest-courses{margin-top:2rem}.most-popular-courses-row,.newest-courses-row{display:flex;gap:1rem;flex-wrap:wrap;border:1px solid brown;margin:1rem 0;overflow:hidden}.message{margin:1rem 0;padding:1rem;border-radius:8px;background-color:#00ff004d}.message.error{background-color:#ff00004d}:root{--primary-color: rgb(10, 12, 30);--secondary-color: rgb(41, 149, 226);--tertiary-color: rgb(33, 37, 71);--accent-color: rgba(247, 89, 188);--hero-font-main: clamp(18px, 4vw, 80px);--hero-font-desc: clamp(13px, 2vw, 20px)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}body{max-width:100%;width:2000px;margin-inline:auto;font-family:Poppins,sans-serif}button{font-family:Poppins;border-radius:5px;padding:.8rem 2.2rem;font-weight:600;border:none;white-space:nowrap;cursor:pointer;transition:transform .4s ease-in-out}button:active{transform:scale(.7)}select,input{font-family:Poppins}a{text-decoration:none;color:inherit}
