body{margin:0;font-family:sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}button:hover{transition:.3s linear;transform:scale(1.1)}.tnc-wrapper{width:90vw;margin:auto}.alert-box{display:flex;padding:15px;background-color:#d3d3d3;position:fixed;width:calc(90vw - 20px);max-width:300px;top:20px;font-size:18px;right:-400px;transition:.3s ease-in-out;box-shadow:0 0 8px rgba(0,0,0,.548);align-items:center;border-radius:10px;z-index:9999}.alert-box svg{width:20px;height:20px;margin-right:10px;fill:#fff;stroke:#fff}.success{color:#fff;background-color:#72be00!important}.error{color:#fff;background-color:#f66!important}.info{color:#fff;background-color:#6f6fff!important}.loader{z-index:1000;width:100vw;height:100vh;background:rgba(233,197,197,.3686274509803922);position:fixed}.box,.loader{display:flex;justify-content:center;align-items:center}.box{max-width:200px;max-height:200px;width:50vw;height:50vw;background:#ff621f;box-shadow:4px 4px 20px rgba(0,0,0,.3)}.container{height:15px;width:105px;display:flex;position:relative}.container .circle{width:15px;height:15px;border-radius:50%;background-color:#fff;animation:move .5s linear 0ms infinite;margin-right:30px}.container .circle:first-child{position:absolute;top:0;left:0;animation:grow .5s linear 0ms infinite}.container .circle:last-child{position:absolute;top:0;right:0;margin-right:0;animation:grow .5s linear 0s infinite reverse}@keyframes grow{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(45px)}}.course-card-wrapper{padding:28px;background:#292d33;border-radius:10px;max-width:344px;width:27%;display:flex;align-items:center;flex-direction:column}@media screen and (max-width:800px){.course-card-wrapper{width:calc(100% - 40px);padding:20px;margin:10px auto}}.course-card-wrapper img{width:100%;object-fit:cover;height:223px;border-radius:10px}.course-card-wrapper h3{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#fff;margin:16px}@media screen and (max-width:800px){.course-card-wrapper h3{font-size:20px;line-height:27px}}.course-card-wrapper p{font-family:Nunito;font-style:normal;font-weight:600;font-size:18px;line-height:25px;text-align:center;margin:0 0 7px;color:#848484}@media screen and (max-width:800px){.course-card-wrapper p{font-size:14px;line-height:19px}}.sidebar-wrapper{position:fixed;height:100vh;right:0;background-color:#292d33;box-shadow:0 0 10px 4px #000;width:40%;padding:20px 20px 20px 40px;z-index:100}.sidebar-wrapper a,.sidebar-wrapper div{display:block;margin-bottom:10px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:18px;line-height:25px;color:#fff}.sidebar-wrapper ul{list-style:none;padding:0;margin:5vh 0 0}.sidebar-wrapper button{margin-left:auto;display:block;border:0;background:none}.sidebar-wrapper button svg{width:22px;height:22px}@media screen and (min-width:800px){.sidebar-wrapper{display:none}}.navbar-wrapper{background:#292d33;width:100%;display:flex;align-items:center;padding:13px 0}.navbar-wrapper #menu-icon{display:none;width:22px;height:16px}@media screen and (max-width:800px){.navbar-wrapper #menu-icon{display:block}}.navbar-wrapper .navbar-container{display:flex;margin:auto;width:80vw;align-items:center;justify-content:space-between}@media screen and (max-width:800px){.navbar-wrapper .navbar-container{width:90vw}}.navbar-wrapper .navbar-container .nav-elements{display:flex;position:relative;align-items:center}@media screen and (max-width:800px){.navbar-wrapper .navbar-container .nav-elements{display:none}}.navbar-wrapper .navbar-container .nav-elements a{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#fff;margin-left:2vw;transition:.3s linear}.navbar-wrapper .navbar-container .nav-elements a:hover{color:#ff621f}.navbar-wrapper .navbar-container .nav-elements .user-options{display:none;position:absolute;right:0;flex-direction:column;background:#fff;box-shadow:0 0 20px 2px rgba(0,0,0,.15);border-radius:10px;top:42px;padding:10px}.navbar-wrapper .navbar-container .nav-elements .user-options a{margin:10px 0;color:#292d33;font-family:Nunito;font-style:normal;font-weight:600;font-size:20px!important;line-height:33px;color:#000}.navbar-wrapper .navbar-container .nav-elements .user-options button{outline:none;background:none;color:#292d33;width:100%;display:block;border:0;font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#000}.navbar-wrapper .navbar-container .nav-elements .user-options:hover{display:flex}.navbar-wrapper .navbar-container .nav-elements .logout-btn{font-size:20px!important;padding:0;text-align:inherit;cursor:pointer}.navbar-wrapper .navbar-container .nav-elements .user-profile{margin-left:2vw;display:flex;align-items:center;cursor:pointer}.navbar-wrapper .navbar-container .nav-elements .user-profile:hover+.user-options{display:flex}.navbar-wrapper .navbar-container .nav-elements .user-profile img{width:40px;height:40px;object-fit:cover;border-radius:50%}.navbar-wrapper .navbar-container .nav-elements .user-profile span{margin-left:5px;display:block;font-family:Nunito;font-style:normal;font-size:16px;color:#fff}.navbar-wrapper .navbar-container .nav-elements #login-btn{margin-left:2vw;font-family:Nunito;font-style:normal;font-weight:800;font-size:24px;line-height:33px;color:#fff;border:1px solid #fff;box-sizing:border-box;border-radius:50px;cursor:pointer;background:0;padding:8px 24px;transition:.3s linear}.navbar-wrapper .navbar-container .nav-elements #login-btn:hover{color:#ff621f;border-color:#ff621f}.non_home_wrapper{background:none}.login{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background-color:rgba(0,0,0,.753);display:flex}.login .login-wrapper{width:60vw;margin:auto;background-color:#fff;display:flex}@media screen and (max-width:800px){.login .login-wrapper{width:90vw;border-radius:10px}}.login .login-wrapper .left-col{flex:1 1;background-size:cover;background-position:50%;background-image:url(/static/media/login.0121dd31.png)}@media screen and (max-width:800px){.login .login-wrapper .left-col{flex:0 1;display:none}}.login .login-wrapper .right-col{flex:1 1;padding:3vw}.login .login-wrapper .right-col a{color:#ff621f}.login .login-wrapper .right-col span{display:block;margin:15px 0 5vh;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;font-feature-settings:"pnum" on,"lnum" on;color:#828282}.login .login-wrapper .right-col h1{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:Open Sans;font-style:normal;font-weight:600;font-size:28px;line-height:38px;letter-spacing:.055em;color:#000;text-align:center;left:20px;margin:5vh 0 0}@media screen and (max-width:800px){.login .login-wrapper .right-col h1{font-size:20px;line-height:27px}}.login .login-wrapper .right-col h1 span{font-size:36px;color:#ff621f;font-weight:700}@media screen and (max-width:800px){.login .login-wrapper .right-col h1 span{font-size:24px}}.login .login-wrapper .right-col h1:before{position:absolute;content:"";height:100%;border-radius:5px;width:5px;background-color:#ff621f;left:-20px}.login .login-wrapper .right-col button{margin:5vh auto auto;display:block;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;background:0;outline:none;font-family:Open Sans;font-style:normal;font-weight:600;font-size:20px;line-height:33px;font-feature-settings:"pnum" on,"lnum" on;padding:8px 30px;color:#434343;cursor:pointer}@media screen and (max-width:800px){.login .login-wrapper .right-col button{margin:5vh auto}}.login .login-wrapper .right-col .input-wrapper{display:flex;margin:15px 0;height:100%}.login .login-wrapper .right-col .input-wrapper input{background:0;padding:10px 20px}.login .login-wrapper .right-col .input-wrapper input,.login .login-wrapper .right-col .input-wrapper select{border:1px solid #828282;box-sizing:border-box;border-radius:16px;flex:1 1;outline:none;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:16px;font-feature-settings:"pnum" on,"lnum" on}.login .login-wrapper .right-col .input-wrapper select{margin-left:10px;width:50%;height:100%;padding:10px}.login .login-wrapper .right-col .row-wrapper{display:flex;margin:10px 0}.login .login-wrapper .right-col .row-wrapper div{margin:0;display:flex;flex:1 1}.login .login-wrapper .right-col .row-wrapper input{width:50%}.home-wrapper .banner-wrapper{background-image:url(/static/media/banner_back.dc817fe9.svg);background-repeat:no-repeat;background-position:top;background-size:cover;height:100vh;background-position-y:-70px}@media screen and (max-width:800px){.home-wrapper .banner-wrapper{background-image:url(/static/media/mobile_banner.801c14ea.svg);background-position-y:-200px}}.home-wrapper .banner-wrapper .banner-container{display:flex;width:80vw;margin:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:70px;justify-content:space-between}@media screen and (max-width:800px){.home-wrapper .banner-wrapper .banner-container{width:90vw;flex-direction:column;padding-top:30px}}.home-wrapper .banner-wrapper .banner-container .banner-img-1{box-shadow:4px 4px 20px rgba(0,0,0,.25);border-radius:10px;max-width:483px;max-height:637px;width:43%;height:100%}@media screen and (max-width:1000px){.home-wrapper .banner-wrapper .banner-container .banner-img-1{display:none}}@media screen and (max-width:800px){.home-wrapper .banner-wrapper .banner-container .banner-img-1{display:block;width:70vw;height:50vh;margin:auto;object-fit:cover}}.home-wrapper .banner-wrapper .banner-container .banner-headers{width:55%;margin-left:46px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1000px){.home-wrapper .banner-wrapper .banner-container .banner-headers{width:100%;margin-left:0;align-items:center}}.home-wrapper .banner-wrapper .banner-container .banner-headers .banner-img-cover{display:flex;justify-content:space-between;margin-top:43px;width:-webkit-fill-available}.home-wrapper .banner-wrapper .banner-container .banner-headers .banner-img-cover img{max-width:297px;max-height:195px;object-fit:cover;width:23vw;-webkit-filter:drop-shadow(4px 4px 20px rgba(0,0,0,.25));filter:drop-shadow(4px 4px 20px rgba(0,0,0,.25));border-radius:10px}@media screen and (max-width:1000px){.home-wrapper .banner-wrapper .banner-container .banner-headers .banner-img-cover img{width:100%}}@media screen and (max-width:800px){.home-wrapper .banner-wrapper .banner-container .banner-headers .banner-img-cover img{display:none}}.home-wrapper .banner-wrapper button{width:241px;height:58px;display:flex;align-items:center;justify-content:center;font-family:Nunito;font-style:normal;font-weight:700;font-size:24px;line-height:33px;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;background:#292d33;outline:none;color:#fff;cursor:pointer;transition:.3s linear}@media screen and (max-width:800px){.home-wrapper .banner-wrapper button{border:2px solid #292d33;background:none;font-size:18px;line-height:25px;color:#ff621f;width:166px;height:44px}}.home-wrapper .banner-wrapper button:hover{transform:scale(1.1)}.home-wrapper .banner-wrapper p{font-family:Nunito;font-style:normal;font-weight:400;font-size:20px;line-height:27px;margin:40px 0;color:#fff}@media screen and (max-width:800px){.home-wrapper .banner-wrapper p{font-size:14px;line-height:19px;text-align:center;color:#686868;margin:20px 0;width:90%}}.home-wrapper .banner-wrapper h1{font-family:Open Sans;font-style:normal;font-weight:600;font-size:38px;line-height:52px;color:#fff;margin:33px 0 0}@media screen and (max-width:800px){.home-wrapper .banner-wrapper h1{font-size:20px;line-height:27px;color:#282828}}.home-wrapper .banner-wrapper h1 span{color:#ff621f}.offer-wrapper{background-image:url(https://i.ibb.co/JFNZ9mn/Rectangle-27.webp);margin-top:10vh;display:flex;flex-direction:column;align-items:center;background-position:50%}@media screen and (max-width:800px){.offer-wrapper{margin-top:5vh}}.offer-wrapper h2{font-family:Nunito;font-style:normal;font-weight:900;font-size:48px;line-height:65px;text-align:center;padding:80px 0;color:#fff;margin:0}@media screen and (max-width:800px){.offer-wrapper h2{font-size:14px;line-height:19px;padding-bottom:30px}}.offer-wrapper h2 span{color:#ff621f}.offer-wrapper button{background:hsla(0,0%,100%,.17);border:3px solid #ff621f;box-sizing:border-box;border-radius:10px;font-family:Nunito;font-style:normal;font-weight:700;font-size:24px;width:206px;height:58px;color:#fff;display:flex;align-items:center;display:block;margin:auto auto 70px;cursor:pointer;transition:.3s linear}@media screen and (max-width:800px){.offer-wrapper button{width:127px;height:36px;font-size:14px;line-height:19px}}.offer-wrapper button:hover{transform:scale(1.1)}.section-header{display:flex;flex-direction:column;align-items:center}.section-header h1{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;font-family:Open Sans;font-style:normal;font-weight:600;font-size:28px;line-height:38px;letter-spacing:.055em;color:#000;text-align:center}@media screen and (max-width:800px){.section-header h1{font-size:20px;line-height:27px}}.section-header h1 span{font-size:36px;color:#ff621f;font-weight:700}@media screen and (max-width:800px){.section-header h1 span{font-size:24px}}.section-header h1:before{position:absolute;content:"";height:100%;border-radius:5px;width:5px;background-color:#ff621f;left:-20px}.section-header span{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#848484;margin:40px 0 80px;text-align:center}@media screen and (max-width:800px){.section-header span{font-size:14px;line-height:19px;width:90%}}.course-wrapper{display:flex;align-items:center;flex-direction:column;margin-top:10vh}.course-wrapper .course-container{display:flex;width:80vw;justify-content:space-around}@media screen and (max-width:800px){.course-wrapper .course-container{flex-direction:column;width:90vw}}.course-wrapper .course-container .course-card-wrapper:nth-child(2){margin:0 10px}@media screen and (max-width:800px){.course-wrapper .course-container .course-card-wrapper:nth-child(2){margin:auto}}.deals-wrapper{background-image:url(https://i.ibb.co/W0vz9zM/Rectangle-12.png)}.about-wrapper{width:80vw;display:flex;margin:20vh auto;justify-content:space-between}@media screen and (max-width:800px){.about-wrapper{flex-direction:column;width:90vw}}.about-wrapper video{width:43%;background-color:#000;border-radius:13px;box-shadow:0 5px 22px rgba(112,136,210,.1607843137254902)}@media screen and (max-width:800px){.about-wrapper video{width:100%}}.about-wrapper .about-container{display:flex;flex-direction:column;justify-content:space-between;margin-left:5vw}@media screen and (max-width:800px){.about-wrapper .about-container{margin-left:0;margin-top:5vh;align-items:center}}.about-wrapper .about-container p{font-family:Open Sans;font-style:normal;font-weight:600;font-size:calc(16px + .5vw);line-height:148.68%;color:#3a3a3a;margin:0 0 2vw}@media screen and (max-width:800px){.about-wrapper .about-container p{text-align:center;margin-bottom:0;font-size:14px;line-height:148.68%}}.about-wrapper .about-container h1{position:relative;left:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;font-family:Open Sans;font-style:normal;font-weight:600;font-size:28px;line-height:38px;letter-spacing:.055em;color:#000;text-align:center}@media screen and (max-width:800px){.about-wrapper .about-container h1{font-size:20px;line-height:27px;margin-bottom:5vh}}.about-wrapper .about-container h1 span{font-size:36px;color:#ff621f;font-weight:700}@media screen and (max-width:800px){.about-wrapper .about-container h1 span{font-size:24px}}.about-wrapper .about-container h1:before{position:absolute;content:"";height:100%;border-radius:5px;width:5px;background-color:#ff621f;left:-20px}.class-wrapper{width:80vw;margin:auto}@media screen and (max-width:800px){.class-wrapper{width:90vw}}.class-wrapper .class-container{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width:1000px){.class-wrapper .class-container{flex-direction:column}}.testimonials-wrapper{width:80vw;margin:20vh auto}@media screen and (max-width:800px){.testimonials-wrapper{width:90vw}}.contact-us{width:80vw;margin:20vh auto 10vh}.contact-us form{display:flex;flex-direction:column;align-items:center;margin-top:5vh}.contact-us form input,.contact-us form textarea{width:calc(100% - 20px);max-width:600px;background:#f4f0ee;border-radius:5px;border:0;outline:none;font-size:20px;margin-bottom:10px;padding:10px;font-family:Open Sans}.contact-us form textarea{resize:none}.contact-us form button{background:#ff621f;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;width:105px;height:43px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:18px;line-height:25px;margin-top:23px;color:#fff;display:block;cursor:pointer}@media screen and (max-width:800px){.contact-us{width:90vw}}.class-card-wrapper{background:#292d33;border-radius:10px;max-width:344px;width:calc(26.66667vw - 20px);margin:10px;display:flex;align-items:center;overflow:hidden;flex-direction:column}@media screen and (max-width:1000px){.class-card-wrapper{width:100%;margin:10px auto}}.class-card-wrapper .class-card-detail{display:flex;align-items:center;width:calc(100% - 44px);padding:0 22px 12px;justify-content:space-between;position:relative}.class-card-wrapper img{width:100%;height:100%;object-fit:cover}.class-card-wrapper h3{font-family:Nunito;font-style:normal;font-weight:800;font-size:24px;line-height:33px;color:#ff621f}@media screen and (max-width:800px){.class-card-wrapper h3{font-size:20px}}.class-card-wrapper h3 span{display:block;color:#fff}.testimonial-card-wrapper{border:2px solid #e6e6e6;box-sizing:border-box;border-radius:100px;display:flex;padding:20px 0;align-items:center;justify-content:space-evenly;margin-bottom:5vh}@media screen and (max-width:800px){.testimonial-card-wrapper{flex-direction:column;border-radius:50px;border-radius:10px}}.testimonial-card-wrapper img{width:139px;height:139px;border-radius:50%;object-fit:cover}@media screen and (max-width:800px){.testimonial-card-wrapper img{width:64px;height:64px}}.testimonial-card-wrapper .testimonial-detail{width:70%;margin-right:10px}.testimonial-card-wrapper .testimonial-detail p{font-family:Nunito;font-style:normal;font-weight:400;font-size:18px;line-height:25px;margin:0;color:#171717}@media screen and (max-width:800px){.testimonial-card-wrapper .testimonial-detail p{margin:10px 0;font-size:12px;line-height:16px;text-align:center}}.testimonial-card-wrapper .testimonial-detail span{font-family:Nunito;font-style:normal;font-weight:600;font-size:18px;line-height:25px;display:block;color:#ff621f;text-align:end}@media screen and (max-width:800px){.testimonial-card-wrapper .testimonial-detail span{font-size:14px;line-height:19px}}#footer-upper{width:100%;position:relative;top:2vw}footer{display:flex;flex-direction:column;align-items:center;background:#292d33;position:relative}footer .other-links{width:80%;text-align:left;color:#fff}footer .other-links a{color:#ff621f}@media screen and (max-width:800px){footer .other-links{width:90%;text-align:left}}footer .footer-wrapper{display:grid;grid-template-columns:repeat(4,1fr);width:80vw;padding-bottom:5vh}@media screen and (max-width:1000px){footer .footer-wrapper{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:800px){footer .footer-wrapper{width:90vw}}footer .footer-elements{margin:0 auto;width:100%}footer .footer-elements ul{list-style:none;padding:0;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1000px){footer .footer-elements ul{margin:0}}footer .footer-elements ul a{font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:25px;color:#fff}@media screen and (max-width:800px){footer .footer-elements ul a{font-size:14px}}footer .footer-elements p{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}footer .footer-elements h4{font-size:18px;line-height:25px}footer .footer-elements h2,footer .footer-elements h4{font-family:Open Sans;font-style:normal;font-weight:700;color:#fff}footer .footer-elements h2{font-size:24px;line-height:33px;position:relative;left:20px}@media screen and (max-width:800px){footer .footer-elements h2{font-size:20px}}footer .footer-elements h2:before{position:absolute;content:"";height:100%;border-radius:5px;width:5px;background-color:#ff621f;left:-20px}footer .footer-elements h3{font-family:Open Sans;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#fff}@media screen and (max-width:800px){footer .footer-elements h3{font-size:20px}}footer .footer-elements input{border:2px solid #fff;border-radius:10px;background:none;width:100%;font-weight:400;font-size:16px;line-height:22px;padding:23px;outline:none}footer .footer-elements button,footer .footer-elements input{box-sizing:border-box;font-family:Open Sans;font-style:normal;color:#fff}footer .footer-elements button{background:#ff621f;border:2px solid #ff621f;border-radius:10px;width:105px;height:43px;font-weight:600;font-size:18px;line-height:25px;margin-top:23px;margin-left:auto;display:block}.explore-side-wrapper{height:100%}@media screen and (max-width:800px){.explore-side-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:5vh}}.explore-side-wrapper .explore-elements{display:flex;position:-webkit-sticky;position:sticky;top:5vh;flex-direction:column;background-image:url(/static/media/explore_side_back.c15f2a54.svg);background-size:cover;padding:30px 50px 10px;overflow:hidden;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:800px){.explore-side-wrapper .explore-elements{display:none}}.explore-side-wrapper a{font-family:Nunito;font-style:normal;font-weight:700;font-size:16px;line-height:22px;letter-spacing:.02em;margin-bottom:20px;color:#fff}.explore-side-wrapper .explore-mobile-select{display:none}@media screen and (max-width:800px){.explore-side-wrapper .explore-mobile-select{display:flex;width:100%}.explore-side-wrapper .explore-mobile-select select{width:100%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;padding:10px;border-radius:5px;color:#828282}}.explore-wrapper{width:80vw;display:flex;margin:10vh auto auto}@media screen and (max-width:800px){.explore-wrapper{flex-direction:column;width:90vw;margin-top:0}}.explore-wrapper .navigator{display:flex;align-items:center}.explore-wrapper .navigator svg{margin-right:10px;margin-left:4px}.explore-wrapper .navigator a{font-family:Nunito;font-style:normal;font-weight:400;font-size:14px;color:#000}.explore-wrapper h1{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#292d33;margin-top:0}.explore-wrapper h1 span{color:#ff621f}.explore-wrapper .explore-right{display:flex;flex-direction:column;margin-left:5vw}@media screen and (max-width:800px){.explore-wrapper .explore-right{margin-left:0;margin-top:5vh}}.explore-wrapper .explore-right .tranformation-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media screen and (max-width:1000px){.explore-wrapper .explore-right .tranformation-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.explore-wrapper .explore-right .tranformation-wrapper{grid-template-columns:repeat(1,1fr)}}.tranformation-card-wrapper{display:flex;flex-direction:column}.tranformation-card-wrapper img{width:100%;object-fit:cover;border-radius:10px}.tranformation-card-wrapper p{font-family:Nunito;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#3d3d3d}.bmr-wrapper .row{display:flex}@media screen and (max-width:800px){.bmr-wrapper .row{flex-direction:column}}.bmr-wrapper .row .input-wrapper{flex:1 1}.bmr-wrapper .row .input-wrapper h3{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;letter-spacing:.02em;color:#000;margin-bottom:5px}@media screen and (max-width:800px){.bmr-wrapper .row .input-wrapper h3{font-size:16px}}.bmr-wrapper .row .input-wrapper input{width:60%;padding:24px;background:#f4f0ee;border-radius:10px;outline:none;border:0}@media screen and (max-width:800px){.bmr-wrapper .row .input-wrapper input{width:calc(100% - 48px)}}.bmr-wrapper .row .input-wrapper select{width:calc(60% + 48px);padding:24px;background:#f4f0ee;border-radius:10px;outline:none;border:0}@media screen and (max-width:800px){.bmr-wrapper .row .input-wrapper select{width:100%}}.bmr-wrapper button{font-weight:700;color:#292d33;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;padding:10px 15px;margin:30px 0;background:none;cursor:pointer}.bmr-wrapper #result-output,.bmr-wrapper button{font-family:Nunito;font-style:normal;font-size:24px;line-height:33px;letter-spacing:.02em}.bmr-wrapper #result-output{border:0;font-weight:600;color:#000;text-align:center;background:0;border-bottom:2px solid #292d33}@media screen and (max-width:800px){.bmr-wrapper #result-output{text-align:center}}.article-card-wrapper{padding:16px;background:#292d33;border-radius:10px;display:flex;flex-direction:column}@media screen and (max-width:800px){.article-card-wrapper{width:calc(100% - 20px);padding:10px}}.article-card-wrapper img{width:100%;object-fit:cover;height:223px;border-radius:10px}.article-card-wrapper h3{font-weight:700;color:#fff;margin:20px 0 10px}.article-card-wrapper h3,.article-card-wrapper span{font-family:Nunito;font-style:normal;font-size:14px;line-height:19px}.article-card-wrapper span{font-weight:400;color:#ebebeb}.article-card-wrapper p{color:#ebebeb}.article-card-wrapper a,.article-card-wrapper p{font-family:Nunito;font-style:normal;font-weight:400;font-size:12px;line-height:16px}.article-card-wrapper a{text-decoration:underline;color:#fff}.article-card-wrapper .article-detail{display:flex;justify-content:space-between;align-items:flex-end}.courses-wrapper{width:80vw;margin:10vh auto}@media screen and (max-width:800px){.courses-wrapper{width:90vw;margin:5vh auto}}.courses-wrapper #divider{width:2px;background:#fff}.courses-wrapper .navigator{display:flex;align-items:center}.courses-wrapper .navigator svg{margin-right:10px;margin-left:4px}.courses-wrapper .navigator a{font-family:Nunito;font-style:normal;font-weight:400;font-size:14px;color:#000}.courses-wrapper h1{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#292d33;margin-top:0}.courses-wrapper h1 span{color:#ff621f}.courses-wrapper .course-container{display:flex;justify-content:center;flex-wrap:wrap}.personal-course{background-image:url(https://i.ibb.co/wJpJ2wQ/Vector-101-1.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:800px){.personal-course{background-image:url(https://i.ibb.co/gmpmQ8S/Vector-101-2.png)}}@media screen and (max-width:800px){.personal-course svg{width:35px;height:35px}}.personal-course h1{font-family:Nunito;font-style:normal;font-weight:700;font-size:48px;line-height:65px;text-align:center;color:#fff}@media screen and (max-width:800px){.personal-course h1{font-size:20px;line-height:27px}}.personal-course h1 span{display:block;color:#ff621f}.personal-course h2{font-family:Nunito;font-style:normal;font-weight:400;font-size:36px;line-height:49px;text-align:center;color:hsla(0,0%,100%,.76)}@media screen and (max-width:800px){.personal-course h2{font-size:12px;line-height:16px}}.personal-course button{background:hsla(0,0%,100%,.17);border:3px solid #ff621f;box-sizing:border-box;border-radius:10px;font-family:Nunito;font-style:normal;font-weight:700;font-size:18px;width:168px;height:52px;color:#fff;display:flex;align-items:center;cursor:pointer;justify-content:center;transition:.3s linear;margin-top:10vh}@media screen and (max-width:800px){.personal-course button{width:127px;height:36px;font-size:14px;line-height:19px;margin-top:5vh}}.personal-course button:hover{transform:scale(1.1)}.personal-course h3{font-family:Nunito;font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#fff;margin-bottom:20vh}@media screen and (max-width:800px){.personal-course h3{font-size:10px;line-height:14px;margin-bottom:10vh}}.personal-course .personal-course-container{display:grid;grid-template-columns:repeat(3,1fr);width:60vw}@media screen and (max-width:800px){.personal-course .personal-course-container{width:80vw}}.personal-course .personal-course-container .icons-wrapper{display:flex;flex-direction:column;align-items:center}.personal-course .personal-course-container .icons-wrapper h4{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;text-align:center;color:#fff;width:50%}@media screen and (max-width:800px){.personal-course .personal-course-container .icons-wrapper h4{font-size:12px;line-height:16px;width:80%}}.courses-card-wrapper{width:calc(26.5vw - 20px);background:#292d33;border-radius:10px;overflow:hidden;margin:10px}@media screen and (max-width:1200px){.courses-card-wrapper{width:calc(40vw - 20px)}}@media screen and (max-width:800px){.courses-card-wrapper{width:100%;margin:10px 0}}.courses-card-wrapper img{width:100%;object-fit:cover;height:273.5px}.courses-card-wrapper h3{font-family:Nunito;font-style:normal;font-weight:800;font-size:24px;line-height:33px;color:#fff;margin:0 0 10px}.courses-card-wrapper h3 span{display:block;color:#ff621f}.courses-card-wrapper h2{font-family:Nunito;font-style:normal;font-weight:800;font-size:30px;line-height:49px;color:#fff;margin:0}.courses-card-wrapper p{font-family:Nunito;font-style:normal;font-weight:600;font-size:18px;line-height:25px;color:#d6d7d8}.courses-card-wrapper .price-options{display:flex;justify-content:space-between}.courses-card-wrapper .price-options span{font-family:Nunito;font-style:normal;font-weight:400;font-size:12px;line-height:25px;color:#d6d7d8}.courses-card-wrapper button{background:hsla(0,0%,100%,.17);border:3px solid #ff621f;box-sizing:border-box;border-radius:10px;font-family:Nunito;font-style:normal;font-weight:700;font-size:18px;width:168px;height:52px;color:#fff;display:flex;align-items:center;display:block;cursor:pointer;transition:.3s linear}@media screen and (max-width:800px){.courses-card-wrapper button{width:127px;height:36px;font-size:14px;line-height:19px}}.courses-card-wrapper button:hover{transform:scale(1.1)}.courses-card-wrapper .course-card-container{padding:25px}.dashboard-wrapper .dashboard-body{width:80vw;margin:5vh auto auto}.dashboard-wrapper .dashboard-body h1{font-family:Nunito;font-style:normal;font-weight:800;font-size:30px;line-height:41px;color:#000}.dashboard-wrapper .dashboard-body h1 span{color:#ff621f}.dashboard-wrapper .dashboard-body .navigator{display:flex;align-items:center}.dashboard-wrapper .dashboard-body .navigator svg{margin-right:10px;margin-left:4px}.dashboard-wrapper .dashboard-body .navigator a{font-family:Nunito;font-style:normal;font-weight:400;font-size:14px;color:#000}.dashboard-wrapper select{display:none;width:100%;padding:10px;border-radius:5px;border:2px solid #ff621f;background:none}@media screen and (max-width:800px){.dashboard-wrapper select{display:block}}.dashboard-wrapper .course-titles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media screen and (max-width:800px){.dashboard-wrapper .course-titles{display:none}}.dashboard-wrapper .course-titles .course-cover{position:relative;margin-right:10px;overflow:hidden;cursor:pointer;width:100%;height:198.04px;border-radius:10px}.dashboard-wrapper .course-titles .course-cover:hover>h4{color:#ff621f}.dashboard-wrapper .course-titles .course-cover:hover>img{transform:scale(1.1)}.dashboard-wrapper .course-titles .course-cover:before{z-index:1;position:absolute;width:100%;height:198.04px;top:0;left:0;content:"";background:linear-gradient(180deg,transparent,rgba(0,0,0,.89));border-radius:10px}.dashboard-wrapper .course-titles .course-cover h4{position:absolute;bottom:10px;font-family:Nunito;font-style:normal;font-weight:800;font-size:14px;line-height:19px;color:#fff;left:50%;transform:translate(-50%);white-space:pre;transition:.3s linear;z-index:2}.dashboard-wrapper .course-titles .course-cover img{width:100%;height:100%;object-fit:cover;transition:.3s linear}.dashboard-wrapper .course-video{display:flex;flex-wrap:wrap}.dashboard-wrapper .course-video iframe{margin-right:10px}@media screen and (max-width:800px){.dashboard-wrapper .course-video iframe{margin:auto}}.dashboard-wrapper .course-row{margin-top:2vh;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:800px){.dashboard-wrapper .course-row{flex-direction:column}.dashboard-wrapper .course-row h1{text-align:center}}.dashboard-wrapper .course-row .sessions-left,.dashboard-wrapper .course-row button{font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;color:#292d33}.dashboard-wrapper .course-row button{padding:17px 40px;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;cursor:pointer;background:0}@media screen and (max-width:800px){.dashboard-wrapper .course-row button{width:100%;padding:20px 0;margin:10px 0}}.course-details-wrapper{width:80vw;margin:5vh auto}.course-details-wrapper .navigator{display:flex;align-items:center}.course-details-wrapper .navigator svg{margin-right:10px;margin-left:4px}.course-details-wrapper .navigator a{font-family:Nunito;font-style:normal;font-weight:400;font-size:14px;color:#000}.course-details-wrapper h1{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#292d33;margin-top:0}.course-details-wrapper h1 span{color:#ff621f}.course-details-wrapper .course-detail-banner{display:flex}@media screen and (max-width:800px){.course-details-wrapper .course-detail-banner{flex-direction:column}}.course-details-wrapper .course-detail-banner img{width:45vw;object-fit:cover;max-width:593px;max-height:407px;border-radius:10px;margin-right:5vw}@media screen and (max-width:800px){.course-details-wrapper .course-detail-banner img{width:100%;max-height:200px}}.course-details-wrapper .course-detail-banner label{display:block}.course-details-wrapper .course-detail-banner button{border:3px solid #ff621f;box-sizing:border-box;border-radius:10px;background:0;outline:none;font-family:Nunito;font-style:normal;font-weight:700;font-size:18px;line-height:25px;padding:13px 30px;color:#292d33;margin-top:5vh;cursor:pointer}.course-details-wrapper .course-detail-banner h3{font-family:Nunito;font-style:normal;font-weight:600;font-size:18px;line-height:25px;color:#646464}.course-details-wrapper .course-detail-banner .offer{display:block;font-family:Nunito;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#646464;margin-top:2vh}.course-details-wrapper .course-detail-banner .pricing{display:flex}@media screen and (max-width:800px){.course-details-wrapper .course-detail-banner .pricing{flex-direction:column}}.course-details-wrapper .course-detail-banner .pricing input[type=radio i]{background-color:#ff621f;color:#ff621f}.course-details-wrapper .course-detail-banner .pricing label{margin-right:2vw}.course-details-wrapper .course-detail-banner .pricing .price-title{font-family:Nunito;font-style:normal;font-weight:600;font-size:18px;line-height:25px}@media screen and (max-width:800px){.course-details-wrapper .course-detail-banner .pricing .price-title{font-size:14px}}.course-details-wrapper .course-detail-banner .pricing b{font-family:Nunito;font-style:normal;font-weight:800;font-size:48px;line-height:65px;text-align:center;color:#292d33}@media screen and (max-width:800px){.course-details-wrapper .course-detail-banner .pricing b{font-size:30px}}.course-detail-body{margin-top:10vh}.course-detail-body h1{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;text-align:center;color:#ff621f}@media screen and (max-width:800px){.course-detail-body h1{font-size:24px;line-height:30px}}.course-detail-body p{font-family:Open Sans;font-style:normal;font-weight:600;font-size:18px;line-height:28px;text-align:center;color:#646464}@media screen and (max-width:800px){.course-detail-body p{font-size:14px;line-height:20px}}.course-detail-body .course-details-card{flex-wrap:wrap;display:flex;align-items:center;justify-content:center;margin-top:10vh}.course-detail-body .course-details-card .detail-card-wrapper{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px}.course-detail-body .course-details-card .detail-card-wrapper h3{position:absolute;font-family:Nunito;font-style:normal;font-weight:700;width:90%;font-size:18px;line-height:25px;text-align:center;z-index:10;left:50%;bottom:10px;transform:translateX(-50%);color:#fff}.corporate-wrapper .corporate-container{width:60vw;margin:auto}@media screen and (max-width:800px){.corporate-wrapper .corporate-container{width:90vw}}.corporate-wrapper .corporate-container h1{margin:7vh 0;font-family:Nunito;font-style:normal;font-weight:600;font-size:36px;line-height:49px;color:#000}.corporate-wrapper .corporate-container span{margin:8px 0;display:block;font-family:Nunito;font-style:normal;font-weight:600;font-size:24px;line-height:33px;letter-spacing:.02em;color:#292d33}.corporate-wrapper .corporate-container input{width:100%;background:#f4f0ee;border-radius:5px;border:0;outline:none;font-size:20px;margin-bottom:10px;padding:10px}@media screen and (max-width:800px){.corporate-wrapper .corporate-container input{width:90%}}.corporate-wrapper .corporate-container button{font-family:Nunito;font-style:normal;font-weight:700;font-size:24px;line-height:33px;letter-spacing:.02em;color:#292d33;border:2px solid #ff621f;box-sizing:border-box;border-radius:10px;padding:5px 20px;margin:30px 0;background:none;cursor:pointer}.details-wrapper{width:80vw;margin:auto;font-weight:400;font-size:22px;line-height:30px;font-feature-settings:"pnum" on,"lnum" on;color:#3d3d3d}.details-wrapper,.details-wrapper h1{font-family:Open Sans;font-style:normal}.details-wrapper h1{font-weight:600;font-size:36px;line-height:49px;font-feature-settings:"pnum" on,"lnum" on}.details-wrapper h1 span{color:#ff621f}.details-wrapper .first-row{display:flex;margin:2vh 0}@media screen and (max-width:800px){.details-wrapper .first-row{flex-direction:column;flex:1 1}}.details-wrapper .first-row div{flex:1 1}.details-wrapper .first-row label{display:flex}.details-wrapper .first-row input{width:calc(90% - 10px);margin-top:10px;font-size:20px;outline:none;padding:5px}@media screen and (max-width:800px){.details-wrapper .first-row input{width:calc(100% - 10px)}}.details-wrapper .second-row{margin:2.5vh 0}.details-wrapper .second-row textarea{margin-top:10px;resize:none;display:block;width:100%;height:150px;font-size:20px}.details-wrapper button{font-family:Open Sans;font-style:normal;font-weight:600;font-size:32px;line-height:44px;font-feature-settings:"pnum" on,"lnum" on;color:#fff;background:#ff621f;border-radius:10px;padding:9px 40px;border:0;margin:auto;display:block;outline:none;cursor:pointer}
/*# sourceMappingURL=main.c4e84afd.chunk.css.map */