:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.benefits-cont{background:#012555;height:auto;padding-bottom:40px}.benefits-head{color:#f7cf5f;font-size:48px;font-weight:700;padding-bottom:2.5%;padding-top:3%}.benefits-head,.benefits-para{font-family:Inter;font-style:normal;line-height:130%;text-align:center}.benefits-para{color:#aacdff;font-size:24px;font-weight:500;opacity:.8;padding:0 10%}.benefits-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:3%;margin-top:4%}.benefits-card{border-radius:11.8973px;height:auto;margin:1%;padding:10px;width:33%}.benefits-card-head{font-size:32px;font-weight:300;line-height:39px;margin-top:7%}.benefits-card-head,.benefits-card-para{color:#fff;font-family:Inter;font-style:normal}.benefits-card-para{font-size:40px;font-weight:700;line-height:56px}.benefits-card1{background-image:url(/_next/static/media/benefits1.14864e10.svg);background-size:cover}.benefits-card2{background-image:url(/_next/static/media/benefits2.2e4f69b4.svg);background-size:cover}.benefits-card3{background-image:url(/_next/static/media/benefits3.1c4377ac.svg);background-size:cover}.benefits-card4{background-image:url(/_next/static/media/benefits4.37d0b868.svg);background-size:cover}.benefits-card-para2{color:#aacdff;font-family:Inter;font-size:1.3vw;font-style:normal;font-weight:200;line-height:130%;margin-bottom:5%;opacity:.8;width:60%}.benefits-footer{align-items:center;display:flex;justify-content:space-around;margin:0 5%}.benefits-footer img{opacity:.3}.footer-text{color:#fff;font-family:Inter;font-size:28px;font-style:normal;font-weight:600;line-height:130%}.footer-text .sde{color:#f7cf5f;text-decoration:underline}@media (max-width:750px){.benefits-cont{width:100%}.benefits-head{font-size:40px}.benefits-para{font-size:20px}.benefits-card{height:210px;width:62%}.benefits-img{height:70px;margin-left:60%;width:70px}.benefits-card-head{font-size:1.5em;margin:0}.benefits-card-para{font-size:1.5rem;line-height:20px;margin:0 0 4%}.benefits-card-para2{font-size:1rem;margin:0;width:69%}.benefits-footer{margin:20px 1%}.footer-text{font-size:20px;margin-bottom:5%;text-align:center;width:100%}.footer-img{margin-right:5%;width:20%}.card6-para{font-size:21px}}@media (max-width:500px){.benefits-card{height:170px;margin:5% 2%;width:90%}.benefits-card1{background-image:url(/_next/static/media/benefits1.14864e10.svg);background-size:contain}.benefits-card2{background-image:url(/_next/static/media/benefits2.2e4f69b4.svg);background-size:contain}.benefits-card3{background-image:url(/_next/static/media/benefits3.1c4377ac.svg);background-size:contain}.benefits-card4{background-image:url(/_next/static/media/benefits4.37d0b868.svg);background-size:contain}}.events-top-container{align-items:center;display:flex;justify-content:space-between;margin:40px 5%;width:100%}.events-top-left{height:auto;width:50%}.events-top-left h2{color:#012555;font-family:Bai Jamjuree;font-size:2 * 80%;font-style:normal;font-weight:600;line-height:54px}.events-top-left h1{color:#012555;font-size:3.8 * 80%;font-weight:700;letter-spacing:.01em;margin-bottom:20px;width:90%}.events-top-left h1,.events-top-left p{font-family:Inter;font-style:normal;line-height:130%}.events-top-left p{color:#595959;font-size:1.5 * 80%;font-weight:400;letter-spacing:.02em;margin-top:19px;width:75%}.events-top-left button{align-items:center;background:#2f80ed;border-radius:56.6911px;box-shadow:0 3.65749px 58.5199px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:row;font-family:Inter;font-size:1.5 * 80%;font-style:normal;font-weight:600;gap:5.49px;line-height:132%;margin-top:20px;padding:10.9725px 18.2875px 10.9725px 25.6024px}.topLive{color:#2f80ed}.workshops{text-decoration:underline;-webkit-text-decoration-color:#f7cf5f;text-decoration-color:#f7cf5f;text-decoration-thickness:8px}.events-top-right{display:flex;justify-content:flex-end}.events-bottom-container{background:#fff;border-radius:25px;box-shadow:0 2px 24px rgba(0,0,0,.12);height:auto;margin:100px 5%;padding-bottom:20px}.events-bottom-nav{background:#f4f8ff;flex-wrap:wrap;justify-content:space-between;padding:20px;width:100%}.events-bottom-nav,.events-bottom-nav-item{align-items:center;display:flex;flex-direction:row}.events-bottom-nav-item{justify-content:center;padding:5px 10px;width:20%}.events-date{display:flex;justify-content:center;margin:20px auto;padding:5px;width:30%}.past,.upcoming{background:#f4f8ff;border:1px solid #000;border-radius:10px;cursor:pointer;margin:0 10px;padding:5px;text-align:center;width:48%}.events-cards{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:30px 2%}.events-card{border-radius:20px;box-shadow:0 1.73931px 20.8717px rgba(0,0,0,.08);height:auto;margin:16px 1%;padding-bottom:15px;width:30%}.events-cards div img{border-top-left-radius:20px;border-top-right-radius:20px}.dateAndTime{display:flex;flex-direction:row;justify-content:space-between}.dateAndTime h3{align-items:center;display:flex;font-size:16px}.online-meet-icon{align-items:center;display:flex;font-size:18px}.event-time{margin-right:6%}.events-card-head{color:#2b2f34;font-family:Inter;font-size:28px;font-style:normal;font-weight:600;min-height:85px;padding:10px 5%}.events-card-button1{background:#3797d2;border-radius:10px;color:#fff;font-size:1.5 * 80%;gap:10px;height:33px;line-height:19px;margin:10px 3%;padding:7px 15px;width:70%}.events-card p,.events-card-button1{font-family:Inter;font-style:normal;font-weight:500}.events-card p{color:#aeaeae;font-size:1.1 * 80%;letter-spacing:.05em;line-height:17px;padding:10px 5% 0}.events-card h3,.events-card h4,.events-card h5{padding:10px 5%}.events-card-button2{background:#2f80ed;border-radius:7.4359px;color:#fff;font-family:Inter;font-size:1.3 * 80%;font-style:normal;font-weight:400;height:47px;line-height:150%;margin:0 5%;width:90%}.disabled-btn{background:#d8d8d8;color:#000;cursor:not-allowed}.events-card-button6{margin:0 5%;width:90%}.events-card-button6,.events-card-button7{background:#12b76a;border-radius:7.4359px;color:#fff;font-family:Inter;font-size:1.3 * 80%;font-style:normal;font-weight:400;height:47px;line-height:150%}.events-card-button7{margin:10px 37% 30px;width:200px}.events-card-button5{background:#2f80ed;border-radius:7.4359px;color:#fff;font-size:1.5 * 80%;margin:10px 35% 30px;width:30%}.events-card-button3,.events-card-button5{font-family:Inter;font-style:normal;font-weight:400;height:47px;line-height:150%}.events-card-button3{border:1px solid #595959;border-radius:7.4359px;color:#595959;font-size:1.3 * 80%;margin:10px 5%;width:90%}.events-footer h1{color:#012555;font-family:Inter;font-size:3.5 * 80%;font-style:normal;font-weight:700;line-height:130%;margin:0 8% 20px;text-align:center;width:80%}.events-upcoming{color:#2f80ed}.events-footer p{color:#595959;font-size:18px;font-weight:500;margin-bottom:20px;text-align:center}.events-footer p,.events-footer-btn{font-family:Inter;font-style:normal;line-height:130%}.events-footer-btn{align-items:center;background:#2f80ed;border-radius:5px;box-shadow:0 2px 24px rgba(0,0,0,.12);color:#fff9f9;display:flex;font-size:1.5 * 80%;font-weight:400;height:59px;justify-content:space-around;margin-left:2%;padding:10px;width:15%}.events-footer-input{display:flex;justify-content:center;margin-bottom:70px}.events-footer-input input{background:#fff;border-radius:12px;box-shadow:0 2px 24px rgba(0,0,0,.07);color:#aeaeae;font-family:Inter;font-size:1.5 * 80%;font-style:normal;font-weight:300;line-height:130%;padding:15px;width:65%}.learn{background:#012555;border-radius:16px;display:flex;height:auto;justify-content:space-between;margin:0 7% 20px 5%;width:90%}.learn-left{width:60%}.learn-left h2{color:#fff;font-family:Inter;font-size:2.4 * 80%;font-style:normal;font-weight:700;line-height:140%;padding:20px;width:70%}.learn-left h2 span{color:#f7cf5f}.learn-left h3{color:#fff;font-family:Inter;font-size:1.5 * 80%;font-style:normal;font-weight:500;line-height:140%;padding:10px 20px;width:636px}.learn-btn{align-items:center;background:#f7cf5f;border-radius:40px;box-shadow:0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12);display:flex;flex-direction:row;gap:10px;height:48px;margin:3%;padding:12px 24px;width:203px}.learn-right{width:35%}.learn-right img{height:100%}.ws{color:#667085;font-family:Inter;font-size:1.2em;font-weight:400}.event-time,.ws{align-items:center;display:flex;justify-content:flex-start}.event-time{flex-direction:row;gap:10px}.event-time .eventClockImg{height:20px;margin-right:5px;width:20px}.activeEvent{border-radius:5px;padding:5px 10px}.activeEvent,.activeEvent button{color:#003a8c;transition:all .3s ease-in-out}.activeEvent button{border-bottom:3px solid #003a8c;font-weight:600}.activeEvent2{background:#003a8c;border-radius:10px;color:#fff;transition:all .3s ease-in-out}.all-icon{color:#003a8c;font-size:1.2em}.events-overlay{align-items:center;background:rgba(0,0,0,.8);display:flex;height:100dvh;justify-content:center;position:fixed;top:0;width:100%;z-index:100}.feedback-report{background-color:#fff;border-radius:10px;height:calc(80vh - 50px);overflow:auto;position:fixed;width:58%;z-index:100}.feedback-report .feedback-top-container{align-items:center;display:flex;justify-content:space-between;margin:10px 5% 1%;width:90%}.feedback-report .feedback-top-container h2{font-family:Inter;font-style:normal;font-weight:600}.feedback-report .feedback-top-container button,.feedback-report .feedback-top-container h2{color:#2b2f34;font-size:1.8 * 80%;letter-spacing:-.01em}.feedback-report-btn{height:auto;margin-bottom:10px;width:200px}.feedback-report-btn,.feedback-report-btn2{border-radius:10px;color:#fff;font-family:Inter;font-size:1.1em;font-style:normal;font-weight:500;line-height:19px;margin-left:5%;padding:7px 10px}.feedback-report-btn2{height:35px;width:230px}.TechnicalWorkshop{background:#3797d2}.Non-TechWorkshop{background:purple}.CodingContests{background:#ff940a}.feedback-report .feedback-text-cont{background:rgba(47,128,237,.13);border-radius:12px;height:auto;margin:5% 5% 3%;padding:3%;width:90%}.feedback-report .feedback-text-cont h2{align-items:center;color:#012555;display:flex;font-family:Inter;font-size:1.4 * 80%;font-style:normal;font-weight:600;line-height:130%;margin-bottom:3%}.feedback-report .feedback-text-cont p{color:#505862;font-family:Inter;font-size:1 * 80%;font-style:normal;font-weight:500;letter-spacing:-.02em;line-height:130%}.feedback-report .feedback-footer-cont{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:5% 5% 3%;width:90%}.feedback-footer-cont .feedback-footer-right{display:flex;flex-direction:column;width:45%}.feedback-footer-cont .feedback-footer-right .event-deets-cont{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5%;width:100%}.feedback-footer-right .event-mentor-cont{align-items:center;background:#fff;border:.60051px solid #e0e0e0;border-radius:14px;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5%;padding:8px 12px}.feedback-footer-left ul li{align-items:flex-start;display:flex;flex-direction:row;font-size:1em;font-weight:300;justify-content:flex-start;line-height:160%;width:100%}.react-tick-icon{background-color:#0fb700;border-radius:50%;color:#fff;font-size:14px!important;margin-right:10px;margin-top:6px}.feedback-footer-left{margin-right:3%;width:70%}.feedback-footer-left p{align-items:center;color:#012555;display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:3%}.feedback-footer-right .event-mentor-cont .event-mentor-img{margin-right:8%;width:30%}.feedback-footer-right .event-mentor-cont .event-mentor-name{margin-right:5%;width:100%}.feedback-footer-right .event-mentor-cont .event-mentor-img img{height:70px;-o-object-fit:cover;object-fit:cover;width:80px}.event-mentor-cont .event-mentor-name h3{color:#2b2f34;font-family:Inter;font-size:20px;font-style:normal;font-weight:600}.event-mentor-cont .event-mentor-name p{color:#505862;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;opacity:.8}.event-deets-cont .event-deets-platform{align-items:center;border:1px solid #f0f0f0;border-radius:12px;display:flex;flex-direction:column;height:120px;justify-content:center;padding:5%;text-align:center;width:35%}.event-deets-date{border:1px solid #f0f0f0;border-radius:12px;height:120px;margin-right:5%;padding:18px 7px;width:60%}.event-deets-date .feedback-details{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.event-deets-date .feedback-details img{margin:5px}.markdown-body{background-color:transparent}.eventCardImg{height:275px;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}@media (max-width:1020px){.event-deets-cont .event-deets-platform p,.event-deets-date .feedback-details p,.feedback-footer-left p,.feedback-footer-right .event-mentor-cont .event-mentor-name h3,.feedback-footer-right .event-mentor-cont .event-mentor-name p{font-size:14px}.events-card-button7{font-size:1.2em;margin:10px 32% 30px}.feedback-footer-left ul{font-size:10px;margin-bottom:8px}.feedback-footer-cont .feedback-footer-right{margin-top:20px;width:100%}.event-deets-date{height:90px;padding:5px;width:50%}.event-deets-cont .event-deets-platform{height:90px;padding:16px;width:40%}.feedback-report .feedback-text-cont h2,.feedback-report .feedback-text-cont p{font-size:11px}.feedback-report .feedback-top-container h2{font-size:20px;text-align:left}.feedback-report-btn{font-size:13px;height:auto;padding:5px 10px;width:200px}.feedback-report{width:60%}.feedback-report .feedback-footer-cont{display:block}.events-top-container{display:block;margin-left:0;margin-right:0}.events-top-container>div{margin:3% auto;text-align:center}.events-top-left button,.events-top-left h1,.events-top-left p{margin:3% auto}.events-card{margin:10px auto;width:40%}.events-top-left{width:90%}}@media (max-width:700px){.event-deets-cont .event-deets-platform p,.event-deets-date .feedback-details p,.feedback-footer-left p,.feedback-footer-right .event-mentor-cont .event-mentor-name h3,.feedback-footer-right .event-mentor-cont .event-mentor-name p{font-size:14px}.events-card-button7{margin:10px 22% 30px}.feedback-footer-left ul{font-size:10px;margin-bottom:8px}.feedback-footer-left{width:100%}.event-deets-date{padding:5px;width:50%}.event-deets-cont .event-deets-platform{padding:16px;width:40%}.feedback-report .feedback-text-cont h2,.feedback-report .feedback-text-cont p{font-size:11px}.feedback-report .feedback-top-container h2{font-size:20px;text-align:left}.feedback-report-btn{font-size:13px;height:auto;padding:5px 10px;width:210px}.feedback-report{margin:auto 0;width:90%}.feedback-report .feedback-footer-cont{display:block}.events-top-left h2{font-size:3 * 80%}.events-top-left h1{font-size:4.5 * 80%}.events-top-left p{font-size:2 * 80%;width:95%}.events-card{margin:2% auto;width:70%}.events-card .events-card-button1{font-size:3 * 80%}.events-card img{width:100%}.events-date{font-size:3.5 * 80%;width:66%}.events-bottom-container{margin-top:50px}.events-footer h1{font-size:5 * 80%}.events-top-right .event-img{height:auto;margin-left:auto;width:200px}.events-bottom-nav-item{margin:2% 0;width:40%}.ws{font-size:2.5 * 80%}.events-card-button1,.events-card-button2,.events-card-button3{font-size:4 * 80%}.events-card-head{font-size:1.6em}.events-card p{font-size:3 * 80%}.events-footer-input{display:block}.events-footer-input .events-footer-input1{font-size:1em;margin:10px 10%;width:80%}.events-footer-btn{font-size:1em;height:52px;margin:10px auto 0;width:40%}.events-card-button5{font-size:12px;height:auto;margin:10px 30% 30px;padding:5px 10px;width:150px}.feedback-report-btn2{height:auto;width:230px}}@media (max-width:550px){.eventCardImg{height:195px}.events-img{margin:auto;width:90%}.events-card{margin:2% auto;width:90%}.events-top-left .events-btn1{font-size:4 * 80%}.ws{font-size:3 * 80%}.events-top-left h2{font-size:5 * 80%}.events-top-left h1{font-size:7 * 80%}.events-top-left p{font-size:3.5 * 80%;width:100%}.events-card-button6{font-size:4 * 80%}.events-footer h1{font-size:9 * 80%}.events-top-container>div{margin:6% auto;text-align:center}.events-top-left button,.events-top-left h1,.events-top-left h2,.events-top-left p{margin:6% auto}.feedback-report .feedback-top-container button{font-size:20px}.mobile-ref{padding-bottom:2.25em}}.exo-cont{box-sizing:border-box}.exp-head{color:#012555;font-family:Inter;font-size:48px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:20px;margin-top:40px;text-align:center}.exp-head-span{color:#2f80ed}.span2{text-decoration:underline;-webkit-text-decoration-color:#f7cf5f;text-decoration-color:#f7cf5f;text-decoration-thickness:10px}.exp-cards{align-items:space-between;display:flex;flex-direction:column;justify-content:space-between;margin-left:5%;width:45%}.exp-right-ss{margin-right:2%;margin-top:5%;width:40%}.exp-card-cont{border:2px solid #e2e2e2;border-radius:12px;margin:30px 0 -10px;padding:24px}.exp-card-cont,.exp-cont{display:flex;flex-direction:row;justify-content:space-between}.exp-card-img{margin-right:3%}.exp-card-head{color:#012555;font-size:1.3vw;font-weight:700;line-height:150%}.exp-card-head,.exp-card-para{font-family:Inter;font-style:normal}.exp-card-para{color:#2b2f34;font-size:1.1vw;font-weight:300;line-height:150%eexp}.mentor-faq-head{margin-top:-10%}@media (max-width:750px){.exp-head{font-size:2em}.exp-cont{display:block}.exp-cards{margin:3% 5%;width:90%}.exp-card-head{font-size:1.2em}.exp-card-para{font-size:1em}.exp-right-ss{margin:0 auto;width:90%}.exp-card-img img{width:80px}.mentor-feedback-head{font-size:1.8em;width:90%}}
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Inter,sans-serif;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.top-\[62\.5\%\]{top:62.5%}.left-1\/2{left:50%}.right-0{right:0}.left-0{left:0}.top-\[112px\]{top:112px}.top-\[62px\]{top:62px}.top-40{top:10rem}.-top-6{top:-1.5rem}.bottom-\[30px\]{bottom:30px}.right-5{right:1.25rem}.top-1\/2{top:50%}.right-0\.5{right:.125rem}.left-0\.5{left:.125rem}.-top-3{top:-.75rem}.-right-2{right:-.5rem}.top-\[97\.5\%\]{top:97.5%}.right-1\/2{right:50%}.bottom-2\.5{bottom:.625rem}.left-1\/3{left:33.333333%}.bottom-2{bottom:.5rem}.bottom-5{bottom:1.25rem}.left-\[40\%\]{left:40%}.right-\[27\%\]{right:27%}.bottom-0{bottom:0}.right-\[11\.5\%\]{right:11.5%}.bottom-12{bottom:3rem}.-right-4{right:-1rem}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.top-6{top:1.5rem}.-right-\[32\.73px\]{right:-32.73px}.-bottom-\[24\.8px\]{bottom:-24.8px}.-left-\[39\.36px\]{left:-39.36px}.bottom-\[30\.19px\]{bottom:30.19px}.top-\[3\.66px\]{top:3.66px}.top-0{top:0}.right-\[42\.14px\]{right:42.14px}.top-16{top:4rem}.-left-\[17px\]{left:-17px}.top-4{top:1rem}.right-\[50\.93px\]{right:50.93px}.bottom-\[139\.58px\]{bottom:139.58px}.left-9{left:2.25rem}.top-\[41\.01px\]{top:41.01px}.-top-3\.5{top:-.875rem}.-left-3\.5{left:-.875rem}.-left-3{left:-.75rem}.-left-\[25px\]{left:-25px}.-bottom-\[52\.87px\]{bottom:-52.87px}.-top-12{top:-3rem}.-right-2\.5{right:-.625rem}.left-7{left:1.75rem}.right-4{right:1rem}.top-\[25\.75\%\]{top:25.75%}.left-\[31\.25\%\]{left:31.25%}.left-\[57\%\]{left:57%}.top-\[54\.16\%\]{top:54.16%}.left-\[58\.75\%\]{left:58.75%}.top-\[15\%\]{top:15%}.left-\[56\.95\%\]{left:56.95%}.right-8{right:2rem}.left-\[54\.3\%\]{left:54.3%}.top-\[53px\]{top:53px}.left-\[32\.43\%\]{left:32.43%}.top-\[530px\]{top:530px}.left-\[58\.33\%\]{left:58.33%}.top-\[482px\]{top:482px}.left-\[24\.51\%\]{left:24.51%}.top-\[116px\]{top:116px}.left-\[5\%\]{left:5%}.top-\[170px\]{top:170px}.left-\[42\.22\%\]{left:42.22%}.top-\[145px\]{top:145px}.left-\[78\.68\%\]{left:78.68%}.top-\[79px\]{top:79px}.left-\[26\.87\%\]{left:26.87%}.top-\[397px\]{top:397px}.left-\[80\.50\%\]{left:80.5%}.top-\[402px\]{top:402px}.left-\[15\.9\%\]{left:15.9%}.left-\[13\.05\%\]{left:13.05%}.top-\[59px\]{top:59px}.left-\[68\.61\%\]{left:68.61%}.top-\[139px\]{top:139px}.left-\[75\.9\%\]{left:75.9%}.top-\[548px\]{top:548px}.left-\[29\.44\%\]{left:29.44%}.top-\[298px\]{top:298px}.left-\[32\%\]{left:32%}.top-\[263\.34px\]{top:263.34px}.left-\[66\.32\%\]{left:66.32%}.top-\[379px\]{top:379px}.left-\[32\.44\%\]{left:32.44%}.top-\[221px\]{top:221px}.top-\[88px\]{top:88px}.-left-\[69px\]{left:-69px}.-right-\[69px\]{right:-69px}.left-\[19\%\]{left:19%}.top-\[65px\]{top:65px}.top-1\/3{top:33.333333%}.left-\[52\.5\%\]{left:52.5%}.top-\[10\%\]{top:10%}.top-\[22\%\]{top:22%}.top-\[20\%\]{top:20%}.left-\[57\.5\%\]{left:57.5%}.top-\[27\.5\%\]{top:27.5%}.left-\[55\%\]{left:55%}.top-\[59\%\]{top:59%}.-right-32{right:-8rem}.-right-7{right:-1.75rem}.top-1\/4{top:25%}.-left-11{left:-2.75rem}.-right-11{right:-2.75rem}.-right-6{right:-1.5rem}.-top-5{top:-1.25rem}.left-\[54\%\]{left:54%}.z-50{z-index:50}.z-10{z-index:10}.-z-10{z-index:-10}.z-\[9999\]{z-index:9999}.-z-50{z-index:-50}.z-0{z-index:0}.-z-20{z-index:-20}.-z-30{z-index:-30}.z-\[100\]{z-index:100}.z-40{z-index:40}.col-span-2{grid-column:span 2/span 2}.mx-auto{margin-left:auto;margin-right:auto}.mx-\[5\.72px\]{margin-left:5.72px;margin-right:5.72px}.my-\[5\.2px\]{margin-bottom:5.2px;margin-top:5.2px}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mt-\[35px\]{margin-top:35px}.mb-1{margin-bottom:.25rem}.mr-auto{margin-right:auto}.mr-1{margin-right:.25rem}.ml-auto{margin-left:auto}.mt-\[30px\]{margin-top:30px}.mr-4{margin-right:1rem}.mt-12{margin-top:3rem}.-mt-4{margin-top:-1rem}.mt-1{margin-top:.25rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-\[10\.8px\]{margin-bottom:10.8px}.mb-\[1\.35px\]{margin-bottom:1.35px}.mb-\[21\.59px\]{margin-bottom:21.59px}.mb-\[8\.1px\]{margin-bottom:8.1px}.mb-auto{margin-bottom:auto}.mt-auto{margin-top:auto}.ml-\[52px\]{margin-left:52px}.mr-\[52px\]{margin-right:52px}.mt-10{margin-top:2.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-\[22px\]{margin-bottom:22px}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-\[5\.5px\]{margin-top:5.5px}.mt-\[18px\]{margin-top:18px}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mt-0{margin-top:0}.-mb-10{margin-bottom:-2.5rem}.mb-4{margin-bottom:1rem}.mt-11{margin-top:2.75rem}.mt-6{margin-top:1.5rem}.mb-1\.5{margin-bottom:.375rem}.mb-9{margin-bottom:2.25rem}.mb-5{margin-bottom:1.25rem}.mt-1\.5{margin-top:.375rem}.mb-\[27px\]{margin-bottom:27px}.ml-28{margin-left:7rem}.mt-\[41px\]{margin-top:41px}.mb-\[40px\]{margin-bottom:40px}.mb-\[4\.8px\]{margin-bottom:4.8px}.mb-\[9\.61px\]{margin-bottom:9.61px}.mb-\[18px\]{margin-bottom:18px}.mt-32{margin-top:8rem}.mb-0\.5{margin-bottom:.125rem}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mr-\[3\.64px\]{margin-right:3.64px}.mb-\[10\.19px\]{margin-bottom:10.19px}.mb-\[2\.5px\]{margin-bottom:2.5px}.mb-\[14\.82px\]{margin-bottom:14.82px}.mb-\[5px\]{margin-bottom:5px}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.mb-\[9\.5px\]{margin-bottom:9.5px}.mb-\[23\.76px\]{margin-bottom:23.76px}.mb-\[5\.72px\]{margin-bottom:5.72px}.mb-\[4\.24px\]{margin-bottom:4.24px}.-mb-4{margin-bottom:-1rem}.ml-\[45px\]{margin-left:45px}.mr-\[45px\]{margin-right:45px}.mt-7{margin-top:1.75rem}.mb-\[15px\]{margin-bottom:15px}.mb-7{margin-bottom:1.75rem}.ml-2{margin-left:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-\[30px\]{height:30px}.h-\[25\.42px\]{height:25.42px}.h-\[24\.75px\]{height:24.75px}.h-\[22px\]{height:22px}.h-\[23\.65px\]{height:23.65px}.h-5{height:1.25rem}.h-\[29\.67px\]{height:29.67px}.h-\[22\.22px\]{height:22.22px}.h-\[25px\]{height:25px}.h-\[76px\]{height:76px}.h-\[26\.73px\]{height:26.73px}.h-\[300px\]{height:300px}.h-\[80vh\]{height:80vh}.h-0{height:0}.h-12{height:3rem}.h-\[68\%\]{height:68%}.h-\[245px\]{height:245px}.h-\[59\.39px\]{height:59.39px}.h-\[8\.74px\]{height:8.74px}.h-\[70px\]{height:70px}.h-\[400px\]{height:400px}.h-\[83\.57px\]{height:83.57px}.h-11{height:2.75rem}.h-\[5\.88px\]{height:5.88px}.h-auto{height:auto}.h-10{height:2.5rem}.h-\[19\.37px\]{height:19.37px}.h-\[16\.05px\]{height:16.05px}.h-\[23\.57px\]{height:23.57px}.h-\[13\.02px\]{height:13.02px}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[330px\]{height:330px}.h-\[42\.31px\]{height:42.31px}.h-\[25\.45px\]{height:25.45px}.h-\[17\.35px\]{height:17.35px}.h-\[23\.72px\]{height:23.72px}.h-\[27\.08px\]{height:27.08px}.h-\[51\.05px\]{height:51.05px}.h-\[27\.36px\]{height:27.36px}.h-\[27\.94px\]{height:27.94px}.h-\[64\.36px\]{height:64.36px}.h-4{height:1rem}.h-\[314px\]{height:314px}.h-\[293\.9px\]{height:293.9px}.h-\[271\.41px\]{height:271.41px}.h-\[51px\]{height:51px}.h-\[140px\]{height:140px}.h-\[50\.76px\]{height:50.76px}.h-\[30\.9px\]{height:30.9px}.h-\[297px\]{height:297px}.h-\[700px\]{height:700px}.h-\[168\.46112px\]{height:168.46112px}.h-\[25\.7px\]{height:25.7px}.h-\[20\.63px\]{height:20.63px}.h-32{height:8rem}.h-\[40\.35px\]{height:40.35px}.h-\[181\.87px\]{height:181.87px}.h-\[37\.49px\]{height:37.49px}.h-\[21\.94px\]{height:21.94px}.h-\[9\.14px\]{height:9.14px}.h-\[480px\]{height:480px}.h-\[30\.15px\]{height:30.15px}.h-\[27\.74px\]{height:27.74px}.h-\[72px\]{height:72px}.h-\[21px\]{height:21px}.h-\[26px\]{height:26px}.h-\[23\.49px\]{height:23.49px}.h-\[18\.94px\]{height:18.94px}.h-6{height:1.5rem}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[calc\(100vh_-_62px\)\]{height:calc(100vh - 62px)}.h-\[50px\]{height:50px}.h-\[42px\]{height:42px}.h-\[42\.72px\]{height:42.72px}.h-\[32\.74px\]{height:32.74px}.h-\[52\.83px\]{height:52.83px}.h-\[67\.38px\]{height:67.38px}.h-\[40px\]{height:40px}.h-\[157px\]{height:157px}.h-\[28px\]{height:28px}.h-\[173px\]{height:173px}.h-\[46px\]{height:46px}.h-\[39\.68px\]{height:39.68px}.h-\[69px\]{height:69px}.h-\[213px\]{height:213px}.h-\[29px\]{height:29px}.h-\[43px\]{height:43px}.h-\[161px\]{height:161px}.h-\[27px\]{height:27px}.h-\[209px\]{height:209px}.h-\[268px\]{height:268px}.h-\[75\.14px\]{height:75.14px}.h-\[309\.89px\]{height:309.89px}.h-\[22\.16px\]{height:22.16px}.h-\[348px\]{height:348px}.h-\[27\.58px\]{height:27.58px}.h-\[327px\]{height:327px}.h-\[45px\]{height:45px}.h-\[335px\]{height:335px}.h-\[28\.71px\]{height:28.71px}.h-\[375\.84px\]{height:375.84px}.h-\[28\.69px\]{height:28.69px}.h-\[272px\]{height:272px}.h-\[20\.96px\]{height:20.96px}.h-52{height:13rem}.h-60{height:15rem}.h-80{height:20rem}.h-\[680px\]{height:680px}.h-24{height:6rem}.h-\[420px\]{height:420px}.h-\[calc\(100vh_-_173px\)\]{height:calc(100vh - 173px)}.h-\[180px\]{height:180px}.h-\[215px\]{height:215px}.h-\[58px\]{height:58px}.h-\[175px\]{height:175px}.h-full{height:100%}.h-2\.5{height:.625rem}.h-2{height:.5rem}.h-\[60px\]{height:60px}.min-h-\[54\.45px\]{min-height:54.45px}.min-h-\[237px\]{min-height:237px}.w-\[80\%\]{width:80%}.w-\[65\%\]{width:65%}.w-\[26px\]{width:26px}.w-\[92\.5\%\]{width:92.5%}.w-\[22\.87px\]{width:22.87px}.w-\[92\.98\%\]{width:92.98%}.w-\[27px\]{width:27px}.w-\[22px\]{width:22px}.w-\[21\.4px\]{width:21.4px}.w-\[92\.54\%\]{width:92.54%}.w-\[91\.22\%\]{width:91.22%}.w-5{width:1.25rem}.w-\[23\.72px\]{width:23.72px}.w-\[32\.26px\]{width:32.26px}.w-\[25px\]{width:25px}.w-\[101\.75\%\]{width:101.75%}.w-\[33\.42px\]{width:33.42px}.w-full{width:100%}.w-2\/3{width:66.666667%}.w-12{width:3rem}.w-\[260px\]{width:260px}.w-5\/6{width:83.333333%}.w-3\/5{width:60%}.w-\[255px\]{width:255px}.w-\[766px\]{width:766px}.w-\[59\.39px\]{width:59.39px}.w-\[12\.82px\]{width:12.82px}.w-\[168\.69px\]{width:168.69px}.w-\[83\.57px\]{width:83.57px}.w-\[5\.88px\]{width:5.88px}.w-\[16\.48px\]{width:16.48px}.w-\[84\.4px\]{width:84.4px}.w-\[49\.98px\]{width:49.98px}.w-\[80\.13px\]{width:80.13px}.w-\[67\.98px\]{width:67.98px}.w-7{width:1.75rem}.w-\[100\%\]{width:100%}.w-\[95\%\]{width:95%}.w-9{width:2.25rem}.w-\[182px\]{width:182px}.w-\[330px\]{width:330px}.w-\[77\%\]{width:77%}.w-\[42\.31px\]{width:42.31px}.w-\[25\.45px\]{width:25.45px}.w-\[31\.24px\]{width:31.24px}.w-\[26\.03px\]{width:26.03px}.w-\[26\.97px\]{width:26.97px}.w-\[135\.74px\]{width:135.74px}.w-\[27\.94px\]{width:27.94px}.w-\[30\.31px\]{width:30.31px}.w-\[124\.33px\]{width:124.33px}.w-\[90\%\]{width:90%}.w-4{width:1rem}.w-\[257\.26px\]{width:257.26px}.w-\[237\.91px\]{width:237.91px}.w-\[51px\]{width:51px}.w-\[180px\]{width:180px}.w-\[45px\]{width:45px}.w-\[27\.4px\]{width:27.4px}.w-11\/12{width:91.666667%}.w-\[440px\]{width:440px}.w-3\/4{width:75%}.w-\[168\.46112px\]{width:168.46112px}.w-\[112\.24px\]{width:112.24px}.w-\[25\.7px\]{width:25.7px}.w-\[106px\]{width:106px}.w-\[42\.17px\]{width:42.17px}.w-\[410px\]{width:410px}.w-\[125\.07px\]{width:125.07px}.w-\[40\.35px\]{width:40.35px}.w-\[217\.02px\]{width:217.02px}.w-\[160\.75px\]{width:160.75px}.w-\[37\.49px\]{width:37.49px}.w-\[138\.98px\]{width:138.98px}.w-\[34px\]{width:34px}.w-\[9\.14px\]{width:9.14px}.w-\[325px\]{width:325px}.w-\[22\.04px\]{width:22.04px}.w-\[26\.51px\]{width:26.51px}.w-\[300px\]{width:300px}.w-\[28px\]{width:28px}.w-\[20px\]{width:20px}.w-\[80px\]{width:80px}.w-\[140\.1px\]{width:140.1px}.w-\[82\.46px\]{width:82.46px}.w-\[120px\]{width:120px}.w-\[88px\]{width:88px}.w-\[70px\]{width:70px}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-\[50px\]{width:50px}.w-\[42px\]{width:42px}.w-\[39\.55px\]{width:39.55px}.w-\[31\.54px\]{width:31.54px}.w-\[48\.9px\]{width:48.9px}.w-\[145\.6px\]{width:145.6px}.w-\[409px\]{width:409px}.w-\[130px\]{width:130px}.w-\[105px\]{width:105px}.w-\[185px\]{width:185px}.w-\[126px\]{width:126px}.w-\[116px\]{width:116px}.w-\[199px\]{width:199px}.w-\[121px\]{width:121px}.w-\[201px\]{width:201px}.w-\[101px\]{width:101px}.w-\[176px\]{width:176px}.w-\[160px\]{width:160px}.w-\[123px\]{width:123px}.w-\[140px\]{width:140px}.w-\[111px\]{width:111px}.w-\[141px\]{width:141px}.w-\[75\.14px\]{width:75.14px}.w-\[228\.71px\]{width:228.71px}.w-\[88\.48px\]{width:88.48px}.w-\[323px\]{width:323px}.w-\[114\.28px\]{width:114.28px}.w-\[275px\]{width:275px}.w-\[133px\]{width:133px}.w-\[121\.58px\]{width:121.58px}.w-\[253\.69px\]{width:253.69px}.w-\[120\.13px\]{width:120.13px}.w-\[232\.3px\]{width:232.3px}.w-\[88\.88px\]{width:88.88px}.w-\[115px\]{width:115px}.w-1\/2{width:50%}.w-\[191\.25px\]{width:191.25px}.w-\[311\.33px\]{width:311.33px}.w-2\.5{width:.625rem}.w-2{width:.5rem}.w-auto{width:auto}.min-w-\[264\.54px\]{min-width:264.54px}.min-w-\[280px\]{min-width:280px}.min-w-\[73\%\]{min-width:73%}.min-w-\[54\.45px\]{min-width:54.45px}.min-w-\[269\.68px\]{min-width:269.68px}.max-w-5xl{max-width:64rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-1\/2{--tw-translate-x:50%}.-translate-y-1\/3,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.-translate-y-\[10\%\]{--tw-translate-y:-10%}.-translate-x-\[57\.5\%\],.-translate-y-\[10\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[57\.5\%\]{--tw-translate-x:-57.5%}.-translate-y-\[20\%\]{--tw-translate-y:-20%}.-translate-x-\[55\%\],.-translate-y-\[20\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[55\%\]{--tw-translate-x:-55%}.-translate-y-\[27\.5\%\]{--tw-translate-y:-27.5%}.-translate-y-\[27\.5\%\],.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.rotate-6{--tw-rotate:6deg}.rotate-6,.rotate-\[13\.71deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[13\.71deg\]{--tw-rotate:13.71deg}.-rotate-\[7deg\]{--tw-rotate:-7deg}.-rotate-\[7deg\],.-rotate-\[9\.4deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-\[9\.4deg\]{--tw-rotate:-9.4deg}.scale-\[1\.25\]{--tw-scale-x:1.25;--tw-scale-y:1.25}.scale-\[1\.25\],.scale-\[1\.5\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.5\]{--tw-scale-x:1.5;--tw-scale-y:1.5}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-stretch{justify-items:stretch}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-x-\[10\.71px\]{-moz-column-gap:10.71px;column-gap:10.71px}.gap-y-1\.5{row-gap:.375rem}.gap-y-1{row-gap:.25rem}.gap-y-2\.5{row-gap:.625rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-y-2{row-gap:.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-3\.5{row-gap:.875rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-\[21px\]{row-gap:21px}.gap-y-\[38\.5px\]{row-gap:38.5px}.gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.gap-x-\[3\.53px\]{-moz-column-gap:3.53px;column-gap:3.53px}.gap-x-\[11\.87px\]{-moz-column-gap:11.87px;column-gap:11.87px}.gap-y-\[22px\]{row-gap:22px}.gap-y-8{row-gap:2rem}.gap-y-7{row-gap:1.75rem}.gap-y-\[7px\]{row-gap:7px}.gap-x-\[6\.73px\]{-moz-column-gap:6.73px;column-gap:6.73px}.gap-x-\[35px\]{-moz-column-gap:35px;column-gap:35px}.gap-y-\[43px\]{row-gap:43px}.gap-x-\[9\.51px\]{-moz-column-gap:9.51px;column-gap:9.51px}.gap-x-\[1\.96px\]{-moz-column-gap:1.96px;column-gap:1.96px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-\[12\.48px\]{row-gap:12.48px}.gap-y-\[38px\]{row-gap:38px}.gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.gap-x-\[11\.27px\]{-moz-column-gap:11.27px;column-gap:11.27px}.gap-x-\[8\.46px\]{-moz-column-gap:8.46px;column-gap:8.46px}.gap-x-\[5px\]{-moz-column-gap:5px;column-gap:5px}.gap-y-\[33px\]{row-gap:33px}.gap-y-9{row-gap:2.25rem}.place-self-center{place-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[12\.0124px\]{border-radius:12.0124px}.rounded-2xl{border-radius:1rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[15px\]{border-radius:15px}.rounded-\[18px\]{border-radius:18px}.rounded-\[18\.6799px\]{border-radius:18.6799px}.rounded-\[3\.95571px\]{border-radius:3.95571px}.rounded-\[6\.40625px\]{border-radius:6.40625px}.rounded-\[14\.0929px\]{border-radius:14.0929px}.rounded-\[14\.2941px\]{border-radius:14.2941px}.rounded-\[8\.57647px\]{border-radius:8.57647px}.rounded{border-radius:.25rem}.rounded-\[18\.0038px\]{border-radius:18.0038px}.rounded-\[5\.14087px\]{border-radius:5.14087px}.rounded-\[5\.70654px\]{border-radius:5.70654px}.rounded-\[8\.22923px\]{border-radius:8.22923px}.rounded-\[3\.65744px\]{border-radius:3.65744px}.rounded-\[6\.83077px\]{border-radius:6.83077px}.rounded-\[7\.33333px\]{border-radius:7.33333px}.rounded-\[9\.3578px\]{border-radius:9.3578px}.rounded-\[10px\]{border-radius:10px}.rounded-\[13\.2907px\]{border-radius:13.2907px}.rounded-\[17\.3366px\]{border-radius:17.3366px}.rounded-xl{border-radius:.75rem}.rounded-\[6\.66667px\]{border-radius:6.66667px}.rounded-r-\[3\.65744px\]{border-bottom-right-radius:3.65744px;border-top-right-radius:3.65744px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.1219px\]{border-width:1.1219px}.border-0{border-width:0}.border-l-2{border-left-width:2px}.border-l{border-left-width:1px}.border-t-\[1\.5px\]{border-top-width:1.5px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#2F80ED\]{--tw-border-opacity:1;border-color:rgb(47 128 237/var(--tw-border-opacity))}.border-\[\#88ACDD\]{--tw-border-opacity:1;border-color:rgb(136 172 221/var(--tw-border-opacity))}.border-\[\#F5F5F5\]{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity))}.border-\[\#E2E2E2\]{--tw-border-opacity:1;border-color:rgb(226 226 226/var(--tw-border-opacity))}.border-\[\#FF7169\]{--tw-border-opacity:1;border-color:rgb(255 113 105/var(--tw-border-opacity))}.border-\[\#022656\]{--tw-border-opacity:1;border-color:rgb(2 38 86/var(--tw-border-opacity))}.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{border-color:rgba(0,0,0,.1)}.bg-\[\#2F80ED\]{--tw-bg-opacity:1;background-color:rgb(47 128 237/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#0077B5\]{--tw-bg-opacity:1;background-color:rgb(0 119 181/var(--tw-bg-opacity))}.bg-\[\#CDFFC9\]{--tw-bg-opacity:1;background-color:rgb(205 255 201/var(--tw-bg-opacity))}.bg-\[\#FFD7F9\]{--tw-bg-opacity:1;background-color:rgb(255 215 249/var(--tw-bg-opacity))}.bg-\[\#FFE3BF\]{--tw-bg-opacity:1;background-color:rgb(255 227 191/var(--tw-bg-opacity))}.bg-\[\#012555\]{--tw-bg-opacity:1;background-color:rgb(1 37 85/var(--tw-bg-opacity))}.bg-\[\#031835\]{--tw-bg-opacity:1;background-color:rgb(3 24 53/var(--tw-bg-opacity))}.bg-\[\#053374\]{--tw-bg-opacity:1;background-color:rgb(5 51 116/var(--tw-bg-opacity))}.bg-\[\#8393A9\]{--tw-bg-opacity:1;background-color:rgb(131 147 169/var(--tw-bg-opacity))}.bg-\[\#003A8C\]{--tw-bg-opacity:1;background-color:rgb(0 58 140/var(--tw-bg-opacity))}.bg-\[\#0447A6\]{--tw-bg-opacity:1;background-color:rgb(4 71 166/var(--tw-bg-opacity))}.bg-\[\#F7CF5F\]{--tw-bg-opacity:1;background-color:rgb(247 207 95/var(--tw-bg-opacity))}.bg-\[\#FFD8D5\]{--tw-bg-opacity:1;background-color:rgb(255 216 213/var(--tw-bg-opacity))}.bg-\[\#EBDFFF\]{--tw-bg-opacity:1;background-color:rgb(235 223 255/var(--tw-bg-opacity))}.bg-\[\#C7F5C4\]{--tw-bg-opacity:1;background-color:rgb(199 245 196/var(--tw-bg-opacity))}.bg-\[\#FEBAB5\]{--tw-bg-opacity:1;background-color:rgb(254 186 181/var(--tw-bg-opacity))}.bg-\[\#FF7169\]{--tw-bg-opacity:1;background-color:rgb(255 113 105/var(--tw-bg-opacity))}.bg-\[\#DCC9FF\]{--tw-bg-opacity:1;background-color:rgb(220 201 255/var(--tw-bg-opacity))}.bg-\[\#945FF6\]{--tw-bg-opacity:1;background-color:rgb(148 95 246/var(--tw-bg-opacity))}.bg-\[\#0FB700\]{--tw-bg-opacity:1;background-color:rgb(15 183 0/var(--tw-bg-opacity))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#e5e0e0\]{--tw-bg-opacity:1;background-color:rgb(229 224 224/var(--tw-bg-opacity))}.bg-\[\#dbd9d9\]{--tw-bg-opacity:1;background-color:rgb(219 217 217/var(--tw-bg-opacity))}.bg-\[\#FAFBFC\]{--tw-bg-opacity:1;background-color:rgb(250 251 252/var(--tw-bg-opacity))}.bg-\[\#25D366\]{--tw-bg-opacity:1;background-color:rgb(37 211 102/var(--tw-bg-opacity))}.bg-\[\#FFF4E6\]{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.bg-\[\#E6F0FF\]{--tw-bg-opacity:1;background-color:rgb(230 240 255/var(--tw-bg-opacity))}.bg-\[\#DFEDFF\]{--tw-bg-opacity:1;background-color:rgb(223 237 255/var(--tw-bg-opacity))}.bg-\[\#02306E\]{--tw-bg-opacity:1;background-color:rgb(2 48 110/var(--tw-bg-opacity))}.bg-\[\#FEF6EE\]{--tw-bg-opacity:1;background-color:rgb(254 246 238/var(--tw-bg-opacity))}.bg-\[\#F2FEEE\]{--tw-bg-opacity:1;background-color:rgb(242 254 238/var(--tw-bg-opacity))}.bg-\[\#EB8A90\]{--tw-bg-opacity:1;background-color:rgb(235 138 144/var(--tw-bg-opacity))}.bg-\[\#E7C45E\]{--tw-bg-opacity:1;background-color:rgb(231 196 94/var(--tw-bg-opacity))}.bg-\[\#AEAEAE\]{--tw-bg-opacity:1;background-color:rgb(174 174 174/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#FFF6A6\]{--tw-gradient-from:#fff6a6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,246,166,0))}.from-\[\#D8FFA6\]{--tw-gradient-from:#d8ffa6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(216,255,166,0))}.from-\[\#FFA6BF\]{--tw-gradient-from:#ffa6bf;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,166,191,0))}.from-\[\#A6FFDC\]{--tw-gradient-from:#a6ffdc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(166,255,220,0))}.from-\[\#FFA6F8\]{--tw-gradient-from:#ffa6f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,166,248,0))}.from-\[\#A6F1FF\]{--tw-gradient-from:#a6f1ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(166,241,255,0))}.from-\[\#015EE1\]{--tw-gradient-from:#015ee1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(1,94,225,0))}.from-\[\#003A8C\]{--tw-gradient-from:#003a8c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,58,140,0))}.from-\[\#FA7748\]{--tw-gradient-from:#fa7748;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(250,119,72,0))}.from-\[\#012555\]{--tw-gradient-from:#012555;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(1,37,85,0))}.from-\[\#4A8FF1\]{--tw-gradient-from:#4a8ff1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(74,143,241,0))}.to-\[\#FFA234\]{--tw-gradient-to:#ffa234}.to-\[\#04D68E\]{--tw-gradient-to:#04d68e}.to-\[\#FF37C1\]{--tw-gradient-to:#ff37c1}.to-\[\#37ADFF\]{--tw-gradient-to:#37adff}.to-\[\#9837FF\]{--tw-gradient-to:#9837ff}.to-\[\#375AFF\]{--tw-gradient-to:#375aff}.to-\[\#2F80ED\]{--tw-gradient-to:#2f80ed}.to-\[\#FE5C55\]{--tw-gradient-to:#fe5c55}.to-\[\#003A8C\]{--tw-gradient-to:#003a8c}.to-\[\#2A80F3\]{--tw-gradient-to:#2a80f3}.bg-\[length\:405\.96px_298\.65px\]{background-size:405.96px 298.65px}.bg-\[length\:324\.76px_129\.71px\]{background-size:324.76px 129.71px}.bg-\[length\:406\.24px_249\.63px\]{background-size:406.24px 249.63px}.bg-\[length\:382px_143px\]{background-size:382px 143px}.bg-\[length\:279\.25px_280\.44px\]{background-size:279.25px 280.44px}.bg-\[length\:316\.17px_146\.54px\]{background-size:316.17px 146.54px}.bg-cover{background-size:cover}.bg-\[length\:315\.27px_231\.38px\]{background-size:315.27px 231.38px}.bg-\[length\:176\.1px_120\.07px\]{background-size:176.1px 120.07px}.bg-\[length\:185\.23px_145\.48px\]{background-size:185.23px 145.48px}.bg-\[length\:329\.67px_170\.52px\]{background-size:329.67px 170.52px}.bg-\[length\:326\.61px_130\.19px\]{background-size:326.61px 130.19px}.bg-\[length\:466\.28px_154\.69px\]{background-size:466.28px 154.69px}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-\[center_top_calc\(-186px\)\]{background-position:center top -186px}.bg-\[left_calc\(-20px\)_top_calc\(-24px\)\]{background-position:left -20px top -24px}.bg-\[left_calc\(-86px\)_top_calc\(-102px\)\]{background-position:left -86px top -102px}.bg-\[left_calc\(-137px\)_top_calc\(-55px\)\]{background-position:left -137px top -55px}.bg-\[left_calc\(-131\.27px\)_top_calc\(-120\.33px\)\]{background-position:left -131.27px top -120.33px}.bg-\[left_calc\(-39\.19px\)_top_calc\(-6px\)\]{background-position:left -39.19px top -6px}.bg-\[center_top_calc\(-40px\)\]{background-position:center top -40px}.bg-\[left_calc\(-58\.32px\)_top_calc\(-160px\)\]{background-position:left -58.32px top -160px}.bg-\[left_calc\(-14\.87px\)_top_calc\(-48\.03px\)\]{background-position:left -14.87px top -48.03px}.bg-\[left_calc\(-46\.31px\)_top_calc\(-62\.89px\)\]{background-position:left -46.31px top -62.89px}.bg-bottom{background-position:bottom}.bg-\[center_top_calc\(-0\.7rem\)\]{background-position:center top -.7rem}.bg-\[center_bottom_calc\(15\%\)\]{background-position:center bottom 15%}.bg-\[center_bottom\]{background-position:bottom}.bg-\[left_calc\(-167\.23px\)_top_calc\(-59\.49px\)\]{background-position:left -167.23px top -59.49px}.bg-no-repeat{background-repeat:no-repeat}.fill-gray-600{fill:#4b5563}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-12{padding:3rem}.p-\[26px\]{padding:26px}.p-1\.5{padding:.375rem}.p-1{padding:.25rem}.p-5{padding:1.25rem}.p-\[18px\]{padding:18px}.p-\[12\.5px\]{padding:12.5px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-\[9\.45px\]{padding-left:9.45px;padding-right:9.45px}.py-\[2\.7px\]{padding-bottom:2.7px;padding-top:2.7px}.py-9{padding-bottom:2.25rem;padding-top:2.25rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-\[10px\]{padding-bottom:10px;padding-top:10px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-\[65px\]{padding-left:65px;padding-right:65px}.px-\[8\.25px\]{padding-left:8.25px;padding-right:8.25px}.py-\[7px\]{padding-bottom:7px;padding-top:7px}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[26px\]{padding-left:26px;padding-right:26px}.py-\[18px\]{padding-bottom:18px;padding-top:18px}.px-\[15\.3725px\]{padding-left:15.3725px;padding-right:15.3725px}.py-\[7\.68627px\]{padding-bottom:7.68627px;padding-top:7.68627px}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.px-\[7\.51082px\]{padding-left:7.51082px;padding-right:7.51082px}.py-\[2\.50361px\]{padding-bottom:2.50361px;padding-top:2.50361px}.px-\[39px\]{padding-left:39px;padding-right:39px}.py-\[34px\]{padding-bottom:34px;padding-top:34px}.px-\[12\.6975px\]{padding-left:12.6975px;padding-right:12.6975px}.py-\[7\.40688px\]{padding-bottom:7.40688px;padding-top:7.40688px}.py-\[17px\]{padding-bottom:17px;padding-top:17px}.px-\[15px\]{padding-left:15px;padding-right:15px}.py-\[26px\]{padding-bottom:26px;padding-top:26px}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.pt-\[100px\]{padding-top:100px}.pb-10{padding-bottom:2.5rem}.pt-16{padding-top:4rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-6{padding-left:1.5rem}.pt-\[39px\]{padding-top:39px}.pb-\[55px\]{padding-bottom:55px}.pt-11{padding-top:2.75rem}.pb-12{padding-bottom:3rem}.pt-9{padding-top:2.25rem}.pb-\[15px\]{padding-bottom:15px}.pt-\[52px\]{padding-top:52px}.pb-\[62px\]{padding-bottom:62px}.pt-\[51px\]{padding-top:51px}.pb-\[194\.15px\]{padding-bottom:194.15px}.pl-\[41px\]{padding-left:41px}.pr-\[41px\]{padding-right:41px}.pl-5{padding-left:1.25rem}.pr-3\.5{padding-right:.875rem}.pr-3{padding-right:.75rem}.pt-7{padding-top:1.75rem}.pb-20{padding-bottom:5rem}.pt-\[38px\]{padding-top:38px}.pb-\[39\.2px\]{padding-bottom:39.2px}.pt-\[34px\]{padding-top:34px}.pb-\[49\.19px\]{padding-bottom:49.19px}.pt-\[27px\]{padding-top:27px}.pt-\[15\.65px\]{padding-top:15.65px}.pr-\[15px\]{padding-right:15px}.pt-\[28\.39px\]{padding-top:28.39px}.pr-\[13\.62px\]{padding-right:13.62px}.pl-\[16\.7px\]{padding-left:16.7px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.-indent-\[1\.3em\]{text-indent:-1.3em}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-logo{font-family:Bai Jamjuree,sans-serif}.text-\[22px\]{font-size:22px}.text-\[11px\]{font-size:11px}.text-\[34\.4185px\]{font-size:34.4185px}.text-\[19\.9585px\]{font-size:19.9585px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[28px\]{font-size:28px}.text-xs{font-size:.75rem;line-height:1rem}.text-\[10\.8111px\]{font-size:10.8111px}.text-base{font-size:1rem;line-height:1.5rem}.text-\[13\.4967px\]{font-size:13.4967px}.text-\[10\.7974px\]{font-size:10.7974px}.text-\[9\.44771px\]{font-size:9.44771px}.text-\[9px\]{font-size:9px}.text-\[13px\]{font-size:13px}.text-\[9\.6px\]{font-size:9.6px}.text-\[40\.4852px\]{font-size:40.4852px}.text-\[10px\]{font-size:10px}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[19\.2157px\]{font-size:19.2157px}.text-\[11\.5294px\]{font-size:11.5294px}.text-\[34px\]{font-size:34px}.text-\[6\.85449px\]{font-size:6.85449px}.text-\[12\.3639px\]{font-size:12.3639px}.text-\[14\.6297px\]{font-size:14.6297px}.text-\[6\.40051px\]{font-size:6.40051px}.text-\[8\.22923px\]{font-size:8.22923px}.text-\[8\.68641px\]{font-size:8.68641px}.text-\[18px\]{font-size:18px}.text-\[16\.6361px\]{font-size:16.6361px}.text-\[15\.5963px\]{font-size:15.5963px}.text-\[31\.1927px\]{font-size:31.1927px}.text-\[8\.47677px\]{font-size:8.47677px}.text-\[11\.3024px\]{font-size:11.3024px}.text-\[9\.88956px\]{font-size:9.88956px}.text-\[15\.5407px\]{font-size:15.5407px}.text-\[10\.596px\]{font-size:10.596px}.text-\[8\.76262px\]{font-size:8.76262px}.text-\[32px\]{font-size:32px}.text-\[17px\]{font-size:17px}.text-\[15\.7812px\]{font-size:15.7812px}.text-\[11\.6889px\]{font-size:11.6889px}.text-\[13\.3588px\]{font-size:13.3588px}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-black{font-weight:900}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-\[29px\]{line-height:29px}.leading-\[14px\]{line-height:14px}.leading-\[26px\]{line-height:26px}.leading-\[44px\]{line-height:44px}.leading-\[31px\]{line-height:31px}.leading-6{line-height:1.5rem}.leading-\[24px\]{line-height:24px}.leading-\[47px\]{line-height:47px}.leading-\[23px\]{line-height:23px}.leading-9{line-height:2.25rem}.leading-\[19px\]{line-height:19px}.leading-\[30px\]{line-height:30px}.leading-\[21px\]{line-height:21px}.leading-\[18px\]{line-height:18px}.leading-4{line-height:1rem}.leading-\[13px\]{line-height:13px}.leading-\[11px\]{line-height:11px}.leading-\[17px\]{line-height:17px}.leading-3{line-height:.75rem}.leading-\[53px\]{line-height:53px}.leading-\[22px\]{line-height:22px}.leading-\[27px\]{line-height:27px}.leading-\[15px\]{line-height:15px}.leading-\[8px\]{line-height:8px}.leading-\[38px\]{line-height:38px}.leading-5{line-height:1.25rem}.leading-\[62px\]{line-height:62px}.tracking-\[1\.37674px\]{letter-spacing:1.37674px}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-tighter{letter-spacing:-.05em}.tracking-\[0\.01em\]{letter-spacing:.01em}.-tracking-\[0\.04em\]{letter-spacing:-.04em}.text-\[\#2F80ED\]{--tw-text-opacity:1;color:rgb(47 128 237/var(--tw-text-opacity))}.text-\[\#595959\]{--tw-text-opacity:1;color:rgb(89 89 89/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#2B2F34\]{--tw-text-opacity:1;color:rgb(43 47 52/var(--tw-text-opacity))}.text-\[\#003A8C\]{--tw-text-opacity:1;color:rgb(0 58 140/var(--tw-text-opacity))}.text-\[\#01306E\]{--tw-text-opacity:1;color:rgb(1 48 110/var(--tw-text-opacity))}.text-\[\#012555\]{--tw-text-opacity:1;color:rgb(1 37 85/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-\[\#262626\]{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity))}.text-\[\#8393A9\]{--tw-text-opacity:1;color:rgb(131 147 169/var(--tw-text-opacity))}.text-\[\#F2F2F2\]{--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity))}.text-\[\#88ACDD\]{--tw-text-opacity:1;color:rgb(136 172 221/var(--tw-text-opacity))}.text-\[\#314F4C\]{--tw-text-opacity:1;color:rgb(49 79 76/var(--tw-text-opacity))}.text-\[\#8C8C8C\]{--tw-text-opacity:1;color:rgb(140 140 140/var(--tw-text-opacity))}.text-\[\#2E80ED\]{--tw-text-opacity:1;color:rgb(46 128 237/var(--tw-text-opacity))}.text-\[\#101828\]{--tw-text-opacity:1;color:rgb(16 24 40/var(--tw-text-opacity))}.text-\[\#0C8C00\]{--tw-text-opacity:1;color:rgb(12 140 0/var(--tw-text-opacity))}.text-\[\#FF2FDE\]{--tw-text-opacity:1;color:rgb(255 47 222/var(--tw-text-opacity))}.text-\[\#E78100\]{--tw-text-opacity:1;color:rgb(231 129 0/var(--tw-text-opacity))}.text-\[\#f7cf5f\]{--tw-text-opacity:1;color:rgb(247 207 95/var(--tw-text-opacity))}.text-\[\#AACDFF\]{--tw-text-opacity:1;color:rgb(170 205 255/var(--tw-text-opacity))}.text-\[\#C5C3C3\]{--tw-text-opacity:1;color:rgb(197 195 195/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-\[\#7A7A7A\]{--tw-text-opacity:1;color:rgb(122 122 122/var(--tw-text-opacity))}.text-\[\#FF7169\]{--tw-text-opacity:1;color:rgb(255 113 105/var(--tw-text-opacity))}.text-\[\#945FF6\]{--tw-text-opacity:1;color:rgb(148 95 246/var(--tw-text-opacity))}.text-\[\#0FB700\]{--tw-text-opacity:1;color:rgb(15 183 0/var(--tw-text-opacity))}.text-\[\#C20A00\]{--tw-text-opacity:1;color:rgb(194 10 0/var(--tw-text-opacity))}.text-\[\#8E3934\]{--tw-text-opacity:1;color:rgb(142 57 52/var(--tw-text-opacity))}.text-\[\#470AB7\]{--tw-text-opacity:1;color:rgb(71 10 183/var(--tw-text-opacity))}.text-\[\#58437F\]{--tw-text-opacity:1;color:rgb(88 67 127/var(--tw-text-opacity))}.text-\[\#30A51C\]{--tw-text-opacity:1;color:rgb(48 165 28/var(--tw-text-opacity))}.text-\[\#3D8A37\]{--tw-text-opacity:1;color:rgb(61 138 55/var(--tw-text-opacity))}.text-\[\#2e80ed\]{--tw-text-opacity:1;color:rgb(46 128 237/var(--tw-text-opacity))}.text-\[\#efc85b\]{--tw-text-opacity:1;color:rgb(239 200 91/var(--tw-text-opacity))}.text-\[\#F7CF5F\]{--tw-text-opacity:1;color:rgb(247 207 95/var(--tw-text-opacity))}.text-\[\#4F4F4F\]{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.text-\[\#FFF9F9\]{--tw-text-opacity:1;color:rgb(255 249 249/var(--tw-text-opacity))}.text-\[\#7F4343\]{--tw-text-opacity:1;color:rgb(127 67 67/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-\[\#022656\]{--tw-text-opacity:1;color:rgb(2 38 86/var(--tw-text-opacity))}.text-\[\#5865F2\]{--tw-text-opacity:1;color:rgb(88 101 242/var(--tw-text-opacity))}.text-\[\#667085\]{--tw-text-opacity:1;color:rgb(102 112 133/var(--tw-text-opacity))}.text-\[\#B93815\]{--tw-text-opacity:1;color:rgb(185 56 21/var(--tw-text-opacity))}.text-\[\#53B915\]{--tw-text-opacity:1;color:rgb(83 185 21/var(--tw-text-opacity))}.text-\[\#A650FF\]{--tw-text-opacity:1;color:rgb(166 80 255/var(--tw-text-opacity))}.text-\[\#2494E2\]{--tw-text-opacity:1;color:rgb(36 148 226/var(--tw-text-opacity))}.text-\[\#FF655B\]{--tw-text-opacity:1;color:rgb(255 101 91/var(--tw-text-opacity))}.text-\[\#159669\]{--tw-text-opacity:1;color:rgb(21 150 105/var(--tw-text-opacity))}.text-\[\#D17303\]{--tw-text-opacity:1;color:rgb(209 115 3/var(--tw-text-opacity))}.text-\[\#F7CD5F\]{--tw-text-opacity:1;color:rgb(247 205 95/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.caret-white{caret-color:#fff}.opacity-80{opacity:.8}.opacity-25{opacity:.25}.shadow-\[0px_3\.9917px_63\.8672px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0px 3.9917px 63.8672px rgba(0,0,0,.25);--tw-shadow-colored:0px 3.9917px 63.8672px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1\.81779px_21\.8135px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{--tw-shadow:0px 1.81779px 21.8135px rgba(0,0,0,.12);--tw-shadow-colored:0px 1.81779px 21.8135px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_36px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0px 4px 36px rgba(0,0,0,.25);--tw-shadow-colored:0px 4px 36px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_9px_28px_8px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 9px 28px 8px rgba(0,0,0,.05);--tw-shadow-colored:0 9px 28px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0px 2px 4px rgba(0,0,0,.08);--tw-shadow-colored:0px 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_9px_28px_8px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0px 9px 28px 8px rgba(0,0,0,.05);--tw-shadow-colored:0px 9px 28px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_6px_28px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{--tw-shadow:0px 6px 28px rgba(0,0,0,.12);--tw-shadow-colored:0px 6px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[11px_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:11px 4px 12px rgba(0,0,0,.25);--tw-shadow-colored:11px 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_64px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0px 4px 64px rgba(0,0,0,.25);--tw-shadow-colored:0px 4px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_24px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{--tw-shadow:0px 2px 24px rgba(0,0,0,.12);--tw-shadow-colored:0px 2px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_63px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0px 4px 63px rgba(0,0,0,.25);--tw-shadow-colored:0px 4px 63px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1\.89072px_34\.0329px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{--tw-shadow:0px 1.89072px 34.0329px rgba(0,0,0,.15);--tw-shadow-colored:0px 1.89072px 34.0329px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2\.2438px_26\.9256px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{--tw-shadow:0px 2.2438px 26.9256px rgba(0,0,0,.12);--tw-shadow-colored:0px 2.2438px 26.9256px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1\.58681px_28\.5626px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0px 1.58681px 28.5626px rgba(0,0,0,.07);--tw-shadow-colored:0px 1.58681px 28.5626px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1\.95746px_23\.4896px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{--tw-shadow:0px 1.95746px 23.4896px rgba(0,0,0,.15);--tw-shadow-colored:0px 1.95746px 23.4896px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_24px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0px 2px 24px rgba(0,0,0,.07);--tw-shadow-colored:0px 2px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_73\.5225px_73\.5225px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0px 73.5225px 73.5225px rgba(0,0,0,.25);--tw-shadow-colored:0px 73.5225px 73.5225px var(--tw-shadow-color)}.shadow-\[0px_73\.5225px_73\.5225px_rgba\(0\2c 0\2c 0\2c 0\.25\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}html{scroll-behavior:smooth}.scroll-adjustment{scroll-margin-top:150px}.subheading-icon{height:35px;width:35px}.placeholder\:text-2xl::-moz-placeholder{font-size:1.5rem;line-height:2rem}.placeholder\:text-2xl::placeholder{font-size:1.5rem;line-height:2rem}.placeholder\:font-medium::-moz-placeholder{font-weight:500}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:leading-\[31px\]::-moz-placeholder{line-height:31px}.placeholder\:leading-\[31px\]::placeholder{line-height:31px}.placeholder\:text-\[\#AEAEAE\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(174 174 174/var(--tw-text-opacity))}.placeholder\:text-\[\#AEAEAE\]::placeholder{--tw-text-opacity:1;color:rgb(174 174 174/var(--tw-text-opacity))}.hover\:bg-\[\#025EE1\]:hover,.hover\:bg-\[\#025ee1\]:hover{--tw-bg-opacity:1;background-color:rgb(2 94 225/var(--tw-bg-opacity))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}@media (prefers-color-scheme:dark){.dark\:fill-gray-300{fill:#d1d5db}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}}@media (min-width:640px){.sm\:bottom-1{bottom:.25rem}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:top-\[57\%\]{top:57%}.md\:-top-10{top:-2.5rem}.md\:top-6{top:1.5rem}.md\:top-\[60\%\]{top:60%}.md\:-right-7{right:-1.75rem}.md\:-left-7{left:-1.75rem}.md\:top-2\.5{top:.625rem}.md\:right-2\.5{right:.625rem}.md\:top-2{top:.5rem}.md\:right-2{right:.5rem}.md\:-top-5{top:-1.25rem}.md\:-right-5{right:-1.25rem}.md\:top-1\/2{top:50%}.md\:-right-\[62px\]{right:-62px}.md\:right-4{right:1rem}.md\:top-52{top:13rem}.md\:left-1\/2{left:50%}.md\:-bottom-7{bottom:-1.75rem}.md\:top-\[46\.5\%\]{top:46.5%}.md\:top-20{top:5rem}.md\:top-\[104px\]{top:104px}.md\:right-64{right:16rem}.md\:bottom-auto{bottom:auto}.md\:top-36{top:9rem}.md\:left-60{left:15rem}.md\:top-40{top:10rem}.md\:-top-7{top:-1.75rem}.md\:-left-4{left:-1rem}.md\:top-24{top:6rem}.md\:top-auto{top:auto}.md\:-bottom-72{bottom:-18rem}.md\:-top-\[42px\]{top:-42px}.md\:-right-\[26px\]{right:-26px}.md\:right-12{right:3rem}.md\:-bottom-10{bottom:-2.5rem}.md\:left-\[15\.07\%\]{left:15.07%}.md\:top-\[264px\]{top:264px}.md\:top-\[128px\]{top:128px}.md\:left-\[73\.75\%\]{left:73.75%}.md\:top-\[322px\]{top:322px}.md\:top-\[79px\]{top:79px}.md\:left-\[31\.66\%\]{left:31.66%}.md\:top-\[85px\]{top:85px}.md\:-left-\[20\%\]{left:-20%}.md\:-right-\[20\%\]{right:-20%}.md\:-right-20{right:-5rem}.md\:-top-3{top:-.75rem}.md\:top-\[35\%\]{top:35%}.md\:-left-36{left:-9rem}.md\:-right-36{right:-9rem}.md\:left-\[45\.85\%\]{left:45.85%}.md\:top-\[111px\]{top:111px}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mx-\[11px\]{margin-left:11px;margin-right:11px}.md\:my-0{margin-bottom:0;margin-top:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-2{margin-bottom:.5rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mb-\[11\.04px\]{margin-bottom:11.04px}.md\:mb-\[6\.22px\]{margin-bottom:6.22px}.md\:mr-0{margin-right:0}.md\:mt-10{margin-top:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mt-\[18px\]{margin-top:18px}.md\:mt-2{margin-top:.5rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-\[42px\]{margin-bottom:42px}.md\:mb-4{margin-bottom:1rem}.md\:mb-0\.5{margin-bottom:.125rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-0{margin-left:0}.md\:mb-14{margin-bottom:3.5rem}.md\:mt-\[9\.4px\]{margin-top:9.4px}.md\:mb-\[51px\]{margin-bottom:51px}.md\:mt-6{margin-top:1.5rem}.md\:mt-3\.5{margin-top:.875rem}.md\:mt-3{margin-top:.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-3\.5{margin-bottom:.875rem}.md\:mb-\[33px\]{margin-bottom:33px}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-\[67px\]{margin-top:67px}.md\:mb-\[40px\]{margin-bottom:40px}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-28{margin-top:7rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:mb-1{margin-bottom:.25rem}.md\:mb-\[11px\]{margin-bottom:11px}.md\:mb-\[38px\]{margin-bottom:38px}.md\:mb-\[27px\]{margin-bottom:27px}.md\:mb-\[77px\]{margin-bottom:77px}.md\:mb-\[50px\]{margin-bottom:50px}.md\:mr-2\.5{margin-right:.625rem}.md\:mr-2{margin-right:.5rem}.md\:mb-\[22px\]{margin-bottom:22px}.md\:mb-\[14\.75px\]{margin-bottom:14.75px}.md\:mb-\[14\.18px\]{margin-bottom:14.18px}.md\:mb-\[22\.11px\]{margin-bottom:22.11px}.md\:mb-\[7\.09px\]{margin-bottom:7.09px}.md\:mb-\[3\.54px\]{margin-bottom:3.54px}.md\:-mt-2{margin-top:-.5rem}.md\:mt-20{margin-top:5rem}.md\:mb-\[100px\]{margin-bottom:100px}.md\:mb-\[30\.93px\]{margin-bottom:30.93px}.md\:mb-\[7\.86px\]{margin-bottom:7.86px}.md\:mb-\[5\.38px\]{margin-bottom:5.38px}.md\:ml-4{margin-left:1rem}.md\:-mb-5{margin-bottom:-1.25rem}.md\:mb-\[54px\]{margin-bottom:54px}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[501\.14px\]{height:501.14px}.md\:h-0{height:0}.md\:h-20{height:5rem}.md\:h-\[375px\]{height:375px}.md\:h-\[88px\]{height:88px}.md\:h-\[12\.95px\]{height:12.95px}.md\:h-\[572px\]{height:572px}.md\:h-\[142px\]{height:142px}.md\:h-14{height:3.5rem}.md\:h-2\.5{height:.625rem}.md\:h-2{height:.5rem}.md\:h-full{height:100%}.md\:h-12{height:3rem}.md\:h-\[33px\]{height:33px}.md\:h-\[26px\]{height:26px}.md\:h-\[40px\]{height:40px}.md\:h-\[22\.1px\]{height:22.1px}.md\:h-\[58px\]{height:58px}.md\:h-\[597px\]{height:597px}.md\:h-\[74px\]{height:74px}.md\:h-11{height:2.75rem}.md\:h-\[30px\]{height:30px}.md\:h-\[41px\]{height:41px}.md\:h-\[45\.09px\]{height:45.09px}.md\:h-\[85px\]{height:85px}.md\:h-\[45\.56px\]{height:45.56px}.md\:h-\[46\.51px\]{height:46.51px}.md\:h-\[107\.16px\]{height:107.16px}.md\:h-9{height:2.25rem}.md\:h-\[371\.74018px\]{height:371.74018px}.md\:h-\[56\.72px\]{height:56.72px}.md\:h-\[302px\]{height:302px}.md\:h-\[128\.19px\]{height:128.19px}.md\:h-\[72\.51px\]{height:72.51px}.md\:h-\[349\.97px\]{height:349.97px}.md\:h-\[95\.98px\]{height:95.98px}.md\:h-\[51px\]{height:51px}.md\:h-5{height:1.25rem}.md\:h-\[46\.3px\]{height:46.3px}.md\:h-\[48\.55px\]{height:48.55px}.md\:h-\[46px\]{height:46px}.md\:h-\[72px\]{height:72px}.md\:h-8{height:2rem}.md\:h-\[53\.36px\]{height:53.36px}.md\:h-\[66\.75px\]{height:66.75px}.md\:h-\[554\.67px\]{height:554.67px}.md\:h-\[26\.82px\]{height:26.82px}.md\:h-\[38\.28px\]{height:38.28px}.md\:h-\[36px\]{height:36px}.md\:h-\[28px\]{height:28px}.md\:h-\[32\.22px\]{height:32.22px}.md\:h-\[calc\(100vh_-_88px\)\]{height:calc(100vh - 88px)}.md\:h-\[97px\]{height:97px}.md\:h-screen{height:100vh}.md\:h-\[92px\]{height:92px}.md\:h-auto{height:auto}.md\:h-\[339\.66px\]{height:339.66px}.md\:h-\[95\.23px\]{height:95.23px}.md\:h-\[35\.69px\]{height:35.69px}.md\:h-36{height:9rem}.md\:h-44{height:11rem}.md\:h-56{height:14rem}.md\:h-\[460px\]{height:460px}.md\:h-16{height:4rem}.md\:h-72{height:18rem}.md\:h-\[406px\]{height:406px}.md\:h-\[91px\]{height:91px}.md\:h-\[525\.38px\]{height:525.38px}.md\:h-\[520px\]{height:520px}.md\:h-\[160px\]{height:160px}.md\:h-52{height:13rem}.md\:min-h-\[77\.09px\]{min-height:77.09px}.md\:w-\[65\%\]{width:65%}.md\:w-full{width:100%}.md\:w-\[52\%\]{width:52%}.md\:w-\[48\%\]{width:48%}.md\:w-1\/3{width:33.333333%}.md\:w-\[68\%\]{width:68%}.md\:w-20{width:5rem}.md\:w-\[90\%\]{width:90%}.md\:w-\[86\%\]{width:86%}.md\:w-\[720px\]{width:720px}.md\:w-auto{width:auto}.md\:w-\[88px\]{width:88px}.md\:w-\[19px\]{width:19px}.md\:w-\[142px\]{width:142px}.md\:w-2\.5{width:.625rem}.md\:w-2{width:.5rem}.md\:w-7{width:1.75rem}.md\:w-\[47\.5\%\]{width:47.5%}.md\:w-\[120px\]{width:120px}.md\:w-\[85px\]{width:85px}.md\:w-\[136px\]{width:136px}.md\:w-\[115\.39px\]{width:115.39px}.md\:w-\[412\.6px\]{width:412.6px}.md\:w-\[58px\]{width:58px}.md\:w-\[597px\]{width:597px}.md\:w-\[62\%\]{width:62%}.md\:w-\[74px\]{width:74px}.md\:w-11{width:2.75rem}.md\:w-\[54px\]{width:54px}.md\:w-\[45px\]{width:45px}.md\:w-\[57\.36\%\]{width:57.36%}.md\:w-\[44\.9px\]{width:44.9px}.md\:w-\[226px\]{width:226px}.md\:w-\[46\.51px\]{width:46.51px}.md\:w-\[50\.47px\]{width:50.47px}.md\:w-\[207px\]{width:207px}.md\:w-\[45\%\]{width:45%}.md\:w-\[40\%\]{width:40%}.md\:w-\[55\%\]{width:55%}.md\:w-9{width:2.25rem}.md\:w-\[58\%\]{width:58%}.md\:w-\[54\.375\%\]{width:54.375%}.md\:w-\[34\.583\%\]{width:34.583%}.md\:w-\[371\.74018px\]{width:371.74018px}.md\:w-\[247\.68px\]{width:247.68px}.md\:w-\[56\.72px\]{width:56.72px}.md\:w-\[229px\]{width:229px}.md\:w-\[83\.83px\]{width:83.83px}.md\:w-\[667\.5px\]{width:667.5px}.md\:w-\[72\.51px\]{width:72.51px}.md\:w-\[417\.61px\]{width:417.61px}.md\:w-\[320px\]{width:320px}.md\:w-\[95\.98px\]{width:95.98px}.md\:w-\[286px\]{width:286px}.md\:w-\[59px\]{width:59px}.md\:w-5{width:1.25rem}.md\:w-\[63\%\]{width:63%}.md\:w-\[41\.77px\]{width:41.77px}.md\:w-\[46px\]{width:46px}.md\:w-3\/4{width:75%}.md\:w-\[29\.625\%\]{width:29.625%}.md\:w-8{width:2rem}.md\:w-1\/2{width:50%}.md\:w-\[42\.4px\]{width:42.4px}.md\:w-\[51px\]{width:51px}.md\:w-\[398\.2px\]{width:398.2px}.md\:w-\[116\.74px\]{width:116.74px}.md\:w-11\/12{width:91.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-\[136\.23px\]{width:136.23px}.md\:w-\[110\%\]{width:110%}.md\:w-\[128px\]{width:128px}.md\:w-\[102\.38px\]{width:102.38px}.md\:w-\[122px\]{width:122px}.md\:w-\[100\.09px\]{width:100.09px}.md\:w-\[103\%\]{width:103%}.md\:w-\[97px\]{width:97px}.md\:w-\[722px\]{width:722px}.md\:w-\[642px\]{width:642px}.md\:w-\[306px\]{width:306px}.md\:w-\[95\.23px\]{width:95.23px}.md\:w-\[128\.13px\]{width:128.13px}.md\:w-\[672px\]{width:672px}.md\:w-\[374px\]{width:374px}.md\:w-\[70\%\]{width:70%}.md\:w-9\/12{width:75%}.md\:w-\[928px\]{width:928px}.md\:w-\[840px\]{width:840px}.md\:w-\[650px\]{width:650px}.md\:w-\[35\%\]{width:35%}.md\:w-\[26\%\]{width:26%}.md\:w-\[29\%\]{width:29%}.md\:min-w-\[77\.09px\]{min-width:77.09px}.md\:basis-1\/2{flex-basis:50%}.md\:translate-x-0{--tw-translate-x:0px}.md\:-translate-y-1\/2,.md\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:-translate-y-1\/2{--tw-translate-y:-50%}.md\:-translate-x-1\/2{--tw-translate-x:-50%}.md\:-translate-x-1\/2,.md\:rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:rotate-0{--tw-rotate:0deg}.md\:scale-\[1\.5\]{--tw-scale-x:1.5;--tw-scale-y:1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:gap-6{gap:1.5rem}.md\:gap-\[54px\]{gap:54px}.md\:gap-\[63px\]{gap:63px}.md\:gap-y-11{row-gap:2.75rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-y-6{row-gap:1.5rem}.md\:gap-y-2\.5{row-gap:.625rem}.md\:gap-y-2{row-gap:.5rem}.md\:gap-y-16{row-gap:4rem}.md\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.md\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.md\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.md\:gap-y-3\.5{row-gap:.875rem}.md\:gap-y-3{row-gap:.75rem}.md\:gap-x-\[19\.22px\]{-moz-column-gap:19.22px;column-gap:19.22px}.md\:gap-x-\[100px\]{-moz-column-gap:100px;column-gap:100px}.md\:gap-y-\[53px\]{row-gap:53px}.md\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.md\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.md\:gap-y-\[33px\]{row-gap:33px}.md\:gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.md\:gap-x-\[21px\]{-moz-column-gap:21px;column-gap:21px}.md\:gap-x-\[13\.24px\]{-moz-column-gap:13.24px;column-gap:13.24px}.md\:gap-x-\[7\.83px\]{-moz-column-gap:7.83px;column-gap:7.83px}.md\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.md\:gap-y-\[98px\]{row-gap:98px}.md\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.md\:gap-y-\[70px\]{row-gap:70px}.md\:gap-y-\[13px\]{row-gap:13px}.md\:gap-x-\[21\.89px\]{-moz-column-gap:21.89px;column-gap:21.89px}.md\:gap-y-\[31\.93px\]{row-gap:31.93px}.md\:gap-x-\[8\.78px\]{-moz-column-gap:8.78px;column-gap:8.78px}.md\:gap-y-12{row-gap:3rem}.md\:gap-x-\[38px\]{-moz-column-gap:38px;column-gap:38px}.md\:gap-y-\[46px\]{row-gap:46px}.md\:gap-y-\[52px\]{row-gap:52px}.md\:gap-y-\[42px\]{row-gap:42px}.md\:gap-y-\[92px\]{row-gap:92px}.md\:gap-y-\[57px\]{row-gap:57px}.md\:gap-y-\[15px\]{row-gap:15px}.md\:overflow-x-hidden{overflow-x:hidden}.md\:rounded-\[18\.1779px\]{border-radius:18.1779px}.md\:rounded-\[20px\]{border-radius:20px}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-\[6\.40625px\]{border-radius:6.40625px}.md\:rounded-\[24\.648px\]{border-radius:24.648px}.md\:rounded-\[25px\]{border-radius:25px}.md\:rounded-\[15px\]{border-radius:15px}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-\[11\.3443px\]{border-radius:11.3443px}.md\:rounded-\[12\.5926px\]{border-radius:12.5926px}.md\:rounded-\[17\.6172px\]{border-radius:17.6172px}.md\:rounded-\[7\.82985px\]{border-radius:7.82985px}.md\:rounded-\[18px\]{border-radius:18px}.md\:rounded-\[21\.9712px\]{border-radius:21.9712px}.md\:rounded-r-\[7\.82985px\]{border-bottom-right-radius:7.82985px;border-top-right-radius:7.82985px}.md\:border-l-0{border-left-width:0}.md\:border-t-2{border-top-width:2px}.md\:bg-\[length\:551\.4px_404\.68px\]{background-size:551.4px 404.68px}.md\:bg-\[length\:308px_210px\]{background-size:308px 210px}.md\:bg-\[length\:323\.96px_254\.43px\]{background-size:323.96px 254.43px}.md\:bg-contain{background-size:contain}.md\:bg-\[length\:462\.35px_184\.3px\]{background-size:462.35px 184.3px}.md\:bg-\[length\:100\%_100\%\]{background-size:100% 100%}.md\:bg-\[center_top_calc\(0px\)\]{background-position:center top 0}.md\:bg-\[left_calc\(-102px\)_top_calc\(-260px\)\]{background-position:left -102px top -260px}.md\:bg-\[left_calc\(-26px\)_top_calc\(-84px\)\]{background-position:left -26px top -84px}.md\:bg-\[left_calc\(-81px\)_top_calc\(-110px\)\]{background-position:left -81px top -110px}.md\:bg-right{background-position:100%}.md\:bg-\[center_top_calc\(-1rem\)\]{background-position:center top -1rem}.md\:bg-\[center_top_calc\(-50px\)\]{background-position:center top -50px}.md\:p-11{padding:2.75rem}.md\:p-6{padding:1.5rem}.md\:p-12{padding:3rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-3\.5{padding:.875rem}.md\:p-3{padding:.75rem}.md\:p-8{padding:2rem}.md\:p-9{padding:2.25rem}.md\:p-7{padding:1.75rem}.md\:p-0{padding:0}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:py-\[21px\]{padding-bottom:21px;padding-top:21px}.md\:px-\[30px\]{padding-left:30px;padding-right:30px}.md\:py-\[16px\]{padding-bottom:16px;padding-top:16px}.md\:px-\[130px\]{padding-left:130px;padding-right:130px}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-2{padding-bottom:.5rem;padding-top:.5rem}.md\:px-\[22px\]{padding-left:22px;padding-right:22px}.md\:py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.md\:py-3{padding-bottom:.75rem;padding-top:.75rem}.md\:px-\[330px\]{padding-left:330px;padding-right:330px}.md\:py-\[82px\]{padding-bottom:82px;padding-top:82px}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:py-1{padding-bottom:.25rem;padding-top:.25rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-\[108px\]{padding-left:108px;padding-right:108px}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-\[7px\]{padding-bottom:7px;padding-top:7px}.md\:py-24{padding-bottom:6rem;padding-top:6rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:px-\[31\.9336px\]{padding-left:31.9336px;padding-right:31.9336px}.md\:py-\[15\.9668px\]{padding-bottom:15.9668px;padding-top:15.9668px}.md\:py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.md\:px-\[65px\]{padding-left:65px;padding-right:65px}.md\:px-\[33px\]{padding-left:33px;padding-right:33px}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.md\:py-\[52px\]{padding-bottom:52px;padding-top:52px}.md\:px-\[10\.6326px\]{padding-left:10.6326px;padding-right:10.6326px}.md\:py-\[3\.54419px\]{padding-bottom:3.54419px;padding-top:3.54419px}.md\:px-\[170px\]{padding-left:170px;padding-right:170px}.md\:px-\[32px\]{padding-left:32px;padding-right:32px}.md\:py-11{padding-bottom:2.75rem;padding-top:2.75rem}.md\:px-\[77px\]{padding-left:77px;padding-right:77px}.md\:py-\[54px\]{padding-bottom:54px;padding-top:54px}.md\:px-\[85px\]{padding-left:85px;padding-right:85px}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:px-44{padding-left:11rem;padding-right:11rem}.md\:pt-\[87px\]{padding-top:87px}.md\:pb-\[76\.09px\]{padding-bottom:76.09px}.md\:pt-5{padding-top:1.25rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-\[62px\]{padding-top:62px}.md\:pb-\[81px\]{padding-bottom:81px}.md\:pt-16{padding-top:4rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pb-\[82px\]{padding-bottom:82px}.md\:pl-\[108px\]{padding-left:108px}.md\:pr-\[66px\]{padding-right:66px}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pt-10{padding-top:2.5rem}.md\:pl-9{padding-left:2.25rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-\[52px\]{padding-top:52px}.md\:pb-\[62px\]{padding-bottom:62px}.md\:pt-11{padding-top:2.75rem}.md\:pb-\[101px\]{padding-bottom:101px}.md\:pb-\[103\.76px\]{padding-bottom:103.76px}.md\:pt-\[35\.98px\]{padding-top:35.98px}.md\:pr-\[13\.62px\]{padding-right:13.62px}.md\:pl-\[15px\]{padding-left:15px}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[23\.6488px\]{font-size:23.6488px}.md\:text-\[18\.3935px\]{font-size:18.3935px}.md\:text-\[22px\]{font-size:22px}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-\[28\.0523px\]{font-size:28.0523px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-\[11\.2842px\]{font-size:11.2842px}.md\:text-\[64px\]{font-size:64px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[40px\]{font-size:40px}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-\[26\.4701px\]{font-size:26.4701px}.md\:text-\[15\.1258px\]{font-size:15.1258px}.md\:text-\[22\.2154px\]{font-size:22.2154px}.md\:text-\[31\.3194px\]{font-size:31.3194px}.md\:text-\[13\.7022px\]{font-size:13.7022px}.md\:text-\[17\.6172px\]{font-size:17.6172px}.md\:text-\[18\.5959px\]{font-size:18.5959px}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[28px\]{font-size:28px}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:text-\[15px\]{font-size:15px}.md\:text-\[12\.4047px\]{font-size:12.4047px}.md\:text-\[52px\]{font-size:52px}.md\:text-\[14\.8138px\]{font-size:14.8138px}.md\:text-\[19\.0463px\]{font-size:19.0463px}.md\:text-\[16\.93px\]{font-size:16.93px}.md\:font-medium{font-weight:500}.md\:font-semibold{font-weight:600}.md\:leading-\[62px\]{line-height:62px}.md\:leading-\[31px\]{line-height:31px}.md\:leading-\[29px\]{line-height:29px}.md\:leading-\[26px\]{line-height:26px}.md\:leading-\[23px\]{line-height:23px}.md\:leading-\[47px\]{line-height:47px}.md\:leading-\[34px\]{line-height:34px}.md\:leading-\[54px\]{line-height:54px}.md\:leading-9{line-height:2.25rem}.md\:leading-\[30px\]{line-height:30px}.md\:leading-6{line-height:1.5rem}.md\:leading-7{line-height:1.75rem}.md\:leading-5{line-height:1.25rem}.md\:leading-\[27px\]{line-height:27px}.md\:leading-\[18px\]{line-height:18px}.md\:leading-\[15px\]{line-height:15px}.md\:leading-\[83\.2px\]{line-height:83.2px}.md\:leading-\[39px\]{line-height:39px}.md\:leading-\[56px\]{line-height:56px}.md\:leading-8{line-height:2rem}.md\:leading-\[83px\]{line-height:83px}.md\:leading-\[38px\]{line-height:38px}.md\:leading-\[42px\]{line-height:42px}.md\:leading-\[58px\]{line-height:58px}.md\:leading-\[73px\]{line-height:73px}.md\:leading-\[25px\]{line-height:25px}.md\:leading-\[21px\]{line-height:21px}.md\:leading-\[22px\]{line-height:22px}.md\:leading-\[19px\]{line-height:19px}.md\:leading-\[63px\]{line-height:63px}.md\:text-\[\#4F4F4F\]{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.md\:text-\[\#2F80ED\]{--tw-text-opacity:1;color:rgb(47 128 237/var(--tw-text-opacity))}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.join-us-cont{background-color:#012555;height:-moz-max-content;height:max-content;min-height:500px;padding-bottom:50px;width:100%}.join-us-head{color:#fff;font-family:Inter;font-size:48px;font-style:normal;font-weight:700;line-height:130%;padding:45px;text-align:center}.join-us-text{color:#eeb53b}.join-us-cards{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.join-us-card-cont{align-items:center;border-radius:15.8473px;box-shadow:0 1.58473px 19.0168px rgba(0,0,0,.12);display:flex;flex-direction:column;height:180px;justify-content:center;margin-top:50px;padding:10px;width:260px}.join-us-card-cont img{margin-top:-50px}.join-us-card-heading{font-size:28.5252px;font-weight:700;line-height:130%}.join-us-card-heading,.join-us-card-para{font-family:Inter;font-style:normal;margin-top:6%;text-align:center}.join-us-card-para{color:#8e0b04;font-size:24px;font-weight:600;line-height:34px}.join-us-card-para2{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:130%;margin-top:5%;text-align:center;width:85%}.join-us-card-cont .para-2-1{color:#8e3934}.join-us-card-cont .para-2-2,.join-us-card-cont .para2{color:#58437f}.join-us-card-cont .para-2-3,.join-us-card-cont .para3{color:#3d8a37}.join-us-card-cont .para-2-4{color:#ff54cb;font-size:15px}.para4{color:#ff54cb}.card1{background:#ffe2e0}.card2{background:#ede3ff}.card3{background:#ebffe9}.card4{background:#ffdcf2}.head1{color:#c20a00}.head2{color:#470ab7}.head3{color:#30a51c}.head4{color:#ff3cc2}.mentor-joinus-btn1{box-shadow:4px -5px 63px 30px hsla(0,0%,100%,.22);font-size:20px;margin:5% auto 1%;width:20%}@media (max-width:1000px){.mentor-joinus-btn1{margin-left:30%;width:40%}}@media (max-width:500px){.join-us-cont{width:100%}.join-us-head{font-size:28px;margin-bottom:1%}.join-us-cards{margin-top:-5px}.join-us-card-heading{font-size:25px;line-height:50px;margin:0}.join-us-card-para{font-size:20px;line-height:20px;margin:0}.join-us-card-cont{height:200px;width:270px}.card1 img,.card3 img,.card4 img{margin-top:-60px}}.landing-view{align-items:flex-start;background-color:#fff;margin-bottom:5%;margin-left:3%;margin-right:3%}.landing-view,.mentor-btn-cont{display:flex;justify-content:space-between}.mentor-btn-cont{align-items:center;width:100%}.mentor-heading{color:#012555;font-size:3vw;font-weight:700;letter-spacing:.01em}.mentor-heading,.mentor-para{font-family:Inter;font-style:normal;line-height:130%;margin-bottom:5%}.mentor-para{color:#595959;font-size:20px;font-weight:400;letter-spacing:.02em}.mentor-ph{position:relative}.landing-mentor-img{margin-top:0;max-width:80%}.mentor-para1{color:#012555;font-family:Bai Jamjuree;font-size:1.8vw;font-style:normal;font-weight:600;line-height:54px;margin-left:1%;margin-top:10%}.uplifting{color:blue}.mentor-btn2{align-items:center;display:flex;justify-content:center;margin-left:3%}.mentor-img img{margin:0 auto}@media (max-width:750px){.landing-view{display:block}.mentor-img img{max-width:80%;min-width:60%}.mentor-heading{font-size:2.5rem;text-align:center}.mentor-para{font-size:16px;text-align:center}.mentor-para1{font-size:1.2em;margin-top:3%;text-align:center}.mentor-btn1{margin:0 auto}}@media (max-width:500px){.mentor-btn2{margin-left:30px}}.opportunities-container{background:#012555;border-radius:25px;height:auto;margin:0 10% 10%;padding-bottom:5%}.opportunities-head{color:#fff;font-family:Inter;font-size:40px;font-style:normal;font-weight:700;line-height:130%;padding-top:52px;text-align:center}.header-span{color:#f7cf5f}.opportunities-para{color:#aacdff;font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:130%;opacity:.8;padding-bottom:50px;padding-top:20px;text-align:center}.opportunity-points-cont{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 10%;padding:0 2%}.opportunity-points{align-items:flex-start;color:#eff6ff;display:flex;font-family:Inter;font-size:20px;font-style:normal;font-weight:300;justify-content:space-between;line-height:130%;margin:2%;width:40%}.opportunity-points .fulltime-tick{height:38px;margin-right:15px;width:30px}.required-cont{flex-direction:row;flex-wrap:wrap;margin:2% 10%;padding:0 2%}.required-points-cont{background:#e4efff;border-radius:13px;margin:5% 10%;padding:2%;position:relative;width:80%}.required-head{color:#2f80ed;font-size:25px;font-weight:600;padding:2%;text-align:center}.required-head,.required-list{font-family:Inter;font-style:normal;line-height:150%}.required-list{color:#2b2f34;font-size:20px;font-weight:500;letter-spacing:-.01em;list-style:square;margin-bottom:3%;margin-left:10%;text-align:left}.apply-now-cont{width:30%}.arrow-img{position:absolute;right:-100px;top:130px}.apply-mentor{color:#fff;font-family:Inter;font-size:25.139px;font-style:normal;font-weight:500;line-height:130%;margin-left:20%;text-align:center}.opportunity-btn1{margin-left:35%;margin-top:10%}.mentor-faq-footer{color:#012555;font-family:Inter;font-size:2.8vw;font-style:normal;font-weight:700;line-height:130%;margin:10% 0 5%}.mentorImage{border-radius:50%;-o-object-fit:cover;object-fit:cover}.companyLogo{margin-left:20%}.mentor-faq-btn{font-size:1.2vw;width:10rem}.fulltime-mentor-btn1{box-shadow:4px -5px 63px 20px hsla(0,0%,100%,.22);font-size:20px;margin:5% auto 1%;width:200px}.benefits-footer{position:relative}.benefits-footer .button-up-img{position:absolute;right:37%;top:70%}.benefits-footer .button-down-img{position:absolute;right:58%;top:20%}@media (max-width:800px){.opportunities-head{font-size:40px}.opportunities-para{font-size:20px}.opportunities-container{border-radius:0;margin:2%}.opportunity-points-cont{display:block;margin:0;padding:0}.opportunity-points{margin-bottom:5%;padding:0 5%;width:100%}.arrow-img{display:none}.required-cont{display:block;margin:0;padding:10px}.required-points-cont{margin:5%;width:90%}.required-list{font-size:15px}.apply-mentor{font-size:20px;margin:0 0 0 20%}.apply-now-cont{width:80%}.opportunity-btn1{margin-bottom:10%;margin-left:30%;width:60%}.mentor-faq-footer{font-size:1.6em;text-align:center}.mentor-faq-btn{font-size:1.2em;width:10rem}.benefits-footer .button-up-img{position:absolute;right:17%;top:65%}.benefits-footer .button-down-img{position:absolute;right:75%;top:0}}.roles-eligibility{align-items:flex-start;display:flex;justify-content:space-around;width:100%}.roles-cont{margin-bottom:5%}.roles-head{color:#012555;font-size:48px;font-weight:700;margin-top:3%}.roles-head,.roles-para{font-family:Inter;font-style:normal;line-height:130%;text-align:center}.roles-para{color:#595959;font-size:24px;font-weight:500;margin-top:1.5%;opacity:.8}.list-start{color:#595959;font-family:Inter;font-size:28px;font-style:normal;font-weight:600;letter-spacing:.02em;line-height:130%;margin-top:9%}.eligible-if{color:#2f80ed}.eligibility-img img{margin-top:15%}.elibility-list{align-items:flex-start;background:#eff6ff;border-radius:12.7604px;display:flex;height:91.45px;height:auto;left:0;margin-top:7%;padding:10px;top:0}.eligibility-list-cont{margin-top:6%}.roles-icon{color:#a5cbff;margin-right:5px;margin-top:3px}@media (max-width:750px){.roles-eligibility{display:block;padding:10px}.roles-eligibility img{margin:4% auto}.roles-eligibility ul{font-size:15px}.roles-head{font-size:40px;text-align:center}.roles-para{font-size:20px;margin-top:3%}}@media (max-width:500px){.roles-eligibility ul{font-size:12px}}@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}.alice-carousel{direction:ltr;margin:auto;position:relative;width:100%}.alice-carousel__wrapper{height:auto;overflow-x:hidden;overflow-y:hidden}.alice-carousel__stage,.alice-carousel__wrapper{box-sizing:border-box;position:relative;width:100%}.alice-carousel__stage{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;margin:0;padding:0;transform-style:flat;-webkit-transform-style:flat;white-space:nowrap}.alice-carousel__stage-item{box-sizing:border-box;display:inline-block;height:100%;line-height:0;margin:0;padding:0;position:relative;vertical-align:top;white-space:normal;width:100%}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{box-sizing:border-box;display:inline-block;padding:10px 5px;width:50%}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:attr(data-area);position:relative;text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{color:#465798;cursor:pointer;display:inline-block;margin:0;padding:5px}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;left:20px;position:absolute;top:30px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;height:32px;padding:10px;position:relative;width:32px}.alice-carousel__play-btn-item{background:transparent;border:0;cursor:pointer;height:32px;outline:none;position:absolute;width:32px}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{border-color:transparent transparent transparent #465798;border-style:solid;border-width:8px 0 8px 15px;content:"";display:block;height:0;pointer-events:none;position:absolute;transition:all .4s linear;width:0}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{left:18px;top:7px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{left:18px;top:0}.alice-carousel__dots{list-style:none;margin:30px 3px 5px;padding:0;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){background-color:#e0e4fb;border-radius:50%;cursor:pointer;height:8px;width:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{background-color:rgba(224,228,251,.6);border-radius:5px;color:#465798;display:inline-block;padding:5px 10px;position:absolute;right:20px;top:20px}.alice-carousel__slide-info-item{line-height:0;vertical-align:middle}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:300 900;src:url(/_next/static/media/Satoshi-Variable.d9396795.woff2) format("woff2"),url(/_next/static/media/Satoshi-Variable.5fada1b1.woff) format("woff"),url(/_next/static/media/Satoshi-Variable.867bce6e.ttf) format("truetype"),url(/_next/static/media/Satoshi-Variable.a521c7ff.eot) format("embedded-opentype")}*{box-sizing:border-box;font-family:Satoshi,sans-serif;margin:0;padding:0}p{margin-bottom:0}.nav-sat-link{color:#fff!important}.card-text{background:#fff}:root{--skyblue:#3081ed;--light-skyblue:#cde2ff;--purple:#945ff6;--ligh-Purple:#dcc9ff;--red-1:#ff7169;--light-red-1:#febab5;--yellowish-grey:#f8b35c;--light-yellowish-grey:#ffdcad;--grey-1:#753b12;--light-grey-1:#fce7b1;--grey-2:#bd8d59;--light-grey-2:#ffeed8;--orange:#f88341;--light-gray-3:#fff8e7;--light-orange-1:#fd9e69;--deep-grey:#5e5e5e;--font-black:#2b2f34;--bg-linear-gradient:linear-gradient(276.97deg,#992fed,#2f80ed);--box-shadow:box-shadow:0px 2px 40px rgba(0,0,0,.08)}.data-analytics-div,.main-div{height:100dvh;padding-top:100px;position:relative;width:100%}.main-div{margin:0 auto;max-width:2000px}@media screen and (max-width:500px){.main-div{padding-top:150px}}.main-div.alt-ds-page .hero-wrapper{min-height:60vh}.main-div.alt-ds-page .hero-wrapper .hero-left-wrapper .hero-heading{width:70%}@media screen and (max-width:500px){.main-div.alt-ds-page .hero-wrapper .hero-left-wrapper .hero-heading{width:100%}}.page-refer_earn,.pioneer-page-div,.sapling-page-div{height:100dvh;padding-top:100px;position:relative;width:100%}@media screen and (max-width:500px){.page-refer_earn .faq-item{overflow:auto}}.hire-from-us{height:100dvh;padding-top:100px;position:relative;width:100%}.hire-from-us .hire-from-us-btn{margin-top:-20px!important}.hire-from-us .hire-from-us-or-text{color:#fff!important;font-size:16px!important;font-weight:900!important;margin-top:0;text-align:center;text-transform:uppercase;width:100%}.hire-from-us .hire-from-us-booking-link{border:1px solid #fff!important;border-radius:6px;color:#fff!important;cursor:pointer;font-size:24px!important;font-weight:500!important;margin-top:0;padding:5px;text-align:center;width:100%}.success-story-page{height:100dvh;padding-top:100px;position:relative;width:100%}.success-story-page ::-webkit-scrollbar{display:none}.success-story-page *{scrollbar-width:none}.error-page{padding-top:150px}.error-page,.scholarship-page{height:100dvh;position:relative;width:100%}.scholarship-page{padding-top:100px}.scholarship-page .hero-content-icon,.scholarship-page .hero-content-icon2{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.become-a-mentor-page{height:100dvh;padding-top:100px;position:relative;width:100%}.become-a-mentor-page .join-us-head{font-size:22px;padding:15px}.become-a-mentor-page .join-us-card-cont{height:220px;margin-bottom:30px;margin-top:0;width:220px}.become-a-mentor-page .join-us-card-cont img{margin-top:0}.become-a-mentor-page .mentor-joinus-btn1{font-size:16px}.become-a-mentor-page .roles-cont .roles-head{font-size:30px}.become-a-mentor-page .roles-cont .roles-para{font-size:16px;padding:0 10px}.become-a-mentor-page .roles-cont .list-start{font-size:16px}.become-a-mentor-page .benefits-cont .benefits-head{font-size:30px}.become-a-mentor-page .benefits-cont .benefits-para{font-size:16px}.become-a-mentor-page .exp-head{font-size:25px}.become-a-mentor-page .opportunities-container .opportunities-head{font-size:30px}.become-a-mentor-page .opportunities-container .opportunities-para,.become-a-mentor-page .opportunities-container .opportunity-points{font-size:16px}.event-page{height:100dvh;padding-top:120px;position:relative;width:100%}.event-page .data-text,.event-page .online-meet-icon,.event-page .time-text{font-size:20px}.component-fixed{background-color:#fff;position:fixed;top:0;z-index:10}.component-not-fixed{position:static}.text .span-blue-text-small{color:#2f80ed!important;font-weight:700}.whatsapp_{position:fixed;top:0}.floating-jam-button{background:transparent;border-radius:50%;bottom:20px;height:200px;left:10px;position:fixed;width:200px}.floating-jam-button .lottie-img{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:1024px){heading-font{font-size:36px!important}}@media only screen and (max-width:500px){.desktop-view{display:none}.mobile-view{display:block}.event-page{padding-top:80px}.event-page .data-text,.event-page .online-meet-icon,.event-page .time-text{font-size:14px}.hire-from-us{padding-top:130px}.hire-from-us .hire-from-us-or-text{color:#fff!important;font-size:14px!important;font-weight:900!important;margin-top:5px!important;text-align:center;text-transform:uppercase;width:100%}.hire-from-us .hire-from-us-booking-link{border:1px solid #fff;border-radius:6px;color:#fff!important;cursor:pointer;font-size:18px!important;font-weight:500!important;margin-top:0;padding:5px;text-align:center;width:100%}.scholarship-page{height:100dvh;padding-top:30px;position:relative;width:100%}.scholarship-page .hero-title-top-scholarship{font-size:22px}.scholarship-page .HeroContent h1{font-size:36px}.scholarship-page .HeroContent p{font-size:28px;line-height:34px;margin-bottom:10px}.scholarship-page .HeroContent ul{margin-top:10px}.scholarship-page .HeroContent ul>li{font-size:20px;margin-bottom:12px}.scholarship-page .HeroContent .hero-content-button{width:100%}.scholarship-page .HeroContent .hero-content-button .hero-content-date-color{font-size:12px;font-weight:900}.scholarship-page .HeroContent .hero-content-button .hero-content-icon2{margin-left:3px}.scholarship-page .HeroContent .hero-content-button .hero-content-icon,.scholarship-page .HeroContent .hero-content-button .hero-content-icon2{align-items:center;display:flex;flex-direction:row;justify-content:center}.scholarship-page .HeroContent .hero-content-button .hero-content-icon p,.scholarship-page .HeroContent .hero-content-button .hero-content-icon2 p{margin-top:8px}.scholarship-page .learn-more-btn{font-size:14px}.scholarship-page .statistics-learn-more{margin:30px auto;padding-left:10%}.mobile-text-center{text-align:center}}@media screen and (min-width:980px){.desktop-view{display:block}.mobile-view{display:none}}#counter{display:flex;font-size:48px;height:1em;overflow:hidden}@media screen and (max-width:768px){#counter{font-size:30px;font-style:normal;font-weight:500;line-height:34px}}.digits{font-size:1em;line-height:1em;list-style-type:none;margin:0;padding:0}.hero-wrapper{align-items:center;background:url(/_next/static/media/purple_arraow.e16eb7db.svg);background-position:60% 43%;background-repeat:no-repeat;background-size:7%;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:50px;margin-top:80px;padding:20px;width:100%}.hero-wrapper .hero-left-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:15px;width:60%}.hero-wrapper .hero-left-wrapper .hero-heading{color:#2b2f34;font-size:50px;font-weight:700;position:relative;width:85%}.hero-wrapper .hero-left-wrapper .hero-heading .heading-span-blue{color:var(--skyblue);font-weight:700}.hero-wrapper .hero-left-wrapper .hero-heading .heading-span-blue .name{text-transform:capitalize}.hero-wrapper .hero-left-wrapper .hero-heading .background-circle{bottom:80px;height:30%;left:-20px;position:absolute;width:25%;z-index:-1}.hero-wrapper .hero-left-wrapper .hero-subheading{color:#595959;font-size:18px;font-weight:500;margin-top:20px;width:75%}.hero-wrapper .hero-left-wrapper .hero-subheading .subheading-gradient{align-items:flex-end;background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;display:flex;gap:2px;justify-content:flex-start;text-transform:uppercase;width:100%;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:19px;font-weight:500;text-transform:none}.hero-wrapper .hero-left-wrapper .seats-text{align-items:center;color:#ef4444;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:flex-start;margin-bottom:6px;margin-top:16px}.hero-wrapper .hero-left-wrapper .seats-text .seats-desc{text-transform:capitalize}.hero-wrapper .hero-left-wrapper .header-content-wrapper{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:space-around;margin:20px 0;padding:10px;width:88%}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;padding:10px;width:48px}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content .header-content-icon :nth-child(n){height:95%;width:95%}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content .header-content-div{margin-left:8px}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content .header-content-heading{color:var(--font-black);font-size:20px;font-weight:700}.hero-wrapper .hero-left-wrapper .header-content-wrapper .header-content .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.hero-wrapper .hero-left-wrapper .hero-left-last-content{display:flex;gap:10px;margin:10px 0}.hero-wrapper .hero-left-wrapper .hero-left-last-content .linkedin-top20{align-items:center;background:#0077b5;border-radius:23px;box-shadow:0 2px 40px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-size:14px;font-weight:600;gap:5px;line-height:150%;padding:10px 20px}.hero-wrapper .hero-left-wrapper .hero-left-last-content .header-special-content{align-items:center;background:#fff;border-radius:23px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#525252;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:center;padding:10px 15px;text-align:center}.hero-wrapper .hero-left-wrapper .hero-left-last-content .header-special-content .ribbon-wrapper{margin-right:0}.hero-wrapper .hero-left-wrapper .hero-left-last-content .header-special-content .ribbon-wrapper .ribbon-outer{margin-bottom:-30px;margin-left:-5px}.hero-wrapper .hero-right-wrapper{align-items:center;background:#fff;border-radius:18px;display:flex;flex-direction:column;justify-content:center;margin:10px 30px 10px -40px;min-width:400px;padding:20px 15px 15px;position:relative;width:30%}.hero-wrapper .hero-right-wrapper .otp-input-box{height:128px;margin-right:10px;width:50px}.hero-wrapper .hero-right-wrapper .otp-input-box .inputOTPStyle{background:hsla(0,12%,95%,.459);border-radius:12.6117px;font-size:16px;font-weight:500;height:50px;width:50px!important}.hero-wrapper .hero-right-wrapper .background-shadow{display:grid;filter:opacity(55%);grid-template-columns:repeat(2,auto);inset:0;place-items:center;position:absolute;z-index:-1}.hero-wrapper .hero-right-wrapper .color{height:90%;width:90%}.hero-wrapper .hero-right-wrapper .color:first-child{box-shadow:0 0 115px hsla(3,100%,71%,.773)}.hero-wrapper .hero-right-wrapper .color:nth-child(2){box-shadow:0 0 115px rgba(148,95,246,.773)}.hero-wrapper .hero-right-wrapper .color:nth-child(3){box-shadow:0 0 115px rgba(55,151,210,.773)}.hero-wrapper .hero-right-wrapper .color:nth-child(4){box-shadow:0 0 115px #ff940a}.hero-wrapper .hero-right-wrapper .hero-right-top-msg{background:#ecf8ff;border-radius:8px;color:#2f80ed;font-size:12px;font-weight:600;margin-bottom:10px;padding:5px 20px}.hero-wrapper .hero-right-wrapper .hero-right-top-msg span{color:red;font-size:14px;margin:0 2px}.hero-wrapper .hero-right-wrapper .confirm-otp{align-items:center;display:flex}.hero-wrapper .hero-right-wrapper .confirm-otp svg{cursor:pointer}.hero-wrapper .hero-right-wrapper .confirm-otp span{color:var(--font-black);font-size:32px;font-weight:700;text-align:center;width:100%}.hero-wrapper .hero-right-wrapper .hero-right-heading{color:var(--font-black);font-size:32px;font-weight:700;margin-bottom:25px;margin-top:15px;text-align:center;width:85%}.hero-wrapper .hero-right-wrapper .hero-right-subheading{color:#818d9d;font-size:16px;font-weight:500;margin-bottom:20px;text-align:center;width:75%}.hero-wrapper .hero-right-wrapper .half-field-container{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:10px 0;width:80%}.hero-wrapper .hero-right-wrapper .half-field-container .hero-input-wrapper{width:50%}.hero-wrapper .hero-right-wrapper .hero-input-wrapper{align-items:center;background-color:hsla(0,12%,95%,.459);border-radius:8px;display:flex;flex-direction:row;justify-content:flex-start;margin:10px 0;padding:0 5px;width:80%}.hero-wrapper .hero-right-wrapper .hero-input-wrapper .select-country{background-color:transparent;font-size:16px;height:100%}.hero-wrapper .hero-right-wrapper .hero-input-wrapper .hero-input-icon{font-size:30px;margin-right:10px}.hero-wrapper .hero-right-wrapper .hero-input-wrapper .hero-input{background-color:hsla(0,12%,95%,.459);border-radius:8px;color:var(--font-black);font-size:16px;font-weight:500;padding:10px;width:100%}.hero-wrapper .hero-right-wrapper .hero-input-text{color:#818d9d;font-size:14px;font-weight:500;margin-top:5px}.hero-wrapper .hero-right-wrapper .hero-input-text-blue{color:var(--skyblue);cursor:pointer;margin-bottom:20px;margin-top:10px}.hero-wrapper .hero-right-wrapper .hero-input-button{align-items:center;background:var(--bg-linear-gradient);border-radius:8px;box-shadow:var(--box-shadow);color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin:15px 0;padding:10px;width:80%}@media only screen and (max-width:1048px){.hero-heading{font-size:32px!important}.hero-right-heading{font-size:24px!important}}@media only screen and (max-width:500px){.hero-wrapper{background:none;height:auto;margin-bottom:25px;margin-top:0}.hero-wrapper,.hero-wrapper .hero-left-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px;width:100%}.hero-wrapper .hero-left-wrapper{text-align:center}.hero-wrapper .hero-left-wrapper .hero-heading{background-position:0;background-size:35%;font-size:24px!important;font-weight:600;line-height:140%;width:100%}.hero-wrapper .hero-left-wrapper .hero-subheading{align-items:center;font-size:14px;justify-content:center;margin-bottom:10px;margin-top:0;width:90%}.hero-wrapper .hero-left-wrapper .hero-subheading .subheading-gradient{font-size:15px;text-align:left}.hero-wrapper .hero-left-wrapper .seats-text{margin:0}.hero-wrapper .hero-left-wrapper .header-content-wrapper{align-items:center;display:block;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:scroll;width:100vw}.hero-wrapper .hero-left-wrapper .header-special-content{align-items:center;background:#fff;border-radius:23px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#525252;display:none;display:flex;flex-direction:row;font-size:10px;font-weight:700;justify-content:flex-start;margin:8px 0;padding:5px 15px 5px 10px}.hero-wrapper .hero-left-wrapper .header-special-content .ribbon-wrapper{margin-right:0}.hero-wrapper .hero-left-wrapper .header-special-content .ribbon-wrapper .ribbon-outer{margin-bottom:-20px;margin-left:-5px;transform:scale(.85)}.hero-wrapper .hero-right-wrapper{margin:10px;min-width:92%;padding:14px 5px 5px;width:92%}.hero-wrapper .hero-right-wrapper .hero-right-top-msg{background:#ecf8ff;border-radius:8px;color:#2f80ed;font-size:10px;font-weight:600;margin-bottom:0;margin-top:8px;padding:5px 10px;text-align:center}.hero-wrapper .hero-right-wrapper .hero-right-top-msg span{color:red;font-size:14px;margin:0 2px}.hero-wrapper .hero-right-wrapper .hero-gradient-heading{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;margin-bottom:5px;margin-top:20px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px}.hero-wrapper .hero-right-wrapper .hero-right-heading{font-size:20px;font-weight:600;margin-bottom:5px;margin-top:10px;width:80%}.hero-wrapper .hero-right-wrapper .hero-right-subheading{font-size:13px;margin-bottom:8px;margin-top:5px;width:85%}.hero-wrapper .hero-right-wrapper .hero-input-wrapper{width:80%}.hero-wrapper .hero-right-wrapper .hero-input-wrapper .hero-input{font-size:14px}.hero-wrapper .hero-right-wrapper .hero-input-text{color:#818d9d;font-size:12px;font-weight:500;margin-top:5px}.hero-wrapper .hero-right-wrapper .hero-input-text-blue{color:var(--skyblue);font-size:12px;margin-bottom:20px;margin-top:5px}.hero-wrapper .hero-right-wrapper .hero-input-button{font-size:15px;font-weight:700;margin-bottom:20px;padding:8px 40px}.header-content-wrapper-mobile-outer{overflow-x:scroll;width:100vw}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:15px 0;overflow-x:scroll;padding:5px 5px 5px 25px;scrollbar-width:none;width:-moz-max-content;width:max-content}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:flex-start;margin-right:10px;padding:10px 15px}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:37px;justify-content:center;padding:5px;width:37px}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content .header-content-icon :nth-child(n){height:95%;width:95%}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content .header-content-div{margin-left:8px}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content .header-content-heading{color:var(--font-black);font-size:15px;font-weight:700}.header-content-wrapper-mobile-outer .header-content-wrapper-mobile .header-content .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.header-content-wrapper-mobile-outer::-webkit-scrollbar{display:none}.linkedin-top20{align-items:center;background:#0077b5;border-radius:23px;box-shadow:0 2px 40px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-size:14px;font-weight:600;gap:3px;line-height:150%;margin-bottom:3px;padding:7px 15px}.header-special-content-mobile-outer{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center;width:90%}.header-special-content-mobile-outer .header-special-content-mobile{align-items:center;align-items:stretch;background:#fff;border-radius:23px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#525252;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start;margin:10px 0;padding:5px 15px;width:-moz-fit-content;width:fit-content}.header-special-content-mobile-outer .header-special-content-mobile .ribbon-wrapper{margin-right:0;transform:scale(1)}.header-special-content-mobile-outer .header-special-content-mobile .ribbon-wrapper .ribbon-outer{margin-bottom:-30px;margin-left:-5px}.hero-margin{margin-top:100px}}.college-input-field{align-items:start;display:flex;flex-direction:column;justify-content:start;padding:10px 15px;width:100%}.search-results-container{border:1px solid rgba(25,118,210,.08);border-radius:5px;margin:auto;max-height:300px;overflow-y:scroll}.search-results-container .search-result{border-bottom:1px solid rgba(25,118,210,.08);cursor:pointer;letter-spacing:1px;padding:6px 16px .25em}.search-results-container .search-result:last-child{border:none}.search-results-container .search-result:hover{background-color:rgba(25,118,210,.08);border:1px solid rgba(25,118,210,.08);color:#2f80ed}.search-results-container .college-name{font-size:15px;margin-bottom:0}.search-results-container .college-location{font-size:12px}.college-field-container{background-color:hsla(0,12%,95%,.459);border-radius:8px;margin:10px 0;width:82%}.college-field-container .hero-input{color:var(--font-black);font-size:16px;font-weight:500;padding:10px 22px}.clg-input-wrapper,.college-field-container .hero-input{background-color:hsla(0,12%,95%,.459);border-radius:8px;width:100%}.clg-input-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding:0 5px}.create-college-name{background-color:rgba(25,118,210,.08);border-radius:5px;cursor:pointer;font-size:15px;letter-spacing:1px;padding:6px 16px;width:100%}.create-college-name span{color:#2f80ed;font-size:16px;font-weight:600}@media screen and (max-width:500px){.tally-embed-wrapper{height:400px}}.download-brochure-button-offline{font-size:16px}.download-brochure-button-offline,.offline-brochure-button-mobile{border:1px solid #2f80ed;border-radius:30px;color:#2f80ed;cursor:pointer;font-weight:600;padding:10px 20px}.offline-brochure-button-mobile{font-size:12px;margin-top:20px}.marquee-banner-offline{background:#2f80ed;color:#fff;font-size:14px;font-weight:600;margin:0 -30px;padding:10px;text-align:center}@media screen and (max-width:500px){.marquee-banner-offline{background:#2f80ed;color:#fff;font-size:14px;font-weight:600;margin:0 -10px;padding:10px}}.testimonials-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:30px 0 40px}.testimonials-wrapper .testimonials-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;padding:10px 45px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.testimonials-wrapper .testimonials-header-slideButton-wrapper{align-items:center;align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;padding:0 40px;width:100%}.testimonials-wrapper .testimonials-header-slideButton-wrapper .testimonials-header{color:#2b2f34;font-size:42px;font-weight:700;width:60%}.testimonials-wrapper .testimonials-header-slideButton-wrapper .testimonials-header .blue-span{color:var(--skyblue);font-size:42px;font-weight:700}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:20px}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-left,.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-right{border:1px solid rgba(0,0,0,.2);border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);cursor:pointer;font-size:32px;padding:10px;transition:transform 1ms ease-in;z-index:2}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-left:active,.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-right:active{box-shadow:0 2px 40px rgba(0,0,0,.3);transform:scale(.8)}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-left:hover,.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-right:hover{box-shadow:0 2px 40px rgba(0,0,0,.2)}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder .slide-button-right{margin-left:20px}.testimonials-wrapper .testimonials-slides-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:30px;overflow-x:scroll;overflow-y:hidden;padding:25px 0 25px 15px;scroll-behavior:smooth;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper{align-items:center;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:row;justify-content:flex-start;margin-right:30px;min-width:655px!important;padding-left:5px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;width:30%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .name{color:var(--font-black);font-size:20px;font-weight:700;margin-bottom:10px;text-align:center;width:70%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .company-logo{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:30px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .linkedIn-handel,.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .youtube-handel{align-items:center;background:#012555;border:1px solid transparent;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;height:35px;justify-content:center;transition:transform 1ms ease-in-out;width:35px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .linkedIn-handel:active,.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .youtube-handel:active{transform:scale(.9)}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .linkedIn-handel{margin-right:5px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .youtube-handel{margin-left:5px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .social-handels-Detail .youtube-handel-2{align-items:center;background:"transparent";color:#012555;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;width:35px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-left .pofile-img{align-items:center;border-radius:50%;display:flex;flex-direction:row;justify-content:center;overflow:hidden}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right{align-items:flex-start;background-color:#fff;border-bottom-right-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:20px;width:70%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .testimonials-slide-header{color:var(--font-black);font-size:28px;font-weight:700;margin-bottom:10px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:20px;text-align:center;width:80%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text .display-text-left,.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text .display-text-right{align-items:center;border-radius:6px;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:700;justify-content:center;padding:10px;text-align:center;text-transform:uppercase;width:auto}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text .display-text-left div,.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text .display-text-right div{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-right:6px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .display-text .display-text-right{margin-left:15px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper .slide-right .testimonials-slide-text{color:#595959;font-size:14px;font-weight:500}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra{align-items:center;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:row;justify-content:flex-start;margin-right:20px;min-height:400px;min-width:650px!important;overflow:hidden;padding-left:5px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-left-extra{align-items:flex-start;background:#e0fff9;display:flex;flex-direction:column;justify-content:center;margin-left:-5px;min-height:400px;min-width:30%;overflow:hidden;position:relative}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-left-extra .top-img{align-items:center;display:flex;flex-direction:row;justify-content:center;position:absolute;top:15px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-left-extra .mid-text-1{color:#012555;font-size:26px;font-weight:900;margin-bottom:10px;position:absolute;text-align:center;top:17%;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-left-extra .mid-text-2{color:#012555;font-size:26px;font-weight:500;line-height:26px;margin-bottom:70px;padding:10px;position:absolute;text-align:center;top:27%;width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-left-extra .bottom-img{align-items:center;align-items:flex-end;bottom:40px;display:flex;flex-direction:row;justify-content:center;left:0;margin-top:0;position:absolute;transform:scale(2.5);width:100%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-right-extra{padding:20px;width:70%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-right-extra .heading-text{color:#012555;font-size:28px;font-weight:700;margin-bottom:20px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-right-extra .subheading-text{color:#595959;font-size:14px;font-weight:500;margin-bottom:40px}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-right-extra .button-read-more{align-items:center;background-color:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;margin-top:10px;padding:10px;width:40%}.testimonials-wrapper .testimonials-slides-wrapper .slide-wrapper-extra .slide-right-extra .button-read-more .text{margin-right:5px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view{display:none}.testimonials-wrapper .testimonials-slides-wrapper::-webkit-scrollbar{background:transparent;display:none;height:0;width:100px}@media only screen and (max-width:1024px){.testimonials-header,.testimonials-header .blue-span{font-size:36px!important}}@media only screen and (max-width:500px){.testimonials-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:10px 10px 30px}.testimonials-wrapper .testimonials-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;padding:2px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px}.testimonials-wrapper .testimonials-header-slideButton-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px;width:100%}.testimonials-wrapper .testimonials-header-slideButton-wrapper .testimonials-header{color:#2b2f34;font-size:24px!important;font-weight:700;text-align:center;width:100%}.testimonials-wrapper .testimonials-header-slideButton-wrapper .testimonials-header .blue-span{color:var(--skyblue);font-size:24px!important;font-weight:700}.testimonials-wrapper .testimonials-header-slideButton-wrapper .slides-button-holder,.testimonials-wrapper .testimonials-slides-wrapper{display:none}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:20px;overflow-x:scroll;overflow-y:hidden;padding:20px 10px;scroll-behavior:smooth;width:99%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;margin-right:20px;min-width:300px!important}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top{align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:row;justify-content:flex-start;padding:16px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .testimonials-slide-header{color:#012555;font-size:18px!important;font-weight:700;width:75%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:25%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .pofile-img{align-items:center;border-radius:50%;display:flex;flex-direction:row;justify-content:center;overflow:hidden;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:10px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .linkedIn-handel,.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .youtube-handel{align-items:center;background:#012555;border:1px solid transparent;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;height:30px;justify-content:center;transition:transform 1ms ease-in-out;width:30px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .youtube-handel-2{align-items:center;background:"transparent";color:#012555;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;width:35px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .youtube-handel-2 span{align-items:center;display:flex;flex-direction:row;justify-content:center}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .linkedIn-handel:active,.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .youtube-handel:active{transform:scale(.9)}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .linkedIn-handel{margin-right:5px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-top .slide-top-right-wrapper .social-handels-Detail .youtube-handel{margin-left:5px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;padding:16px;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:20px;text-align:center;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text .display-text-left,.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text .display-text-right{align-items:center;border-radius:6px;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:700;justify-content:center;padding:10px;text-align:center;text-transform:uppercase;width:auto}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text .display-text-left div,.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text .display-text-right div{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-right:6px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .display-text .display-text-right{margin-left:15px}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-mid .testimonials-slide-text{color:#595959;font-size:14px;font-weight:500;text-align:center;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-bottom{align-items:center;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;justify-content:center;width:100%}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view .slide-wrapper .slide-bottom .name{color:#012555;font-size:18px;font-weight:700}.testimonials-wrapper .testimonials-slides-wrapper-mobile-view::-webkit-scrollbar{background:transparent;display:none;height:0;width:100px}}.course-offering-wrapper{align-items:center;background:#ebf8ff;display:flex;flex-direction:column;justify-content:center;padding:50px 0 70px;width:100%}.course-offering-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:1rem}.course-offering-wrapper .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:50px}.course-offering-wrapper .heading-text .span-blue{color:var(--skyblue);font-size:42px;font-weight:700}.course-offering-wrapper .heading-text-2{margin-bottom:0!important}.course-offering-wrapper .sub-heading-text{color:#595959;margin-bottom:0}.course-offering-wrapper .course-option{display:flex;gap:10px;justify-content:center;margin-top:1rem;padding-bottom:0;width:100%}.course-offering-wrapper .course-option.first-course-option{margin-bottom:10px}.course-offering-wrapper-2{background-color:#fff}.course-offering-wrapper-2 .select-profession{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:2rem 0}.course-offering-wrapper-2 .clear-all,.course-offering-wrapper-2 .select-profession-radio{align-items:center;border:2px solid #fff;border-radius:.5rem;box-shadow:0 2px 40px rgba(0,0,0,.06);display:flex;gap:.5rem;justify-content:flex-start;padding:.75rem 1.25rem;transition:all .3s;width:-moz-fit-content;width:fit-content}.course-offering-wrapper-2 .clear-all:hover,.course-offering-wrapper-2 .select-profession-radio:hover{border-color:#2f80ed;color:#2f80ed!important;cursor:pointer}.course-offering-wrapper-2 .clear-all:hover span,.course-offering-wrapper-2 .select-profession-radio:hover span{color:#2f80ed!important;transition:all .3s}.course-offering-wrapper-2 .courses-chip{background-color:rgba(47,128,237,.12);color:#2f80ed}.course-offering-wrapper-2 .courses-chip,.course-offering-wrapper-2 .gradient-chip{border-radius:3rem;display:block;margin:1rem auto;padding:.5rem 1.5rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.course-offering-wrapper-2 .gradient-chip{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:45px;color:#fff;transition:opacity .3s ease}.course-offering-wrapper-2 .gradient-chip.show{opacity:1}.course-offering-wrapper-2 .clear-all{opacity:0;transition:opacity .3s ease}.course-offering-wrapper-2 .clear-all.show{opacity:1}.course-template-new{border:1px solid hsla(0,0%,89%,.5);border-radius:.5rem;box-shadow:0 0 32px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;margin:2rem 10px 10px;position:relative;width:400px}.course-template-new .course-type{background-color:#ceecff;border-radius:.25rem;color:#2f80ed;font-size:.8rem;left:50%;min-width:130px;padding:.35rem .6rem;position:absolute;text-align:center;text-transform:uppercase;top:-1rem;transform:translateX(-50%);width:-moz-fit-content;width:fit-content;z-index:10}.course-template-new .course-template-left{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;flex:.5;padding:1.5rem 1.5rem 0;position:relative}.course-template-new .course-template-left .mobile-icon{display:block;position:absolute;right:0;top:0}.course-template-new .course-template-bottom{gap:1rem!important;margin:0 auto!important;width:100%!important}.course-template-new .icon{color:#86b8d8;font-size:3rem}.course-template-new .course-template-left h2{font-size:20px;font-weight:700!important;margin:1rem 0}.course-template-new .chip-flex{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;width:100%}.course-template-new .chip{align-items:center;background-color:#ceecff;border-radius:.25rem;color:#2f80ed;display:flex;font-size:.8rem;gap:.35rem;margin:1rem 0;padding:.35rem .6rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.course-template-new .left-text{color:#565656;padding:0 1.5rem 1rem}.course-template-new .course-template-right{display:flex;flex:1;flex-direction:column}.course-template-new .icon-flex{align-items:center;display:flex;font-size:1rem;gap:.5rem;justify-content:flex-start;margin-bottom:1rem}.course-template-new .icon-size{font-size:1.1rem;margin:0}.course-template-new .curriculum-div{border-bottom:.5px solid rgba(0,0,0,.2);border-top:.5px solid rgba(0,0,0,.2);flex:.5;padding:1.5rem 1.5rem .5rem}.course-template-new .chev-icon{color:#565656;font-size:.7rem;margin-top:-.85rem}.course-template-new .course-accordian-flex{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.course-template-new .curriculum-arr{display:flex;flex-direction:column;height:auto;justify-content:space-between;overflow:hidden;transition:height .3s ease-out}.course-template-new .check-flex{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.course-template-new .check-flex p{color:#565656;font-size:.8rem}.course-template-new .check-icon{color:#2f80ed;font-size:1rem}.course-template-new .course-template-bottom{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 1rem;padding-bottom:1.5rem;width:100%}.course-template-new .template-bottom-curriculum{align-items:center;background-color:#ceecff;border-radius:4px;display:flex;flex:1;gap:.5rem;justify-content:center;padding:.75rem .15rem;width:100%}.course-template-new .template-bottom-curriculum .text{color:#2f80ed;font-size:.85rem}.course-template-new .template-bottom-curriculum .icon{color:#2f80ed;font-size:1rem}.course-template-new .template-bottom-learnMore{align-items:center;background-color:#2f80ed;border-radius:4px;display:flex;flex:1;gap:.5rem;justify-content:center;padding:.75rem .15rem;width:100%}.course-template-new .template-bottom-learnMore .text{color:#fff;font-size:.85rem}.course-template-new .template-bottom-learnMore .icon{color:#fff;font-size:1rem}@media only screen and (max-width:1100px){.course-template-left{border-bottom-left-radius:0!important;border-top-right-radius:.5rem!important;flex:.5!important;padding:.75rem .15rem}.course-template-left .icon{color:#86b8d8;font-size:2rem;margin-bottom:.5rem}.course-template-left .course-template-left h2{font-size:.8rem;margin:.5rem 0}.course-template-left .chip{font-size:.8rem}.course-template-left .chip p{font-size:.6rem;margin:0}.course-template-left .left-text{color:#565656;font-size:.8rem}.course-template-left .course-template-right{flex:.8!important}.icon-size{font-size:1rem!important}.icon-flex h1{font-size:.8rem!important}.course-template-new{border:1px solid hsla(0,0%,89%,.5);border-radius:.5rem;display:flex;margin:.5rem;width:650px}.template-bottom-curriculum{background-color:#ceecff;padding:.75rem .15rem;width:100%}.template-bottom-curriculum .text{color:#2f80ed;font-size:.7rem}.template-bottom-curriculum .icon{font-size:.7rem}.template-bottom-learnMore{padding:.75rem .15rem}.template-bottom-learnMore .icon,.template-bottom-learnMore .text{font-size:.7rem}}@media only screen and (max-width:990px){.course-offering-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:50px 0;width:100%}.course-offering-wrapper .gradient-text{font-size:12px;margin-bottom:1rem}.course-offering-wrapper .heading-text{font-size:26px;margin-bottom:25px;text-align:center;width:90%}.course-offering-wrapper .heading-text .span-blue{font-size:26px}.course-offering-wrapper .course-option{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:0;width:95%}.course-offering-wrapper .course-option.first-course-option{margin-bottom:0}.course-offering-wrapper .sub-heading-text{display:none}.course-offering-wrapper-2{background-color:#fff}.course-offering-wrapper-2 .select-profession{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}.course-offering-wrapper-2 .clear-all,.course-offering-wrapper-2 .select-profession-radio{width:100%}.course-offering-wrapper-2 .clear-all{margin-left:auto;width:-moz-fit-content;width:fit-content}.course-offering-wrapper-2 .course-template-new{width:85%}}@media only screen and (max-width:650px){.course-template-new{flex-direction:column;width:95%!important}.course-offering-wrapper .mobile-chip{margin-top:-3rem!important}.course-offering-wrapper .heading-text{font-size:20px;margin-bottom:20px}.course-offering-wrapper .heading-text .span-blue{font-size:20px}.course-template-bottom{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 1rem;padding-bottom:1.5rem;width:100%}.template-bottom-curriculum{align-items:center;background-color:#ceecff;border-radius:.5rem;display:flex;gap:.5rem;justify-content:flex-start;padding:.75rem .15rem;width:100%}.template-bottom-curriculum .text{color:#2f80ed}.template-bottom-curriculum .icon{color:#2f80ed;font-size:1rem!important}.template-bottom-learnMore{align-items:center;background-color:#2f80ed;border-radius:.5rem;display:flex;gap:.5rem;justify-content:flex-start;padding:.75rem .15rem}.template-bottom-learnMore .text{color:#fff}.template-bottom-learnMore .icon{color:#fff;font-size:1rem!important}}.companies-logo-wrapper{margin-top:60px;padding:0;text-align:center;width:100%}.companies-logo-wrapper .companies-logo-gradient{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.companies-logo-wrapper .companies-logo-heading{color:#2b2f34;font-size:42px;font-weight:700}.companies-logo-wrapper .companies-logo-heading .span-blue{color:var(--skyblue);font-size:42px;font-weight:700}.companies-logo-wrapper .companies-logo-text{color:#595959;font-size:18px}.companies-logo-wrapper .logo-wrapper{margin-top:25px;width:100%}.companies-logo-wrapper .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:30px auto;width:100%}.companies-logo-wrapper .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.companies-logo-wrapper .logo-wrapper .companies-logo .logo-holder img{height:60px;width:200px}.companies-logo-wrapper .role-change-company{color:#2f80ed;font-size:42px;font-weight:700}.companies-logo-wrapper .companies-placement-report-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:22px;font-weight:500;justify-content:center;margin:30px auto;padding:10px 30px}.companies-logo-wrapper .companies-placement-report-btn .icon{font-size:30px;margin-left:10px}.carousel-indicators{margin-top:40px!important}.carousel-indicators button{background-color:#c7eaff!important;border-bottom:none!important;border-radius:50%!important;border-top:none!important;height:10px!important;width:10px!important}.carousel-indicators button.active{background-color:#2f80ed!important}.carousel-control-next,.carousel-control-prev{display:none}@media only screen and (max-width:500px){.companies-logo-wrapper{margin-top:50px;padding:0 0 20px;width:100%}.companies-logo-wrapper .companies-logo-gradient{font-size:12px;margin:8px auto;text-align:center}.companies-logo-wrapper .companies-logo-heading{font-size:24px;text-align:center}.companies-logo-wrapper .companies-logo-heading .span-blue{color:var(--skyblue);font-size:24px;font-weight:700}.companies-logo-wrapper .companies-logo-text{font-size:14px;margin:8px 0;text-align:center}.companies-logo-wrapper .show-more-section{align-items:center;color:var(--skyblue);display:flex;flex-direction:row;font-size:12px;justify-content:center}.companies-logo-wrapper .placement-report-button{align-items:center;background:var(--skyblue);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;justify-content:center;margin:15px auto;padding:8px 30px;transition:transform .1s ease-in-out}.companies-logo-wrapper .role-change-company{color:#2f80ed;font-size:26px;font-weight:700}.companies-logo-wrapper .logo-wrapper{margin-top:25px;width:100%}.companies-logo-wrapper .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:15px auto;width:100%}.companies-logo-wrapper .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.companies-logo-wrapper .logo-wrapper .companies-logo .logo-holder img{height:30px;width:100px}.companies-logo-wrapper .companies-placement-report-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;margin:30px auto;padding:10px;width:50%}.companies-logo-wrapper .companies-placement-report-btn .icon{font-size:20px;margin-left:10px}}.mentorpage-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:40px;overflow:hidden;padding:50px 65px}.mentorpage-wrapper .mentorpage-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;padding:0 20px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:10px}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper{align-items:center;align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;padding:0 20px;width:100%}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header{color:#2b2f34;font-size:42px;font-weight:700;width:55%}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header .blue-span{color:var(--skyblue);font-size:42px;font-weight:700;margin-right:10px}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header .italic-blue{font-family:IBM Plex Sans,sans-serif;font-style:italic}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-text{color:#595959;font-size:18px;font-weight:500}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:20px}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left,.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right{border:1px solid rgba(0,0,0,.2);border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);cursor:pointer;font-size:32px;padding:10px;transition:transform 1ms ease-in;z-index:2}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left:active,.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right:active{box-shadow:0 2px 40px rgba(0,0,0,.3);transform:scale(.8)}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left:hover,.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right:hover{box-shadow:0 2px 40px rgba(0,0,0,.2)}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right{margin-left:20px}.mentorpage-wrapper .mentorpage-slides-wrapper{align-items:center;align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-left:20px;overflow-x:scroll;overflow-y:hidden;padding:25px 10px;scroll-behavior:smooth;width:99%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper{align-items:flex-start;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;margin-right:30px;margin-top:30px;min-width:380px!important;padding-bottom:10px;position:relative}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .profile-img{align-items:center;background:#fff;border-radius:50%;display:flex;filter:drop-shadow(0 2px 40px rgba(0,0,0,.08));flex-direction:row;height:75px;justify-content:center;left:30px;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:absolute;top:-40px;width:75px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .header-color-div{border-top-left-radius:10px;border-top-right-radius:10px;height:8px;position:absolute;top:0;width:100%;z-index:-10}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper{align-items:flex-start;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:0 30px;width:100%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:26px;justify-content:flex-end;margin-top:24px;transition:transform .1s ease-in-out;width:100%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel div{align-items:center;background:#0177b5;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:8px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .name{color:#000;font-size:24px;font-weight:700;margin-top:0}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .profession{color:#595959;font-size:16px;font-weight:600;margin-top:5px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .details{color:#595959;font-size:16px;font-weight:500;margin-bottom:10px;margin-top:5px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:5px 0}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .position{color:#2b2f34;font-size:16px;font-weight:500;padding-right:8px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .company-logo{align-items:center;border-left:2px solid #595959;display:flex;flex-direction:row;justify-content:flex-end;padding:0 8px}.mentorpage-wrapper .mentorpage-slides-wrapper::-webkit-scrollbar{background:transparent;display:none;height:0;width:100px}@media only screen and (max-width:500px){.mentorpage-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:40px;overflow:hidden;padding:0 0 15px}.mentorpage-wrapper .mentorpage-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;padding:3px 8px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:0;text-align:center}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:5px 8px;text-align:center;width:100%}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header{color:#2b2f34;font-size:24px;font-weight:700;margin-bottom:8px;width:100%}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header .blue-span{color:var(--skyblue);font-size:24px;font-weight:700;margin-right:10px}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-text{color:#595959;font-size:14px;font-weight:500}.mentorpage-wrapper .mentorpage-header-slideButton-wrapper .slides-button-holder{display:none}.mentorpage-wrapper .mentorpage-slides-wrapper{align-items:stretch;display:flex;margin-left:25px;overflow-x:scroll;overflow-y:hidden;padding:20px 10px 40px;scroll-behavior:smooth;width:99%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper{align-items:flex-start;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;margin-right:20px;margin-top:30px;min-width:300px!important;position:relative}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .profile-img{align-items:center;background:#fff;border-radius:50%;display:flex;filter:drop-shadow(0 2px 40px rgba(0,0,0,.08));flex-direction:row;height:70px;justify-content:center;left:40px;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:absolute;top:-35px;width:70px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .header-color-div{border-top-left-radius:10px;border-top-right-radius:10px;height:8px;width:100%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:100px;padding:0 10px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel{align-items:center;display:flex;flex-direction:row;font-size:26px;justify-content:flex-end;margin-top:15px;width:100%}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel div{align-items:center;background:#0177b5;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:5px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .name{color:#000;font-size:24px;font-weight:700;margin-top:2px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .profession{color:#595959;font-size:14px;font-weight:600;margin-top:5px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .details{color:#595959;font-size:14px;font-weight:500;margin-top:5px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:5px 0}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .position{color:#2b2f34;font-size:14px;font-weight:500;padding-right:8px}.mentorpage-wrapper .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .company-logo{align-items:center;border-left:2px solid #595959;display:flex;flex-direction:row;justify-content:center;padding:0 8px}}.certificate-section-wrapper{align-items:center;background:#fef7e6;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;padding:20px 80px;width:100%}.certificate-section-wrapper .certificate-section-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:5px;width:50%}.certificate-section-wrapper .certificate-section-left .section-left-top{align-items:center;background:#fce7b1;border-radius:45px;color:#753b11;display:flex;flex-direction:row;font-size:16px;font-weight:900;justify-content:flex-start;padding:8px 20px;position:relative;text-transform:uppercase}.certificate-section-wrapper .certificate-section-left .section-left-top div{left:20px;position:absolute;top:8px}.certificate-section-wrapper .certificate-section-left .section-left-top .text{margin-left:40px}.certificate-section-wrapper .certificate-section-left .section-left-mid{color:#2b2f34;font-size:42px;font-weight:700;margin:20px 0}.certificate-section-wrapper .certificate-section-left .section-left-mid .span-orange{color:#ff7169;font-weight:900}.certificate-section-wrapper .certificate-section-left .section-left-mid .only-mobile{display:none}.certificate-section-wrapper .certificate-section-left .section-left-bottom{color:#595959;font-size:18px;font-weight:500}.certificate-section-wrapper .certificate-section-right{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:50%}@media only screen and (max-width:1024px){.section-left-mid{font-size:36px!important}}@media screen and (max-width:500px){.certificate-section-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;padding:40px 10px 20px}.certificate-section-wrapper .certificate-section-left{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px;width:100%}.certificate-section-wrapper .certificate-section-left .section-left-top{align-items:center;display:flex;flex-direction:row;font-size:14px;justify-content:center;padding:8px 10px}.certificate-section-wrapper .certificate-section-left .section-left-mid{color:#2b2f34;font-size:24px;font-weight:700;margin:10px;text-align:center;width:100%}.certificate-section-wrapper .certificate-section-left .section-left-mid p{font-size:24px!important}.certificate-section-wrapper .certificate-section-left .section-left-mid .only-web{display:none}.certificate-section-wrapper .certificate-section-left .section-left-mid .only-mobile{display:inline}.certificate-section-wrapper .certificate-section-left .section-left-bottom{color:#595959;font-size:14px;font-weight:500;margin:0 8px;text-align:center}.certificate-section-wrapper .certificate-section-right{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:100%}}.statistics-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:2000px;overflow:hidden;padding-bottom:50px;padding-left:60px;padding-top:40px;width:100%}.statistics-wrapper .statistics-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-right:30px;padding-left:20px;width:45%}.statistics-wrapper .statistics-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;margin-bottom:10px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.statistics-wrapper .statistics-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:30px;width:85%}.statistics-wrapper .statistics-left .heading .span-blue{color:var(--skyblue);font-size:42px;font-weight:700}.statistics-wrapper .statistics-left .heading .span-green{color:var(--Teal-500,#15b79e);font-family:IBM Plex Sans,sans-serif;font-size:42px;font-style:italic;font-weight:700;letter-spacing:-.48px;line-height:150%}.statistics-wrapper .statistics-left .topics{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;row-gap:30px}.statistics-wrapper .statistics-left .topics .topic-container{align-items:center;-moz-column-gap:18px;column-gap:18px;display:grid;grid-template-columns:auto auto;justify-content:flex-start}.statistics-wrapper .statistics-left .topics .topic-container .icon{background-color:#d2edff;border-radius:8px;height:50px;padding:8px;width:50px}.statistics-wrapper .statistics-left .topics .topic-container .icon .img{height:100px;width:100px}.statistics-wrapper .statistics-left .topics .topic-container .text{color:#595959;font-size:18px;font-weight:500}.statistics-wrapper .statistics-right{margin-right:5px;position:relative;width:50%}.statistics-wrapper .statistics-right .gradient{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);height:100%;left:0;position:absolute;top:0;width:200px;z-index:1000}.statistics-wrapper .statistics-right .slides-wrapper{align-items:center;background:linear-gradient(90deg,hsla(0,0%,100%,.843),hsla(0,0%,100%,0));background-position:0;background-repeat:no-repeat;background-size:5%;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;overflow:-moz-scrollbars-none;overflow:-ms-scrollbars-none;overflow-x:scroll;overflow-y:hidden;padding-left:15px;position:relative;scroll-snap-type:x mandatory;width:100%}.statistics-wrapper .statistics-right .slides-wrapper .box-shadow-box{min-height:100%;min-width:10%;position:fixed;z-index:10}.statistics-wrapper .statistics-right .slides-wrapper .slide-body{align-items:center;border:2px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-right:20px;min-width:280px;overflow:hidden;position:relative;scroll-snap-align:center;z-index:-1}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .clip-path-div{clip-path:ellipse(150px 100px at 50% 50%);height:100%;position:absolute;top:-140px;width:100%;z-index:-1}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .icon-1{align-items:center;display:flex;flex-direction:row;height:250px;justify-content:center;min-width:280px;position:relative}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .heading{font-size:40px;font-weight:900}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .text{color:#4f4f4f;font-size:23px;font-weight:500;margin-bottom:15px}.statistics-wrapper .statistics-right .slides-wrapper::-webkit-scrollbar{background:transparent;height:0;width:0}.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left{width:100%}.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left .heading,.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left .span-green{font-size:36px!important;width:100%}@media screen and (max-width:1024px){.statistics-left .heading{font-size:36px!important}}@media screen and (max-width:500px){.statistics-wrapper{padding:30px 0 10px 10px}.statistics-wrapper,.statistics-wrapper .statistics-left{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.statistics-wrapper .statistics-left{margin-right:0;padding-left:0}.statistics-wrapper .statistics-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;margin-bottom:10px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px}.statistics-wrapper .statistics-left .heading{color:#2b2f34;font-size:26px!important;font-weight:700;margin:0 10px;text-align:center;width:90%}.statistics-wrapper .statistics-left .heading .span-blue{color:var(--skyblue);font-size:26px;font-weight:700}.statistics-wrapper .statistics-left .heading .span-green{color:var(--Teal-500,#15b79e);font-family:IBM Plex Sans,sans-serif;font-size:26px;font-style:italic;font-weight:700;letter-spacing:-.48px;line-height:150%}.statistics-wrapper .statistics-left .topics{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:20px 0 10px;padding:0 20px 20px;padding-left:0!important}.statistics-wrapper .statistics-left .topics .topic-container{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr auto}.statistics-wrapper .statistics-left .topics .topic-container .icon{background-color:#d2edff;border-radius:8px;height:35px;padding:8px;width:35px}.statistics-wrapper .statistics-left .topics .topic-container .icon .img{transform:scale(1)}.statistics-wrapper .statistics-left .topics .topic-container .text{color:#595959;font-size:14px;font-weight:500}.statistics-wrapper .statistics-right{margin-right:5px;width:100%}.statistics-wrapper .statistics-right .gradient{width:100px}.statistics-wrapper .statistics-right .slides-wrapper{align-items:center;background:linear-gradient(90deg,hsla(0,0%,100%,.841),hsla(0,0%,100%,0));background-position:0;background-repeat:no-repeat;background-size:10%;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;overflow:-moz-scrollbars-none;overflow:-ms-scrollbars-none;overflow-x:scroll;overflow-y:hidden;padding-left:15px;position:relative;scroll-snap-type:x mandatory;width:100%}.statistics-wrapper .statistics-right .slides-wrapper .box-shadow-box{min-height:100%;min-width:10%;position:fixed;z-index:10}.statistics-wrapper .statistics-right .slides-wrapper .slide-body{align-items:center;border:2px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-right:20px;min-width:220px;overflow:hidden;position:relative;scroll-snap-align:center;z-index:-1}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .clip-path-div{clip-path:ellipse(150px 100px at 50% 50%);height:100%;position:absolute;top:-130px;width:100%;z-index:-1}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .icon-1{align-items:center;display:flex;flex-direction:row;height:180px;justify-content:center;min-width:180px;position:relative}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .heading{font-size:28px;font-weight:900}.statistics-wrapper .statistics-right .slides-wrapper .slide-body .text{color:#4f4f4f;font-size:18px;font-weight:500;margin-bottom:15px}.statistics-wrapper .statistics-right .slides-wrapper::-webkit-scrollbar{background:transparent;height:0;width:0}.statistics-wrapper.cyber-security-statistics-wrapper{padding-left:0}.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left{width:calc(100% - 32px)}.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left .heading,.statistics-wrapper.cyber-security-statistics-wrapper .statistics-left .span-green{font-size:24px!important;line-height:unset;width:100%}}.studentwall-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:60px;width:100%}.studentwall-wrapper .studentwall-text-gradient{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.studentwall-wrapper .studentwall-heading{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px}.studentwall-wrapper .studentwall-text{color:#595959;font-size:18px;font-weight:500}.studentwall-wrapper .studentwall-content-wrapper{align-items:center;align-items:stretch;display:flex;flex-direction:row;justify-content:center;margin-top:20px;overflow-x:auto;padding-bottom:40px;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper{align-items:flex-start;background:#fff;border:2px solid #d7d7d7;border-radius:10px;box-shadow:5px 9px 40px rgba(0,0,0,.08);display:flex;flex-direction:column;justify-content:center;margin:8px;padding:20px;width:440px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-left{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:.6fr 4fr}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-left .profile-img{align-items:center;border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;height:60px;justify-content:center;margin-right:10px;overflow:hidden;width:60px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-left .deatils{margin-right:10px;width:95%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-left .deatils .name{color:#000;font-size:20px;font-weight:700}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-left .deatils .profile{color:#676767;font-size:16px;font-weight:500}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-right{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:40px;justify-content:center;width:40px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-content{align-items:center;color:#676767;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin:10px 0}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-bottom{align-items:center;color:#676767;display:flex;flex-direction:row;font-size:12px;font-weight:400;justify-content:flex-start;width:100%}.studentwall-wrapper .studentwall-content-wrapper.only-mobile{display:none}.wall-wrapper{align-items:center;display:flex;justify-content:center}@media screen and (max-width:1300px){.wall-wrapper{margin-top:-8rem;transform:scale(.7)!important}}@media screen and (max-width:1024px){.studentwall-heading{color:#2b2f34;font-size:36px!important;font-weight:700;margin-bottom:2px}}@media screen and (max-width:500px){.studentwall-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;margin-top:30px;padding:0}.studentwall-wrapper .studentwall-text-gradient{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:2px}.studentwall-wrapper .studentwall-heading{color:#2b2f34;font-size:26px!important;font-weight:700;margin-bottom:2px;text-align:center!important}.studentwall-wrapper .studentwall-text{color:#595959;font-size:14px;font-weight:500;margin-bottom:20px;text-align:center;width:90%}.studentwall-wrapper .studentwall-content-wrapper.only-mobile{display:flex;flex-direction:column;flex-wrap:wrap;height:68vh;justify-content:center;margin-top:120px}.studentwall-wrapper .studentwall-content-wrapper.only-web{display:none}.studentwall-wrapper .studentwall-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:flex-start;margin-top:0;overflow-x:auto;padding-bottom:0}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:-moz-max-content;height:max-content;justify-content:center;overflow-x:scroll;padding-bottom:30px;width:-moz-min-content;width:min-content}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper{align-items:center;background:#fff;border:2px solid #d7d7d7;border-radius:10px;box-shadow:5px 9px 40px rgba(0,0,0,.08);display:flex;flex-direction:column;justify-content:center;margin:5px;min-width:300px;padding:10px;width:250px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-top .profile-img{align-items:center;border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;height:50px;justify-content:center;margin-right:10px;overflow:hidden;width:50px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-top .card-linkedin{align-items:center;border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;height:30px;justify-content:center;margin-right:10px;overflow:hidden;width:30px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-bottom{margin-top:10px;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-bottom .name{color:#000;font-size:14px;font-weight:700}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-head .card-header-bottom .profile{color:#676767;font-size:10px;font-weight:700}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-content{align-items:center;color:#676767;display:flex;flex-direction:row;font-size:10px;font-weight:500;justify-content:center;margin:10px 0}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer .card-wrapper .card-bottom{align-items:center;color:#676767;display:flex;flex-direction:row;font-size:8px;font-weight:400;justify-content:flex-start;width:100%}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer:first-child{padding-left:20px}.studentwall-wrapper .studentwall-content-wrapper .card-wrapper-outer:last-child{padding-right:20px}}.faq{background:#fff;overflow-x:hidden;padding:50px 10%;position:relative;width:100%}.faq .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:16px;font-weight:700;margin-bottom:12px;text-align:center;text-transform:uppercase;width:100%}.faq .blue-chip{background:rgba(0,130,245,.08);border-radius:30px;color:#0082f5;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin:auto auto 12px;padding:6px 20px;text-align:center;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.faq .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:32px;text-align:center;width:100%}.pg-faq{width:100%}.pg-faq .gradient-text{display:none}.pg-faq .heading-text{margin-bottom:0;text-align:left}.pg-faq .sub-heading-text{color:var(--Text-100,#8c9aac);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal;margin-bottom:64px}.flex-container{display:flex;gap:32px}@media screen and (max-width:500px){.flex-container{flex-direction:column}}.flex-container .left-programs{display:flex;flex-direction:column;gap:0;height:auto;position:relative;width:260px}@media screen and (max-width:500px){.flex-container .left-programs{width:100%}}.flex-container .left-programs .program-div{border-left:2px solid #eaecf0;cursor:pointer;padding:10px 16px;transition:all .3s ease}.flex-container .left-programs .program-div .text{color:#889bae;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:24px}.flex-container .left-programs .program-div.active,.flex-container .left-programs .program-div:hover{background-color:rgba(0,130,245,.08);border-bottom-right-radius:8px;border-color:#0082f5;border-top-right-radius:8px}.flex-container .left-programs .program-div.active .text,.flex-container .left-programs .program-div:hover .text{color:#0082f5}.flex-container .left-programs .bottom-left-cbr{align-items:center;background:rgba(143,79,255,.08);border-radius:12px;bottom:0;display:flex;flex-direction:column;gap:16px;height:500px;justify-content:center;left:0;padding:12px;position:absolute;width:100%}.flex-container .left-programs .bottom-left-cbr .purple-text{color:#8e4fff;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.6px;line-height:normal;text-align:center}.flex-container .left-programs .bottom-left-cbr .purple-btn{align-items:center;background:#8e4fff;border-radius:8px;display:flex;gap:8px;justify-content:center;padding:8px 16px;width:100%}.flex-container .left-programs .bottom-left-cbr .purple-btn .text{color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:24px;transition:all .3s ease}.flex-container .left-programs .bottom-left-cbr .purple-btn .icon{color:#fff;font-size:20px}.flex-container .left-programs .bottom-left-cbr .bottom-phone-icon{bottom:0;position:absolute;right:0}.flex-container .faqs{flex:2}.flex-container .faqs .faq-item{margin-top:0}.faq-item{border:1px solid #eaecf0;border-radius:12px;margin:16px auto;padding:16px;width:100%}.faq-item .aside{font-size:12px;padding-top:10px}.faq-question{align-items:center;color:#2b2f34;cursor:pointer;display:flex;flex-direction:row-reverse;font-size:20px;font-weight:700;gap:16px;justify-content:flex-start;width:100%}.faq-question .faq-question-tag{width:100%}.faq-arrow{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:25px;justify-content:center;transform:rotate(0deg);transition:all .3s ease-in-out;width:25px}.rotate{transform:rotate(45deg)}.faq-answer{color:#595959;font-size:16px;font-weight:500;margin-top:0;padding:10px 10px 10px 42px;width:100%}@media(max-width:500px){.faq{margin:5px auto;overflow-x:hidden;padding:30px 16px;width:100%}.faq .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:12px;font-weight:700;margin-bottom:12px;text-align:center;text-transform:uppercase;width:90%}.faq .heading-text{color:#2b2f34;font-size:26px;font-weight:700;margin-bottom:20px;text-align:center;width:100%}.pg-faq{padding:0 0 32px}.pg-faq .gradient-text{display:none}.pg-faq .heading-text{font-size:24px;margin-bottom:0;text-align:left;width:100%}.pg-faq .sub-heading-text{font-size:16px;font-weight:400;letter-spacing:-.72px;margin-bottom:20px;margin-top:6px;width:100%}.faq-item{border-bottom:1px solid #ccc;padding:16px;width:100%}.faq-question{align-items:center;color:#2b2f34;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:space-between;width:100%}.faq-question .faq-question-tag{width:100%}.faq-arrow{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:24px;justify-content:center;transform:rotate(0deg);transition:all .3s ease-in-out;width:24px}.rotate{transform:rotate(45deg)}.faq-answer{color:#595959;font-size:14px;font-weight:500;margin-top:0;padding:16px 0 16px 26px;width:100%}}.discord-card-wrapper{align-items:center;background:#2b2f34;border-radius:29px;display:flex;flex-direction:row;height:400px;justify-content:space-between;margin:80px auto;overflow:hidden;padding:40px;position:relative;width:89%}.discord-card-wrapper .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:60%}.discord-card-wrapper .card-left .card-heading{color:#2b2f34;color:#fff;font-size:36px;font-weight:700;margin-bottom:10px;width:75%}.discord-card-wrapper .card-left .card-heading .span-blue{color:var(--skyblue);font-size:36px;font-weight:700}.discord-card-wrapper .card-left .card-text{background:transparent;color:hsla(0,0%,100%,.8);font-size:22px;font-weight:500;margin-bottom:15px;width:75%}.discord-card-wrapper .card-left .discord-button{align-items:center;background:#fff;border-radius:10px;color:var(--skyblue);display:flex;flex-direction:row;justify-content:center;margin-top:20px;padding:15px 50px}.discord-card-wrapper .card-left .discord-button .icon{margin-right:10px}.discord-card-wrapper .card-right{bottom:-5px;height:100%;position:absolute;right:10px;transform:scale(1.3);width:40%}@media screen and (max-width:500px){.discord-card-wrapper{align-items:center;background:#2b2f34 url(/_next/static/media/discordBg.96361f86.svg);background-position:right -100px bottom;background-repeat:no-repeat;background-size:contain;border-radius:29px;display:flex;flex-direction:row;height:-moz-max-content;height:max-content;justify-content:center;margin:40px 10px 40px 20px;padding:20px 10px;position:relative;width:90%}.discord-card-wrapper .card-left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.discord-card-wrapper .card-left .card-heading{color:#2b2f34;color:#fff;font-size:26px;font-weight:700;margin-bottom:15px;text-align:center;width:90%}.discord-card-wrapper .card-left .card-heading .span-blue{color:var(--skyblue);font-size:26px;font-weight:700}.discord-card-wrapper .card-left .card-text{color:hsla(0,0%,100%,.8);font-size:18px;font-weight:500;margin-bottom:15px;text-align:center}.discord-card-wrapper .card-left .discord-button{align-items:center;background:#fff;border-radius:10px;color:#2b2f34;display:flex;flex-direction:row;justify-content:center;margin-top:10px;padding:15px 60px}.discord-card-wrapper .card-left .discord-button .icon{margin-right:10px}.discord-card-wrapper .card-right{display:none}}.div-top{border-top:2px solid rgba(0,0,0,.2);width:100%}.footer-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:90%}.footer-wrapper .footer-top{margin-bottom:30px}.footer-wrapper .footer-top .footer-container.only-mobile{display:none}.footer-wrapper .footer-top .footer-container{align-items:center;align-items:flex-start;display:flex;flex-direction:row;gap:30px;justify-content:space-around;width:100%}.footer-wrapper .footer-top .footer-container .footer-container-1{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:25%}.footer-wrapper .footer-top .footer-container .footer-container-1 div{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;position:relative;width:150px}.footer-wrapper .footer-top .footer-container .footer-container-1 .text{color:#676767;font-size:14px;font-weight:500}.footer-wrapper .footer-top .footer-container .footer-container-1 .footer-button{align-items:center;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start}.footer-wrapper .footer-top .footer-container .footer-container-1 .footer-button.download{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;justify-content:center;margin-top:40px;padding:10px 12px;width:100%}.footer-wrapper .footer-top .footer-container .footer-container-1 .footer-button.download .icon{font-size:20px;margin-right:5px}.footer-wrapper .footer-top .footer-container .container-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;gap:30px;justify-content:space-around;width:70%}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-2,.footer-wrapper .footer-top .footer-container .container-holder .footer-container-3{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:35px}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-2 .topic-header,.footer-wrapper .footer-top .footer-container .container-holder .footer-container-3 .topic-header{color:#2f80ed;font-size:18px;font-weight:700;margin-bottom:18px;text-transform:uppercase}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-2 .topic-list,.footer-wrapper .footer-top .footer-container .container-holder .footer-container-3 .topic-list{color:#595959;cursor:pointer;font-size:18px;font-weight:500;margin-bottom:10px;max-width:200px}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:35px;width:35%}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .topic-header{color:#2f80ed;font-size:18px;font-weight:700;margin-bottom:18px;text-transform:uppercase}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .text-holder{align-items:center;align-items:flex-start;color:#595959;display:flex;flex-direction:row;font-size:18px;font-weight:500;justify-content:center;margin-bottom:10px}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .text-holder .icon{font-size:18px;margin-right:8px;margin-top:5px}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .footer-social-handel-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:10px 0}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .footer-social-handel-holder .social-handel{cursor:pointer;height:30px;margin-right:30px;position:relative;width:30px}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .footer-button{align-items:center;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .callback-btn{align-items:center;background:#fff;border:2px solid #2f80ed;border-radius:8px;color:#2f80ed;display:flex;flex-direction:row;justify-content:center;margin-top:20px;padding:8px 16px;text-align:center;width:90%}.footer-wrapper .footer-top .footer-container .container-holder .footer-container-4 .callback-btn .icon{font-size:20px;margin-right:5px}.footer-wrapper .footer-bottom{align-items:center;border-top:1px solid rgba(0,0,0,.4);display:flex;flex-direction:row;justify-content:space-between;padding:20px 0;width:100%}.footer-wrapper .footer-bottom .copy-right-text{color:#2b2f34;font-size:16px;font-weight:500}.footer-wrapper .footer-bottom .backedby-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-right:20px}.footer-wrapper .footer-bottom .backedby-text .text{color:#2b2f34;font-size:16px;font-weight:500;margin-right:10px}.footer-wrapper .footer-bottom .backedby-text .div-img{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}@media only screen and (max-width:500px){.footer-wrapper .footer-bottom{border:1px solid transparent}.footer-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 15px;padding-bottom:30px;width:93%}.footer-wrapper .footer-top{margin-bottom:30px}.footer-wrapper .footer-top .footer-container.only-web{display:none}.footer-wrapper .footer-top .footer-container.only-mobile{display:flex}.footer-wrapper .footer-top .footer-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-top{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:space-between}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-top .company-logo{margin-left:10px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-top .footer-social-handel-holder{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-top .footer-social-handel-holder .social-handel{cursor:pointer;height:25px;margin-right:10px;width:25px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-mid{color:#676767;font-size:14px;font-weight:500;margin:0 10px 10px;text-align:left}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-bottom .footer-button{align-items:center;border-radius:10px;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:10px;padding:10px 30px;width:95%}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-bottom .footer-button .icon{font-size:20px;margin-right:5px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-bottom .footer-button.download{background:var(--skyblue);color:#fff;margin-bottom:10px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-top .mobile-bottom .footer-button.callback{background:#fff;border:1px solid var(--skyblue);color:var(--skyblue);margin-top:5px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-bottom{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin-left:15px}.footer-wrapper .footer-top .footer-container .footer-mobile-view-bottom .footer-container-2 .topic-header,.footer-wrapper .footer-top .footer-container .footer-mobile-view-bottom .footer-container-3 .topic-header{color:var(--skyblue);font-size:14px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.footer-wrapper .footer-top .footer-container .footer-mobile-view-bottom .footer-container-2 .topic-list,.footer-wrapper .footer-top .footer-container .footer-mobile-view-bottom .footer-container-3 .topic-list{color:#595959;cursor:pointer;font-size:14px;font-weight:500}.footer-wrapper .footer-top .footer-container .footer-container-4 .topic-header{color:var(--skyblue);font-size:14px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.footer-wrapper .footer-top .footer-container .footer-container-4 .text-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:5px}.footer-wrapper .footer-top .footer-container .footer-container-4 .text-holder span{color:#595959;font-size:14px;font-weight:500}.footer-wrapper .footer-top .footer-container .footer-container-4 .text-holder .icon{color:#595959;font-size:18px;margin-right:8px;margin-top:5px}.footer-wrapper .footer-bottom{align-items:center;border-top:1px solid rgba(0,0,0,.4);display:flex;flex-direction:row;justify-content:space-between;padding:0 0 30px;width:100%}.footer-wrapper .footer-bottom .copy-right-text{color:#2b2f34;font-size:10px;font-weight:500;margin:20px 0}.footer-wrapper .footer-bottom .backedby-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:20px 0;padding-right:0}.footer-wrapper .footer-bottom .backedby-text .text{color:#2b2f34;font-size:10px;font-weight:500;margin-right:5px}.footer-wrapper .footer-bottom .backedby-text .div-img{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}}.navbar-wrapper{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.08);padding:0 30px;position:fixed;top:0;width:100%;z-index:9998}.navbar-wrapper .navbar-container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;max-width:2000px;min-height:72px;padding:8px 0;width:100%}.navbar-wrapper .navbar-container .navbar-logo-outer{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-left:45px;padding:10px;width:20%;z-index:100}.navbar-wrapper .navbar-container .navbar-logo-outer .new-courses-dropdown-container{align-items:center;display:flex;gap:24px;justify-content:flex-start}.navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{display:none}.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container{align-items:center;display:flex;justify-content:space-between;width:100%}@media screen and (max-width:500px){.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container .logo-white{max-width:100px;width:100px}}.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container .line{background:#fff;height:34px;width:1px}@media screen and (max-width:500px){.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container .line{display:none}}.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container .linkedin-top-20{align-items:center;background:var(--Gray-700,#344054);border-radius:20px;box-shadow:0 1.455px 29.091px 0 rgba(0,0,0,.12);display:flex;gap:4px;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:4px 8px 4px 6px;width:-moz-max-content;width:max-content}@media screen and (max-width:500px){.navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container .linkedin-top-20{display:none}}.navbar-wrapper .navbar-container .navbar-items-outer{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-end;padding-right:20px;width:60%}.navbar-wrapper .navbar-container .navbar-button-outer{display:grid;gap:10px;grid-template-columns:1fr 1.5fr;width:20%}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-login{border:2px solid #2f80ed;border-radius:8px;color:#2f80ed;font-size:12px;font-weight:700;padding:8px 16px;width:-moz-max-content;width:max-content}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-apply{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;display:none;display:flex;flex-direction:row;font-size:12px;font-weight:700;justify-content:center;opacity:1;padding:10px 30px;pointer-events:none;white-space:nowrap;width:-moz-fit-content;width:fit-content}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-apply .icon{font-size:16px;margin-left:5px}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-apply:active{transform:scale(.95)!important}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-apply.showBookBtn{animation:btn-slide-left 1s cubic-bezier(.25,.46,.45,.94) both;display:flex;opacity:1;pointer-events:all}.navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-apply.notShowBookBtn{animation:btn-slide-right 2.5s cubic-bezier(.25,.46,.45,.94) both}.navbar-wrapper .navbar-container .navbar-mobile-menu-outer{display:none}.navlink-wrapper,.navlink-wrapper .nav-menu-wrapper{width:-moz-max-content;width:max-content}.navlink-wrapper .nav-menu-wrapper{cursor:pointer;padding:5px;position:relative}.navlink-wrapper .nav-menu-wrapper .nav-menu-outer{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:flex-start}.navlink-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text{color:#2b2f34;font-size:14px;font-weight:500;margin-right:8px}.navlink-wrapper .nav-menu-wrapper .nav-menu-outer .menu-icon-mobile{display:none}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper{display:none;opacity:0;position:relative;width:100%}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .div-angle{background-color:#fff;border-radius:8px;box-shadow:2px 2px 2px rgba(0,0,0,.1),-2px 0 2px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.1);height:60px;left:30%;position:absolute;top:27px;transform:rotate(45deg);width:60px;z-index:85}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .sub-menu-container{background:#fff;border-radius:18px;left:-30px;max-width:200px;min-width:-moz-max-content;min-width:max-content;padding:15px;position:absolute;top:42px;width:-moz-max-content;width:max-content;z-index:85;grid-gap:10px;box-shadow:0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05)}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .sub-menu-container .text-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding:8px 12px;width:100%}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .sub-menu-container .text-wrapper .icon{color:#2f80ed!important;font-size:24px;margin-right:8px}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .sub-menu-container .text-wrapper .text{color:#595959;font-size:16px;font-weight:500}.navlink-wrapper .nav-menu-wrapper .nav-sub-menu-wrapper .sub-menu-container .text-wrapper:hover{background:#f7f7f7;border-radius:8px}.navlink-wrapper .nav-menu-wrapper .hover-div{display:none;height:50px;position:absolute;top:30px;width:100%;z-index:80}.navlink-wrapper .nav-menu-wrapper .hover-div:hover .nav-sub-menu-wrapper{display:block;opacity:1}.navlink-wrapper .nav-menu-wrapper:hover .menu-icon{transform:rotate(180deg)}.navlink-wrapper .nav-menu-wrapper:hover .hover-div,.navlink-wrapper .nav-menu-wrapper:hover .nav-sub-menu-wrapper{display:block;opacity:1}.navlink-wrapper .nav-menu-wrapper-mobile{display:none}.navbar-wrapper #overlay{background-color:rgba(0,0,0,.3);border:1px;display:none;height:calc(100dvh - 72px);left:0;position:fixed;top:72px;width:100vw}.announce-bar{align-items:center;background-color:#2f80ed;box-shadow:0 2px 4px rgba(0,0,0,.08);color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;padding:10px 0;position:fixed;top:72px;width:100%;z-index:9999}.announce-bar .announce-bar-span-text{cursor:pointer;text-decoration:underline}.nav-menu-hide{opacity:0;pointer-events:none}@media only screen and (max-width:600px){.navbar-wrapper{background:#fff;padding:0 10px;width:100vw}.navbar-wrapper .navbar-container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;position:relative;width:100%}.navbar-wrapper .navbar-container .navbar-logo-outer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-left:0;padding:10px;width:100%;z-index:100}.navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{display:block;font-size:30px}.navbar-wrapper .navbar-container .navbar-button-outer,.navbar-wrapper .navbar-container .navbar-items-outer{display:none}.navbar-wrapper .navbar-container .navbar-mobile-menu-outer{align-items:flex-start;background:#fff;display:none;display:flex;flex-direction:column;height:calc(100vh - 70px);justify-content:center;justify-content:flex-start;padding:20px;position:fixed;top:70px;width:100vw;z-index:1000}.navbar-wrapper .navbar-container .navbar-mobile-menu-outer .nav-mobile-button{align-items:center;display:flex;flex-direction:column;gap:10px;height:50%;justify-content:center;justify-content:flex-start;width:100%}.navbar-wrapper .navbar-container .navbar-mobile-menu-outer .nav-mobile-button .btn-mobile-apply{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:center;padding:12px 16px;width:100%}.navbar-wrapper .navbar-container .navbar-mobile-menu-outer .nav-mobile-button .btn-mobile-login{border:2px solid #2f80ed;border-radius:8px;color:#2f80ed;font-size:16px;font-weight:700;padding:12px 16px;width:100%}.navbar-wrapper .navbar-container .mobile-menu-hide{display:none}.navbar-wrapper .navbar-container .mobile-menu-show{animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) 10ms reverse both;display:flex}.navlink-wrapper{margin:16px 0;width:100%}.navlink-wrapper .nav-menu-wrapper{display:none}.navlink-wrapper .nav-menu-wrapper-mobile{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob .menu-text{color:#2b2f34;font-size:20px;font-weight:700}.navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob .menu-icon-mobile{color:#2b2f34;font-size:20px}.navlink-wrapper .nav-menu-wrapper-mobile .nav-submenu-wrapper-mobile{display:none;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));padding:0}.navlink-wrapper .nav-menu-wrapper-mobile .nav-submenu-wrapper-mobile .mob-sub-menu-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:14px 0;width:100%}.navlink-wrapper .nav-menu-wrapper-mobile .nav-submenu-wrapper-mobile .mob-sub-menu-wrapper .icon{color:#2b2f34;font-size:20px;margin-right:8px}.navlink-wrapper .nav-menu-wrapper-mobile .nav-submenu-wrapper-mobile .mob-sub-menu-wrapper .text{color:#2b2f34;font-size:16px;font-weight:500}.navlink-wrapper .nav-menu-wrapper-mobile .item-show{animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) 10ms reverse both;display:block}.navlink-wrapper .nav-menu-wrapper-mobile .item-hidden{display:block}.announce-bar{box-shadow:0 2px 5px -1px rgba(0,0,0,.47);display:none;font-size:12px;font-weight:500;text-align:center}.announce-bar .announce-bar-span-text{cursor:pointer;text-decoration:underline}.acciosat-announce-bar{display:block}}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(370px)}}@keyframes btn-slide-right{0%{transform:translateX(0)}to{transform:translateX(300px)}}@keyframes btn-slide-left{0%{transform:translateX(100px)}to{transform:translateX(0)}}@media screen and (max-width:500px){.navbar-wrapper .navbar-container .mobile-menu-show{overflow-y:auto;padding-bottom:70px}.navbar-wrapper .navbar-container .navbar-logo-outer .new-courses-dropdown-container{justify-content:space-between;margin-right:18px;width:100%}.navbar-wrapper #overlay{background-color:rgba(0,0,0,.3);border:1px;display:none;height:calc(100dvh - 56px);left:0;position:fixed;top:56px;width:100vw}}.fetures-outer{margin:50px 0 70px;width:100%}.fetures-outer,.fetures-outer .fetures-top{align-items:center;display:flex;flex-direction:column;justify-content:center}.fetures-outer .fetures-top .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.fetures-outer .fetures-top .fetures-top-heading{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px}.fetures-outer .fetures-top .fetures-top-heading .span-blue{color:var(--skyblue)}.fetures-outer .fetures-top .fetures-top-subheading{color:#595959;font-size:18px;font-weight:500;margin-bottom:30px;text-align:center;width:60%}.fetures-outer .fetures-bottom{background:#fff;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.06);width:85%}.fetures-outer .fetures-bottom .tab-header-items{background:#fff;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.06);cursor:pointer;display:grid;grid-template-columns:.8fr 1fr 1fr 1fr 1fr 1fr;padding-bottom:0;padding-left:0;width:100%}.fetures-outer .fetures-bottom .tab-header-items .tab-header-item{align-items:center;border-bottom:5px solid transparent;color:#656565;cursor:pointer;display:flex;flex-basis:1;flex-direction:row;font-size:15px;font-weight:500;justify-content:center;padding:15px}.fetures-outer .fetures-bottom .tab-header-items .tab-header-item .header-item-icon{font-size:16px;margin-right:8px}.fetures-outer .fetures-bottom .tab-header-items .tab-1{border-bottom:5px solid #f88342;color:#f88342;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-header-items .tab-2{border-bottom:5px solid #4499fe;color:#4499fe;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-header-items .tab-3{border-bottom:5px solid #12b76a;color:#12b76a;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-header-items .tab-4{border-bottom:5px solid #ff7b73;color:#ff7b73;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-header-items .tab-5{border-bottom:5px solid #a47afc;color:#a47afc;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-header-items .tab-6{border-bottom:5px solid #fb87d4;color:#fb87d4;font-size:17px;font-weight:500}.fetures-outer .fetures-bottom .tab-content{align-items:center;display:flex;flex-direction:row;height:450px;justify-content:space-between;overflow:hidden;position:relative}.fetures-outer .fetures-bottom .tab-content .color-div{border-radius:50%;filter:blur(273.889px);height:75%;opacity:.7;position:absolute;right:0;top:40px;width:28%}.fetures-outer .fetures-bottom .tab-content .tab-content-left{align-items:flex-start;color:#595959;display:flex;flex-direction:column;height:250px;justify-content:center;justify-content:flex-start;margin-left:80px;padding:0 50px 20px 0;text-align:left;width:50%}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-1{color:#f88342;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-2{color:#4499fe;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-3{color:#12b76a;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-4{color:#ff7b73;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-5{color:#a47afc;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .t-6{color:#fb87d4;font-size:14px;font-weight:700}.fetures-outer .fetures-bottom .tab-content .tab-content-left .tab-content-left-text-1{letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.fetures-outer .fetures-bottom .tab-content .tab-content-left .tab-content-left-text-2{color:#000;font-size:24px;font-weight:700;margin-bottom:10px}.fetures-outer .fetures-bottom .tab-content .tab-content-left .tab-content-left-text-3{font-size:18px;font-weight:500;margin-bottom:10px}.fetures-outer .fetures-bottom .tab-content .tab-content-right{height:350px;margin-top:-25px;width:50%}.fetures-outer .fetures-bottom .tab-content .first-slide{cursor:pointer;margin-right:20px}.fetures-outer .fetures-bottom .tc-1{background:#f88342}.fetures-outer .fetures-bottom .tc-2{background:#4499fe}.fetures-outer .fetures-bottom .tc-3{background:#12b76a}.fetures-outer .fetures-bottom .tc-4{background:#ff7b73}.fetures-outer .fetures-bottom .tc-5{background:#a47afc}.fetures-outer .fetures-bottom .tc-6{background:#fb87d4}.fetures-outer .btn-testimonial-download-broucher-wrapper{margin-top:30px;width:100%}.fetures-outer .btn-testimonial-download-broucher-wrapper .btn-testimonial-download-broucher{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:center;margin:auto;padding:10px;width:20%}.features-outer-only-mobile{display:none}@media only screen and (max-width:1300px){.tab-header-item{padding:12px!important}.header-item-text{font-size:14px}}@media only screen and (max-width:1024px){.fetures-top-heading{font-size:36px!important}}@media only screen and (max-width:500px){.fetures-outer{margin:50px 0 10px}.fetures-outer .fetures-top .gradient-text{font-size:12px;margin-bottom:0;text-align:center;width:100%}.fetures-outer .fetures-top .fetures-top-heading{font-size:26px!important;margin-bottom:15px;text-align:center;width:95%}.fetures-outer .fetures-top .fetures-top-subheading{font-size:14px;margin-top:-5px;text-align:center;width:75%}.fetures-outer .btn-testimonial-download-broucher-wrapper,.fetures-outer .fetures-bottom{display:none}.fetures-outer .features-outer-only-mobile{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards{-ms-overflow-style:none;align-items:center;background:#fff;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1.82961px 36.5923px rgba(0,0,0,.12);display:flex;flex-direction:column;height:450px;justify-content:center;justify-content:space-between;margin:10px 15px 30px 0;min-width:300px;overflow:hidden;position:relative}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top{align-items:center;display:flex;flex-direction:row;justify-content:center;overflow:hidden;padding:15px 0;position:relative}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .features-top-icon{margin-right:10px}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .features-top-text{font-size:18px;font-weight:700}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-1{background:#f88342;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-2{background:#4499fe;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-3{background:#12b76a;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-4{background:#ff7b73;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-5{background:#a47afc;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-top .gradient-shadow-6{background:#fb87d4;bottom:0;filter:blur(13.7221px);height:5px;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-1{border-bottom:4px solid #f88342;color:#f88342}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-2{border-bottom:4px solid #4499fe;color:#4499fe}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-3{border-bottom:4px solid #12b76a;color:#12b76a}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-4{border-bottom:4px solid #ff7b73;color:#ff7b73}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-5{border-bottom:4px solid #a47afc;color:#a47afc}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .ft-6{border-bottom:4px solid #fb87d4;color:#fb87d4}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-mid{margin:15px;text-align:center}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-mid .features-mid-header{color:#000;font-size:18px;font-weight:700;margin-bottom:10px}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-mid .features-mid-text{color:#595959;font-size:12px;font-weight:500}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .features-bottom{align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:column;justify-content:center;justify-content:flex-end;margin:0 15px;z-index:10}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-1{background:#f88342;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-2{background:#4499fe;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-3{background:#12b76a;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-4{background:#ff7b73;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-5{background:#a47afc;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder .gradient-shadow-outer-6{background:#fb87d4;bottom:0;filter:blur(13.7221px);height:200px;opacity:.1;position:absolute;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-cards .card-holder:first-child{margin-left:15px}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-button-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:20px;width:100%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-button-wrapper .features-outer-only-mobile-button{align-items:center;background-color:#fff;border:1.5px solid #2f80ed;border-radius:6px;color:#2f80ed;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin:auto;padding:8px;width:40%}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-button-wrapper .features-outer-only-mobile-button .icon{margin-right:10px}.fetures-outer .features-outer-only-mobile .features-outer-only-mobile-button-wrapper .blue-btn-download{background:#2f80ed;color:#fff}.fetures-outer .features-outer-only-mobile::-webkit-scrollbar{display:none}}.features-outer-only-mobile-cards::-webkit-scrollbar{display:none!important}.wrapper{align-items:center;background:#fff8e7;display:flex;flex-direction:column;justify-content:center;margin:10px 0;padding:50px 40px}.wrapper .tag-holder{background:#fce7b1;border-radius:45px;color:#753b11;font-size:16px;font-weight:900;padding:5px 15px;text-transform:uppercase}.wrapper .heading{color:#2b2f34;font-size:42px;font-weight:700;margin:10px 0}.wrapper .heading .span-orange{color:#fd9e69}.wrapper .card-holder{align-items:center;align-items:stretch;display:flex;flex-direction:row;height:-moz-fit-content;height:fit-content;justify-content:center;min-width:800px;width:62%}.wrapper .card-holder .card{background:#fff;border-radius:8px;display:grid;grid-template-columns:1fr;grid-template-rows:.6fr 3fr .8fr;margin:15px;min-height:400px;width:50%}.wrapper .card-holder .card .card-top{align-items:center;background:#ffdbad;border-top-left-radius:8px;border-top-right-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:700;justify-content:center;padding:8px}.wrapper .card-holder .card .card-top .icon{margin-right:10px}.wrapper .card-holder .card .card-mid{margin:40px;text-align:center}.wrapper .card-holder .card .card-mid .card-heading{color:#012555;font-size:24px;font-weight:700;margin-bottom:15px}.wrapper .card-holder .card .card-mid .card-heading .span-orange{color:#fd9e69}.wrapper .card-holder .card .card-mid .card-subheading{color:#595959;font-size:16px;font-weight:500}.wrapper .card-holder .card .card-mid .list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;list-style:disc;margin-left:8%;text-align:left;width:100%}.wrapper .card-holder .card .card-bottom{align-items:center;align-items:flex-end;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:row;justify-content:center;margin-bottom:15px}.wrapper .card-holder .card .card-bottom .card-button{align-items:center;background:#fd9e69;border-radius:8px;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:14px 6px 14px 16px;width:70%}.wrapper .card-holder .card .card-bottom .card-button .icon-btn{margin-left:10px}@media only screen and (max-width:700px){.wrapper{align-items:center;background:#fff8e7;display:flex;flex-direction:column;justify-content:center;margin:0 0 10px;padding:30px}.wrapper .tag-holder{background:#fce7b1;border-radius:45px;color:#753b11;font-size:12px;font-weight:900;padding:5px 8px}.wrapper .heading{color:#2b2f34;font-size:26px;font-weight:700;margin-bottom:0;margin-top:10px}.wrapper .heading .span-orange{color:#fd9e69}.wrapper .card-holder{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:450px;min-width:80%;width:100%}.wrapper .card-holder .card{background:#fff;border-radius:8px;margin:15px;min-height:300px;width:100%}.wrapper .card-holder .card .card-top{align-items:center;background:#ffdbad;border-top-left-radius:8px;border-top-right-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:22px;font-weight:700;justify-content:center;padding:8px}.wrapper .card-holder .card .card-top .icon{margin-right:10px}.wrapper .card-holder .card .card-mid{margin:20px;text-align:center}.wrapper .card-holder .card .card-mid .card-heading{color:#012555;font-size:20px;font-weight:700;margin-bottom:15px}.wrapper .card-holder .card .card-mid .card-heading .span-orange{color:#fd9e69}.wrapper .card-holder .card .card-mid .card-subheading{color:#595959;font-size:15px;font-weight:500}.wrapper .card-holder .card .card-mid .list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;list-style:disc;margin-left:5%;text-align:left}.wrapper .card-holder .card .card-bottom{align-items:center;align-items:flex-end;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:row;justify-content:center;margin-bottom:20px}.wrapper .card-holder .card .card-bottom .card-button{align-items:center;background:#fd9e69;border-radius:8px;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:10px;width:85%}.wrapper .card-holder .card .card-bottom .card-button .icon-btn{margin-left:10px}}.course-offer-outer{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;width:100%}.course-offer-outer .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700;margin-top:40px}.course-offer-outer .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin:auto;padding:0 20px;text-align:center;width:95%}.course-offer-outer .heading-text .span-blue{color:#2f80ed;font-size:38px;margin-left:8px}.course-offer-outer .heading-text .text{min-width:200px}.course-offer-outer .subheading-text{color:#595959;font-size:18px;font-weight:500;text-align:center;width:45%}.course-offer-outer .content-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:0;padding-bottom:2rem}.course-offer-outer .content-holder .left-content{margin-left:80px;width:50%}.course-offer-outer .content-holder .left-content .content-heading{color:rgba(0,0,0,.8);font-size:28px;font-weight:700;margin-bottom:20px;margin-left:10px}.course-offer-outer .content-holder .left-content .list-holder{display:grid;grid-template-columns:auto 1fr;margin-bottom:20px}.course-offer-outer .content-holder .left-content .list-holder .bullet{align-items:center;background:#d1edff;border-radius:4px;color:#2f80ed;display:flex;flex-direction:row;font-size:14px;font-weight:700;height:25px;justify-content:center;margin-left:8px;margin-right:15px;margin-top:5px;padding:5px;width:25px}.course-offer-outer .content-holder .left-content .list-holder .text{color:#595959;font-size:18px;font-weight:500;text-align:left;width:80%}.course-offer-outer .content-holder .left-content .card-holder{display:grid;grid-template-columns:1fr .5fr 1fr;justify-content:center;min-width:340px;place-items:center center center;align-items:center;background:#fff;border-radius:42px;box-shadow:0 2px 40px rgba(0,0,0,.06);padding:8px;width:45%}.course-offer-outer .content-holder .left-content .card-holder .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:12px;font-weight:700;margin-right:10px;margin-top:5px;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-offer-outer .content-holder .left-content .card-holder .profile-img{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:40px;justify-content:center;margin:0 auto;overflow:hidden;width:40px}.course-offer-outer .content-holder .left-content .card-holder .card-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 10px;width:100%}.course-offer-outer .content-holder .left-content .card-holder .card-right .name{color:#363636;font-size:16px;font-weight:700}.course-offer-outer .content-holder .left-content .card-holder .card-right .details{color:#595959;font-size:12px;font-weight:599}.course-offer-outer .content-holder .right-content{position:relative;width:50%}@media only screen and (max-width:500px){.course-offer-outer{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;padding-bottom:40px;padding-top:10px;width:100%}.course-offer-outer .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;font-weight:700;margin-top:20px;text-align:center}.course-offer-outer .heading-text{color:#2b2f34;font-size:24px;font-weight:700;margin:0 auto auto;padding:0;text-align:center;width:95%}.course-offer-outer .heading-text .span-blue{color:#2f80ed;font-size:22px}.course-offer-outer .heading-text .text{min-width:0}.course-offer-outer .subheading-text{color:#595959;font-size:14px;font-weight:500;margin-top:10px;text-align:center;width:85%}.course-offer-outer .content-holder{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:0}.course-offer-outer .content-holder .left-content{margin:auto;width:95%}.course-offer-outer .content-holder .left-content .content-heading{color:rgba(0,0,0,.8);font-size:20px;font-weight:700;margin:15px auto;text-align:center}.course-offer-outer .content-holder .left-content .list-holder{display:grid;grid-template-columns:auto 1fr;margin-bottom:15px}.course-offer-outer .content-holder .left-content .list-holder .bullet{align-items:center;background:#d1edff;border-radius:4px;color:#2f80ed;display:flex;flex-direction:row;font-size:12px;font-weight:700;height:25px;justify-content:center;margin-left:8px;margin-right:15px;margin-top:5px;padding:5px;width:25px}.course-offer-outer .content-holder .left-content .list-holder .text{color:#595959;font-size:14px;font-weight:500;text-align:left;width:90%}.course-offer-outer .content-holder .left-content .card-holder{display:grid;grid-template-columns:1fr .5fr 1.5fr;justify-content:center;margin:auto;place-items:center center center;align-items:center;background:#fff;border-radius:42px;box-shadow:0 2px 40px rgba(0,0,0,.06);padding:15px;width:90%}.course-offer-outer .content-holder .left-content .card-holder .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:10px;font-weight:700;margin-right:10px;margin-top:5px;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-offer-outer .content-holder .left-content .card-holder .profile-img{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:50px;justify-content:center;overflow:hidden;width:50px}.course-offer-outer .content-holder .left-content .card-holder .card-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 10px;width:100%}.course-offer-outer .content-holder .left-content .card-holder .card-right .name{color:#363636;font-size:14px;font-weight:700}.course-offer-outer .content-holder .left-content .card-holder .card-right .details{color:#595959;font-size:12px;font-weight:599}.course-offer-outer .content-holder .right-content{position:relative;width:95%}.course-offer-outer .content-holder .right-content .img{transform:scale(1.35)}}.project-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;padding:50px 0;width:100%}.project-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.project-wrapper .heading{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px}.project-wrapper .heading .span-blue{color:#2f80ed}.project-wrapper .subheading{color:#595959;font-size:18px;font-weight:500;margin-bottom:25px}.project-wrapper .content-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.project-wrapper .content-holder .content-left{margin:0 40px 0 90px;width:45%}.project-wrapper .content-holder .content-left .topic-container{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:auto 1fr;margin:20px 60px;width:80%}.project-wrapper .content-holder .content-left .topic-container .icon{background-color:#d2edff;border-radius:8px;height:40px;padding:8px;width:40px}.project-wrapper .content-holder .content-left .topic-container .icon .img{height:100px;width:100px}.project-wrapper .content-holder .content-left .topic-container .text{color:#595959;font-size:20px;font-weight:500;margin-left:15px}.project-wrapper .content-holder .content-left .btn-placement-report{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:500;justify-content:center;margin:25px auto auto;padding:10px;width:50%}.project-wrapper .content-holder .content-left .btn-placement-report .text{margin-right:8px}.project-wrapper .content-holder .content-right{position:relative;width:55%}.project-wrapper .content-holder .content-right .slide-shadow{background:linear-gradient(90deg,hsla(0,0%,100%,.8) 30%,hsla(0,0%,100%,.01));height:300px;left:-50px;position:absolute;top:0;width:150px}.project-wrapper .content-holder .content-right .slides-wrapper{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:25px 0;overflow:-moz-scrollbars-none;overflow:-ms-scrollbars-none;overflow-x:scroll;overflow-y:hidden;position:relative;scroll-snap-type:x mandatory;width:100%}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body{align-items:flex-start;border:2px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-right:20px;min-width:320px;overflow:hidden;position:relative;scroll-snap-align:center;z-index:-1}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .img{margin:8x auto auto;padding:10px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .heading{color:#000;font-size:18px;font-weight:700;margin-bottom:8px;padding:0 15px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .subheading{color:#595959;font-size:16px;font-weight:500;margin-bottom:10px;padding:0 15px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:8px;padding:0 15px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list .text{color:#595959;font-size:16px;font-weight:500}.project-wrapper .content-holder .content-right .slides-wrapper::-webkit-scrollbar{display:none}@media only screen and (max-width:500px){.project-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 0 40px;width:100%}.project-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:5px;margin-top:20px;text-align:center}.project-wrapper .heading{color:#2b2f34;font-size:26px;font-weight:700;margin-bottom:5px;margin-top:10px;text-align:center;width:92%}.project-wrapper .heading .span-blue{color:#2f80ed}.project-wrapper .subheading{color:#595959;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:10px;text-align:center;width:80%}.project-wrapper .content-holder{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.project-wrapper .content-holder .content-left{margin:auto;width:90%}.project-wrapper .content-holder .content-left .topic-container{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:auto 1fr;margin:15px 20px;width:90%}.project-wrapper .content-holder .content-left .topic-container .icon{align-items:center;background-color:#d2edff;border-radius:3px;display:flex;flex-direction:row;height:25px;justify-content:center;padding:6px;width:25px}.project-wrapper .content-holder .content-left .topic-container .icon .img{height:30px;width:30px}.project-wrapper .content-holder .content-left .topic-container .text{color:#595959;font-size:14px;font-weight:500;margin-left:10px}.project-wrapper .content-holder .content-left .btn-placement-report{display:none}.project-wrapper .content-holder .content-right{margin-top:15px;padding-left:20px;position:relative;width:100%}.project-wrapper .content-holder .content-right .slide-shadow{background:linear-gradient(90deg,hsla(0,0%,100%,.8) 30%,hsla(0,0%,100%,.01));height:300px;left:-50px;position:absolute;top:0;width:150px}.project-wrapper .content-holder .content-right .slides-wrapper{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:0;overflow:-moz-scrollbars-none;overflow:-ms-scrollbars-none;overflow-x:scroll;overflow-y:hidden;position:relative;scroll-snap-type:x mandatory;width:100%}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body{align-items:flex-start;border:2px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-right:20px;min-width:250px;overflow:hidden;position:relative;scroll-snap-align:center;z-index:-1}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .img{padding:10px 10px 0}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .heading{color:#000;font-size:14px;font-weight:700;margin-bottom:8px;padding:0 15px;text-align:left}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .subheading{color:#595959;font-size:12px;font-weight:500;margin-bottom:10px;margin-top:0;padding:0 15px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:12px;padding:0 15px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:5px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.project-wrapper .content-holder .content-right .slides-wrapper .slide-body .lists .list .text{color:#595959;font-size:12px;font-weight:500}.project-wrapper .content-holder .content-right .slides-wrapper::-webkit-scrollbar{display:none}}.course-curriculum-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;top:0;width:100%;z-index:-100}.course-curriculum-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-curriculum-wrapper .heading-text{color:#2b2f34;font-size:42px;font-weight:700;text-align:center;width:60%}.course-curriculum-wrapper .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:flex-start;justify-content:space-evenly;margin-top:80px;padding:0 80px;position:relative;width:100%}.course-curriculum-wrapper .content-holder .div-content-left{margin-right:40px;width:50%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-top:40px;padding:3px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:20px;position:relative;width:20px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:130px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:8px;position:absolute;top:-100px;width:5px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:180px;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:10px;left:7px;position:absolute;top:0;width:6px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer-active-green{border:3px solid #0fb700}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:2px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 30px;padding:25px;width:80%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:22px;font-weight:700}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:26px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:28px;font-weight:700}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:3px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:3px solid #0fb700;border-radius:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .mobile-download-brochure-button,.course-curriculum-wrapper .content-holder .div-content-left .mobile-download-curriculum-button{display:none}.course-curriculum-wrapper .content-holder .div-content-left .only-web-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-right:inherit;margin-top:40px;position:relative}.course-curriculum-wrapper .content-holder .div-content-left .only-web-text .bg-arrow-purple{bottom:0;left:55%;position:absolute;transform:scale(1.8) rotate(10deg);z-index:-100}.course-curriculum-wrapper .content-holder .div-content-left .only-web-text .curriculum-btn-text{color:#012555;font-size:30px;font-weight:700;width:55%}.course-curriculum-wrapper .content-holder .div-content-left .only-web-text .curriculum-btn-text .text-blue{color:#2f80ed}.course-curriculum-wrapper .content-holder .download-curriculum-position-absolute{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper .content-holder .download-curriculum-position-absolute .courseCurriculum-button-web{align-items:center;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start}.course-curriculum-wrapper .content-holder .download-curriculum-position-absolute .courseCurriculum-button-web.download{background:#2f80ed;border-radius:8px;color:#fff;margin-top:40px;padding:10px 50px}.course-curriculum-wrapper .content-holder .download-curriculum-position-absolute .courseCurriculum-button-web.download .icon{font-size:20px;margin-right:5px}.course-curriculum-wrapper .content-holder .div-content-right{right:80px;top:300px;width:50%}.course-curriculum-wrapper .content-holder .div-content-right .card-text{align-items:flex-start;border:2px solid #2f80ed;border-radius:14px;display:flex;display:none;flex-direction:column;height:-moz-max-content;height:max-content;justify-content:center;padding:20px;position:sticky;top:10px}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-4,.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-5,.course-curriculum-wrapper .content-holder .div-content-right .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-right .card-text .button-download{width:80%}.course-curriculum-wrapper .content-holder .div-content-right .card-text .button-download .text{margin-right:10px}.course-curriculum-wrapper .content-holder .div-content-right .card-text-1,.course-curriculum-wrapper .content-holder .div-content-right .card-text-2,.course-curriculum-wrapper .content-holder .div-content-right .card-text-3,.course-curriculum-wrapper .content-holder .div-content-right .card-text-4,.course-curriculum-wrapper .content-holder .div-content-right .card-text-5,.course-curriculum-wrapper .content-holder .div-content-right .card-text-6,.course-curriculum-wrapper .content-holder .div-content-right .card-text-7,.course-curriculum-wrapper .content-holder .div-content-right .card-text-8,.course-curriculum-wrapper .content-holder .div-content-right .card-text-9{animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;display:flex;position:sticky;top:3px}@media only screen and (max-width:500px){.course-curriculum-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;margin:40px auto;position:relative}.course-curriculum-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:15px}.course-curriculum-wrapper .heading-text{color:#2b2f34;font-size:24px;font-weight:700;text-align:center;width:90%}.course-curriculum-wrapper .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;margin-top:10px;padding:0}.course-curriculum-wrapper .content-holder .div-content-left{margin-right:40px;width:90%}.course-curriculum-wrapper .content-holder .div-content-left .only-web-text{display:none}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-left:15px;margin-top:40px;padding:3px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:10px;position:relative;width:10px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:90px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-active:after{background:#2f80ed;content:"";height:300px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-length:after{background:#2f80ed;content:"";height:430px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:10px;justify-content:center;position:relative;width:10px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 50%);bottom:0;content:"";height:100px;left:4px;position:absolute;width:3px;z-index:1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:90px;left:4px;position:absolute;top:10px;width:3px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-green:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:330px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:0;left:4px;position:absolute;top:0;width:3px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .dot-outer-green{background:#0fb700;font-size:14px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:1px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 20px;padding:10px 15px;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:16px;font-weight:700;margin-top:0}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:12px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:16px;font-weight:500}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:16px;font-weight:700}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:1px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:1px solid #0fb700;border-radius:8px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;border:1px solid transparent;display:flex;display:none;flex-direction:column;justify-content:center;margin-left:20px;padding:10px;width:100%}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:16px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:12px;font-weight:700;margin-bottom:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;font-size:12px;justify-content:flex-start;margin-bottom:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text-active{animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;border:1px solid #2f80ed;border-radius:8px;display:flex}.course-curriculum-wrapper .content-holder .div-content-left .only-desktop{display:none}.course-curriculum-wrapper .content-holder .div-content-left .mobile-download-brochure-button{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100vw}.course-curriculum-wrapper .content-holder .courseCurriculum-button-web{align-items:center;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center}.course-curriculum-wrapper .content-holder .courseCurriculum-button-web.download{background:#2f80ed;border-radius:8px;color:#fff;margin-top:40px;padding:10px 50px}.course-curriculum-wrapper .content-holder .courseCurriculum-button-web.download .icon{font-size:20px;margin-right:5px}.course-curriculum-wrapper .content-holder .div-content-right{display:none;width:50%}}.footer-simple-wrapper{width:100%}.footer-simple-wrapper .footer-simple-wrapper-outer{align-items:center;border-top:2px solid #e4e7ec;display:flex;flex-direction:row;justify-content:space-between;padding:30px 0;width:100%}.footer-simple-wrapper .footer-simple-wrapper-outer .left-footer{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-left:80px;width:50%}.footer-simple-wrapper .footer-simple-wrapper-outer .left-footer .left-footer-bottom{color:#2b2f34;font-size:16px;font-weight:500;margin-top:0}.footer-simple-wrapper .footer-simple-wrapper-outer .right-footer{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;padding-right:80px;width:50%}.footer-simple-wrapper .footer-simple-wrapper-outer .right-footer .footer-button{align-items:center;background-color:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:space-between;padding:10px 40px}.footer-simple-wrapper .footer-simple-wrapper-outer .right-footer .footer-button .text{margin-right:20px}.footer-simple-wrapper .mobile-outer{display:none}@media only screen and (max-width:500px){.footer-simple-wrapper{width:100%}.footer-simple-wrapper .footer-simple-wrapper-outer{display:none}.footer-simple-wrapper .mobile-outer{align-items:center;border-top:2px solid #e4e7ec;display:flex;flex-direction:column;justify-content:center;padding:30px 0 100px;width:100%}.footer-simple-wrapper .mobile-outer .div-1{margin:-15px auto 5px}.footer-simple-wrapper .mobile-outer .div-2{align-items:center;background:#ecf8ff;border-radius:6px;display:flex;flex-direction:column;justify-content:center;margin:0 20px;padding:20px;width:90%}.footer-simple-wrapper .mobile-outer .div-2 .text-1{color:#2b2f34;font-size:18px;font-weight:600;margin-bottom:15px;text-align:center;width:70%}.footer-simple-wrapper .mobile-outer .div-2 .footer-button{align-items:center;background-color:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:space-between;padding:10px 30px}.footer-simple-wrapper .mobile-outer .div-2 .footer-button .text{margin-right:20px}.footer-simple-wrapper .mobile-outer .div-3{margin-bottom:-5px}.footer-simple-wrapper .mobile-outer .div-4{color:#2b2f34;font-size:14px;font-weight:500;text-align:center}}.outer-wrapper-pioneer{background:#ecf8ff;padding:50px 2px}.outer-wrapper-pioneer,.outer-wrapper-pioneer .div-bottom-pioneer{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer{margin:0 50px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:10px 80px 10px auto;width:90%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;margin:auto;text-align:center;text-transform:uppercase;width:100%;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin:10px auto auto;text-align:center;width:50%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .sub-heading{color:#595959;font-size:18px;font-weight:500;margin:10px auto 40px;text-align:center;width:50%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:auto;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:10px 40px 10px 10px;padding:20px 0;position:relative;width:35%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:18px;font-weight:700;left:23%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-25px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 20px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:700;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:16px;font-weight:600}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-1{color:#565656;font-size:16px;font-weight:500;text-align:left}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:16px;font-weight:500;margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:30px;font-weight:700}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:0 1px!important;padding-top:10px;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:16px;font-weight:500;margin-top:8px;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:30px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start!important;margin:10px auto}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list .text{color:#595959;font-size:14px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down{margin:auto;width:85%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down .left-button .text{margin-right:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:10px 10px 10px 40px;padding:20px 0;position:relative;width:35%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:18px;font-weight:700;left:23%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-25px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 30px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:700;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:18px;font-weight:600}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right{text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-1{color:#565656;font-size:16px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:20px;font-weight:500;margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:30px;font-weight:700}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:16px;font-weight:500;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:30px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down{margin:auto;width:85%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down .left-button .text{margin-right:10px}.outer-wrapper-pioneer .SliderBox{width:100%}.outer-wrapper-pioneer .SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:-10px auto 10px;width:90%}.outer-wrapper-pioneer .SliderBox .Slider{border-radius:4px;height:10px;width:100%}.outer-wrapper-pioneer .SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.outer-wrapper-pioneer .SliderBox .highlight{color:#2f80ed!important}.outer-wrapper-pioneer .colorMaker{background-color:#2f80ed!important}.outer-wrapper-pioneer .MuiSlider-markLabel{margin-left:10px!important;margin-top:5px!important}@media only screen and (max-width:500px){.outer-wrapper-pioneer{background:#ecf8ff;padding:30px 2px}.outer-wrapper-pioneer,.outer-wrapper-pioneer .div-bottom-pioneer{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer{background:url();background-position:45% 130px;background-repeat:no-repeat;margin:5px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:10px 10px 10px 0;width:90%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;font-weight:700;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .heading{color:#2b2f34;font-size:26px;font-weight:700;margin-top:10px;text-align:center;width:80%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .sub-heading{color:#595959;font-size:14px;font-weight:500;margin-bottom:0;margin-top:10px;text-align:center;width:85%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right{align-items:center;display:flex;flex-direction:column;flex-direction:column-reverse;justify-content:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content{background:#fff;border:4px solid #acaaaa;border-radius:18px;margin:30px 10px 10px;padding:10px 0;position:relative;width:90%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:12px;font-weight:700;left:22%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-1 .icon{margin-right:5px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:12px;font-weight:600;margin-left:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right{text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:14px;font-weight:500;margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:20px;font-weight:700}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:22px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start!important;margin:10px auto}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .text-list .list .text{color:#595959;font-size:12px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:12px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down{margin:auto;width:85%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .left-content .button-down .left-button .text{margin-right:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:30px 10px 10px;padding:10px 0;position:relative;width:90%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:12px;font-weight:700;left:22%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-1 .icon{margin-right:5px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:12px;font-weight:600;margin-left:10px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right{text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:12px;font-weight:500;margin-right:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:20px;font-weight:700}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:22px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-left:8px}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:12px;font-weight:500;text-align:center}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down{margin:auto;width:85%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-pioneer .div-bottom-pioneer .bottom-right .right-content .button-down .left-button .text{margin-right:10px}.SliderBox{width:100%}.SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:-10px auto 10px;width:100%}.SliderBox .Slider{border-radius:4px;height:10px;width:100%}.SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.SliderBox .highlight{color:#2f80ed!important}.colorMaker{background-color:#2f80ed!important}.MuiSlider-markLabel{font-size:12px!important;margin-left:0!important;margin-top:5px!important}}.outer-wrapper-sapling{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;padding:40px 2px;width:100%}.outer-wrapper-sapling .div-bottom-sapling{align-items:center;background:url(/_next/static/media/purple_arraow.e16eb7db.svg);background-position:45% 130px;background-repeat:no-repeat;display:flex;flex-direction:row;justify-content:space-evenly;margin:50px;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:10px 80px 10px 150px;width:40%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin-top:10px;width:80%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .sub-heading{color:#595959;font-size:18px;font-weight:500;margin-top:10px;width:55%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:10px 150px 10px 10px;padding:20px 0;position:relative;width:33%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:18px;font-weight:700;left:23%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-25px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 30px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:30px;font-weight:700;justify-content:flex-start}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:18px;font-weight:600}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right{text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-1{color:#565656;font-size:18px;font-weight:500}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:20px;font-weight:500;margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:32px;font-weight:700}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:20px;font-weight:500;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:42px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:16px;font-weight:500;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down{margin:auto;width:85%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down .left-button .text{margin-right:10px}@media only screen and (max-width:500px){.outer-wrapper-sapling{background:#ecf8ff;padding:30px 2px}.outer-wrapper-sapling,.outer-wrapper-sapling .div-bottom-sapling{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.outer-wrapper-sapling .div-bottom-sapling{background:url();background-position:45% 130px;background-repeat:no-repeat;margin:0 50px}.outer-wrapper-sapling .div-bottom-sapling .bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:10px 0;width:90%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;font-weight:700}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .heading{color:#2b2f34;font-size:26px;font-weight:700;margin-top:10px;text-align:center;width:80%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .sub-heading{color:#595959;font-size:14px;font-weight:500;margin-top:10px;text-align:center;width:90%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-sapling .div-bottom-sapling .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:30px 0 10px 10px;padding:20px 0;position:relative;width:90%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:14px;font-weight:700;left:18%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 10px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left{margin-right:20px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:flex-start}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:12px;font-weight:600}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right{text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:14px;font-weight:500;margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:28px;font-weight:700}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:28px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down{margin:auto;width:85%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-sapling .div-bottom-sapling .bottom-right .button-down .left-button .text{margin-right:10px}}.course-curriculum-wrapper-pioneer{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;top:0;width:100%;z-index:-100}.course-curriculum-wrapper-pioneer .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-curriculum-wrapper-pioneer .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px;text-align:center;width:60%}.course-curriculum-wrapper-pioneer .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-pioneer .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:start;justify-content:space-evenly;margin-top:80px;padding:0 80px;position:relative;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left{margin-right:40px;width:50%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .div-round-left{border-bottom:6px solid #2f80ed;border-bottom-left-radius:8px;border-left:6px solid #2f80ed;height:60px;margin-left:.8rem;margin-top:1.8rem;width:45%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .div-round-right{border-right:6px solid #2f80ed;border-top:6px solid #2f80ed;border-top-right-radius:8px;height:60px;margin-left:1.2rem;margin-top:-.4rem;width:45%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .div-round-round{align-items:center;border:1px solid red;display:flex;flex-direction:row;justify-content:center;width:90%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .div-round-round .shape-round{background:#0fb700;height:20px;width:20px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .div-middle-text{border:1px solid #2f80ed}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .tab-div-wrapper{align-items:center;background:#edeff2;border-radius:8px;display:flex;flex-direction:row;justify-content:center;margin-top:300px;overflow:hidden;width:85%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .tab-div-wrapper .backend-btn,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .tab-div-wrapper .frontend-btn{background:#edeff2;color:#2b2f34;font-size:24px;font-weight:700;padding:10px;width:50%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .tab-div-wrapper .btn-active{background:#2f80ed;border-radius:8px;color:#fff}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-top:40px;padding:3px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:20px;position:relative;width:20px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:130px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:8px;position:absolute;top:-100px;width:5px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:180px;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:10px;left:7px;position:absolute;top:0;width:6px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer-active-green{border:3px solid #0fb700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:2px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 30px;padding:25px;width:80%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:22px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:26px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:28px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:3px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:3px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end{width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-top:40px;padding:3px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .dot,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:20px;position:relative;width:20px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .dot:after,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:130px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .dot-check,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .dot-check:before,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:8px;position:absolute;top:-100px;width:5px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .dot-check:after,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:180px;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer .last-dot:after,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:10px;left:7px;position:absolute;top:0;width:6px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer-active,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .dot-outer-active-green,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .dot-outer-active-green{border:3px solid #0fb700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:2px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 30px;padding:25px;width:80%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content .card-left,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content .card-left .heading,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:22px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content .card-left .time-span,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content .card-right,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content-spl,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content-spl .heading-1,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:26px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-content-spl .heading-2,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:28px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-active,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:3px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-active-spl,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-active-spl{border:3px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-1,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-2,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-3,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-3 .icon,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-6,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-back-end .card-outer-div .card-text-title-outer .card-text .text-7,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .view-front-end .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-right{right:80px;top:300px;width:50%}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text{align-items:flex-start;border:2px solid #2f80ed;border-radius:14px;display:flex;display:none;flex-direction:column;justify-content:center;padding:20px;position:sticky;top:10px}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-6{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .text-7{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .button-download{width:80%}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text .button-download .text{margin-right:10px}.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-1,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-2,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-3,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-6,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-7,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-8,.course-curriculum-wrapper-pioneer .content-holder .div-content-right .card-text-9{animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;display:flex;position:sticky;top:3px}.course-curriculum-wrapper-pioneer .mobile-download-curriculum-button{display:none}.course-curriculum-wrapper-pioneer .only-mobile-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:40px;position:relative}.course-curriculum-wrapper-pioneer .only-mobile-text .bg-arrow-purple{bottom:0;left:55%;position:absolute;transform:scale(1.8) rotate(10deg);z-index:-100}.course-curriculum-wrapper-pioneer .only-mobile-text .curriculum-btn-text{color:#012555;font-size:30px;font-weight:700;width:50%}.course-curriculum-wrapper-pioneer .only-mobile-text .curriculum-btn-text .text-blue{color:#2f80ed}@media only screen and (max-width:500px){.course-curriculum-wrapper-pioneer{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;margin:40px auto;position:relative}.course-curriculum-wrapper-pioneer .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:15px}.course-curriculum-wrapper-pioneer .heading-text{color:#2b2f34;font-size:24px;font-weight:700;text-align:center;width:90%}.course-curriculum-wrapper-pioneer .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-pioneer .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;margin-top:10px;padding:0}.course-curriculum-wrapper-pioneer .content-holder .div-content-left{margin-right:40px;width:90%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-left:15px;margin-top:40px;padding:3px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:10px;position:relative;width:10px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:90px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-active:after{background:#2f80ed;content:"";height:300px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:10px;justify-content:center;position:relative;width:10px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 50%);bottom:0;content:"";height:100px;left:4px;position:absolute;width:3px;z-index:1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:90px;left:4px;position:absolute;top:10px;width:3px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-green:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:330px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:0;left:4px;position:absolute;top:0;width:3px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .dot-outer-green{background:#0fb700;font-size:14px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:1px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 20px;padding:10px 15px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:16px;font-weight:700;margin-top:0}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:12px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:16px;font-weight:500}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:16px;font-weight:700}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:1px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:1px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;border:1px solid transparent;display:flex;display:none;flex-direction:column;justify-content:center;margin-left:20px;padding:10px;width:100%}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:16px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:12px;font-weight:700;margin-bottom:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;font-size:12px;justify-content:flex-start;margin-bottom:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text-active{animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;border:1px solid #2f80ed;border-radius:8px;display:flex}.course-curriculum-wrapper-pioneer .content-holder .div-content-left .only-desktop{display:none}.course-curriculum-wrapper-pioneer .content-holder .div-content-right{display:none;width:50%}.mobile-download-curriculum-button{display:flex!important;width:100%}.mobile-download-curriculum-button .mobile-download-curriculum-button-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-left:60px;width:100%}.only-mobile-text{display:none}}.fsd-dot-check{background:transparent}.fsd-dot-check:after{background:transparent!important;height:0!important}@media only screen and (max-width:500px){.MobileFooterCTA-wrapper{background:#fff;bottom:-100px;box-shadow:0 0 40px rgba(0,0,0,.16);display:grid;gap:10px;grid-template-columns:1fr 3fr;opacity:0;position:fixed;width:100%;z-index:5000}.MobileFooterCTA-wrapper .left-side-button{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:auto}.MobileFooterCTA-wrapper .left-side-button .icon{color:#52cc60;font-size:35px;margin-left:8px;margin-right:5px}.MobileFooterCTA-wrapper .left-side-button .text{font-size:18px;font-weight:900}.MobileFooterCTA-wrapper .right-side-button{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:6px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:500;justify-content:center;margin:10px;padding:10px;text-align:center;white-space:nowrap;width:90%}.MobileFooterCTA-wrapper .right-side-button .text{margin-right:8px}.MobileFooterCTA-wrapper-2{background:#fff;bottom:-100px;box-shadow:0 0 40px rgba(0,0,0,.16);display:grid;gap:10px;grid-template-columns:1fr;opacity:0;position:fixed;width:100%;z-index:500}.MobileFooterCTA-wrapper-2 .left-side-button{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:auto}.MobileFooterCTA-wrapper-2 .left-side-button .icon{color:#52cc60;font-size:35px;margin-left:8px;margin-right:5px}.MobileFooterCTA-wrapper-2 .left-side-button .text{font-size:18px;font-weight:900}.MobileFooterCTA-wrapper-2 .right-side-button{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:6px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:500;justify-content:center;margin:10px;padding:10px;text-align:center;white-space:nowrap;width:90%}.MobileFooterCTA-wrapper-2 .right-side-button .text{margin-right:8px}}.show-down-cta{animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both}.only-1-btn{align-items:center;display:flex;justify-content:center;width:100vw}@keyframes slide-top{0%{transform:translateY(0)}to{opacity:1;transform:translateY(-100px)}}@media only screen and (min-width:500px){.MobileFooterCTA-wrapper,.MobileFooterCTA-wrapper-2{display:none}}.mentorpage-wrapper-da{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:40px;overflow:hidden;padding:80px 30px}.mentorpage-wrapper-da .mentorpage-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;margin-left:40px;padding:0 20px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper{align-items:center;align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-left:40px;padding:0 20px;width:100%}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header{color:#2b2f34;font-size:42px;font-weight:700;width:100%}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header .blue-span{color:var(--skyblue);font-size:42px;font-weight:700;margin-right:10px}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-text{color:#595959;font-size:18px;font-weight:500}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:20px}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left,.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right{border:1px solid rgba(0,0,0,.2);border-radius:50%;box-shadow:0 2px 40px rgba(0,0,0,.08);cursor:pointer;font-size:32px;padding:10px;transition:transform 1ms ease-in;z-index:2}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left:active,.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right:active{box-shadow:0 2px 40px rgba(0,0,0,.3);transform:scale(.8)}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-left:hover,.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right:hover{box-shadow:0 2px 40px rgba(0,0,0,.2)}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder .slide-button-right{margin-left:20px}.mentorpage-wrapper-da .mentorpage-slides-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:40px;overflow-x:scroll;overflow-y:hidden;padding:25px 10px;scroll-behavior:smooth;width:99%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper{align-items:flex-start;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);cursor:po;display:flex;flex-direction:column;justify-content:center;margin-right:30px;margin-top:30px;min-width:380px!important;position:relative}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .profile-img{align-items:center;background:#fff;border-radius:50%;display:flex;filter:drop-shadow(0 2px 40px rgba(0,0,0,.08));flex-direction:row;height:80px;justify-content:center;left:40px;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:absolute;top:-35px;width:80px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .header-color-div{border-top-left-radius:10px;border-top-right-radius:10px;height:8px;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper{align-items:flex-start;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;justify-content:center;min-height:330px;padding:0 30px;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:26px;justify-content:flex-end;margin-top:10px;transition:transform .1s ease-in-out;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel div{align-items:center;background:#0177b5;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:8px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .name{color:#000;font-size:24px;font-weight:700}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .profession{color:#595959;font-size:15px;font-weight:600;margin-top:5px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .details{color:#595959;font-size:15px;font-weight:500;margin-top:5px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:10px 0;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .position{color:#00337c;font-size:15px;font-weight:700;padding-right:8px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .company-logo{align-items:center;display:flex;flex-direction:row;gap:8px;height:50px;justify-content:space-between;margin-top:8px;padding:0 8px;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper::-webkit-scrollbar{background:transparent;display:none;height:0;width:100px}@media only screen and (max-width:500px){.mentorpage-wrapper-da{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:0;overflow:hidden;padding:0}.mentorpage-wrapper-da .mentorpage-gradient-header{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;padding:3px 8px;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-left:0;text-align:center}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-left:0;padding:10px;text-align:center;width:80%}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header{color:#2b2f34;font-size:24px;font-weight:700;margin-bottom:8px;width:100%}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-header .blue-span{color:var(--skyblue);font-size:24px;font-weight:700;margin-right:10px}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .mentorpage-header-wrapper .mentorpage-text{color:#595959;font-size:14px;font-weight:500}.mentorpage-wrapper-da .mentorpage-header-slideButton-wrapper .slides-button-holder{display:none}.mentorpage-wrapper-da .mentorpage-slides-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:25px;overflow-x:scroll;overflow-y:hidden;padding:20px 10px;scroll-behavior:smooth;width:99%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper{align-items:flex-start;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;margin-right:20px;margin-top:30px;min-width:300px!important;position:relative}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .profile-img{align-items:center;background:#fff;border-radius:50%;display:flex;filter:drop-shadow(0 2px 40px rgba(0,0,0,.08));flex-direction:row;height:70px;justify-content:center;left:40px;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:absolute;top:-30px;width:70px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .header-color-div{border-top-left-radius:10px;border-top-right-radius:10px;height:7px;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:0 20px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel{align-items:center;display:flex;flex-direction:row;font-size:26px;justify-content:flex-end;margin-top:8px;width:100%}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .social-handel div{align-items:center;background:#0177b5;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;padding:5px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .name{color:#000;font-size:18px;font-weight:700;margin-top:0}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .profession{color:#595959;font-size:14px;font-weight:600;margin-top:5px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .details{color:#595959;font-size:14px;font-weight:500;margin-top:5px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:15px 0}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .position{color:#2b2f34;font-size:12px;font-weight:700;padding-right:8px}.mentorpage-wrapper-da .mentorpage-slides-wrapper .slide-wrapper .content-wrapper .company .company-logo{align-items:center;display:flex;flex-direction:row;gap:5px;height:15px;justify-content:space-between;margin-top:10px;padding:0 8px;width:100%}}.social-handel:active{transform:scale(.98)}.outer-wrapper{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;padding:60px 2px;width:100%}.outer-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.outer-wrapper .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:0}.outer-wrapper .heading-text .span-blue{color:#2f80ed}.outer-wrapper .subheading-text{color:#595959;font-size:18px;font-weight:500;margin-bottom:50px}.outer-wrapper .div-top{align-items:center;border:1px solid transparent!important;display:flex;flex-direction:row;gap:15px;justify-content:space-evenly;justify-content:flex-start;margin:0 auto 30px;max-width:100%;overflow-x:auto;padding:0 5%;width:auto}.outer-wrapper .div-top .card{background:#fff;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);height:300px;margin:10px 20px;min-width:260px;padding:12px;width:260px}.outer-wrapper .div-top .card .card-top{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper .div-top .card .card-top .index{border-radius:50%;height:40px;width:40px}.outer-wrapper .div-top .card .card-mid,.outer-wrapper .div-top .card .card-mid .icon,.outer-wrapper .div-top .card .card-top .index{align-items:center;display:flex;flex-direction:row;justify-content:center}.outer-wrapper .div-top .card .card-mid .icon{border-radius:50%;font-size:45px;height:100px;width:100px}.outer-wrapper .div-top .card .card-bottom{color:#000;font-size:24px;font-weight:700}.outer-wrapper .div-top .card .card-bottom .text{margin:40px 5px 5px}.outer-wrapper .div-bottom{align-items:center;background:url(/_next/static/media/purple_arraow.e16eb7db.svg);background-position:47% 100px;background-repeat:no-repeat;display:flex;flex-direction:row;justify-content:center;margin:50px;padding:0 7.5%;width:100%}.outer-wrapper .div-bottom .bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:10px 60px;width:100%}.outer-wrapper .div-bottom .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700}.outer-wrapper .div-bottom .bottom-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin-top:10px;width:80%}.outer-wrapper .div-bottom .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper .div-bottom .bottom-left .sub-heading{color:#595959;font-size:18px;font-weight:500;margin-top:10px;width:70%}.outer-wrapper .div-bottom .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px}.outer-wrapper .div-bottom .bottom-left .left-button .text{margin-right:10px}.outer-wrapper .div-bottom .bottom-right{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:10px;padding:20px 0;position:relative;width:100%}.outer-wrapper .div-bottom .bottom-right .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:18px;font-weight:700;left:25%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-25px}.outer-wrapper .div-bottom .bottom-right .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 20px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:30px;font-weight:700;justify-content:flex-start}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .data-science{font-size:22px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:18px;font-weight:600}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-1{color:#565656;font-size:18px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:20px;font-weight:500;margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:32px;font-weight:700}.outer-wrapper .div-bottom .bottom-right .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:row;gap:24px;justify-content:space-between;margin-top:10px;padding:10px 20px 0}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-1,.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:20px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:42px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:16px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .apply-Now-button-wrapper{display:none}.outer-wrapper .div-bottom .bottom-right .book-your-seat-btn{align-items:center;background:var(--primaryskyblue,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:flex;font-size:18px;font-weight:700;gap:2px;justify-content:center;line-height:150%;margin:20px auto auto;padding:14px 6px 14px 16px;width:276px}.outer-wrapper .div-bottom .bottom-right .note{color:var(--text-200,#505862);font-size:14px;font-weight:500;line-height:150%;margin-top:8px;text-align:center}@media only screen and (max-width:500px){.outer-wrapper{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;padding:40px 2px 0;width:100%}.outer-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px}.outer-wrapper .heading-text{color:#2b2f34;font-size:24px;font-weight:700}.outer-wrapper .heading-text .span-blue{color:#2f80ed}.outer-wrapper .subheading-text{color:#595959;font-size:14px;font-weight:500}.outer-wrapper .div-top{border:1px solid transparent!important;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:1rem 5px 0;padding:3px;width:100%}.outer-wrapper .div-top .card{background:#fff;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);height:200px;margin:5px;min-width:170px;padding:8px;width:100px}.outer-wrapper .div-top .card .card-top{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper .div-top .card .card-top .index{border-radius:50%;height:30px;width:30px}.outer-wrapper .div-top .card .card-mid,.outer-wrapper .div-top .card .card-mid .icon,.outer-wrapper .div-top .card .card-top .index{align-items:center;display:flex;flex-direction:row;justify-content:center}.outer-wrapper .div-top .card .card-mid .icon{border-radius:50%;font-size:45px;height:100px;width:100px}.outer-wrapper .div-top .card .card-bottom{color:#000;font-size:14px;font-weight:700;margin-top:0}.outer-wrapper .div-top .card .card-bottom .text{margin:10px 5px 5px}.outer-wrapper .div-top::-webkit-scrollbar{display:none}.outer-wrapper .div-bottom{align-items:center;background:url(/_next/static/media/purple_arraow.e16eb7db.svg);background-position:45% 100px;background-repeat:no-repeat;display:flex;flex-direction:row;justify-content:center;margin:50px;width:100%}.outer-wrapper .div-bottom .bottom-left{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center;margin:10px 60px 10px 10px;width:45%}.outer-wrapper .div-bottom .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700}.outer-wrapper .div-bottom .bottom-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin-top:10px;width:100%}.outer-wrapper .div-bottom .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper .div-bottom .bottom-left .sub-heading{color:#595959;font-size:18px;font-weight:500;margin-top:10px;width:100%}.outer-wrapper .div-bottom .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper .div-bottom .bottom-left .left-button .text{margin-right:10px}.outer-wrapper .div-bottom .bottom-right{background:#fff;border:4px solid #2f80ed;border-radius:18px;margin:10px;padding:20px 0;position:relative;width:90%}.outer-wrapper .div-bottom .bottom-right .right-top-div{background:#2f80ed;border-radius:8px;color:#fff;font-size:12px;font-weight:700;left:20%;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px}.outer-wrapper .div-bottom .bottom-right .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 10px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:flex-start}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .data-science{font-size:16px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:14px;font-weight:600}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:12px;font-weight:500;margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:20px;font-weight:700}.outer-wrapper .div-bottom .bottom-right .div-right-bottom{align-items:center;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-1,.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:30px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:12px}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:14px;font-weight:500}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .apply-Now-button-wrapper{display:block;width:100%}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .apply-Now-button-wrapper .apply-Now-button{align-items:center;background:#4499fe;border-radius:10px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin:15px auto auto;padding:8px;width:90%}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .apply-Now-button-wrapper .apply-Now-button .text{margin-right:10px}.outer-wrapper .div-bottom .bottom-right .div-right-bottom .apply-Now-button-wrapper .apply-Now-button .icon{font-size:18px;font-weight:900}.outer-wrapper .div-bottom .bottom-right .book-your-seat-btn{font-weight:700;margin-top:10px;padding:10px;width:246px}}.talk-to-carreer-expert-container{position:relative;width:600px}@media screen and (max-width:500px){.talk-to-carreer-expert-container{width:100%}}.talk-to-carreer-expert-container .close-button{position:absolute;right:16px;top:16px}.talk-to-carreer-expert-container .heading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:24px 0}.talk-to-carreer-expert-container .heading-container .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:600;line-height:32.76px;margin-top:12px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media screen and (max-width:500px){.talk-to-carreer-expert-container .heading-container .heading{font-size:24px}}.talk-to-carreer-expert-container .heading-container .heading .color-green{color:#00ac07}.talk-to-carreer-expert-container .heading-container .sub-heading{color:#2b2f34;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:500;line-height:20.16px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media screen and (max-width:500px){.talk-to-carreer-expert-container .heading-container .sub-heading{width:80%}}.talk-to-carreer-expert-container .heading-container .cloud-img{left:0;position:absolute;top:140px;width:100%}@media screen and (max-width:500px){.talk-to-carreer-expert-container .heading-container .cloud-img{top:156px}}.talk-to-carreer-expert-container .modal-content{background-color:#fff;margin-top:60px;padding:20px}@media screen and (max-width:500px){.talk-to-carreer-expert-container .modal-content{margin-top:25px}}.talk-to-counselor-container{display:flex;position:relative}.talk-to-counselor-container .left{background:linear-gradient(160.11deg,#fff8e4 6.55%,#e1f5c9 42.53%),linear-gradient(160.11deg,color(display-p3 1 .973 .902) 6.55%,color(display-p3 .898 .957 .804) 42.53%);display:flex;flex-direction:column;justify-content:space-between;width:420px}.talk-to-counselor-container .left .heading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20%;padding:24px 0}.talk-to-counselor-container .left .heading-container .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:700;line-height:32.76px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.talk-to-counselor-container .left .heading-container .heading .color-green{color:#00ac07}.talk-to-counselor-container .left .heading-container .sub-heading{color:#595959;font-size:16px;font-weight:400;text-align:center}.talk-to-counselor-container .left .counsellor-img{margin-top:auto;scale:1.2}.talk-to-counselor-container .right{flex:1;padding:16px;width:580px}.talk-to-counselor-container .right .close-button{cursor:pointer;position:absolute;right:16px;top:16px;z-index:2}@media screen and (max-width:500px){.talk-to-counselor-container{flex-direction:column}.talk-to-counselor-container .left{background:linear-gradient(160.11deg,#fff8e4 6.55%,#e1f5c9 42.53%),linear-gradient(160.11deg,color(display-p3 1 .973 .902) 6.55%,color(display-p3 .898 .957 .804) 42.53%);display:flex;flex-direction:column;height:300px;justify-content:space-between;width:100%}.talk-to-counselor-container .left .heading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:0;padding:24px 0}.talk-to-counselor-container .left .heading-container .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:700;line-height:32.76px;margin-bottom:1px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.talk-to-counselor-container .left .heading-container .heading .color-green{color:#00ac07}.talk-to-counselor-container .left .heading-container .sub-heading{color:#595959;font-size:16px;font-weight:400;text-align:center}.talk-to-counselor-container .left .counsellor-img{margin-top:auto;scale:1.2}.talk-to-counselor-container .right{flex:1;padding:16px;width:100%}}.modal-header{display:flex;justify-content:space-between}.modal-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;width:100%}.modal-content .top-subheading{color:#595959;font-size:16px;font-weight:400;margin-bottom:10px}.modal-content .top-heading{color:#2b2f34;font-size:30px;font-weight:700;margin-bottom:10px}.modal-content .chip{background-color:#eff8ff;border-radius:6px;color:#2f80ed;font-size:14px;font-weight:700;letter-spacing:-.04em;line-height:21px;margin:0 auto 12px;padding:4px 12px;text-align:center;width:-moz-fit-content;width:fit-content}.modal-content .input-holder{align-items:center;background:#fafafa;border-radius:8px;display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;padding:8px;width:100%}.modal-content .input-holder .icon{color:#8393a9;font-size:24px;margin-right:10px}.modal-content .input-holder input{background:#fafafa;font-weight:500;height:35px;width:100%}.modal-content .modal-submit-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:center;margin-top:30px;padding:10px;width:100%}.modal-content .modal-submit-btn span{margin-left:10px}.modal-content .mobile-input:before{content:"+91";display:inline;height:100px;width:100px}.modal-content .error{border-color:1px solid red}.modal-content .error-icon{color:red;font-size:20px;margin-left:10px}.modal-content.modal-success svg{color:#0fb700;height:70px;margin-bottom:10px;width:70px}.button-container{justify-content:space-evenly;width:100%}.button-container,.button-container .btn{align-items:center;display:flex;flex-direction:row}.button-container .btn{background:#fafafa;border-radius:8px;color:#8393a9;font-size:16px;font-weight:500;justify-content:center;padding:10px;width:40%}.button-container .btn svg{font-size:25px;margin-right:10px}.button-container .btn.active{background:#e1eeff;border:1.5px solid #2f80ed;color:#2f80ed}.button-container .btn.active span{color:#2f80ed}.button-container .btn span{color:#8393a9;font-size:20px;font-weight:500}@media only screen and (max-width:500px){.modal-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;width:100%}.modal-content .top-subheading{color:#595959;font-size:12px;font-weight:400;margin-bottom:10px;text-align:center}.modal-content .top-heading{color:#2b2f34;font-size:18px;font-weight:700;margin-bottom:10px;text-align:center}.modal-content .input-holder{align-items:center;background:#fafafa;border-radius:8px;display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;padding:8px;width:100%}.modal-content .input-holder .icon{color:#8393a9;font-size:24px;margin-right:10px}.modal-content .input-holder input{background:#fafafa;height:20px;width:100%}.modal-content .modal-submit-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;margin-top:30px;padding:8px;width:100%}.modal-content .modal-submit-btn span{margin-left:10px}.modal-content .mobile-input:before{content:"+91";display:inline;height:100px;width:100px}.modal-content .error{border-color:1px solid red}.modal-content .error-icon{color:red;font-size:20px;margin-left:10px}.modal-content.modal-success svg{color:#0fb700;height:50px;margin-bottom:10px;width:50px}.button-container{justify-content:space-evenly;width:100%}.button-container,.button-container .btn{align-items:center;display:flex;flex-direction:row}.button-container .btn{background:#fafafa;border-radius:8px;color:#8393a9;font-size:14px;font-weight:500;justify-content:center;padding:8px;width:45%}.button-container .btn svg{font-size:16px;margin-right:5px}.button-container .btn.active{background:#e1eeff;border:1.5px solid #2f80ed;color:#2f80ed}.button-container .btn.active span{color:#2f80ed}.button-container .btn span{color:#8393a9;font-size:14px;font-weight:500}}.error-page .page_404{background:transparent;height:80vh;padding:40px 0;width:100vw}.error-page .page_404 .page-text{position:relative;width:100%}.error-page .page_404 .page-text .bg-text{color:#dcdcdc;font-size:200px;font-weight:700;position:absolute;text-align:center;top:-120px;width:100%;z-index:-10}.error-page .page_404 .page-text .text-1{color:#1f66c4;font-size:48px;font-weight:700;text-align:center}.error-page .page_404 .page-text .text-2{color:#00275b;font-size:14px;font-weight:500;margin-bottom:30px;text-align:center}.error-page .page_404 .bg-img{background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);background-position:50%;background-repeat:no-repeat;background-size:fill;height:300px;width:100%}.error-page .page_404 .text-redirect{color:#124075;font-size:14px;font-weight:500;text-align:center;width:100%}.error-page .page_404 .text-redirect .link-tag-time{animation:border-update 2s linear infinite;border:3px solid #39ac31;border-radius:4px;color:#1466c4;font-size:18px;font-weight:700;padding:5px;position:relative}.error-page .page_404 .link-tag{align-items:center;background:#fff;border:2px solid #1573df;border-radius:8px;color:#1573df;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start;margin:30px auto 10px;padding:5px 10px}.error-page .page_404 .link-tag .icon{margin-left:5px}.error-page .page_404 .link-tag:hover{background:#1573df;color:#fff}.error-page .bg-img{background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);background-position:50%;background-repeat:no-repeat;background-size:fill;height:100%;height:400px;width:100%}.error-page .text-redirect{color:#124075;font-size:14px;font-weight:500;text-align:center;width:100%}.error-page .text-redirect .link-tag-time{animation:border-update 2s linear infinite;border:3px solid #39ac31;border-radius:4px;color:#1466c4;font-size:18px;font-weight:700;padding:5px;position:relative}.error-page .link-tag{align-items:center;background:#fff;border:2px solid #1573df;border-radius:8px;color:#1573df;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start;margin:10px auto;padding:5px 10px}.error-page .link-tag .icon{margin-left:5px}.error-page .link-tag:hover{background:#1573df;color:#fff}.error-page .link_404{background:#39ac31;color:#fff!important;display:inline-block;margin:20px 0;padding:10px 20px}.error-page .contant_box_404{margin-top:-50px}@media screen and (max-width:500px){.error-page .page_404{background:transparent;height:75vh;padding:40px 0;width:100vw}.error-page .page_404 .page-text{position:relative;width:100%}.error-page .page_404 .page-text .bg-text{color:#dcdcdc;font-size:150px;font-weight:700;position:absolute;text-align:center;top:-120px;width:100%;z-index:-10}.error-page .page_404 .page-text .text-1{color:#1f66c4;font-size:32px;font-weight:700;text-align:center}.error-page .page_404 .page-text .text-2{color:#00275b;font-size:14px;font-weight:500;text-align:center}.error-page .page_404 .bg-img{background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);background-position:50%;background-repeat:no-repeat;background-size:contain;height:50%;width:100%}.error-page .page_404 .text-redirect{color:#124075;font-size:14px;font-weight:500;text-align:center;width:100%}.error-page .page_404 .text-redirect .link-tag-time{animation:border-update 2s linear infinite;border:3px solid #39ac31;border-radius:4px;color:#1466c4;font-size:18px;font-weight:700;padding:5px;position:relative}.error-page .page_404 .link-tag{align-items:center;background:#fff;border:2px solid #1573df;border-radius:8px;color:#1573df;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:flex-start;margin:30px auto 10px;padding:5px 10px}.error-page .page_404 .link-tag .icon{margin-left:5px}.error-page .page_404 .link-tag:hover{background:#1573df;color:#fff}.error-page .link_404{background:#39ac31;color:#fff!important;display:inline-block;margin:20px 0;padding:10px 20px}.error-page .contant_box_404{margin-top:-50px}}@keyframes rotate-border{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes border-update{0%{border-color:#39ac31 transparent transparent}25%{border-color:#017ba4 #017ba4 transparent transparent}50%{border-color:#ac319e #ac319e #ac319e transparent}75%{border-color:#1437aa}to{border-color:transparent #d04d10 #d04d10}}.course-template-wrapper{background:#fff;border:1px solid #e2e2e2;border-radius:10px;max-width:450px;padding:25px}.course-template-wrapper,.course-template-wrapper .course-template-header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.course-template-wrapper .course-template-header .template-heading{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:10px}.course-template-wrapper .course-template-header .template-heading .header-text{color:#2b2f34;font-size:26px;font-weight:700;margin-left:10px}.course-template-wrapper .course-template-header .template-highlight{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:10px;width:100%}.course-template-wrapper .course-template-header .template-highlight .text-left,.course-template-wrapper .course-template-header .template-highlight .text-right{border-radius:7px;font-size:14px;font-weight:500;padding:6px 8px;text-align:center}.course-template-wrapper .course-template-header .template-highlight .text-left{margin-right:20px}.course-template-wrapper .course-template-header .template-text{color:#565656;font-size:14px;font-weight:500;margin:10px 0}.course-template-wrapper .course-template-mid{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}.course-template-wrapper .course-template-mid .template-mid{align-items:center;border-bottom:1px solid rgba(0,0,0,.3);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;justify-content:center;padding:.5rem 0;padding-bottom:1rem!important;width:100%}.course-template-wrapper .course-template-mid .template-mid .template-mid-sub,.course-template-wrapper .course-template-mid .template-mid .template-mid-text{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:flex-start}.course-template-wrapper .course-template-mid .template-mid .template-mid-sub{font-weight:500}.course-template-wrapper .course-template-mid .template-mid .template-mid-sub .icon{font-size:24px;margin-right:10px}.course-template-wrapper .course-template-bottom{align-items:center;display:flex;flex-direction:row;gap:1rem!important;justify-content:center;margin-top:20px;width:100%}.course-template-wrapper .course-template-bottom .template-bottom-curriculum,.course-template-wrapper .course-template-bottom .template-bottom-learnMore{align-items:center;border-radius:6px!important;display:flex;flex-direction:row;justify-content:center;padding:10px 30px;width:100%}.course-template-wrapper .course-template-bottom .template-bottom-curriculum{border:1px solid var(--skyblue);border-radius:8px;color:var(--skyblue);width:100%}.course-template-wrapper .course-template-bottom .template-bottom-curriculum .icon{margin-right:5px}.course-template-wrapper .course-template-bottom .template-bottom-learnMore{background:var(--skyblue);border-radius:8px;color:#fff}.course-template-wrapper .course-template-bottom .template-bottom-learnMore .icon{margin-left:5px}.course-template-wrapper .recommended-header{background:var(--skyblue);border-radius:8px;color:#fff;font-size:14px;font-weight:700;padding:5px 15px;position:absolute;text-transform:uppercase;top:-15px}.add-border{border:2px solid #2f80ed;position:relative}button:active{transform:scale(.95);transition:all .2s}@media only screen and (max-width:1230px){.course-template-wrapper{width:100%}}@media only screen and (max-width:500px){.course-template-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;margin-right:0;padding:15px;padding-bottom:0!important;width:95%}.course-template-wrapper .course-template-header .template-heading{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:10px}.course-template-wrapper .course-template-header .template-heading .header-text{font-size:24px}.course-template-wrapper .course-template-header .template-highlight .text-left,.course-template-wrapper .course-template-header .template-highlight .text-right{font-size:12px}.course-template-wrapper .course-template-header .template-highlight .text-left{margin-right:12px}.course-template-wrapper .course-template-header .template-text,.course-template-wrapper .course-template-mid .template-mid .template-mid-sub,.course-template-wrapper .course-template-mid .template-mid .template-mid-text{font-size:12px}.course-template-wrapper .course-template-mid .template-mid .template-mid-sub .icon{font-size:18px;margin-right:10px}.course-template-wrapper .course-template-bottom{align-items:center;display:flex;flex-direction:row;gap:1rem!important;justify-content:center;margin-top:20px;width:100%}.course-template-wrapper .course-template-bottom .template-bottom-curriculum,.course-template-wrapper .course-template-bottom .template-bottom-learnMore{align-items:center;display:flex;flex-direction:row;font-size:14px;justify-content:center;padding:10px 15px}.course-template-wrapper .course-template-bottom .template-bottom-curriculum{border:1px solid var(--skyblue);border-radius:8px;color:var(--skyblue)}.course-template-wrapper .course-template-bottom .template-bottom-curriculum .icon{margin-right:5px}.course-template-wrapper .course-template-bottom .template-bottom-learnMore{background:var(--skyblue);border-radius:8px;color:#fff}.course-template-wrapper .course-template-bottom .template-bottom-learnMore .icon{margin-left:5px}.course-template-wrapper .recommended-header{background:var(--skyblue);border-radius:8px;color:#fff;font-size:12px;font-weight:700;padding:5px 10px;position:absolute;text-transform:uppercase;top:-15px}.border{border:2px solid var(--skyblue);position:relative}}.menu-items{align-items:center;display:flex;flex-direction:row;justify-content:space-between;list-style:none}.menu-items-list{border:2px solid transparent;border-radius:8px;font-size:18px;margin-right:10px;padding:8px;position:relative}.menu-items-list button{align-items:center;border-radius:10px;display:flex;flex-direction:row;justify-content:flex-start;padding:0;transition:transform .1s cubic-bezier(.075,.82,.165,1);white-space:nowrap;width:-moz-max-content;width:max-content}.menu-items-list button .text{margin-right:5px}.menu-items-list button span{color:#4f4f4f;font-size:18px;font-weight:500}.menu-items-list button:hover{background-color:#fff}.menu-items-list:hover{background-color:#fff;border:2px solid var(--skyblue)}.menu-items button:hover{background-color:#fff}.menu-items button:active{transform:scale(.95)}.dropdown{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(46,41,51,.08),0 4px 6px -2px rgba(71,63,79,.16);display:none;font-size:.875rem;left:auto;list-style:none;min-width:15rem;position:absolute;right:0;top:70px;z-index:999}.dropdown.show{cursor:pointer;display:block}.dropdown.dropdown-submenu{display:none}@media only screen and (max-width:500px){.menu-items{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;list-style:none}.dropdown{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(46,41,51,.08),0 4px 6px -2px rgba(71,63,79,.16);display:none;font-size:.875rem;left:70px;list-style:none;min-width:15rem;position:absolute;right:0;top:10px;z-index:999}}.download_curriculum-button_{align-items:center;background:#4499fe;border-radius:10px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin:15px auto auto;padding:15px}.download_curriculum-button_ .text{margin-right:10px}.download_curriculum-button_ .icon{font-size:18px;font-weight:900}@media only screen and (max-width:500px){.download_curriculum-button_{align-items:center;background:#4499fe;border-radius:10px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin:15px auto auto;padding:8px;width:70%}.download_curriculum-button_ .text{margin-right:10px}.download_curriculum-button_ .icon{font-size:18px;font-weight:900}}.course-type-switch{color:#595959;font-size:18px;font-weight:500;margin:20px}.course-type-switch,.course-type-switch .label{align-items:center;display:flex;flex-direction:row;justify-content:center}.course-type-switch .label{background-color:#fff;border-radius:10px;box-shadow:0 2.37931px 47.5862px rgba(0,0,0,.06);cursor:pointer;margin:0 20px;min-width:200px;padding:15px 25px;text-align:center}@media screen and (max-width:768px){.course-type-switch .label{margin:0 10px;min-width:175px}}.course-type-switch .selected{border:1.75px solid #2f80ed;color:#2f80ed}@media only screen and (max-width:768px){.course-type-switch{gap:1.5rem}.course-type-switch .label{border-radius:8px;cursor:pointer;font-size:16px;margin:0;min-width:auto;padding:1rem;width:50%}}.course-curriculum-wrapper-beginner{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;padding-bottom:80px;top:0;width:100%;z-index:-100}.course-curriculum-wrapper-beginner .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-curriculum-wrapper-beginner .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px;text-align:center;width:60%}.course-curriculum-wrapper-beginner .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-beginner .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:start;justify-content:space-evenly;margin-top:80px;padding:0 80px;position:relative;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left{margin-bottom:50px;margin-right:40px;width:50%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-top:40px;padding:3px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:20px;position:relative;width:20px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:130px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-last-1:after{background:#2f80ed;content:"";height:90px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:8px;position:absolute;top:-100px;width:5px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:180px;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .no-after-dot{border-radius:50%;height:20px;width:20px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .no-after-dot:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:7px;position:absolute;top:-100px;width:6px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .no-after-dot:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:0;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:10px;left:7px;position:absolute;top:0;width:6px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer-active-green{border:3px solid #0fb700}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer-active-green-no{border:5px solid #0fb700;padding:0}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:2px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 30px;padding:20px;width:80%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:20px;font-weight:700}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:26px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:28px;font-weight:700}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:3px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:3px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left{border-bottom:6px solid #2f80ed;border-bottom-left-radius:8px;border-left:6px solid #2f80ed;height:100px;margin-left:13px;margin-top:0;position:relative;width:40%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left .round-right-inside{border-right:6px solid #2f80ed;border-top:6px solid #2f80ed;border-top-right-radius:8px;bottom:-70px;height:70px;position:absolute;right:-10%;width:40%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left .round-right-inside:after{background:#2f80ed;border-radius:50%;bottom:-10px;content:"";height:25px;position:absolute;right:-15%;width:25px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .div-mid-text{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin-top:100px;width:90%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .div-mid-text .text-container{text-align:center;width:60%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:50px;margin-top:50px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div{align-items:center;background:#edeff2;border-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:500;justify-content:space-between;overflow:hidden;width:85%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-1,.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-2{background:#edeff2;color:#2b2f34;height:60px;width:50%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-active{background:#2f80ed;border-radius:8px;color:#fff}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .div-content-left-inside{width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-right{margin-bottom:30px;margin-top:30px;right:80px;top:300px;width:50%}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text{align-items:flex-start;border:2px solid #2f80ed;border-radius:14px;display:flex;display:none;flex-direction:column;height:-moz-max-content;height:max-content;justify-content:center;padding:20px;position:sticky;top:10px}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-4,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-5,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .button-download{width:80%}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text .button-download .text{margin-right:10px}.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-1,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-2,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-3,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-4,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-5,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-6,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-7,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-8,.course-curriculum-wrapper-beginner .content-holder .div-content-right .card-text-9{animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;display:flex;position:sticky;top:3px}.course-curriculum-wrapper-beginner .mobile-download-curriculum-button{display:none}.course-curriculum-wrapper-beginner .only-web-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:40px;position:relative}.course-curriculum-wrapper-beginner .only-web-text .bg-arrow-purple{bottom:0;left:55%;position:absolute;transform:scale(1.8) rotate(10deg);z-index:-100}.course-curriculum-wrapper-beginner .only-web-text .curriculum-btn-text{color:#012555;font-size:30px;font-weight:700;margin-top:80px;width:50%}.course-curriculum-wrapper-beginner .only-web-text .curriculum-btn-text .text-blue{color:#2f80ed}@media only screen and (max-width:1080px){.card-left .heading{font-size:15px!important}}@media only screen and (max-width:500px){.course-curriculum-wrapper-beginner{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;margin:0 auto 40px;padding-bottom:0;position:relative}.course-curriculum-wrapper-beginner .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:15px}.course-curriculum-wrapper-beginner .heading-text{color:#2b2f34;font-size:24px;font-weight:700;text-align:center;width:90%}.course-curriculum-wrapper-beginner .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-beginner .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;margin-top:10px;padding:0}.course-curriculum-wrapper-beginner .content-holder .div-content-left{margin-bottom:0;margin-right:40px;width:90%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .only-web-text{display:none}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-left:15px;margin-top:20px;padding:3px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:10px;position:relative;width:10px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:90px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active:after{background:#2f80ed;content:"";height:350px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-mobile:after{background:#2f80ed;content:"";height:300px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-last:after{background:#2f80ed;content:"";height:0!important;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-last-1:after{background:#2f80ed;content:"";left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-length:after{background:#2f80ed;content:"";height:430px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:10px;justify-content:center;position:relative;width:10px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 50%);bottom:0;content:"";height:100px;left:4px;position:absolute;width:3px;z-index:1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:90px;left:4px;position:absolute;top:10px;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-green:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:330px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:0;left:4px;position:absolute;top:0;width:3px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .no-after-dot:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:0;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer .card-last-dot-new:after{background:#2f80ed;content:"";height:280px;left:4px;position:absolute;top:0;width:3px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .dot-outer-green{background:#0fb700;font-size:14px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:1px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 20px;padding:10px 15px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:16px;font-weight:700;margin-top:0!important}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:12px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:16px;font-weight:500}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:16px;font-weight:700}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:1px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:1px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;border:1px solid transparent;display:flex;display:none;flex-direction:column;justify-content:center;margin-left:20px;padding:10px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:16px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:12px;font-weight:700;margin-bottom:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;font-size:12px;justify-content:flex-start;margin-bottom:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text-active{animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;border:1px solid #2f80ed;border-radius:8px;display:flex;height:30vh;justify-content:flex-start;overflow-y:auto}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left{border-bottom:3px solid #2f80ed;border-bottom-left-radius:8px;border-left:3px solid #2f80ed;height:100px;margin-left:25px;margin-top:-40px;position:relative;width:50%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left .round-right-inside{border-right:3px solid #2f80ed;border-top:3px solid #2f80ed;border-top-right-radius:8px;height:30px;position:absolute;right:-10%;top:100%;width:40%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .round-left .round-right-inside:after{background:#2f80ed;border-radius:50%;bottom:-10px;content:"";height:15px;position:absolute;right:-14%;width:15px}.course-curriculum-wrapper-beginner .content-holder .div-content-left .div-mid-text{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin-left:20px;margin-top:50px;padding:0 20px;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .div-mid-text .text-container{text-align:center;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:50px;margin-left:20px;margin-top:50px;padding-left:0;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div{align-items:center;background:#edeff2;border-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:space-between;overflow:hidden;width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-1,.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-2{background:#edeff2;color:#2b2f34;height:40px;width:50%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-active{background:#2f80ed;border-radius:8px;color:#fff}.course-curriculum-wrapper-beginner .content-holder .div-content-left .tab-parent-div .div-content-left-inside{width:100%}.course-curriculum-wrapper-beginner .content-holder .div-content-left .only-desktop{display:none}.course-curriculum-wrapper-beginner .content-holder .div-content-right{display:none;width:50%}.mobile-download-curriculum-button{display:flex!important;width:100%}.mobile-download-curriculum-button .mobile-download-curriculum-button-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-left:60px;width:100%}}.course-curriculum-wrapper-intermediate{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;padding-bottom:80px;top:0;width:100%;z-index:-100}.course-curriculum-wrapper-intermediate .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.course-curriculum-wrapper-intermediate .heading-text{color:#2b2f34;font-size:42px;font-weight:700;margin-bottom:10px;text-align:center;width:60%}.course-curriculum-wrapper-intermediate .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-intermediate .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:flex-start;justify-content:space-evenly;margin-top:80px;padding:0 80px;position:relative;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left{margin-bottom:50px;margin-right:40px;width:50%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-top:40px;padding:3px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:20px;position:relative;width:20px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:130px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-last-1:after{background:#2f80ed;content:"";height:90px;left:7px;position:absolute;top:0;width:6px;z-index:-2}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 80%);content:"";height:100px;left:8px;position:absolute;top:-100px;width:5px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 20%,#2f80ed 80%);content:"";height:180px;left:8px;position:absolute;top:10px;width:5px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:10px;left:7px;position:absolute;top:0;width:6px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer-active-green{border:3px solid #0fb700}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:2px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 30px;padding:20px;width:80%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:20px;font-weight:700}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:26px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:28px;font-weight:700}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:3px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:3px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left{border-bottom:6px solid #2f80ed;border-bottom-left-radius:8px;border-left:6px solid #2f80ed;height:100px;margin-left:13px;margin-top:0;position:relative;width:40%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left .round-right-inside{border-right:6px solid #2f80ed;border-top:6px solid #2f80ed;border-top-right-radius:8px;bottom:-70px;height:70px;position:absolute;right:-10%;width:40%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left .round-right-inside:after{background:#2f80ed;border-radius:50%;bottom:-10px;content:"";height:25px;position:absolute;right:-15%;width:25px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .div-mid-text{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin-top:100px;width:90%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .div-mid-text .text-container{text-align:center;width:60%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:50px;margin-top:50px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div{align-items:center;background:#edeff2;border-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:500;justify-content:space-between;overflow:hidden;width:85%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-1,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-2{background:#edeff2;color:#2b2f34;height:60px;width:50%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-active{background:#2f80ed;border-radius:8px;color:#fff}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .div-content-left-inside{width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-right{margin-bottom:30px;margin-top:30px;right:80px;top:300px;width:50%}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text{align-items:flex-start;border:2px solid #2f80ed;border-radius:14px;display:flex;display:none;flex-direction:column;height:-moz-max-content;height:max-content;justify-content:center;padding:20px;position:sticky;top:10px}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-1{color:#2f80ed;font-size:26px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-2{color:#012555;font-size:24px;font-weight:700}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-3 .icon{margin-right:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-4,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-6{color:#595959;font-size:18px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-5,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .text-7{color:#2f80ed;font-size:18px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .button-download{width:80%}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text .button-download .text{margin-right:10px}.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-1,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-2,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-3,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-4,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-5,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-6,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-7,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-8,.course-curriculum-wrapper-intermediate .content-holder .div-content-right .card-text-9{animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;display:flex;position:sticky;top:3px}.course-curriculum-wrapper-intermediate .mobile-download-curriculum-button{display:none}.course-curriculum-wrapper-intermediate .only-web-text{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:40px;position:relative}.course-curriculum-wrapper-intermediate .only-web-text .bg-arrow-purple{bottom:0;left:55%;position:absolute;transform:scale(1.8) rotate(10deg);z-index:-100}.course-curriculum-wrapper-intermediate .only-web-text .curriculum-btn-text{color:#012555;font-size:30px;font-weight:700;margin-top:80px;width:50%}.course-curriculum-wrapper-intermediate .only-web-text .curriculum-btn-text .text-blue{color:#2f80ed}@keyframes fade-in-left{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-in-top{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:500px){.course-curriculum-wrapper-intermediate{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;margin:0 auto 40px;padding-bottom:0;position:relative}.course-curriculum-wrapper-intermediate .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;margin-bottom:15px}.course-curriculum-wrapper-intermediate .heading-text{color:#2b2f34;font-size:24px;font-weight:700;text-align:center;width:90%}.course-curriculum-wrapper-intermediate .heading-text .span-blue{color:#2f80ed}.course-curriculum-wrapper-intermediate .content-holder{align-items:center;align-items:flex-start;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;margin-top:10px;padding:0}.course-curriculum-wrapper-intermediate .content-holder .div-content-left{margin-bottom:0;margin-right:40px;width:90%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .only-web-text{display:none}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer{border:3px solid transparent;border-radius:50%;margin-left:15px;margin-top:20px;padding:3px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot{background:#2f80ed;border-radius:50%;height:10px;position:relative;width:10px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot:after{background:#2f80ed;content:"";height:90px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active:after{background:#2f80ed;content:"";height:350px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-mobile:after{background:#2f80ed;content:"";height:300px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-last:after{background:#2f80ed;content:"";height:0!important;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-last-1:after{background:#2f80ed;content:"";left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-length:after{background:#2f80ed;content:"";height:430px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check{align-items:center;background:#0fb700;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:10px;justify-content:center;position:relative;width:10px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:before{background:linear-gradient(180deg,#2f80ed 20%,#0fb700 50%);bottom:0;content:"";height:100px;left:4px;position:absolute;width:3px;z-index:1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-check:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:90px;left:4px;position:absolute;top:10px;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .dot-active-green:after{background:linear-gradient(180deg,#0fb700 40%,#2f80ed 80%);content:"";height:330px;left:4px;position:absolute;top:0;width:3px;z-index:-1}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer .last-dot:after{background:#2f80ed;content:"";height:0;left:4px;position:absolute;top:0;width:3px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer-active{border:3px solid #2f80ed}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .dot-outer-green{background:#0fb700;font-size:14px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content{align-items:center;background:#fafafa;border:1px solid #edecec;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;margin:10px 20px;padding:10px 15px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:-1px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .heading{color:#2b2f34;font-size:16px;font-weight:700;margin-top:0}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:12px;font-weight:500;justify-content:flex-start;margin-top:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-left .time-span .icon{margin-right:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content .card-right{color:#595959;font-size:20px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl{background:#f4ffec;border-radius:8px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-1{color:#0fb700;font-size:16px;font-weight:500}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-content-spl .heading-2{color:#2b2f34;font-size:16px;font-weight:700}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active{background:#f2f7ff;border:1px solid #2f80ed;border-radius:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-active-spl{border:1px solid #0fb700;border-radius:8px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text{align-items:flex-start;border:1px solid transparent;display:flex;display:none;flex-direction:column;justify-content:center;margin-left:20px;padding:10px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-1{color:#2f80ed;font-size:16px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-2{color:#012555;font-size:12px;font-weight:700;margin-bottom:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3{align-items:center;display:flex;flex-direction:row;font-size:12px;justify-content:flex-start;margin-bottom:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-3 .icon{margin-right:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-4,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-6{color:#2f80ed;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-5,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text .text-7{color:#595959;font-size:12px;font-weight:500;margin-bottom:5px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .card-outer-div .card-text-title-outer .card-text-active{animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;border:1px solid #2f80ed;border-radius:8px;display:flex}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left{border-bottom:3px solid #2f80ed;border-bottom-left-radius:8px;border-left:3px solid #2f80ed;height:100px;margin-left:25px;margin-top:0;position:relative;width:50%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left .round-right-inside{border-right:3px solid #2f80ed;border-top:3px solid #2f80ed;border-top-right-radius:8px;height:30px;position:absolute;right:-10%;top:100%;width:40%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .round-left .round-right-inside:after{background:#2f80ed;border-radius:50%;bottom:-10px;content:"";height:15px;position:absolute;right:-14%;width:15px}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .div-mid-text{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;margin-left:40px;margin-top:50px;padding:0 20px;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .div-mid-text .text-container{text-align:center;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:50px;margin-left:20px;margin-top:50px;padding-left:0;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div{align-items:center;background:#edeff2;border-radius:8px;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:space-between;overflow:hidden;width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-1,.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-2{background:#edeff2;color:#2b2f34;height:40px;width:50%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .tab-main-parent-div .tab-active{background:#2f80ed;border-radius:8px;color:#fff}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .tab-parent-div .div-content-left-inside{width:100%}.course-curriculum-wrapper-intermediate .content-holder .div-content-left .only-desktop{display:none}.course-curriculum-wrapper-intermediate .content-holder .div-content-right{display:none;width:50%}.mobile-download-curriculum-button{display:flex!important;width:100%}.mobile-download-curriculum-button .mobile-download-curriculum-button-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-left:60px;width:100%}}@keyframes scroll{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.hero-content{align-items:center;-moz-column-gap:1px;column-gap:1px;display:flex;flex-direction:row;justify-content:flex-start;margin:2px 80px}.hero-content .hero-content1{align-items:flex-start;color:#2b2f34;display:flex;flex-direction:column;justify-content:center;margin-left:0;width:65%}.hero-content .hero-content1 button{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;gap:2px;justify-content:center;letter-spacing:.5px;margin:20px 0;padding:1em 1.25em;width:276px}.hero-content .hero-content1 h3{background-color:#fff;color:#2b2f34;font-size:3rem;font-weight:700;margin:20px 0;width:90%}.hero-content .hero-content1 h3 :nth-child(n){white-space:nowrap}.hero-content .hero-content1 h3 .blue-text{color:#2f80ed}.hero-content .hero-content1 .sat-date-and-arrow{align-items:center;align-items:flex-end;display:flex;flex-direction:row;gap:150px;justify-content:flex-start}.hero-content .hero-content1 .sat-date-and-arrow .sat-date{align-items:center;background-color:#fff;border:1px solid #e2e2e2;border-radius:10px;display:flex;flex-direction:row;gap:3px;justify-content:center;margin:10px 10px 10px 0;padding:2px}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock{align-items:center;-moz-column-gap:3px;column-gap:3px;display:flex;flex-direction:row;justify-content:center;padding:1px;width:100%}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .calendar-clock-icon-1{align-items:center;background-color:#ffe1df;border-radius:50%;color:#ff7169;display:flex;flex-direction:row;height:44.5px;justify-content:center;width:44.5px}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .calendar-clock-icon-1 :first-child{height:50%;width:50%}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .calendar-clock-icon-2{align-items:center;background:#dff3ff;border-radius:50%;color:#4499fe;display:flex;flex-direction:row;height:44.5px;justify-content:center;width:44.5px}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .calendar-clock-icon-2 :first-child{height:50%;width:50%}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .card-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:7px}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .card-content :first-child{background-color:#fff;color:rgba(43,47,52,.6);font-size:8px;font-weight:500;letter-spacing:.125em}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .card-content :nth-child(2){color:#2b2f34;font-size:14px;font-weight:550;white-space:nowrap}.hero-content .hero-content1 .sat-date-and-arrow .arrow{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.hero-content .hero-content2{width:35%}.hero-content .hero-content2 :first-child{height:100%;width:100%}@media only screen and (max-width:1250px){.hero-content .hero-content1 h3{font-size:2.5rem}}@media only screen and (max-width:970px){.hero-content .hero-content1 h3{font-size:2rem}}@media only screen and (max-width:750px){.hero-content{margin:2px 30px}.hero-content,.hero-content .hero-content1{align-items:center;display:flex;flex-direction:column;justify-content:center}.hero-content .hero-content1{width:100%}.hero-content .hero-content1 button{width:187px}.hero-content .hero-content1 h3{align-items:center;display:flex;flex-direction:column;font-size:24px;height:93px;justify-content:center;width:340px}.hero-content .hero-content1 .sat-date-and-arrow{display:block;gap:0}.hero-content .hero-content1 .sat-date-and-arrow>.sat-date>.calendar-clock>.calendar-clock-icon-1,.hero-content .hero-content1 .sat-date-and-arrow>.sat-date>.calendar-clock>.calendar-clock-icon-2{height:29px;width:29px}.hero-content .hero-content1 .sat-date-and-arrow>.arrow{display:none}.hero-content2{max-width:400px;width:100%!important}.hero-content2 :first-child{height:100%;width:100%}}@media only screen and (max-width:280px){.hero-content{margin:5px 10px}.hero-content,.hero-content .hero-content1{align-items:center;display:flex;flex-direction:column;justify-content:center}.hero-content .hero-content1{width:100%}.hero-content .hero-content1 h3{align-items:center;display:flex;flex-direction:column;font-size:18px;justify-content:center}.hero-content .hero-content1 .sat-date-and-arrow{display:block;gap:0}.hero-content .hero-content1 .sat-date-and-arrow>.sat-date>.calendar-clock>.calendar-clock-icon-1,.hero-content .hero-content1 .sat-date-and-arrow>.sat-date>.calendar-clock>.calendar-clock-icon-2{height:29px;width:29px}.hero-content .hero-content1 .sat-date-and-arrow>.arrow{display:none}}@media only screen and (min-width:980px){.hero-content .hero-content1 button{font-size:18px;padding:.75em 1em}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .card-content :first-child{font-size:14}.hero-content .hero-content1 .sat-date-and-arrow .sat-date .calendar-clock .card-content :nth-child(2){font-size:20px}}.enrollment-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:30px 80px}.enrollment-content .heading-1{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:12px;font-weight:700;height:24px;letter-spacing:.08em;line-height:1.5;text-align:center;width:339px;-webkit-text-fill-color:transparent;background-clip:text;padding:5px}.enrollment-content .sub-heading{color:#595959;margin-bottom:1rem;margin-top:.5rem;text-align:center;width:90%}.enrollment-content .heading-2{color:#2b2f34;font-size:26px;font-weight:700;line-height:1.5;padding:5px;text-align:center;white-space:nowrap;width:279px}.enrollment-content .enrollment-cards-div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:flex-start;margin:30px auto;padding:7px}.enrollment-content .enrollment-cards-div .enrollment-card{align-items:center;background-color:#fff;border:1px solid #e2e2e2;border-radius:10px;box-shadow:0 2px 40px rgba(86,86,86,.08);display:flex;flex-direction:column;font-size:24px;height:178px;justify-content:center;padding:5px;position:relative;text-align:center;width:284px}.enrollment-content .enrollment-cards-div .enrollment-card .enrollment-card-icon{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;left:50%;padding:10px;position:absolute;top:0;transform:translate(-50%,-50%);width:60px}.enrollment-content .enrollment-cards-div .enrollment-card .enrollment-card-icon :first-child{height:85%;width:85%}.enrollment-content .enrollment-cards-div .enrollment-card div:nth-child(n) span{font-weight:550}.enrollment-content .enrollment-cards-div .enrollment-card:first-child .enrollment-card-icon{background-color:#ffe1df;color:#ff7169}.enrollment-content .enrollment-cards-div .enrollment-card:nth-child(2) .enrollment-card-icon{background-color:#dfffe4;color:#3ecd44}.enrollment-content .enrollment-cards-div .enrollment-card:nth-child(3) .enrollment-card-icon{background-color:#fff6df;color:#f88341}@media only screen and (max-width:500px){.enrollment-content{margin:15px 30px}.enrollment-content .enrollment-cards-div{align-items:center;-moz-column-gap:11px;column-gap:11px;display:flex;flex-direction:row;justify-content:center;row-gap:30px}.enrollment-content .enrollment-cards-div .enrollment-card{font-size:14px;font-weight:500;height:98px;padding:2.5em 15px 15px;width:163px}.enrollment-content .enrollment-cards-div .enrollment-card .enrollment-card-icon{height:48px;width:48px}}@media only screen and (min-width:980px){.enrollment-content .heading-1{font-size:16px}.enrollment-content .sub-heading{width:70%}.enrollment-content .heading-2{font-size:42px}}.scholarship-breakdown-content{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;margin:10px 0;width:100%}.scholarship-breakdown-content .scholarship-breakdown-headings{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;padding-bottom:20px}.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-1{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;letter-spacing:.08em;-webkit-text-fill-color:transparent;background-clip:text;margin:5px;padding-top:40px}.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-2{font-size:42px;font-weight:700;margin:5px;text-align:center}.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-3{color:#595959;font-size:18px;font-weight:500;margin:5px}.scholarship-breakdown-content .scholarship-breakdown-ranks{align-items:center;align-items:flex-end;-moz-column-gap:50px;column-gap:50px;display:flex;flex-direction:row;justify-content:center;min-height:500px;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card{align-items:center;background:linear-gradient(180deg,hsla(0,0%,100%,0),#a5cbfe);display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;position:relative;row-gap:10px}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_1{background:#2f80ed;color:#fff}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_1,.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_2{align-items:center;border-radius:54px;display:flex;flex-direction:row;font-size:15px;font-weight:599;height:30px;justify-content:center;order:3;padding:10px;white-space:nowrap;width:120%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_2{background:#fff;color:#2f80ed}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship{align-items:center;display:flex;flex-direction:column;height:78px;justify-content:center;order:1;position:absolute;top:-130px;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship .percent-scholarship-number{font-size:42px;font-weight:900;margin:0}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship .percent-scholarship-text{color:#595959;font-size:18px;font-weight:500}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize1{align-items:center;display:flex;flex-direction:column;height:115px;justify-content:center;order:2;position:relative;scale:225% 215%;top:-40px;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize1 .prize1-img{height:100%;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize2{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;height:112px;justify-content:center;order:2;position:relative;top:-40px;width:112px}@media only screen and (max-width:500px){.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-1{font-size:12px;font-weight:700}.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-2{font-size:26px;font-weight:700}.scholarship-breakdown-content .scholarship-breakdown-headings .scholarship-breakdown-heading-3{font-size:14px;font-weight:500}.scholarship-breakdown-content .scholarship-breakdown-ranks{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding-bottom:30px;row-gap:30px;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card{align-items:center;background:linear-gradient(270deg,hsla(0,0%,100%,0),#a5cbfe);-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:space-between;padding:0 0 0 1.4em;position:relative}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_1{align-items:center;background:#2f80ed;border-radius:54px;color:#fff;display:flex;flex-direction:row;font-size:12px;font-weight:599;height:30px;justify-content:center;order:1;padding:10px;white-space:nowrap;width:80px}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .ranks_2{align-items:center;background:#fff;border-radius:54px;color:#2f80ed;display:flex;flex-direction:row;font-size:10px;font-weight:700;height:30px;justify-content:center;order:1;padding:10px;white-space:nowrap;width:100px}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship{align-items:center;display:flex;flex-direction:column;justify-content:center;order:2;position:unset;width:60px}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship .percent-scholarship-number{font-size:32px;font-weight:900;margin:0}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .percent-scholarship .percent-scholarship-text{color:#595959;font-size:14px;font-weight:500}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize1{align-items:center;display:flex;flex-direction:column;height:115px;justify-content:center;order:3;position:unset;scale:150% 160%;width:115px}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize1 .prize1-img{height:100%;width:100%}.scholarship-breakdown-content .scholarship-breakdown-ranks .trophy-card .prize2{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;height:87px;justify-content:center;order:3;position:unset;width:87px}}.scholarship-winners-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:3em 2em 1em}.scholarship-winners-content .scholarship-winners-content-part1{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:1em;width:100%}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-1{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:12px;font-weight:700;letter-spacing:.08em;text-align:center;white-space:nowrap;-webkit-text-fill-color:transparent;background-clip:text}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-2{font-size:26px;font-weight:700;white-space:nowrap}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-2 .blue-heading{color:#2f80ed}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-2 .black-heading{color:#000}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-details div{color:#595959;font-size:14px;font-weight:500;margin-bottom:15px}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-details div div{align-items:center;background-color:#d1edff;border-radius:4px;color:#2f80ed;display:inline-flex;height:20px;justify-content:center;margin:0 .6em 0 0;padding:2px;text-align:center;width:20px}.scholarship-winners-content .scholarship-winners-photos{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:0 auto 1.5em}.scholarship-winners-content .scholarship-winners-photos .desktop-view{display:none}.scholarship-winners-content .scholarship-winners-content-part3{margin:10px auto}.scholarship-winners-content .scholarship-winners-content-part3 .blue_button{align-items:center;background:var(--skyblue);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-bottom:10px;padding:.75em .35em;width:276px}.scholarship-winners-content .scholarship-winners-content-part3 .white_button{align-items:center;background:#fff;border:1px solid var(--skyblue);border-radius:8px;color:var(--skyblue);display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;padding:.75em .35em;width:276px}.blue_button{background:var(--skyblue);border-radius:8px;color:#fff}.blue_button,.white_button{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:55px;justify-content:center;margin-bottom:10px;padding:10px;width:250px}.white_button{background:#fff;border:1px solid var(--skyblue);border-radius:8px;color:var(--skyblue)}@media only screen and (min-width:601px){.scholarship-winners-content{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:flex-start;margin:90px 80px}.scholarship-winners-content .scholarship-winners-content-part1{width:50%}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-1{font-size:16px}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-headings .scholarship-winners-heading-2{font-size:42px}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-details div{font-size:20px;font-weight:500}.scholarship-winners-content .scholarship-winners-content-part1 .scholarship-winners-details div div{border-radius:4.26777px;height:34.14px;width:34.14px}.scholarship-winners-content .scholarship-winners-content-part1 .buttons{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.scholarship-winners-content .scholarship-winners-content-part1 .buttons .blue_button{align-items:center;background:var(--skyblue);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:55px;justify-content:center;padding:10px;width:250px}.scholarship-winners-content .scholarship-winners-content-part1 .buttons .white_button{align-items:center;background:#fff;border:1px solid var(--skyblue);border-radius:8px;color:var(--skyblue);display:flex;flex-direction:row;font-size:16px;font-weight:700;height:55px;justify-content:center;padding:10px;width:250px}.scholarship-winners-content .scholarship-winners-photos{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 auto;transform:scale(4.75);width:10%}.scholarship-winners-content .scholarship-winners-photos .mobile-view{display:none}.scholarship-winners-content .scholarship-winners-photos .desktop-view{align-items:center;display:block;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}}@media only screen and (max-width:501px){.scholarship-winners-heading-2 .black-heading,.scholarship-winners-heading-2 .blue-heading{text-align:center!important}}.prep-acciosat-content{align-items:space-evenly;display:flex;flex-direction:column;justify-content:center;margin:auto}.prep-acciosat-content .prep-acciosat-headings{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-1{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:12px;font-weight:700;letter-spacing:.08em;text-align:center;-webkit-text-fill-color:transparent;background-clip:text;padding:20px}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2{font-size:26px;font-weight:700;text-align:center;white-space:nowrap}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2 span:first-child{color:#2b2f34}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2 span:nth-child(2){color:#2f80ed}.prep-acciosat-content .prep-acciosat-steps{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:1em 1.5em}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:60px;position:relative}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .background-image-div{height:100%;left:51%;position:absolute;top:3%;z-index:-100}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text :nth-child(2){max-height:26.67px;max-width:26.67px}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .prep-acciosat-steps-text-heading{color:#1b1d27;font-size:20px;font-weight:700;letter-spacing:.01em;padding:10px 0}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text p{color:#2f3760;font-size:16px;font-weight:500;opacity:.8;padding:10px 0}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .blue_button{align-items:center;background:var(--skyblue);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:48px;justify-content:center;padding:10px;width:187px}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-photo{align-items:center;display:flex;flex-direction:column;justify-content:center}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-photo .blue_button{align-items:center;background:var(--skyblue);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:10px;padding:.8em .9em;width:187px}@media only screen and (min-width:501px){.prep-acciosat-content{margin:10px 3px}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-1{font-size:16px}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2{font-size:42px}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2 span:first-child{color:#2b2f34}.prep-acciosat-content .prep-acciosat-headings .prep-acciosat-heading-2 span:nth-child(2){color:#2f80ed}.prep-acciosat-content .prep-acciosat-steps{align-items:center;-moz-column-gap:140px;column-gap:140px;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:50px}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text{margin-bottom:0;padding:10px;width:40%}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .background-image-div{left:30%;top:-19%}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text :nth-child(2){max-height:35px!important;max-width:35px!important}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .prep-acciosat-steps-text-heading{font-size:32px;font-weight:700}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text p{font-size:20px;font-weight:500}.prep-acciosat-content .prep-acciosat-steps .prep-acciosat-steps-text .blue_button{height:55px;width:276px}.prep-acciosat-content .prep-acciosat-steps+.prep-acciosat-steps .prep-acciosat-steps-text{order:2}.prep-acciosat-content .prep-acciosat-steps+.prep-acciosat-steps .prep-acciosat-steps-photo{order:1}}.floating-jam-button .div-2{align-items:flex-end;border:1px solid transparent;display:block;display:flex;flex-direction:column;height:0;justify-content:center;left:23px;position:absolute;text-align:center;top:65px;transition:height 1s ease-in-out;width:154px}.floating-jam-button .div-2 .span{color:#0e037d;font-size:18px;font-weight:700;opacity:0;padding:10px;text-align:center;transition:opacity 1s ease-in}.floating-jam-button .div-2 .span-show{opacity:1}.book-session-container{align-items:flex-start;background:url(/_next/static/media/arrowReverse.7780d591.svg);background-position:57% 38%;background-repeat:no-repeat;background-size:7%;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:60px;margin-top:80px;padding:30px;width:100%}.book-session-container .book-session-left-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:30px 30px 30px 0;width:60%}.book-session-container .book-session-left-wrapper .hero-heading{color:#2b2f34;font-size:50px;font-weight:700;position:relative;width:85%}.book-session-container .book-session-left-wrapper .hero-heading .heading-span-blue{color:var(--skyblue);font-weight:700}.book-session-container .book-session-left-wrapper .hero-heading .background-circle{bottom:80px;height:30%;left:-20px;position:absolute;width:25%;z-index:-1}.book-session-container .book-session-left-wrapper .hero-subheading{color:#595959;font-size:18px;font-weight:500;margin-bottom:10px;margin-top:20px;width:70%}.book-session-container .book-session-left-wrapper .hero-subheading2{color:#595959;font-size:18px;font-weight:700;margin-bottom:0;margin-top:20px}.book-session-container .book-session-left-wrapper .hero-subheading2-blue{color:var(--skyblue)}.book-session-container .book-session-left-wrapper .above-display-box{align-items:center;-moz-column-gap:17px;column-gap:17px;display:flex;flex-direction:row;justify-content:flex-start;list-style-type:none;margin-bottom:5px;margin-left:20px;margin-top:25px;width:85%}.book-session-container .book-session-left-wrapper .above-display-box li{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex;flex-direction:row;justify-content:flex-start}.book-session-container .book-session-left-wrapper .above-display-box li span:first-child{height:40px;padding:5px;width:40px}.book-session-container .book-session-left-wrapper .above-display-box li span:first-child :nth-child(n){height:100%;width:100%}.book-session-container .book-session-left-wrapper .above-display-box li span:nth-child(2){color:#595959;font-size:15px;font-weight:500}.book-session-container .book-session-left-wrapper .header-content-wrapper{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:space-around;margin:20px 0;padding:10px;width:85%}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content .header-content-icon :nth-child(n){height:70%;width:70%}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content .header-content-div{margin-left:8px}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content .header-content-heading{color:var(--font-black);font-size:20px;font-weight:700}.book-session-container .book-session-left-wrapper .header-content-wrapper .header-content .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.book-session-container .book-session-left-wrapper .header-special-content{align-items:center;background:#fff;border-radius:23px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#525252;display:flex;flex-direction:row;font-size:16px;font-weight:700;justify-content:center;margin:10px 0;padding:10px 15px;text-align:center}.book-session-container .book-session-left-wrapper .header-special-content .ribbon-wrapper{margin-right:0}.book-session-container .book-session-left-wrapper .header-special-content .ribbon-wrapper .ribbon-outer{margin-bottom:-30px;margin-left:-5px}.book-session-container .book-session-right-wrapper{align-items:center;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;justify-content:center;max-width:400px;min-height:350px;padding:25px;position:relative}.book-session-container .book-session-right-wrapper .book-session-heading{font-size:20px;font-weight:700;text-align:center}.book-session-container .book-session-right-wrapper .book-session-heading .book-session-heading-span{color:#2e80ec;font-size:32px;font-weight:700}.book-session-container .book-session-right-wrapper .book-session-subheading{color:#818d9d;font-size:14px;font-weight:500;margin-bottom:5px;padding:4px;text-align:center}.book-session-container .book-session-right-wrapper .background-shadow{display:grid;filter:opacity(55%);grid-template-columns:repeat(2,auto);inset:0;place-items:center;position:absolute;z-index:-1}.book-session-container .book-session-right-wrapper .background-shadow .color{height:90%;width:90%}.book-session-container .book-session-right-wrapper .background-shadow .color:first-child{box-shadow:0 0 115px hsla(3,100%,71%,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(2){box-shadow:0 0 115px rgba(148,95,246,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(3){box-shadow:0 0 115px rgba(55,151,210,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(4){box-shadow:0 0 115px #ff940a}.book-session-container .book-session-right-wrapper .book-session-image-and-button{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;justify-content:flex-end;margin-top:-160px;width:100%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-left{width:40%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .book-session-image{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;justify-content:flex-end;overflow-y:hidden;width:300px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .book-session-image :first-child{transform:scale(110%)}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right{align-items:flex-start;color:#2b2f34;display:flex;flex-direction:column;justify-content:center;margin-top:180px;width:38%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .name{font-size:12px;font-weight:700;margin-bottom:3px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .post{font-size:10px;font-weight:400;margin-bottom:10px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .line{border-top:.4px solid gray;height:0;width:100%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .above-companies-logo{font-size:10px;font-weight:600;margin-bottom:5px;margin-top:10px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .companies-logo{width:100%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right .companies-logo :first-child{margin-bottom:5px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .book-session-button-wrapper{background:transparent;border-radius:8px;width:100%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .book-session-button-wrapper .book-session-button{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#f5f5f5;display:flex;font-size:18px;font-weight:600;gap:10px;justify-content:center;padding:8px;width:100%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .book-session-button-wrapper .book-session-button :first-child{font-weight:600}@media only screen and (max-width:600px){.book-session-container{background:none;height:auto;margin-bottom:25px;margin-top:0}.book-session-container,.book-session-container .book-session-left-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px;width:100%}.book-session-container .book-session-left-wrapper{text-align:center}.book-session-container .book-session-left-wrapper .hero-heading{background-position:0;background-size:35%;font-size:24px;font-weight:600;line-height:140%;width:90%}.book-session-container .book-session-left-wrapper .hero-subheading{font-size:14px;margin-bottom:20px;margin-top:0;width:75%}.book-session-container .book-session-left-wrapper .above-display-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px;row-gap:20px}.book-session-container .book-session-left-wrapper .above-display-box li{-moz-column-gap:15px;column-gap:15px}.book-session-container .book-session-left-wrapper .above-display-box li span:first-child{height:35px;width:35px}.book-session-container .book-session-left-wrapper .above-display-box li span:nth-child(2){font-size:18px}.book-session-container .book-session-left-wrapper .header-content-wrapper{align-items:center;display:block;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:scroll;width:100vw}.book-session-container .book-session-left-wrapper .header-special-content{align-items:center;background:#fff;border-radius:23px;box-shadow:0 2px 40px rgba(0,0,0,.12);color:#525252;display:none;display:flex;flex-direction:row;font-size:10px;font-weight:700;justify-content:flex-start;margin:8px 0;padding:5px 15px 5px 10px}.book-session-container .book-session-left-wrapper .header-special-content .ribbon-wrapper{margin-right:0}.book-session-container .book-session-left-wrapper .header-special-content .ribbon-wrapper .ribbon-outer{margin-bottom:-20px;margin-left:-5px;transform:scale(.85)}.book-session-container .book-session-right-wrapper{align-items:center;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;justify-content:center;max-width:350px;min-height:320px;padding:25px;position:relative}.book-session-container .book-session-right-wrapper .book-session-heading{font-size:16px;font-weight:700;text-align:center}.book-session-container .book-session-right-wrapper .book-session-heading .book-session-heading-span{color:#2e80ec;font-size:24px;font-weight:700}.book-session-container .book-session-right-wrapper .book-session-subheading{color:#818d9d;font-size:12px;font-weight:500;margin-bottom:0;padding:4px;text-align:center}.book-session-container .book-session-right-wrapper .background-shadow{display:grid;filter:opacity(55%);grid-template-columns:repeat(2,auto);inset:0;place-items:center;position:absolute;z-index:-1}.book-session-container .book-session-right-wrapper .background-shadow .color{height:90%;width:90%}.book-session-container .book-session-right-wrapper .background-shadow .color:first-child{box-shadow:0 0 115px hsla(3,100%,71%,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(2){box-shadow:0 0 115px rgba(148,95,246,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(3){box-shadow:0 0 115px rgba(55,151,210,.773)}.book-session-container .book-session-right-wrapper .background-shadow .color:nth-child(4){box-shadow:0 0 115px #ff940a}.book-session-container .book-session-right-wrapper .book-session-image-and-button{margin-top:-110px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-left{width:35%}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .book-session-image{height:325px;overflow-x:hidden;width:243.75px}.book-session-container .book-session-right-wrapper .book-session-image-and-button .image-details .image-details-right{margin-top:110px;width:44%}}.outer-wrapper-dsa{display:flex;padding:50px 2px;width:100%}.outer-wrapper-dsa .div-bottom-dsa{align-items:center;display:flex;justify-content:space-evenly;margin:0 50px;position:relative;width:100%}.outer-wrapper-dsa .div-bottom-dsa .arrow{width:200px}.outer-wrapper-dsa .div-bottom-dsa .bottom-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:10px auto;width:30%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;margin:auto;text-transform:uppercase;width:90%;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:16px;font-weight:700}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .heading{color:#2b2f34;font-size:42px;font-weight:700;margin:10px auto auto;width:90%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .sub-heading{color:#595959;font-size:18px;font-weight:500;margin:10px auto 40px;width:90%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:auto}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:18px;margin:10px;max-width:700px;padding:3px;position:relative;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .right-content-bg{background-color:#fff;border-radius:14px;height:100%;padding:20px 0;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .right-top-div{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;font-size:18px;font-weight:700;left:0;margin:auto;padding:8px 25px;position:absolute;right:0;text-transform:uppercase;top:-25px;width:-moz-fit-content;width:fit-content}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:0 30px 1rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:26px;font-weight:700;justify-content:flex-start}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-1 .icon{margin-right:8px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:18px;font-weight:600}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right{text-align:end}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-1{color:#565656;font-size:14px;font-weight:500}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:14px;font-weight:500;margin-right:8px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:26px;font-weight:700}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom>span{color:#565656;font-size:20px;font-style:normal;font-weight:500;line-height:150%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;text-align:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .heading-1{color:#1e64c1;font-size:42px;font-weight:500}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:16px;font-weight:500;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:30px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:35px 0;text-align:left}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:.25rem auto;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);font-size:1.5rem;margin-right:8px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:18px;font-weight:500;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .add-on-btn{font-size:18px;font-weight:500}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .add-on-btn>span{color:#2f80ed!important}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down{margin:auto;width:85%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .heading-2{color:#000;font-size:1.5rem;font-weight:600;margin-top:.5rem;text-align:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .left-button .text{margin-right:10px}.outer-wrapper-dsa .SliderBox{width:100%}.outer-wrapper-dsa .SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:-10px auto 10px;width:90%}.outer-wrapper-dsa .SliderBox .Slider{border-radius:4px;height:10px;width:100%}.outer-wrapper-dsa .SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.outer-wrapper-dsa .SliderBox .highlight{color:#2f80ed!important}.outer-wrapper-dsa .colorMaker{background-color:#2f80ed!important}.outer-wrapper-dsa .MuiSlider-markLabel{margin-left:10px!important;margin-top:5px!important}@media only screen and (max-width:500px){.outer-wrapper-dsa{background:#ecf8ff;padding:30px 2px}.outer-wrapper-dsa,.outer-wrapper-dsa .div-bottom-dsa{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa{background:url();background-position:45% 130px;background-repeat:no-repeat;margin:5px}.outer-wrapper-dsa .div-bottom-dsa .arrow{display:none!important}.outer-wrapper-dsa .div-bottom-dsa .bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:10px 10px 10px 0;width:90%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:12px;font-weight:700;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .heading{color:#2b2f34;font-size:26px;font-weight:700;margin-top:10px;text-align:center;width:80%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .heading .span-blue{color:#2f80ed}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .sub-heading{color:#595959;font-size:14px;font-weight:500;margin-bottom:0;margin-top:10px;text-align:center;width:85%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:40%}.outer-wrapper-dsa .div-bottom-dsa .bottom-left .left-button .text{margin-right:10px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right{align-items:center;display:flex;flex-direction:column;flex-direction:column-reverse;justify-content:center;margin:-6rem 1.5rem 0;width:90%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content{background-image:radial-gradient(circle at 100% 100%,transparent -482px,#992fed 0,#992fed 18px,transparent 0),linear-gradient(90deg,#992fed,#2f80ed),radial-gradient(circle at 0 100%,transparent -482px,#2f80ed 0,#2f80ed 18px,transparent 0),linear-gradient(180deg,#2f80ed,#2f80ed),radial-gradient(circle at 0 0,transparent -482px,#2f80ed 0,#2f80ed 18px,transparent 0),linear-gradient(270deg,#2f80ed,#992fed),radial-gradient(circle at 100% 0,transparent -482px,#992fed 0,#992fed 18px,transparent 0),linear-gradient(0deg,#992fed,#992fed);border-radius:18px;margin:30px 10px 10px;position:relative}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .right-top-div{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;font-size:12px;font-weight:700;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:0;padding:10px 20px 1rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:24px;font-weight:700;justify-content:flex-start}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-1 .icon{margin-right:5px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:12px;font-weight:600;margin-left:10px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right{text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:12px;font-weight:500;margin-right:8px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:20px;font-weight:700}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10px;padding:10px 20px 0;text-align:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom span{font-size:1rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;text-align:center;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .heading-1{font-size:1.75rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .text-1,.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:22px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:1rem auto;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:.25rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);font-size:1rem;margin-left:8px}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:1rem;font-weight:500;text-align:center}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down{margin:auto;width:85%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .heading-2{font-size:1.2rem}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.outer-wrapper-dsa .div-bottom-dsa .bottom-right .right-content .button-down .left-button .text{margin-right:10px}.SliderBox{width:100%}.SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:-10px auto 10px;width:100%}.SliderBox .Slider{border-radius:4px;height:10px;width:100%}.SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.SliderBox .highlight{color:#2f80ed!important}.colorMaker{background-color:#2f80ed!important}.MuiSlider-markLabel{font-size:12px!important;margin-left:0!important;margin-top:5px!important}}.StoriesBox{background-color:#545454;border-radius:8px;display:block;margin:30px auto;padding:10px 20px;position:relative;width:90%;z-index:5}.SectionTop{background:#153987;border-radius:8px;justify-content:center}.SectionTop,.SectionTop .connect-alumni-card-left{align-items:center;display:flex;flex-direction:row}.SectionTop .connect-alumni-card-left{justify-content:flex-start;position:relative;width:70%}.SectionTop .connect-alumni-card-left .text{color:#fff;font-size:32px;font-weight:600;text-align:center;white-space:nowrap}.SectionTop .connect-alumni-card-left .icon{font-size:20px;position:absolute;right:0}.SectionTop .connect-alumni-card-right{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.SectionTop .connect-alumni-card-right .card-button{background:#f1d071;border-radius:8px;color:#153987;font-size:18px;font-weight:700;padding:10px 30px;white-space:nowrap}@media only screen and (max-width:600px){.StoriesBox{margin:12px auto;padding:10px 13px;width:90%}.SectionTop .connect-alumni-card-left{width:90%}.SectionTop .connect-alumni-card-left .text{font-size:18px;text-align:start;white-space:normal}.SectionTop .connect-alumni-card-left .icon{font-size:10px}.SectionTop .connect-alumni-card-right .card-button{font-size:15px;padding:4px;white-space:normal}}.students-placed-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:15px 65px;width:95vw}.students-placed-content h1{color:var(--skyblue);margin:7px 0;padding:7px;text-align:center}.students-placed-content .students-placed-cards{align-items:center;display:flex;flex-direction:row;gap:38px;justify-content:flex-start;margin:10px 30px;overflow-x:scroll;padding:35px 10px;width:100%}.students-placed-content .students-placed-cards .students-placed-card{align-items:center;border:1px solid #3081ec;border-radius:20px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:row;gap:20px;height:320px;justify-content:center;padding:10px;width:380px}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-photo{border:1px solid #3081ec;border-radius:15px;height:130px;width:130px}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-photo :nth-child(n){max-height:100%;max-width:100%}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-text .students-placed-card-name{color:#2b2f36;font-size:20px;font-weight:600}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-text .students-placed-card-title{color:#00398b;font-size:23px;font-weight:600}.students-placed-content .students-placed-cards .students-placed-card .students-placed-card-text .students-placed-card-title span{color:#016fcf}@media only screen and (max-width:500px){.students-placed-content{margin:10px 25px}}.price-card-content{align-items:center;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:center;margin:10px;padding:32px 30px;position:relative;row-gap:18px}.price-card-content .top-heading-and-price{text-align:center}.price-card-content .top-heading-and-price .top-heading{color:#2b2f34;font-size:26px;font-weight:500;margin-bottom:18px;text-align:center}.horizontal-line{border:.5px solid rgba(0,0,0,.5);text-align:center;width:100%}.subheading-and-pointers{width:93%}.subheading-and-pointers .subheading{color:#2b2f34;font-size:18px;font-weight:500;white-space:nowrap}.subheading-and-pointers .pointers{list-style-type:none}.subheading-and-pointers .pointers li{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:11px;font-weight:500;justify-content:flex-start}.subheading-and-pointers .pointers li .icon{margin-right:5px}.buttons{width:93%}.buttons .btn-mobile{align-items:center;background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;display:none;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;margin-bottom:10px;opacity:1;padding:10px 30px;white-space:nowrap;width:100%}.buttons .btn-mobile .icon{font-size:16px;margin-left:5px}.buttons .callback-text{color:#595959;font-size:12px;font-weight:500;margin-bottom:5px;text-align:center}.buttons .callback-text span{color:#2f80ed}.buttons .callback-btn{align-items:center;background:#fff;border:2px solid #2f80ed;border-radius:8px;color:#2f80ed;display:flex;flex-direction:row;justify-content:center;padding:8px 55px;width:100%}.buttons .callback-btn .icon{font-size:20px;margin-right:5px}.buttons .callback-btn span:nth-child(2){white-space:nowrap}.buttons .request-button{align-items:center;border-radius:10px;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;padding:10px 30px;width:100%}.buttons .request-button .icon{font-size:20px;margin-right:5px}.buttons .request-button.callback{background:#fff;border:1px solid var(--skyblue);color:var(--skyblue)}.background-shadow{display:grid;filter:opacity(55%);grid-template-columns:repeat(2,auto);inset:0;place-items:center;position:absolute;z-index:-1}.background-shadow .color{height:90%;width:90%}.background-shadow .color:first-child{box-shadow:0 0 115px hsla(3,100%,71%,.773)}.background-shadow .color:nth-child(2){box-shadow:0 0 115px rgba(148,95,246,.773)}.background-shadow .color:nth-child(3){box-shadow:0 0 115px rgba(55,151,210,.773)}.background-shadow .color:nth-child(4){box-shadow:0 0 115px #ff940a}@media only screen and (max-width:500px){.price-card-content{padding:20px}}.career-top-portion{align-items:center;background-attachment:fixed;background-color:#ecf8ff;background-image:url(/_next/static/media/careerTopPortion.f4aa836a.svg);background-position-x:center;background-position-y:75px;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:column;height:auto;justify-content:center;justify-content:flex-start;margin-bottom:30px;margin-top:70px;overflow-y:hidden;padding:70px 0 0;position:relative;width:100vw}.career-top-portion .heading-1{color:var(--skyblue);font-size:50px;font-weight:700;text-align:center}.career-top-portion .heading-2{color:#000;font-size:50px;font-weight:700;margin-bottom:10px;text-align:center}.career-top-portion .subheading-1{color:#4f4f4f;font-size:18px;font-weight:500;margin-bottom:10px;text-align:center}.career-top-portion .subheading-2,.career-top-portion .subheading-3{font-size:20px;font-weight:500;text-align:center}.career-top-portion .photos{align-items:center;align-items:flex-end;-moz-column-gap:17px;column-gap:17px;display:flex;flex-direction:row;height:358px;justify-content:center;margin-bottom:60px;margin-top:0;width:80%}.career-top-portion .photos .inline-photos-block{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:end;width:258px}.career-top-portion .photos .inline-photos-block .founder-image{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:flex-end;overflow:hidden;width:100%}.career-top-portion .photos .inline-photos-block .trapezium{position:relative}.career-top-portion .photos .inline-photos-block .trapezium .roundedTrapezium-name{font-size:14px;font-weight:700;left:50%;position:absolute;text-align:center;top:11%;transform:translateY(-50%);transform:translateX(-50%);white-space:nowrap}.career-top-portion .photos .inline-photos-block .trapezium .roundedTrapezium-post{font-size:8px;font-weight:500;left:50%;position:absolute;text-align:center;top:48%;transform:translateY(-50%);transform:translateX(-50%)}@media only screen and (max-width:500px){.career-top-portion{background-image:none;height:auto;padding:20px}.career-top-portion .heading-1{font-size:24px}.career-top-portion .heading-2{font-size:24px;font-weight:700}.career-top-portion .subheading-1{font-size:14px}.career-top-portion .subheading-2,.career-top-portion .subheading-3{font-size:17px}.career-top-portion .photos{display:none}}.career-hero-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:20px auto;padding:10px 20px}.career-hero-content .heading{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:32px;text-align:center}.career-hero-content .subheading{color:#2b2f34;font-size:24px;font-weight:700;text-align:center}.career-hero-content .subheading .heading-span-blue{color:var(--skyblue);font-weight:700}.career-hero-content .above-display-box{align-items:center;-moz-column-gap:40px;column-gap:40px;display:flex;flex-direction:row;justify-content:center;list-style-type:none;margin-top:25px}.career-hero-content .above-display-box li{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;justify-content:center}.career-hero-content .above-display-box li span:first-child{height:40px;padding:5px;width:40px}.career-hero-content .above-display-box li span:first-child :nth-child(n){height:100%;width:100%}.career-hero-content .above-display-box li span:nth-child(2){color:#595959;font-size:21px;font-weight:500}.career-hero-content .header-content-wrapper{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);-moz-column-gap:15px;column-gap:15px;display:flex;flex-direction:row;justify-content:space-around;margin:20px auto 40px;padding:18px}.career-hero-content .header-content-wrapper .header-content{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.career-hero-content .header-content-wrapper .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:45px;justify-content:center;padding:10px;width:45px}.career-hero-content .header-content-wrapper .header-content .header-content-icon :nth-child(n){height:95%;width:95%}.career-hero-content .header-content-wrapper .header-content .header-content-div{margin-left:8px}.career-hero-content .header-content-wrapper .header-content .header-content-div .header-content-heading{color:var(--font-black);font-size:20px;font-weight:700}.career-hero-content .header-content-wrapper .header-content .header-content-div .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.career-hero-content .header-content-wrapper-mobile{display:none}.career-hero-content .career-cards{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:34px;justify-content:center;margin:30px}.career-hero-content .career-cards .career-card{align-items:center;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);display:flex;flex-direction:row;height:385px;justify-content:center;overflow:hidden;padding:10px 0 0 27px;width:556px}.career-hero-content .career-cards .career-card .career-card-left{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:start;padding:10px 0 0;position:relative;row-gap:4px;width:50%}.career-hero-content .career-cards .career-card .career-card-left .alumni{height:8%;margin-bottom:20px}.career-hero-content .career-cards .career-card .career-card-left .alumni .alumni-text{border:1px solid #000;border-radius:4px;font-size:8px;font-weight:500;padding:5px 8px;text-align:center;width:87px}.career-hero-content .career-cards .career-card .career-card-left .not-alumni{height:8%;margin-bottom:20px;padding-bottom:8px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .name{font-size:30px;font-weight:700;white-space:nowrap}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .post{color:#595959;font-size:16px;font-weight:500;line-height:21.6px;margin-bottom:9px;white-space:nowrap}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .prev-company{align-items:center;color:#595959;display:flex;font-size:16px;justify-content:center}.career-hero-content .career-cards .career-card .career-card-left .specializations{font-size:11px;font-weight:500;margin-bottom:15px}.career-hero-content .career-cards .career-card .career-card-left .specializations li{font-size:12px;font-weight:500;margin-left:7px;white-space:nowrap}.career-hero-content .career-cards .career-card .career-card-left button{align-items:center;background:#009dff;border-radius:8px;bottom:27px;color:#fff;-moz-column-gap:2px;column-gap:2px;display:flex;flex-direction:row;font-size:14px;font-weight:700;height:11%;justify-content:space-around;padding:5px 70px;position:absolute;text-align:center;width:86%}.career-hero-content .career-cards .career-card .career-card-left .smaller-bubble-web{display:none}.career-hero-content .career-cards .career-card .career-card-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:flex-start;padding:10px 0 0;position:relative;width:50%}.career-hero-content .career-cards .career-card .career-card-right .linkedInIcon{align-items:center;background-color:#0277b5;border-radius:2px;display:flex;flex-direction:column;height:20px;justify-content:center;margin-bottom:auto;margin-right:27px;margin-top:auto;pointer-events:all;position:absolute;right:0;text-align:center;width:20px;z-index:2}.career-hero-content .career-cards .career-card .career-card-right .linkedInIcon :nth-child(n){color:#fff}.career-hero-content .career-cards .career-card .career-card-right .bigger-bubble{background:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,0) 74.55%,hsla(0,0%,100%,.4) 100%);border-radius:50%;bottom:-100px;height:366px;position:absolute;right:-183px;width:366px;z-index:0}.career-hero-content .career-cards .career-card .career-card-right .smaller-bubble{background:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,0) 74.55%,hsla(0,0%,100%,.4) 100%);border-radius:50%;bottom:-73.5px;height:147px;left:0;position:absolute;width:147px;z-index:0}.career-hero-content .career-cards .career-card .career-card-right .career-card-right-photo{align-items:center;align-items:flex-end;bottom:0;display:flex;flex-direction:row;justify-content:flex-end;position:absolute;z-index:1}.career-hero-content .career-cards .career-card .career-card-right .career-card-right-photo :nth-child(n){height:100%}@media only screen and (max-width:500px){.career-hero-content{padding:10px 35px}.career-hero-content .heading{font-size:24px}.career-hero-content .subheading{font-size:17px}.career-hero-content .above-display-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px;row-gap:20px}.career-hero-content .above-display-box li span:first-child{height:35px;width:35px}.career-hero-content .above-display-box li span:nth-child(2){font-size:18px}.career-hero-content .header-content-wrapper-mobile{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:15px 0;overflow-x:scroll;padding:5px 5px 5px 25px;scrollbar-width:none;width:100vw}.career-hero-content .header-content-wrapper-mobile .header-content{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:flex-start;margin-right:10px;padding:3px 18px}.career-hero-content .header-content-wrapper-mobile .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;padding:8px;width:53px}.career-hero-content .header-content-wrapper-mobile .header-content .header-content-icon :nth-child(n){height:95%;width:95%}.career-hero-content .header-content-wrapper-mobile .header-content .header-content-div{margin-left:8px}.career-hero-content .header-content-wrapper-mobile .header-content .header-content-div .header-content-heading{color:var(--font-black);font-size:15px;font-weight:700}.career-hero-content .header-content-wrapper-mobile .header-content .header-content-div .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.career-hero-content .header-content-wrapper-mobile-outer::-webkit-scrollbar{display:none}.career-hero-content .header-content-wrapper{display:none}.career-hero-content .career-cards{flex-direction:column}.career-hero-content .career-cards .career-card{height:330px;width:326px}.career-hero-content .career-cards .career-card .career-card-left{position:relative;width:50%}.career-hero-content .career-cards .career-card .career-card-left .alumni{margin-bottom:10px}.career-hero-content .career-cards .career-card .career-card-left .alumni .alumni-text{padding:5px}.career-hero-content .career-cards .career-card .career-card-left .not-alumni{height:30px;margin-bottom:15px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post{margin-bottom:15px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .name{font-size:24px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .post{color:#595959;font-size:12px;line-height:21.6px;margin-bottom:4px}.career-hero-content .career-cards .career-card .career-card-left .name-and-post .prev-company{align-items:center;color:#595959;display:flex;font-size:12px;justify-content:center}.career-hero-content .career-cards .career-card .career-card-left .specializations{margin-bottom:15px}.career-hero-content .career-cards .career-card .career-card-left .specializations li{font-size:10px}.career-hero-content .career-cards .career-card .career-card-left button{-moz-column-gap:0;column-gap:0;font-size:12px;height:10%;padding:3px 15px;white-space:nowrap;z-index:1}.career-hero-content .career-cards .career-card .career-card-left .smaller-bubble-web{background:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,0) 74.55%,hsla(0,0%,100%,.4) 100%);border-radius:50%;bottom:-30.5px;display:block;height:71px;position:absolute;right:5px;width:71px}.career-hero-content .career-cards .career-card .career-card-right .bigger-bubble{bottom:-80px;height:219px;left:0;width:219px}.career-hero-content .career-cards .career-card .career-card-right .smaller-bubble{display:none}}.maximize-banner{align-items:center;background-color:#ecf8ff;display:flex;justify-content:center;padding:3rem 0;width:100%}.maximize-banner .banner-flex{align-items:center;display:flex;width:70%}.maximize-banner .banner-flex .left-div{width:50%}.maximize-banner .banner-flex .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-transform:uppercase}.maximize-banner .banner-flex .heading{color:#2b2f34;font-size:2rem;font-style:normal;font-weight:700;letter-spacing:-.015em;line-height:50px;margin-top:1rem}.boxes-container{left:20%;position:relative;top:-3rem}.box,.box-behind{align-items:center;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;gap:.75rem;height:90px;justify-content:flex-start;margin-top:-1.5rem;opacity:0;padding:1.25rem 1rem;position:absolute;transition:opacity 1s ease-in-out,margin-top 1s ease-in-out;width:320px}.box-behind{margin-left:.75rem;margin-top:-.75rem;opacity:.65}.box.active{margin-top:0;opacity:1}@keyframes cardFadeIn{0%{opacity:0}to{opacity:1}}.bold-text{font-weight:700;margin:0}.normal-text{color:#4f4f4f;margin:.25rem 0 0}@media only screen and (max-width:1100px){.maximize-banner .banner-flex{width:90%}.maximize-banner .banner-flex .heading{font-size:2rem}.boxes-container{left:15%}}@media only screen and (max-width:800px){.maximize-banner{padding-bottom:10rem}.maximize-banner .banner-flex{align-items:center;flex-direction:column;justify-content:center;width:90%}.maximize-banner .banner-flex .left-div{width:100%}.maximize-banner .banner-flex .gradient-text{font-size:12px;margin-bottom:1rem;text-align:center}.maximize-banner .banner-flex .heading{font-size:1.5rem;line-height:32px;margin-top:0;text-align:center}.boxes-container{display:flex;justify-content:space-around;left:0;top:1rem}.box-behind{margin-top:-.4rem}}.course-payment-wrapper{align-items:center;background:#ecf8ff;display:flex;flex-direction:column;justify-content:center;padding:80px 0;top:0;width:100%;z-index:-100}.course-payment-wrapper .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.course-payment-wrapper .heading{color:#2b2f34;font-size:42px;font-weight:700;text-align:center;width:60%}.course-payment-wrapper .heading .span-blue{color:#2f80ed}@media screen and (max-width:768px){.course-payment-wrapper .heading{font-size:24px;width:90%}}.payment-cards{justify-content:center;margin-top:20px;width:100%}.payment-cards,.payment-cards .wrap{align-items:center;align-items:stretch;display:flex;flex-direction:row}.payment-cards .wrap{justify-content:space-between}@media screen and (max-width:768px){.payment-cards .wrap{align-items:space-between;display:flex;flex-direction:column;justify-content:center;width:90%!important}}.payment-cards .wrap .content{align-items:center;background:#fff;border-radius:18px;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;margin:25px;min-width:450px;padding:0 10px;position:relative}@media screen and (max-width:768px){.payment-cards .wrap .content{margin:0 0 40px;min-width:100%;padding:20px 0}}.payment-cards .wrap .gradient-border-container{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:18px;flex:1;height:100%;margin:25px;min-width:450px;padding:4px}@media screen and (max-width:768px){.payment-cards .wrap .gradient-border-container{margin:0;min-width:100%}}.payment-cards .wrap .gradient-border-container .gradient-inner-body{align-items:center;background:#fff;border-radius:14px;display:flex;flex-direction:column;height:100%;justify-content:center;min-width:442px;padding:0 10px;position:relative}@media screen and (max-width:768px){.payment-cards .wrap .gradient-border-container .gradient-inner-body{min-width:100%;padding:20px 0}}.payment-cards .wrap .right-top-div{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;color:#fff;font-size:12px;font-weight:700;padding:8px 25px;position:absolute;text-transform:uppercase;top:-20px;z-index:10}.payment-cards .wrap .div-right-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px;width:100%}.payment-cards .wrap .div-right-top .div-top-left .text-1{align-items:center;color:#2b2f34;display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:flex-start}.payment-cards .wrap .div-right-top .div-top-left .text-1 .icon{margin-right:5px}.payment-cards .wrap .div-right-top .div-top-left .text-2{color:#2f80ed;font-size:12px;font-weight:400;margin-left:0}.payment-cards .wrap .div-right-top .div-top-right{text-align:center}.payment-cards .wrap .div-right-top .div-top-right .text-1{color:#565656;font-size:12px;font-weight:500}.payment-cards .wrap .div-right-top .div-top-right .text-2 .span-Strikethrough{color:#8393a9;font-size:14px;font-weight:500;margin-right:8px}.payment-cards .wrap .div-right-top .div-top-right .text-2 .span-price{color:#2b2f34;font-size:20px;font-weight:700}.payment-cards .wrap .div-right-bottom{border-top:1px solid #bfbfbf;margin-top:10px;padding:10px 20px 0}.payment-cards .wrap .div-right-bottom,.payment-cards .wrap .div-right-bottom .div-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.payment-cards .wrap .div-right-bottom .div-bottom-left{margin:15px 0}.payment-cards .wrap .div-right-bottom .div-bottom-left .text-1,.payment-cards .wrap .div-right-bottom .div-bottom-left .text-3{color:#565656;font-size:14px;font-weight:500;text-align:center}.payment-cards .wrap .div-right-bottom .div-bottom-left .text-2{background:linear-gradient(140.34deg,#1e64c1 13.92%,#2f80ed 85.14%);-webkit-background-clip:text;font-size:32px;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center}.payment-cards .wrap .div-right-bottom .div-bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.payment-cards .wrap .div-right-bottom .div-bottom-right .text-list{align-items:center;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start!important;margin:10px auto}.payment-cards .wrap .div-right-bottom .div-bottom-right .text-list .list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.payment-cards .wrap .div-right-bottom .div-bottom-right .text-list .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.payment-cards .wrap .div-right-bottom .div-bottom-right .text-list .list .text{color:#595959;font-size:14px;font-weight:500}.payment-cards .wrap .div-right-bottom .div-bottom-right .list{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:5px 10px}.payment-cards .wrap .div-right-bottom .div-bottom-right .list .icon{color:rgba(1,37,85,.8);margin-right:8px}.payment-cards .wrap .div-right-bottom .div-bottom-right .list .text{color:#595959;font-size:14px;font-weight:500}.payment-cards .wrap .button-down{width:85%}.payment-cards .wrap .button-down .left-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:700;justify-content:center;margin-top:15px;padding:10px;width:100%}.payment-cards .wrap .button-down .left-button .text{margin-right:10px}.payment-cards .SliderBox{width:100%}.payment-cards .SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;width:100%}.payment-cards .SliderBox .Slider{border-radius:4px;height:10px;width:100%}.payment-cards .SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.payment-cards .SliderBox .highlight{color:#2f80ed!important}.payment-cards .colorMaker{background-color:#2f80ed!important}.payment-cards .MuiSlider-markLabel{margin-left:10px!important;margin-top:5px!important}.course-curriculum-wrapper{margin-top:50px}.course-curriculum-wrapper .subtitle-text{font-size:18px;font-weight:500;line-height:130%;margin:0 30px;text-align:center}.course-curriculum-cards-container{align-items:stretch;display:flex;justify-content:center;margin:30px 10px}@media screen and (max-width:768px){.course-curriculum-cards-container{align-items:center;background:#ecf8ff;border-radius:8px;flex-direction:column}}.course-curriculum-cards-container .course-curriculum-card{align-items:center;background:#ecf8ff;border-radius:8px;display:flex;flex-direction:column;margin:10px;padding:40px 20px 20px;position:relative;text-align:center}@media screen and (max-width:768px){.course-curriculum-cards-container .course-curriculum-card{height:100%;min-height:135px;padding:20px 20px 20px 75px;text-align:start}}.course-curriculum-cards-container .course-curriculum-card .course-curriculum-card-title{background-color:#2f80ed;border-radius:8px;color:#fff;padding:10px 30px;position:absolute;text-align:center;top:-20px}@media screen and (max-width:768px){.course-curriculum-cards-container .course-curriculum-card .course-curriculum-card-title{left:-35px;padding:10px 40px;top:45px;transform:rotate(-90deg)}}.course-curriculum-cards-container .course-curriculum-card .course-curriculum-card-subtitle{font-size:20px;font-weight:500;line-height:24px;width:100%}.course-curriculum-cards-container .course-curriculum-card .course-curriculum-card-description{color:#2b2f34;font-size:16px;font-weight:500;line-height:20px;margin-top:15px;width:100%}.points-and-slider-container{align-items:center;align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;margin:40px 0;width:100%}@media screen and (max-width:768px){.points-and-slider-container{align-items:center;display:flex;flex-direction:column;justify-content:center}}.points-and-slider-container .points-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:20px;width:50vw}@media screen and (max-width:768px){.points-and-slider-container .points-container{margin-top:-1rem;padding:0 0 1.5rem;width:90vw}}.points-and-slider-container .points-container .point{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:flex-start;margin:10px 15%}.points-and-slider-container .points-container .point .icon{background-color:#ecf8ff;border-radius:8px;color:#2f80ed;display:inline-block;margin-right:15px;padding:10px}@media screen and (max-width:768px){.points-and-slider-container .points-container .point{align-items:center;color:#595959;display:flex;flex-direction:row;font-size:1.15rem;font-weight:500;justify-content:flex-start;margin:.75rem}.points-and-slider-container .points-container .point .icon{background-color:#ecf8ff;border-radius:8px;color:#2f80ed;display:inline-block;font-size:1.25rem;margin-right:15px;padding:10px}}.points-and-slider-container .slider-container{width:50vw}@media screen and (max-width:768px){.points-and-slider-container .slider-container{width:100vw}}.points-and-slider-container .slider-container .slides-wrapper{align-items:center;align-items:stretch;background:linear-gradient(90deg,hsla(0,0%,100%,.843),hsla(0,0%,100%,0));background-position:0;background-repeat:no-repeat;background-size:5%;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;overflow:-moz-scrollbars-none;overflow:-ms-scrollbars-none;overflow-x:scroll;overflow-y:hidden;padding-left:15px;position:relative;scroll-snap-type:x mandatory;width:100%}.points-and-slider-container .slider-container .slides-wrapper .box-shadow-box{min-height:100%;min-width:10%;position:fixed;z-index:10}.points-and-slider-container .slider-container .slides-wrapper .slide-body{border:2px solid #e2e2e2;border-radius:8px;flex:1;margin-right:20px;min-width:300px;overflow:hidden;padding:10px;position:relative;scroll-snap-align:center;z-index:-1}.points-and-slider-container .slider-container .slides-wrapper .slide-body .title{font-size:18px;font-weight:700}.points-and-slider-container .slider-container .slides-wrapper .slide-body .subtitle{color:#595959;font-size:12px;font-weight:500}.points-and-slider-container .slider-container .slides-wrapper .slide-body .points{margin-top:10px;width:100%}.points-and-slider-container .slider-container .slides-wrapper .slide-body .point{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:5px;width:100%}.points-and-slider-container .slider-container .slides-wrapper .slide-body .point .icon{margin-right:10px}.points-and-slider-container .slider-container .slides-wrapper .slide-body .point .text{color:#595959;font-size:12px;font-weight:500}.points-and-slider-container .slider-container .slides-wrapper::-webkit-scrollbar{background:transparent;height:0;width:0}.fsd-dsa .course-offering-wrapper-new{align-items:center;background:#ebf8ff;display:flex;flex-direction:column;justify-content:center;padding:50px 0 70px;width:100%}.fsd-dsa .course-offering-wrapper-new .gradient-text{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:1rem}.fsd-dsa .course-offering-wrapper-new .heading-text{color:#2b2f34;font-size:42px;font-weight:700}.fsd-dsa .course-offering-wrapper-new .heading-text .span-blue{color:var(--skyblue);font-size:42px;font-weight:700}.fsd-dsa .course-offering-wrapper-new .heading-text-2{margin-bottom:0!important}.fsd-dsa .course-offering-wrapper-new .sub-heading-text{color:#595959;margin-bottom:0}.fsd-dsa .course-offering-wrapper-new .course-option{-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:center;padding:50px 50px 0;row-gap:20px;width:70%}@media screen and (max-width:1230px){.fsd-dsa .course-option{width:90%!important}}@media only screen and (max-width:820px){.fsd-dsa .course-offering-wrapper-new{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:50px 0;width:100%}.fsd-dsa .course-offering-wrapper-new .gradient-text{font-size:12px;margin-bottom:1rem}.fsd-dsa .course-offering-wrapper-new .heading-text{font-size:26px;margin-bottom:25px;text-align:center;width:90%}.fsd-dsa .course-offering-wrapper-new .heading-text .span-blue{font-size:26px}.fsd-dsa .course-offering-wrapper-new .course-option{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0;width:95%}.fsd-dsa .course-offering-wrapper-new .sub-heading-text{display:none}}.dsa-curriculum-tabs{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.dsa-curriculum-tabs .tab-list{align-items:center;background-color:#f5f8ff;border-radius:8px;display:flex;height:50px;justify-content:center;overflow-x:hidden}.dsa-curriculum-tabs .tab-list .tab-item{align-items:center;color:#2b2f34;cursor:pointer;display:flex;font-size:20px;font-style:normal;font-weight:500;justify-content:center;margin:0!important;padding:0!important;text-align:center;text-transform:uppercase;width:-moz-max-content;width:max-content;width:140px}.dsa-curriculum-tabs .tab-list .tab-item.active{background:#2f80ed;border-radius:8px;color:#fff;font-weight:700;height:100%}.dsa-curriculum-tabs .tab-content{margin-top:80px}.dsa-card{background:#fff;border:2px solid #e2e2e2;border-radius:12px;margin-left:15%;width:70%}.dsa-card .dsa-grid-container{margin:0!important;width:100%!important}.dsa-card .dsa-grid-container .col1{background:#ecf8ff;border-bottom-left-radius:8px;border-top-left-radius:8px;padding:45px 35px}.dsa-card .dsa-grid-container .col2{padding:45px 35px}.dsa-card .dsa-grid-container .col2 .week{border-left:5px solid #2f80ed;margin:0;padding:10px 0 10px 30px}.dsa-card .dsa-grid-container .col2 .week .dot{background:#2f80ed;height:20px;width:20px}.how-it-works-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;width:100%}.how-it-works-wrapper .gradient-text{background:linear-gradient(315deg,#992fed,#2f80ed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase}.how-it-works-wrapper .heading{color:#2b2f34;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.timeline{margin:3rem auto 0;max-width:1200px;position:relative;width:100%}.timeline:before{bottom:0;content:"";height:845px;left:50%;position:absolute;top:10rem;transform:translateX(-50%);width:5px}.timeline-item{align-items:stretch;display:flex;flex-direction:row-reverse;justify-content:space-between!important;padding:0 40px;position:relative}.timeline-item:nth-child(2n){justify-content:flex-end}.timeline-item:nth-child(2n):before{left:50%}.timeline-image,.timeline-text{padding:20px 20px 140px;width:40%;z-index:1}.timeline-item:first-child .timeline-number-wrapper{margin-top:5.5rem}.timeline-item:first-child .timeline-number-wrapper .timeline-number{top:0}.timeline-item:nth-child(2n) .timeline-image{order:1}.timeline-item:nth-child(2n) .timeline-text{order:-1}.timeline-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;gap:.5rem;justify-content:center;margin-top:1rem;padding:12px 32px;text-align:center;width:-moz-fit-content;width:fit-content}.timeline-number-wrapper{border-radius:10px;height:auto;position:relative;width:5px}.timeline-number-wrapper,.timeline-number-wrapper .timeline-number{align-items:center;background-color:#e4eefc;display:flex;justify-content:center}.timeline-number-wrapper .timeline-number{border-radius:50%;color:#2f80ed!important;height:2.25rem;position:absolute;top:16%;width:2.25rem}.timeline-title{color:#2b2f34;font-size:24px;font-weight:600;letter-spacing:.32px;margin:0;text-transform:capitalize}.timeline-desc,.timeline-title{font-style:normal;line-height:130%}.timeline-desc{color:#595959;font-size:16px;font-weight:500;margin-top:1rem!important}.timeline-union{left:50%;position:absolute;transform:translateX(-50%);width:75%}.flex-paths{display:flex;justify-content:space-between;margin-top:13rem;width:100%}.pay-after-placement-path{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin-bottom:4rem;width:100%}.pay-after-placement-path .line-vertical{background-color:#e4eefc;height:5rem;margin-top:-.5rem;width:5px}.pay-after-placement-path .chip{background:#e4eefc;border-radius:67px;color:#2f80ed;margin-top:-.5rem;padding:.5rem 2rem;text-align:center;width:-moz-fit-content;width:fit-content}.pay-after-placement-path .pay-after-placement-path-box{align-items:center;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 1.5rem;width:40%}.pay-after-placement-path .pay-after-placement-path-box .icon{width:2rem}.pay-after-placement-path .pay-after-placement-path-box h1{color:#2b2f34;font-size:26px;font-style:normal;font-weight:700;letter-spacing:.32px;line-height:130%;text-align:center;text-transform:capitalize}.pay-after-placement-path .pay-after-placement-path-box p{color:#595959;font-size:16px;font-style:normal;font-weight:500;line-height:130%;opacity:.8;text-align:center}.path{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:25%}.path .chip{background:#e4eefc;border-radius:67px;color:#2f80ed;padding:.5rem 2rem;text-align:center;width:-moz-fit-content;width:fit-content}.path .chip.chip-z{z-index:2}.path .icon{width:2rem}.path h1{color:#2b2f34;font-size:26px;font-weight:700;letter-spacing:.32px;text-transform:capitalize}.path h1,.path p{font-style:normal;line-height:130%;text-align:center}.path p{color:#595959;font-size:16px;font-weight:500;opacity:.8}@media screen and (max-width:650px){.how-it-works-wrapper .heading{font-size:24px;margin-top:1rem}.how-it-works-wrapper .gradient-text{font-size:12px}.how-it-works-wrapper .timeline{margin:1rem auto 0;position:relative;width:90%}.how-it-works-wrapper .timeline:before{background-color:#e4eefc;bottom:0;content:"";height:930px;left:.75rem;position:absolute;top:1rem;transform:translateX(-50%);width:5px}.how-it-works-wrapper .pay-after-placemente-timeline:before{height:775px}.how-it-works-wrapper .timeline-img-flex{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;width:100%}.how-it-works-wrapper .timeline-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;padding:0;position:relative}.how-it-works-wrapper .timeline-image,.how-it-works-wrapper .timeline-text{display:block;margin:0 auto;padding:20px;width:80%;z-index:1}.how-it-works-wrapper .timeline-image{margin-bottom:2rem;padding-bottom:0}.how-it-works-wrapper .timeline-item:nth-child(2n) .timeline-image{order:1}.how-it-works-wrapper .timeline-item:nth-child(2n) .timeline-text{order:-1}.how-it-works-wrapper .timeline-button{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:.5rem;justify-content:center;margin-left:4rem;margin-top:1rem;padding:12px 32px;text-align:center;width:-moz-fit-content;width:fit-content}.how-it-works-wrapper .timeline-number{align-items:center;background-color:#e4eefc;border-radius:50%;color:#2f80ed!important;display:flex;font-size:16px;height:1.5rem;justify-content:center;width:1.5rem}.how-it-works-wrapper .timeline-title{color:#2b2f34;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.32px;line-height:130%;text-transform:capitalize;width:75%}.how-it-works-wrapper .timeline-desc{color:#595959;font-size:12px;font-style:normal;font-weight:500;line-height:130%;margin:0 auto 0 4rem;width:80%}.how-it-works-wrapper .path-flex{padding:0 2rem}.how-it-works-wrapper .path{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin:0 auto 1rem;width:90%}.how-it-works-wrapper .path .chip-flex{align-items:center;display:flex;justify-content:flex-start;margin-left:-2.25rem}.how-it-works-wrapper .path .line{background-color:#e4eefc;height:5px;width:3rem}.how-it-works-wrapper .path .chip{background:#e4eefc;border-radius:67px;color:#2f80ed;font-size:16px;padding:.5rem 1rem;text-align:center;width:-moz-fit-content;width:fit-content}.how-it-works-wrapper .path .icon-flex1{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.how-it-works-wrapper .path .icon-flex1 .icon{width:1.25rem}.how-it-works-wrapper .path .icon-flex1 h1{color:#2b2f34;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.32px;margin:0;text-align:center;text-transform:capitalize}.how-it-works-wrapper .path p{color:#595959;font-size:12px;font-style:normal;font-weight:500;line-height:130%;opacity:.8;text-align:left}}.gradient-background{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;box-shadow:0 0 32px 0 rgba(0,0,0,.12);height:auto;margin-top:1rem;max-width:450px;padding:.15rem;position:relative}.gradient-background .cost-effective-price{background:linear-gradient(315deg,#992fed,#2f80ed);border-radius:50px;color:#fff;left:50%;padding:.5rem 1.5rem;position:absolute;top:-1.5rem;transform:translateX(-50%);width:-moz-fit-content;width:fit-content}.gradient-background .new-payment-card{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;height:auto;justify-content:flex-start;padding:1.5rem 1rem 1rem;width:100%}.gradient-background .new-payment-card .icon{width:3rem}.gradient-background .new-payment-card .heading{color:#2b2f34;font-size:24px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.gradient-background .new-payment-card .desc{color:#565656;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-align:center}.gradient-background .new-payment-card .price{color:#2f80ed;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.gradient-background .new-payment-card .line{width:100%}.gradient-background .new-payment-card .SliderBox{display:block;margin:0 auto 0 .2rem;width:90%}.gradient-background .new-payment-card .SliderBox .sliderDiv{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;width:100%}.gradient-background .new-payment-card .SliderBox .Slider{border-radius:4px;height:10px;width:100%}.gradient-background .new-payment-card .SliderBox .Slider .css-1aznpnh-MuiSlider-root{color:#d7f0ff!important;margin-bottom:5px!important}.gradient-background .new-payment-card .SliderBox .highlight{color:#2f80ed!important}.gradient-background .new-payment-card .colorMaker{background-color:#2f80ed!important}.gradient-background .new-payment-card .MuiSlider-markLabel{margin-left:10px!important;margin-top:5px!important}.gradient-background .tuition-div{align-items:center;display:flex;justify-content:flex-start;width:100%}.gradient-background .tuition-div .desc,.gradient-background .tuition-div .price{text-align:center}.gradient-background .tuition-div .bolded-text{color:#2b2f34;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-align:right}@media screen and (max-width:600px){.new-payment-wrapper .new-payment-card .SliderBox{margin-left:.15rem;width:95%}.new-payment-wrapper .new-payment-card .SliderBox .MuiSlider-markLabel{font-size:10px!important}}.new-payment-wrapper{align-items:center;background-color:#ecf8ff;display:flex;flex-direction:column;height:auto;justify-content:center;padding:2rem;width:100%}.new-payment-wrapper .gradient-text{background:linear-gradient(315deg,#992fed,#2f80ed);background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;margin-bottom:1rem;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.new-payment-wrapper .heading{color:#2b2f34;font-size:36px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;margin-bottom:1rem;text-align:center}.new-payment-wrapper .span-blue{color:#2f80ed}.new-payment-wrapper .div-flex-wrapper{align-items:center;display:flex;gap:2rem;justify-content:center;margin-bottom:1rem;margin-top:1rem;width:100%}@media screen and (max-width:650px){.new-payment-wrapper{padding:1rem}.new-payment-wrapper .gradient-text{font-size:12px}.new-payment-wrapper .heading{font-size:24px}.new-payment-wrapper .div-flex-wrapper{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;margin-top:1rem;width:100%}}.curriculum-mobile{margin:16px}.curriculum-mobile .curriculum-mobile-heading{color:var(--text-300,#2b2f34);font-size:24px;font-weight:700;margin-bottom:10px;text-align:center;width:100%}.curriculum-mobile .curriculum-mobile-text{color:var(--text-200,#505862);font-size:14px;font-weight:500;margin-bottom:10px;text-align:center;width:100%}.curriculum-mobile .curriculum-mobile-btn-container{align-items:center;display:flex;justify-content:center;margin-bottom:30px;width:100%}.curriculum-mobile .curriculum-mobile-btn-container .download-btn{background:#fff;border:1px solid var(--primary-primary,#2f80ed)!important;border-radius:6px;color:#2f80ed;font-size:12px;font-weight:500;padding:8px 20px 8px 24px;width:-moz-max-content;width:max-content}.curriculum-mobile .curriculum-card-header{border:.5px solid var(--stroke-200,#d0d5dd);display:flex;flex-direction:column;gap:8px;padding:12px}.curriculum-mobile .curriculum-card-header .month{color:var(--primary-primary,#2f80ed);font-size:16px;font-weight:500;line-height:24px}.curriculum-mobile .curriculum-card-header .card-title{color:var(--text-300,#2b2f34);font-size:16px;font-weight:700;line-height:24px}.curriculum-mobile .curriculum-card-header .card-title.last-title{font-size:24px}.curriculum-mobile .curriculum-card-header .see-all-details{color:var(--primary-primary,#2f80ed);font-size:12px;font-weight:600;line-height:22px;text-decoration:none}.curriculum-mobile .curriculum-card-header .see-all-details:hover{text-decoration:underline}.curriculum-mobile .slideheight{height:auto;transition:height 1s ease}.curriculum-mobile .card-detailed-info{background:var(--primary-primary,#2f80ed);color:#fff;overflow:hidden;padding-right:16px}.curriculum-mobile .card-detailed-info .card-detailed-info-top{padding:12px 16px;width:320px}.curriculum-mobile .card-detailed-info .card-detailed-info-top .course-name{color:var(--text-0,#fff);font-size:16px;font-weight:700;line-height:24px;margin-bottom:8px}.curriculum-mobile .card-detailed-info .card-detailed-info-top .about{color:var(--text-0,#fff);font-size:12px;font-weight:500;line-height:18px}.curriculum-mobile .card-detailed-info .card-detailed-info-bottom{padding:12px;width:320px}.curriculum-mobile .card-detailed-info .card-detailed-info-bottom .topics-container{align-items:flex-start;color:var(--text-0,#fff);display:flex;flex-direction:column;font-size:12px;font-weight:400;gap:10px;line-height:18px}.curriculum-mobile .card-detailed-info .card-detailed-info-bottom .week{color:var(--yellow-300,#fde272);font-size:12px;font-weight:500;line-height:18px}.curriculum-mobile .card-detailed-info .card-detailed-info-bottom .hide-content{color:var(--white,#fff);display:block;font-size:12px;font-weight:600;margin-top:16px;text-decoration:none}.curriculum-mobile .card-detailed-info .card-detailed-info-bottom .hide-content:hover{text-decoration:underline}.curriculum-section-desktop{display:none}@media(min-width:980px){.curriculum-mobile{display:none}.curriculum-section-desktop{display:block;margin:auto;max-width:1360px}.curriculum-section-desktop .curriculum-heading{color:var(--text-300,#2b2f34);font-size:32px;font-weight:700;margin-bottom:20px;margin-top:30px;text-align:center;width:100%}.curriculum-section-desktop .curriculum-text{color:var(--text-200,#505862);font-size:24px;font-weight:500;margin-bottom:20px;text-align:center}.curriculum-section-desktop .curriculum-btn-container{align-items:center;display:flex;justify-content:center;margin-bottom:30px;width:100%}.curriculum-section-desktop .curriculum-btn-container .download-btn{background:#fff;border:1px solid var(--primary-primary,#2f80ed)!important;border-radius:6px;color:#2f80ed;font-size:18px;font-weight:500;padding:8px 20px 8px 24px;width:-moz-max-content;width:max-content}.curriculum-section-desktop .curriculum-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;width:100%}.curriculum-section-desktop .curriculum-card{background-color:#fff;border-left:4px solid transparent;box-sizing:border-box;display:flex;flex-direction:column;height:430px;outline:1px solid #d0d5dd;overflow:hidden;position:relative;width:100%}.curriculum-section-desktop .curriculum-card:nth-child(2n){flex-direction:column-reverse}.curriculum-section-desktop .curriculum-card:nth-child(2n) .curriculum-card-header{padding-bottom:10px}.curriculum-section-desktop .curriculum-card:hover{border-left:4px solid #2f80ed}.curriculum-section-desktop .curriculum-card .curriculum-card-header{border-left:4px solid transparent;display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:12px 16px;width:320px}.curriculum-section-desktop .curriculum-card .curriculum-card-header .card-image{margin-top:32px!important}.curriculum-section-desktop .curriculum-card .curriculum-card-header .month{color:var(--primary-primary,#2f80ed);font-size:18px;font-weight:500;line-height:26px}.curriculum-section-desktop .curriculum-card .curriculum-card-header .card-title{color:var(--text-300,#2b2f34);font-size:18px;font-weight:700}.curriculum-section-desktop .curriculum-card .curriculum-card-header .card-title.last-title{font-size:22px}.curriculum-section-desktop .curriculum-card .curriculum-card-header .card-description{color:var(--text-300,#2b2f34);font-size:16px;font-weight:500;line-height:24px}.curriculum-section-desktop .curriculum-card .curriculum-card-header .see-all-details{color:var(--primary-primary,#2f80ed);cursor:pointer;font-size:14px;font-weight:600;line-height:22px;text-decoration:none;width:-moz-fit-content;width:fit-content}.curriculum-section-desktop .curriculum-card .curriculum-card-header .see-all-details:hover{text-decoration:underline}.curriculum-section-desktop .increase-height{height:490px}.curriculum-section-desktop .additional-info{background:var(--primary-primary,#2f80ed);border-left:none;color:#fff;height:100%;padding-bottom:0;position:absolute;top:0;width:100%}.curriculum-section-desktop .additional-info .card-detailed-info-top{color:var(--text-0,#fff);font-size:16px;font-weight:700;line-height:24px;padding:12px}.curriculum-section-desktop .additional-info .topics-container{display:flex;flex-direction:column;gap:10px;padding:12px}.curriculum-section-desktop .additional-info .topics-container p{color:var(--text-0,#fff);font-size:14px;font-weight:400;line-height:22px}.curriculum-section-desktop .additional-info .topics-container .week{color:var(--yellow-300,#fde272);font-size:14px;font-weight:500;line-height:22px}.curriculum-section-desktop .additional-info .hide-content{color:var(--white,#fff);cursor:pointer;font-size:12px;font-weight:600;line-height:22px;text-decoration:none}.curriculum-section-desktop .additional-info .hide-content:hover{text-decoration:underline}.curriculum-section-desktop .slide-in{animation:slidein .6s forwards;animation-delay:0s}@keyframes slidein{0%{left:-100%}to{left:0}}.curriculum-section-desktop .slide-out{animation:slideout .6s backwards;animation-delay:0s}@keyframes slideout{0%{left:0}to{left:-100%}}}.triangle-outer{background-image:linear-gradient(276.97deg,#992fed,#2f80ed);border-bottom:1px solid #fff;margin-bottom:-4px;position:relative;right:-18%}.triangle-outer,.triangle-outer .triangle-inner{clip-path:polygon(50% 0,100% 100%,0 100%);height:25px;width:40px}.triangle-outer .triangle-inner{background-image:linear-gradient(#fff,#fff,#fff);bottom:-4px;position:absolute;scale:.9}.book-your-seat-outer{background:linear-gradient(276.97deg,#992fed,#2f80ed);border-radius:8px;max-width:930px;padding:3px;width:100%}.book-your-seat-outer .book-your-seat-inner{align-items:center;background:#fff;border-radius:6px;display:flex;flex-direction:column;padding:var(--md,24px) 0}.book-your-seat-outer .book-your-seat-inner .heading{font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:150%;margin-bottom:8px;text-align:center}.book-your-seat-outer .book-your-seat-inner .heading .color-blue{color:var(--primary-primary,#2f80ed);font-size:24px;font-weight:700;letter-spacing:-.36px;line-height:150%}.book-your-seat-outer .book-your-seat-inner .description{color:#595959;font-size:18px;font-weight:500;line-height:150%;margin-bottom:16px}.book-your-seat-outer .book-your-seat-inner .book-your-seat-btn{align-items:center;background:var(--primaryskyblue,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:flex;font-size:18px;font-weight:700;gap:2px;justify-content:center;line-height:150%;padding:14px 6px 14px 16px;width:276px}.book-your-seat-outer .book-your-seat-inner .note{color:var(--text-200,#505862);font-size:14px;font-weight:500;line-height:150%}.book-your-seat-outer .book-your-seat-inner .note .note-span{color:#595959;font-weight:500;line-height:150%;text-align:center}@media only screen and (max-width:500px){.triangle-outer{right:-25%}.book-your-seat-outer .book-your-seat-inner{padding:.75rem;text-align:center}.book-your-seat-outer .book-your-seat-inner .heading{font-size:22px;margin-bottom:0}.book-your-seat-outer .book-your-seat-inner .heading .color-blue{font-size:22px}.book-your-seat-outer .book-your-seat-inner .description{font-size:15px;margin-bottom:10px}.book-your-seat-outer .book-your-seat-inner .book-your-seat-btn{font-size:16px;font-weight:500;padding:10px;width:190px}.book-your-seat-outer .book-your-seat-inner .note{font-size:16px}}.map-hero-wrapper{align-items:center;background:linear-gradient(275deg,#f5faff 5.67%,hsla(0,0%,100%,0) 18.48%);display:flex;flex-direction:row;gap:40px;height:100dvh;justify-content:flex-start;overflow:hidden;padding:20px 0;position:relative;width:100%}.map-hero-wrapper .hero-left-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:center;left:90px;position:absolute;width:45%;z-index:2}.map-hero-wrapper .hero-left-wrapper .map-hero-title{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;width:100%}.map-hero-wrapper .hero-left-wrapper .map-hero-title .text-blue{color:var(--blue-500,#2e90fa);font-size:48px;font-style:normal;font-weight:900;letter-spacing:-.72px;line-height:130%}.map-hero-wrapper .hero-left-wrapper .map-hero-title .text{color:var(--BLACK,#2b2f34);font-size:48px;font-weight:500;letter-spacing:-.72px;line-height:130%}.map-hero-wrapper .hero-left-wrapper .map-hero-sub{color:var(--textlabelcolorscharcoal,#595959);font-size:20px;font-style:normal;font-weight:500;line-height:155%;width:80%}.map-hero-wrapper .hero-left-wrapper .map-hero-btn{background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);font-size:16px;font-style:normal;font-weight:500;line-height:20px;padding:8px 30px}.map-hero-wrapper .hero-right-wrapper-web{height:400px;right:110px;transform:scale(1.6);width:40%}.map-hero-wrapper .hero-right-wrapper-web,.map-hero-wrapper .map-small-text-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute}.map-hero-wrapper .map-small-text-wrapper{margin-top:60px;right:150px;top:100px}.map-hero-wrapper .map-small-text-wrapper .map-small-text{color:var(--text-300,#2b2f34);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.27px;line-height:130%;text-align:right}.map-hero-wrapper .map-small-text-wrapper .text-blue{color:var(--blue-500,#2e90fa);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:130%}@media screen and (max-width:500px){.map-hero-wrapper{background:linear-gradient(264deg,#f5faff -4.78%,hsla(0,0%,100%,0) 7.22%);gap:10px;height:-moz-max-content;height:max-content;justify-content:flex-start;padding:20px 0;position:static}.map-hero-wrapper,.map-hero-wrapper .hero-left-wrapper{align-items:center;display:flex;flex-direction:column;width:100%}.map-hero-wrapper .hero-left-wrapper{gap:20px;justify-content:center;left:unset;margin-top:36px;padding:38px 27px;position:relative}.map-hero-wrapper .hero-left-wrapper .map-hero-title{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:center;margin:0 auto;width:100%}.map-hero-wrapper .hero-left-wrapper .map-hero-title .text-blue{color:var(--primary-primary,#2f80ed);font-size:32px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:130%;text-align:center}.map-hero-wrapper .hero-left-wrapper .map-hero-title .text{color:var(--BLACK,#2b2f34);font-size:32px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:130%}.map-hero-wrapper .hero-left-wrapper .map-hero-sub{color:var(--textlabelcolorscharcoal,#595959);font-size:18px;font-style:normal;font-weight:500;letter-spacing:.36px;line-height:130%;text-align:center}.map-hero-wrapper .hero-left-wrapper .map-hero-sub.mobile{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;width:100%;-webkit-text-fill-color:transparent}.map-hero-wrapper .hero-left-wrapper .map-hero-btn{background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);font-size:16px;font-style:normal;font-weight:500;line-height:20px;padding:8px 30px}.map-hero-wrapper .hero-right-wrapper{align-items:center;display:flex;flex-direction:column;height:-moz-max-content;height:max-content;justify-content:center;position:relative;transform:scale(1.2);width:100%}.map-hero-wrapper .map-small-text-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:60px;position:static}.map-hero-wrapper .map-small-text-wrapper .map-small-text{color:var(--text-300,#2b2f34);font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.27px;line-height:130%;text-align:right}.map-hero-wrapper .map-small-text-wrapper .text-blue{color:var(--blue-500,#2e90fa);font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:130%}}.display-salary-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:20px 0;width:100%}.display-salary-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.display-salary-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.display-salary-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:20px;font-style:normal;font-weight:500;letter-spacing:.4px;line-height:130%}.display-salary-wrapper .sub-text-2{color:var(--textlabelcolorscharcoal,#2b2f34);font-size:24px;font-style:normal;font-weight:600;letter-spacing:.4px;line-height:130%;margin-top:36px}.display-salary-wrapper .hover-cards-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:40px;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper{cursor:pointer;position:relative;transition:all .3s ease;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card{background-repeat:no-repeat;background-size:cover;height:100%;position:relative;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;min-height:500px;transition:transform .8s ease-out;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content.even{background:linear-gradient(180deg,rgba(0,0,0,.6),transparent 74.1%);justify-content:flex-start}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content.odd{background:linear-gradient(180deg,transparent,rgba(0,0,0,.6) 74.1%);justify-content:flex-end}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .clip-art-div{background:#fff;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);color:var(--text-300,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;margin-top:30px;padding:10px 10px 10px 40px;text-align:center;width:-moz-max-content;width:max-content}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;margin-bottom:30px;padding:10px}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .top-text .long-text{color:var(--text-0,#fff);font-size:40px;font-style:normal;font-weight:900;letter-spacing:-.6px;line-height:100%;text-align:center}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .top-text .short-text{color:var(--text-0,#fff);font-size:24px;font-style:normal;font-weight:900;letter-spacing:-.36px;line-height:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .bottom-text{color:var(--text-0,#fff);font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.27px;line-height:150%;text-align:center}.display-salary-wrapper .callback-btn{align-items:center;background-color:#2f80ed;border-radius:8px;color:#fff;display:flex;gap:12px;justify-content:center;margin:24px auto;padding:12px 24px}.display-salary-wrapper .callback-btn .icon{font-size:24px}@media screen and (max-width:500px){.display-salary-wrapper{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center;margin-top:0;padding:20px 0;width:100%}.display-salary-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:14px;font-style:normal;font-weight:700;letter-spacing:1.12px;line-height:normal;text-align:center;text-transform:uppercase;width:100%;-webkit-text-fill-color:transparent}.display-salary-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;text-align:center;width:100%}.display-salary-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:130%;padding:0 10px;text-align:center;width:100%}.display-salary-wrapper .sub-text-2{color:var(--textlabelcolorscharcoal,#2b2f34);font-size:16px;font-style:normal;font-weight:600;letter-spacing:.4px;line-height:130%;margin-top:44px;text-align:center;width:90%}.display-salary-wrapper .hover-cards-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:40px;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper{cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card{background-repeat:no-repeat;background-size:cover;height:100%;min-height:500px;min-width:100%;position:relative;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;min-height:500px;position:absolute;transform:translateX(0);transition:all .8s ease-out;width:100%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content.even{background:linear-gradient(180deg,rgba(0,0,0,.6),transparent 74.1%);justify-content:flex-start}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content.odd{background:linear-gradient(180deg,rgba(0,0,0,.6),transparent 74.1%);justify-content:flex-end}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .clip-art-div{background:#fff;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);color:var(--text-300,#2b2f34);font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.3px;line-height:150%;margin-top:30px;padding:10px 10px 10px 40px;text-align:center;width:-moz-max-content;width:max-content}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;margin-bottom:30px;padding:10px}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .top-text .long-text{color:var(--text-0,#fff);font-size:30px;font-style:normal;font-weight:900;letter-spacing:-.45px;line-height:150%;text-align:center}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .top-text .short-text{color:var(--text-0,#fff);font-size:18px;font-style:normal;font-weight:900;letter-spacing:-.27px;line-height:150%}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card .hover-card-content .hover-card-text-wrapper .hover-card-text .bottom-text{color:var(--text-0,#fff);font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.21px;line-height:150%;text-align:center}.display-salary-wrapper .hover-cards-wrapper .hover-card-wrapper .hover-card:hover .hover-card-content{transform:translateX(0)}}.alumni-stat-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:-moz-max-content!important;min-height:max-content!important;padding:20px 0;width:100%}.alumni-stat-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.alumni-stat-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.alumni-stat-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:20px;font-style:normal;font-weight:500;letter-spacing:.4px;line-height:130%}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper{align-items:stretch;border:1px solid var(--stroke-100,#eaecf0);border-radius:8px;display:flex;flex-direction:row;gap:30px;justify-content:space-around;margin:40px auto 0;padding:32px;width:95%}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart{align-items:center;background:var(--gray-50,#f9fafb);border-radius:8px;display:flex;flex-direction:column;gap:16px;justify-content:center;min-width:310px;padding:32px}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-img{cursor:pointer;height:220px;min-width:220px;padding:0 30px;transition:transform .6s ease-in-out}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-img:hover{transform:scale(1.3)}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-text{color:var(--BLACK,#2b2f34);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:130%;text-align:center}@media screen and (max-width:500px){.alumni-stat-wrapper{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center;min-height:-moz-max-content!important;min-height:max-content!important;padding:30px 10px;width:100%}.alumni-stat-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:14px;font-style:normal;font-weight:700;letter-spacing:1.12px;line-height:normal;text-align:center;text-transform:uppercase;width:100%;-webkit-text-fill-color:transparent}.alumni-stat-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;text-align:center;width:100%}.alumni-stat-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:130%;text-align:center;width:100%}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper{align-items:center;border:1px solid transparent;border-radius:8px;display:flex;flex-direction:column;gap:30px;justify-content:center;margin:20px auto 0;padding:0;width:100%}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart{align-items:center;background:var(--White,#fff);border:1px solid var(--stroke-100,#eaecf0);border-radius:8px;box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);display:flex;flex-direction:column;gap:16px;justify-content:center;min-width:310px;padding:30px}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-img{cursor:pointer;height:220px;min-width:220px;padding:0 30px;transform:scale(1.3);transition:transform .6s ease-in-out}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-img:hover{transform:scale(1.3)}.alumni-stat-wrapper .alumni-stat-pie-chart-wrapper .alumni-stat-pie-chart .alumni-stat-pie-chart-text{color:var(--BLACK,#2b2f34);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:130%;text-align:center}}.placement-highlight-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:20px 0;width:100%}.placement-highlight-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.placement-highlight-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.placement-highlight-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:20px;font-style:normal;font-weight:500;letter-spacing:.4px;line-height:130%}.placement-highlight-wrapper .alumni-tab-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:40px;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper{background:linear-gradient(99deg,#2e90fa .77%,#0056b5 100.71%);border-radius:20px;width:87%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header{align-items:center;border-radius:20px 20px 0 0;box-shadow:0 2px 40px 0 rgba(0,0,0,.06);display:flex;justify-content:space-between;padding:24px;position:relative;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-left{align-items:center;background:linear-gradient(270deg,rgba(44,140,244,0) 22.8%,#2a86ea 73.49%);border-radius:20px 20px 0 0;display:flex;height:100%;justify-content:flex-start;left:0;padding:16px;pointer-events:none;position:absolute;top:0;width:200px;z-index:1000}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-right{align-items:center;background:linear-gradient(270deg,rgba(44,140,244,0) 22.8%,#2a86ea 73.49%);border-radius:0 0 0 20px;display:flex;height:100%;justify-content:flex-start;padding:16px;pointer-events:none;position:absolute;right:0;rotate:180deg;top:0;width:200px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .slide-button-left,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .slide-button-right{align-items:center;background-color:#2666be;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;justify-content:center;max-width:40px;padding:8px;pointer-events:all;z-index:1000}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:32px;justify-content:flex-start;margin:0 16px;overflow-x:auto;padding:0 80px;position:relative;scroll-behavior:smooth}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab{align-items:center;color:var(--text-0,#fff);cursor:pointer;display:flex;font-size:18px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;min-width:200px;padding:12px 16px;width:-moz-fit-content;width:fit-content}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab.active{background-color:#fff;border-radius:36px;color:#2b2f34;padding:12px 16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content::-webkit-scrollbar{display:none}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content{align-items:flex-start;background:linear-gradient(99deg,#2e90fa .77%,#0056b5 100.71%);border-radius:20px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;padding:16px 32px 32px;position:relative;transition:all .3s ease-in-out}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{background-color:#fff;border-radius:50%;box-shadow:0 6px 14px -6px rgba(24,39,75,.2),0 10px 32px -4px rgba(24,39,75,.3);color:#2b2f34;cursor:pointer;font-size:24px;max-width:40px;padding:8px;position:absolute;top:30%;z-index:1000}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left:hover,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right:hover{box-shadow:0 6px 14px -6px rgba(24,39,75,.4),0 10px 32px -4px rgba(24,39,75,.4);transition:all .2s}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left{left:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{right:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card{align-items:flex-start;background:#fff url(/_next/static/media/alumnicardbg.2e42bb21.svg);background-position:100% 0;background-repeat:no-repeat;border-radius:8px;box-shadow:0 18px 88px -4px rgba(24,39,75,.14),0 8px 28px -6px rgba(24,39,75,.12);display:flex;flex-direction:column;justify-content:flex-end;min-height:350px;min-width:280px;padding:24px;position:relative}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card{background:var(--yellow-100,#fef7c3) url(/_next/static/media/alumnicardbg_black_star.18dafe2b.svg);background-position:100% 0;background-repeat:no-repeat;border-radius:8px;box-shadow:0 18px 88px -4px rgba(24,39,75,.14),0 8px 28px -6px rgba(24,39,75,.12)}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-company-img{margin-bottom:10px;-o-object-fit:fill;object-fit:fill;position:absolute;top:24px;width:300px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile-img{border-radius:50%;height:80px;-o-object-fit:contain;object-fit:contain;overflow:hidden;width:80px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-name{color:var(--text-300,#2b2f34);font-size:19px;font-style:normal;font-weight:700;line-height:150%;margin-top:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;line-height:150%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data.degree{margin-top:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .icon{align-items:center;color:var(--textlabelcolorscharcoal,#595959);display:flex;flex-direction:row;font-size:16px;justify-content:center}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .text{color:var(--textlabelcolorscharcoal,#595959);font-size:14px;font-style:normal;font-weight:500;line-height:150%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;position:relative;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons .icon{bottom:0;color:#1275b1;cursor:pointer;font-size:24px;height:24px;position:absolute;right:0;width:24px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .btn-outlined{border:1px solid var(--text-300,#2b2f34);border-radius:6px;color:var(--text-300,#2b2f34);font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-top:10px;padding:5px 24px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top::-webkit-scrollbar{display:none}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding-bottom:48px;position:relative;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div{width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-1{color:var(--text-0,#fff);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:150%;margin-left:40px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-2{color:var(--text-0,#fff);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.3px;line-height:150%;margin-left:40px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-top:12px;width:50%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .btn-white{background:var(--text-0,#fff);border-radius:8px;color:var(--text-300,#2b2f34);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;padding:10px 30px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-right{bottom:0;height:auto;position:absolute;right:0;width:auto}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-left{bottom:50px;height:auto;left:-5px;position:absolute;width:auto}@media screen and (max-width:500px){.placement-highlight-wrapper{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center;padding:20px 0;width:100%}.placement-highlight-wrapper .top-sub-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:14px;font-style:normal;font-weight:700;letter-spacing:1.12px;line-height:normal;text-align:center;text-transform:uppercase;width:100%;-webkit-text-fill-color:transparent}.placement-highlight-wrapper .title-text{color:var(--BLACK,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;text-align:center;width:100%}.placement-highlight-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:130%;padding:0 10px;text-align:center;width:100%}.placement-highlight-wrapper .alumni-tab-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-top:40px;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper{background:linear-gradient(99deg,#2e90fa .77%,#0056b5 100.71%);border-radius:0;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header{padding:10px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-left,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-right{display:none}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content{align-items:center;display:flex;flex-direction:row;gap:0;height:60px;justify-content:flex-start;overflow-x:scroll;padding:0;position:relative;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab{align-items:center;color:var(--text-0,#fff);cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;margin:0;min-width:130px;padding:10px;width:-moz-fit-content;width:fit-content}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab.active{min-width:140px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;padding:0 0 16px 8px;position:relative;transition:all .3s ease-in-out;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{display:none}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:flex-start;overflow-x:scroll;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card{align-items:flex-start;background:#fff url(/_next/static/media/alumnicardbg.2e42bb21.svg);background-position:100% 0;background-repeat:no-repeat;border-radius:8px;box-shadow:0 18px 88px -4px rgba(24,39,75,.14),0 8px 28px -6px rgba(24,39,75,.12);display:flex;flex-direction:column;justify-content:flex-end;min-height:330px;min-width:270px;padding:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-company-img{max-width:200px;position:absolute;top:24px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile-img{border-radius:50%;height:80px;width:80px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-name{color:var(--BLACK,#2b2f34);font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:150%;text-align:center;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-align:center;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card{background:var(--yellow-100,#fef7c3) url(/_next/static/media/alumnicardbg_black_star_mob.afdbc379.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:93%;border-radius:8px;bottom:0;box-shadow:0 18px 88px -4px rgba(24,39,75,.14),0 8px 28px -6px rgba(24,39,75,.12);height:-moz-max-content;height:max-content;left:35px;min-height:150px;padding:16px;position:absolute;top:366px;width:300px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .card-company-img,.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .card-profile-img{display:none}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data.degree{margin-top:16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .icon{align-items:center;color:var(--textlabelcolorscharcoal,#595959);display:flex;flex-direction:row;font-size:16px;justify-content:center}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .text{color:var(--textlabelcolorscharcoal,#595959);font-size:14px;font-style:normal;font-weight:500;line-height:150%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons .icon{color:#1275b1;cursor:pointer;font-size:24px;height:24px;width:24px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .btn-outlined{border:1px solid var(--text-300,#2b2f34);border-radius:6px;color:var(--text-300,#2b2f34);font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin:10px auto 0;padding:5px 16px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;margin:210px auto 0;padding-bottom:0;width:calc(100% - 56px)}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div{background:none;text-align:center}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-1{color:var(--White,#fff);font-size:20px;font-style:normal;font-weight:300;letter-spacing:-.3px;line-height:150%;margin-left:auto;margin-right:auto;margin-top:0;width:100%}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-2{color:var(--White,#fff);font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:150%;margin-left:0;text-align:center}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;padding-bottom:50px;width:-moz-max-content;width:max-content}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .btn-white{background:var(--text-0,#fff);border-radius:8px;color:var(--text-300,#2b2f34);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;padding:6px 30px}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-right{bottom:-20px;height:auto;left:50%;position:absolute;rotate:7deg;transform:translate(-50%,-50%);width:auto}.placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-left{bottom:130px;height:auto;left:-20px;position:absolute;width:auto}}.partner-companies-section{align-items:stretch;background:var(--gray-50,#f9fafb);display:flex;flex-direction:column;gap:40px;justify-content:center;margin:20px 0;padding:46px 32px;width:100%}.partner-companies-section .companies-title{color:var(--text-200,#505862);font-size:16px;font-style:normal;font-weight:600;letter-spacing:.96px;line-height:24px;text-align:center;text-transform:uppercase}.partner-companies-section .companies-carousel-wrapper-outer{width:100%}.partner-companies-section .companies-carousel-wrapper-outer .companies-carousel-wrapper-inner{align-items:center;display:flex;gap:10px;justify-content:flex-start;width:100%}.partner-companies-section .companies-carousel-wrapper-outer .companies-carousel-wrapper-inner .companies-card{filter:grayscale(100%);margin-right:1em;width:110px}@media screen and (max-width:500px){.partner-companies-section{align-items:center;background:var(--gray-50,#f9fafb);display:flex;flex-direction:column;gap:40px;justify-content:center;margin:10px 0;padding:40px 0;width:100%}.partner-companies-section .companies-title{color:var(--text-200,#505862);font-size:16px;font-style:normal;font-weight:600;letter-spacing:.96px;line-height:24px;padding:0 20px;text-align:center;text-transform:uppercase}.partner-companies-section .companies-carousel-wrapper-outer{width:100%}.partner-companies-section .companies-carousel-wrapper-outer .companies-carousel-wrapper-inner{align-items:center;display:flex;gap:10px;justify-content:flex-start;width:100%}.partner-companies-section .companies-carousel-wrapper-outer .companies-carousel-wrapper-inner .companies-card{filter:grayscale(100%);margin-right:1em;width:110px}}.hire-from-acciojob{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;padding:46px 32px}.hire-from-acciojob .left-img,.hire-from-acciojob .right-img{width:33.3%}.hire-from-acciojob .mid-text{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center}.hire-from-acciojob .mid-text .heading-text{align-items:center;display:flex;gap:10px;justify-content:center}.hire-from-acciojob .mid-text .heading-text .blue-text{color:var(--primary-primary,#2f80ed);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.hire-from-acciojob .mid-text .heading-text .text{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:400;letter-spacing:-.63px;line-height:150%}.hire-from-acciojob .mid-text .sub-text{color:var(--text-200,#505862);font-size:24px;font-style:normal;font-weight:400;letter-spacing:.48px;line-height:130%;margin-top:-28px;text-align:center}.hire-from-acciojob .mid-text .btn-blue{background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);font-size:16px;font-style:normal;font-weight:500;line-height:20px;padding:8px 30px}@media screen and (max-width:500px){.hire-from-acciojob{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.hire-from-acciojob .left-img{display:none}.hire-from-acciojob .right-img{width:100%}.hire-from-acciojob .mid-text{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center}.hire-from-acciojob .mid-text .heading-text{align-items:center;display:flex;gap:10px;justify-content:center}.hire-from-acciojob .mid-text .heading-text .blue-text{color:var(--primary-primary,#2f80ed);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;text-align:center}.hire-from-acciojob .mid-text .heading-text .text{color:var(--BLACK,#2b2f34);font-size:28px;font-style:normal;font-weight:400;letter-spacing:-.42px;line-height:150%}.hire-from-acciojob .mid-text .sub-text{color:var(--text-200,#505862);font-size:16px;font-style:normal;font-weight:400;letter-spacing:.32px;line-height:130%;text-align:center}.hire-from-acciojob .mid-text .btn-blue{background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);font-size:16px;font-style:normal;font-weight:500;line-height:20px;padding:8px 30px}}.alumni-video-slider-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.alumni-video-slider-wrapper .alumni-video-slider-container{align-items:center;background:var(--blue-50,#091a2f);border-radius:0 20px 20px 0;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:90%}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container{align-items:center;background-color:#091a2f;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:40%;z-index:10}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:80%}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container .title-text{color:var(--text-300,#fff);font-size:42px;font-style:normal;font-weight:300;letter-spacing:-.63px;line-height:150%;text-align:left}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container{padding-left:56px;width:100%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .alumni-video-wrapper{position:relative}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .alumni-video-wrapper .overlay{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .alumni-video-wrapper .volume{position:absolute;right:15px;top:15px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .alumni-video-wrapper .icon{color:#fff}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div{background-color:#fff;border-radius:12px;gap:16px;margin:24px 0;padding:16px;width:270px!important;z-index:100}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .custom-arrow{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#000;display:flex;font-size:20px;justify-content:center;padding:12px;position:absolute;top:42%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .right{right:-42px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .left{left:-32px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide{opacity:.8;position:relative;transform:scale(.66);transition:all .3s ease;z-index:-1}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide .display-none-video{display:none!important}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-center{filter:blur(0);opacity:1;transform:scale(1)}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-current{position:relative;z-index:1}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div{background-color:#fff;color:#2b2f34;padding-top:12px;width:240px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div{align-items:center;display:flex;justify-content:space-between}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div .heading{color:var(--BLACK,#2b2f34);font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:150%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div .icon{background-color:#1275b1;border-radius:50%;color:#fff;font-size:24px;padding:4px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div p{color:var(--BLACK,#2b2f34);font-size:12px;font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:150%}@media screen and (max-width:500px){.alumni-video-slider-wrapper .alumni-video-slider-container{background:var(--blue-50,#eff8ff);border-radius:0;display:flex;flex-direction:column;position:relative;width:100%}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container{background-color:#eff8ff;padding:24px 12px 0;position:relative}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container,.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container .title-text{color:var(--text-300,#2b2f34);font-size:28px;font-style:normal;font-weight:300;letter-spacing:-.42px;line-height:150%;text-align:center}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container{padding-left:0;width:100%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div{gap:16px;height:auto;margin:24px 0;position:relative;z-index:100}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .custom-arrow{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#000;display:flex;font-size:20px;justify-content:center;padding:12px;position:absolute;top:40%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .right{right:-30px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide>div>div .left{left:-30px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-slide{opacity:.6;transform:scale(.8);transition:all .3s ease}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .slick-center{display:flex;filter:blur(0);justify-content:center;opacity:1;transform:scale(1)}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div{background-color:#fff;color:#2b2f34;padding-top:10px;width:240px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div{align-items:center;display:flex;justify-content:space-between}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div .heading{color:var(--BLACK,#2b2f34);font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:150%}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div .flex-div .icon{background-color:#1275b1;border-radius:50%;color:#fff;font-size:26px;margin-top:10px;padding:6px}.alumni-video-slider-wrapper .alumni-video-slider-container .right-slider-container .white-info-div p{color:var(--BLACK,#2b2f34);font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:150%}}.pdf-page-container{padding:10px;position:relative;width:100%}.pdf-page-container .back-btn{align-items:center;color:#1275b1;cursor:pointer;display:flex;font-size:16px;gap:10px;justify-content:center;left:10px;padding:15px 20px;position:absolute;top:10px}.pdf-page-container .pdf-heading{color:#2f80ed;font-size:28px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;margin-bottom:50px;margin-top:30px;text-align:center;text-decoration:underline;text-transform:uppercase;width:100%}.pdf-page-container .all-placement-card-container-pdf{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center;margin:10px auto;width:100%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf{align-items:flex-start;background:#fff url(/_next/static/media/alumnicardbg.2e42bb21.svg);background-position:100% 0;background-repeat:no-repeat;border:1px solid rgba(24,39,75,.1);border-radius:8px;box-shadow:0 18px 88px -4px rgba(24,39,75,.14),0 8px 28px -6px rgba(24,39,75,.12);display:flex;flex-direction:column;height:300px;justify-content:flex-end;min-height:350px;min-width:280px;overflow:hidden;padding:24px;position:relative;width:300px}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-company-img{height:40px;margin-bottom:10px;-o-object-fit:fill;object-fit:fill;position:absolute;top:24px;width:80px}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-company-img .company-img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-profile-img{border-radius:50%;height:80px;overflow:hidden;width:80px}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-profile-img .profile-img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-name{color:var(--text-300,#2b2f34);font-size:19px;font-style:normal;font-weight:700;line-height:150%;margin-top:16px}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-profile{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;line-height:150%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-bottom-data{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-bottom-data.degree{margin-top:16px}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-bottom-data .icon{align-items:center;color:var(--textlabelcolorscharcoal,#595959);display:flex;flex-direction:row;font-size:16px;justify-content:center}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .card-bottom-data .text{color:var(--textlabelcolorscharcoal,#595959);font-size:14px;font-style:normal;font-weight:500;line-height:150%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .social-icons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;position:relative;width:100%}.pdf-page-container .all-placement-card-container-pdf .placement-card-pdf .social-icons .icon{bottom:0;color:#1275b1;cursor:pointer;font-size:24px;height:24px;position:absolute;right:0;width:24px}.placement-highlight-banner-outer-2{align-items:stretch;background:#eff8ff;background-position:0 0;background-repeat:no-repeat;border-radius:48px;display:flex;flex-direction:row;justify-content:space-between;margin:40px auto;position:relative;width:80%}.placement-highlight-banner-outer-2 .starbg{height:auto;left:64px;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:105px}.placement-highlight-banner-outer-2 .left-text-content{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:64px 0 64px 64px;position:relative;width:50%}.placement-highlight-banner-outer-2 .left-text-content .gradient{background:linear-gradient(90deg,#eff8ff 39.58%,rgba(239,248,255,0));bottom:0;content:"";left:100%;position:absolute;top:0;width:100px;z-index:2}.placement-highlight-banner-outer-2 .left-text-content .title-text{align-items:center;color:var(--BLACK,#2b2f34);display:flex;flex-direction:row;font-size:48px;font-weight:300;gap:8px;justify-content:flex-start;letter-spacing:-.72px;line-height:130%;width:100%}.placement-highlight-banner-outer-2 .left-text-content .title-text .blue-text{color:var(--blue-500,#2e90fa);font-size:48px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:130%}.placement-highlight-banner-outer-2 .left-text-content .description{color:var(--textlabelcolorscharcoal,#595959);font-size:20px;font-style:normal;font-weight:500;line-height:155%;width:80%}.placement-highlight-banner-outer-2 .left-text-content .placement-btn{align-items:center;background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);display:flex;flex-direction:row;font-size:16px;font-style:normal;font-weight:500;gap:8px;justify-content:center;line-height:20px;padding:12px 18px}.placement-highlight-banner-outer-2 .right-text-content{background:linear-gradient(90deg,rgba(239,248,255,0) 100% #eff8ff 39.58%,rgba(239,248,255,0) 100%);width:50%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper{margin-top:25px;width:100%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:15px auto;width:100%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo .logo-holder img{height:50px;width:180px}.placement-highlight-banner-outer-2.is-white{background:var(--White,#fff);border:1px solid var(--Component-Colors-Stroke-200,#d0d5dd);box-shadow:0 8px 18px -6px rgba(24,39,75,.12),0 12px 42px -4px rgba(24,39,75,.12);padding:24px 0;width:100%}.placement-highlight-banner-outer-2.is-white .left-text-content .gradient{background:linear-gradient(90deg,#fff 39.58%,rgba(239,248,255,0))}.data-science-placement-banner{margin:40px auto;width:100%}.data-science-placement-banner .companies-logo-gradient{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.data-science-placement-banner .companies-logo-heading{color:#2b2f34;font-size:42px;font-weight:700;text-align:center}.data-science-placement-banner .companies-logo-heading .span-blue{color:#2e90fa}.data-science-placement-banner .data-science-placement{align-items:stretch;background:#fff;background-position:0 0;background-repeat:no-repeat;border-radius:48px;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.data-science-placement-banner .data-science-placement .logo-wrapper{margin-top:25px;width:100%}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:30px auto;width:100%}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo .logo-holder img{height:50px;width:180px}@media screen and (max-width:500px){.placement-highlight-banner-outer-2{align-items:center;background:#eff8ff;background-position:0 0;background-repeat:no-repeat;border-radius:24px;display:flex;flex-direction:column;justify-content:center;margin:20px auto 40px;width:calc(100% - 32px)}.placement-highlight-banner-outer-2 .starbg{left:50%;transform:translate(-50%)}.placement-highlight-banner-outer-2 .left-text-content{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;padding:64px 10px 20px;position:relative;width:100%}.placement-highlight-banner-outer-2 .left-text-content .gradient{content:"";display:none}.placement-highlight-banner-outer-2 .left-text-content .title-text{align-items:center;color:var(--BLACK,#2b2f34);display:flex;flex-direction:row;font-size:28px;font-style:normal;font-weight:700;gap:8px;justify-content:center;letter-spacing:-.42px;line-height:150%;text-align:center;width:100%}.placement-highlight-banner-outer-2 .left-text-content .title-text .blue-text{color:var(--blue-500,#2e90fa);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%}.placement-highlight-banner-outer-2 .left-text-content .description{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:130%;text-align:center}.placement-highlight-banner-outer-2 .left-text-content .placement-btn{align-items:center;background:var(--primary-primary,#2f80ed);border-radius:8px;color:var(--text-0,#fff);display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:600;gap:8px;justify-content:center;line-height:20px;margin-top:6px;min-width:85%;padding:10px 24px}.placement-highlight-banner-outer-2 .right-text-content{background:linear-gradient(90deg,rgba(239,248,255,0) 100% #eff8ff 39.58%,rgba(239,248,255,0) 100%);width:100%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper{margin-top:25px;width:100%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:15px auto;width:100%}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.placement-highlight-banner-outer-2 .right-text-content .logo-wrapper .companies-logo .logo-holder img{height:30px;width:100px}.placement-highlight-banner-outer-2.is-white{background:var(--White,#fff);border:0 solid var(--Component-Colors-Stroke-200,#d0d5dd);box-shadow:none;margin-bottom:24px;padding:24px 0 0;width:100%}.placement-highlight-banner-outer-2.is-white .starbg{left:64px}.placement-highlight-banner-outer-2.is-white .left-text-content{padding-top:48px}.placement-highlight-banner-outer-2.is-white .left-text-content .gradient{background:linear-gradient(90deg,#fff 39.58%,rgba(239,248,255,0))}.placement-highlight-banner-outer-2.is-white .left-text-content .description{width:100%}.placement-highlight-banner-outer-2.is-white .right-text-content .logo-wrapper{margin-top:0}.data-science-placement-banner{margin:40px auto;width:100%}.data-science-placement-banner .companies-logo-gradient{background:linear-gradient(276.97deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.data-science-placement-banner .companies-logo-heading{color:#2b2f34;font-size:24px;font-weight:700;text-align:center}.data-science-placement-banner .companies-logo-heading .span-blue{color:#2e90fa}.data-science-placement-banner .data-science-placement .logo-wrapper{margin-top:25px;width:100%}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo{display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;width:100%}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo .logo-holder{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 20px;padding:10px;width:-moz-max-content;width:max-content}.data-science-placement-banner .data-science-placement .logo-wrapper .companies-logo .logo-holder img{height:30px;width:100px}}.feature-slider-wrapper{align-items:center;background:linear-gradient(180deg,#fff 26.97%,rgba(228,238,252,.27));display:flex;flex-direction:column;gap:5px;justify-content:center;margin:40px 0;padding:50px 0;width:100%}.feature-slider-wrapper .feature-slider-gradient{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase}.feature-slider-wrapper .feature-slider-title{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:150%;text-align:center}.feature-slider-wrapper .feature-slider{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:50px 0 30px;width:100%}.feature-slider-wrapper .feature-slider .logo-holder{align-items:center;display:flex;flex-direction:row;height:100px;justify-content:center;margin:0 30px;width:250px}.feature-slider-wrapper .feature-slider .logo-holder .logo-img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:500px){.feature-slider-wrapper{align-items:center;background:linear-gradient(180deg,#fff 26.97%,rgba(228,238,252,.27));display:flex;flex-direction:column;gap:20px;justify-content:center;margin:40px 0;padding:50px 0;width:100%}.feature-slider-wrapper .feature-slider-gradient{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:12px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase}.feature-slider-wrapper .feature-slider-title{color:var(--BLACK,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.63px;line-height:100%;text-align:center}.feature-slider-wrapper .feature-slider{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;margin-top:20px;padding:0;width:100%}.feature-slider-wrapper .feature-slider .logo-holder{align-items:center;display:flex;flex-direction:row;height:80px;justify-content:center;margin:0 20px;width:150px}}.offline-form-container{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 7px 29px 0 rgba(99,99,110,.2);display:flex;flex-direction:column;gap:16px;justify-content:center;max-width:450px;padding:36px;width:50%}.offline-form-container.ds-form{max-width:420px;position:relative}.offline-form-container.ds-form .date-chip{background-color:#eff8ff;border-radius:6px;color:#2f80ed;font-size:14px;font-weight:700;letter-spacing:-.04em;line-height:21px;margin:0 auto;padding:4px 12px;text-align:center;width:-moz-fit-content;width:fit-content;width:95%}.offline-form-container .heading{color:#2b2f34;font-size:24px;font-weight:600;margin:0}.offline-form-container .heading .blue{color:#2f80ed}.offline-form-container .desc{color:#2b2f34;font-size:16px;margin:0;text-align:center}.offline-form-container .icon-flex{align-items:center;background-color:#fafafa;border-radius:10px;color:#9ca3af;display:flex;gap:12px;justify-content:flex-start;padding:12px;width:100%}.offline-form-container .icon-flex .icon{font-size:18px}.offline-form-container .icon-flex .text-input{background-color:#fafafa;font-size:16px;width:100%}.offline-form-container .icon-flex .text-input:focus{outline:none}.offline-form-container .btn{background-color:#2f80ed;color:#fff;font-weight:600;padding:12px;text-align:center;width:100%}.offline-form-container .error{color:#ff706a;font-weight:600}.offline-form-container .success{color:#12b76a;font-weight:600}@media screen and (max-width:500px){.offline-form-container{gap:12px;margin:24px 0;padding:24px;text-align:center;width:100%}.offline-form-container.ds-form{max-width:100%;position:relative;width:calc(100% - 16px)}.offline-form-container .heading{font-size:20px}.offline-form-container .desc{font-size:14px}.offline-form-container .btn{padding:8px}}.placement-new-hero-wrapper{background-color:#091a2f;padding:108px 12px 12px;width:100%}.placement-new-hero-wrapper .heading-div{display:flex;flex-direction:column;gap:12px;padding:48px;width:50%}.placement-new-hero-wrapper .heading-div .heading{color:#fff;font-size:56px;font-style:normal;font-weight:900;letter-spacing:-.84px;line-height:130%}.placement-new-hero-wrapper .heading-div .blue{color:#2e90fa}.placement-new-hero-wrapper .heading-div .desc{color:var(--Text-100,#8c9aac);font-size:20px;font-style:normal;font-weight:500;line-height:155%}.placement-new-hero-wrapper .position-div{position:relative;top:-108px;width:100%}.placement-new-hero-wrapper .position-div .graph-flex{align-items:flex-end;display:flex;gap:24px;justify-content:flex-start;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:24px;width:100%}.placement-new-hero-wrapper .position-div .graph-flex .card-flex{display:flex;flex-direction:column;gap:24px}.placement-new-hero-wrapper .position-div .graph-flex .card-flex .card-chevron-icon-flex{align-items:center;display:none;flex-direction:column;gap:12px;justify-content:center;margin:24px auto;width:auto}.placement-new-hero-wrapper .position-div .graph-flex .card-flex .card-chevron-icon-flex .icon{color:#1c4d8e;font-size:48px}.placement-new-hero-wrapper .position-div .graph-flex .card-flex .card-chevron-icon-flex .heading{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:155%;text-transform:uppercase}.placement-new-hero-wrapper .position-div .graph-flex .card{align-items:center;background:#0a1e36;border:1px solid var(--Primary-700,#13335f);border-radius:18px;display:flex;flex-direction:column;gap:12px;justify-content:center;min-width:300px;padding:18px;width:25%}.placement-new-hero-wrapper .position-div .graph-flex .card .card-heading{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:155%;text-transform:uppercase}.placement-new-hero-wrapper .position-div .graph-flex .vertical-card{display:flex;flex-direction:column;gap:12px;justify-content:space-between}.placement-new-hero-wrapper .position-div .graph-flex .vertical-card .india-img{width:100%!important}.placement-new-hero-wrapper .position-div .chevron-icon-flex{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin:24px auto -72px;width:auto}.placement-new-hero-wrapper .position-div .chevron-icon-flex .icon{color:#1c4d8e;font-size:48px}.placement-new-hero-wrapper .position-div .chevron-icon-flex .heading{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:155%;text-transform:uppercase}@media screen and (max-width:500px){.placement-new-hero-wrapper{padding:114px 12px 12px;width:100%}.placement-new-hero-wrapper .heading-div{align-items:center;flex-direction:column;gap:12px;justify-content:center;padding:12px;width:100%}.placement-new-hero-wrapper .heading-div .heading{font-size:36px;line-height:120%;text-align:center}.placement-new-hero-wrapper .heading-div .desc{font-size:16px;text-align:center}.placement-new-hero-wrapper .position-div{position:relative;top:-20px;width:100%}.placement-new-hero-wrapper .position-div .graph-flex{align-items:flex-end;gap:24px;padding:12px}.placement-new-hero-wrapper .position-div .graph-flex .card-flex{align-items:center;display:flex;flex-direction:column;gap:24px;min-width:100%;width:100%}.placement-new-hero-wrapper .position-div .graph-flex .card-flex .card-chevron-icon-flex{display:flex}.placement-new-hero-wrapper .position-div .graph-flex .icon-flex{flex-direction:column!important}.placement-new-hero-wrapper .position-div .graph-flex .card{min-width:100%}.placement-new-hero-wrapper .position-div .graph-flex .card .card-heading{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:155%;text-transform:uppercase}.placement-new-hero-wrapper .position-div .graph-flex .vertical-card{min-height:520px}.placement-new-hero-wrapper .position-div .graph-flex .vertical-card svg{position:absolute!important;top:48px!important}.placement-new-hero-wrapper .position-div .chevron-icon-flex{display:none}}.offline-courses-page .placement-highlight-banner-outer{background:#fff;margin-top:0}.offline-courses-page .placement-highlight-banner-outer .left-text-content{padding-top:60px}.offline-courses-page .placement-highlight-banner-outer .left-text-content:after{background:#fff}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container{padding-top:50px}.callback-request-container{background:var(--Blue-50,#eff8ff);padding-block:58px}.callback-request-container .cbr-heading{background:linear-gradient(277deg,#992fed,#2f80ed);-webkit-background-clip:text;font-size:16px;font-weight:700;letter-spacing:1.28px;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.callback-request-container .cbr-subheading{color:var(--Text-300,#2b2f34);font-size:32px;font-weight:700;text-align:center}.callback-request-container .cbr-para{color:var(--Text-100,#8c9aac);font-size:24px;font-weight:300;text-align:center}.callback-request-container .cbr-input-container{display:flex;gap:35px;justify-content:center;margin-bottom:30px;margin-top:26px;padding:14px 6px 14px 10px}.callback-request-container .cbr-input-container .border-red{border:1px solid red}.callback-request-container .cbr-input-container .input-holder{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:center;padding-inline:12px}.callback-request-container .cbr-input-container .input-holder .input-select,.callback-request-container .cbr-input-container .input-holder input{border-radius:8px;color:#000;font-size:16px;font-weight:500;outline:none;padding:10px}.callback-request-container .cbr-input-container .input-holder .input-select{width:100%!important}.callback-request-container .cbr-input-container .input-holder .error,.callback-request-container .cbr-input-container .input-holder .error-icon{color:var(--RED,#f44336)}.callback-request-container .cbr-btn{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:block;font-size:18px;font-weight:700;margin:auto;padding:12px 18px}@media screen and (max-width:500px){.callback-request-container{padding:16px;padding-block:32px}.callback-request-container .cbr-subheading{font-size:28px}.callback-request-container .cbr-para{font-size:16px;font-weight:400}.callback-request-container .cbr-input-container{flex-direction:column;gap:20px;margin-bottom:26px}.callback-request-container .cbr-input-container .input-holder{justify-content:unset}.callback-request-container .cbr-input-container .input-holder input{width:100%}.callback-request-container .cbr-btn{font-size:17px;padding:12px 18px}}.MuiSelect-listbox{z-index:10000!important}.recorded-course-page{overflow:scroll;width:100%!important}.recorded-course-page .recorded-hero{background:linear-gradient(180deg,rgba(16,24,39,.9),transparent),url(/_next/static/media/stars.02923977.svg),#d3d3d3 50%/cover no-repeat;background-color:#161b1d;background-repeat:no-repeat;background-size:cover;height:100dvh;padding:10% 48px 48px;position:relative;text-align:center}.recorded-course-page .recorded-hero .hero-heading{color:var(--Text-0,#fff);font-size:24px;font-weight:300;letter-spacing:-.36px;margin-bottom:18px;text-align:center}.recorded-course-page .recorded-hero .hero-heading .bold-text{color:var(--Text-0,#fff);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.36px}.recorded-course-page .recorded-hero .accio-replay-conatiner{display:flex;gap:16px;margin:auto auto 32px;text-align:left;width:-moz-max-content;width:max-content}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-image{align-items:flex-end;display:flex;justify-content:center}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-image .replay-icon{height:72px;width:72px}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .heading{color:var(--Text-0,#fff);font-size:48px;font-weight:450;margin-bottom:0}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .heading .colored-text{color:var(--Primary-Primary,#2f80ed);font-size:46.471px;font-weight:500;letter-spacing:-.697px}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .learn-text{color:var(--Text-0,#fff);font-size:14px;font-weight:300;margin-top:-8px}.recorded-course-page .recorded-hero .hero-para{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:100;margin-bottom:32px;text-align:center}.recorded-course-page .recorded-hero .button-container{display:flex;gap:24px;margin:auto;width:-moz-fit-content;width:fit-content}.recorded-course-page .recorded-hero .button-container .signup-btn{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-weight:500;padding:12px 28px}.recorded-course-page .recorded-hero .button-container .signup-btn.disabled{opacity:.5;pointer-events:none}.recorded-course-page .recorded-hero .button-container .enrol-btn{border:1px solid var(--White,#fff);border-radius:8px;color:var(--Text-0,#fff);font-size:18px;font-weight:500;padding:11px 34px}.recorded-course-page .recorded-hero .video-container{background:var(--Gray-800,#1d2939);border-radius:24px;margin:50px auto 0;max-height:640px;max-width:870px;padding:16px;width:65%}.recorded-course-page .recorded-hero .video-container .video{border-radius:12px}.recorded-course-page .recorded-hero .video-container .stat-cards{display:flex;gap:24px;margin-top:18px}.recorded-course-page .recorded-hero .video-container .stat-cards .card{background:var(--Gray-800,#1d2939);border:1px solid var(--Gray-700,#344054);border-radius:8px;padding:24px;width:100%}.recorded-course-page .recorded-hero .video-container .stat-cards .card .number{font-size:24px;font-weight:600;letter-spacing:.9px;margin-bottom:0;text-align:center}.recorded-course-page .recorded-hero .video-container .stat-cards .card .number-1{color:var(--Indigo-500,#6172f3)}.recorded-course-page .recorded-hero .video-container .stat-cards .card .number-2{color:var(--Orange-dark-400,#ff692e)}.recorded-course-page .recorded-hero .video-container .stat-cards .card .number-3{color:var(--Fuchsia-500,#d444f1)}.recorded-course-page .recorded-hero .video-container .stat-cards .card .text{color:var(--Text-0,#fff);font-size:20px;font-weight:500;text-align:center}.recorded-course-page .replay-on-mobile{background:linear-gradient(180deg,rgba(16,24,39,.9),transparent),url(/_next/static/media/stars.02923977.svg),#d3d3d3 50%/cover no-repeat;background-color:#161b1d;background-repeat:no-repeat;background-size:cover;border-radius:36px;display:flex;justify-content:space-between;margin:auto auto 63px;max-width:1200px;padding:48px 48px 0}.recorded-course-page .replay-on-mobile .heading{color:var(--Text-0,#fff);font-size:39px;font-weight:700;letter-spacing:-.6px;margin-bottom:8px}.recorded-course-page .replay-on-mobile .sub-heading{color:var(--Text-0,#fff);font-size:24px;font-weight:100;letter-spacing:-.36px;margin-bottom:32px}.recorded-course-page .replay-on-mobile .trial-btn{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-weight:500;padding:12px 28px}.recorded-course-page .replay-on-mobile .trial-btn.disabled{opacity:.5;pointer-events:none}.recorded-course-page .replay-on-mobile .replay-right{margin-bottom:-7px}.recorded-course-page .recorded-pricing-container{background:linear-gradient(180deg,rgba(16,24,39,.9),transparent),url(/_next/static/media/stars.02923977.svg),#d3d3d3 50%/cover no-repeat;background-color:#161b1d;background-repeat:no-repeat;background-size:cover;padding-bottom:66px;padding-top:80px}.recorded-course-page .recorded-pricing-container .pricing-header{color:var(--Orange-dark-400,#ff692e);font-size:16px;font-weight:500;letter-spacing:1.28px;margin-bottom:8px;text-align:center;text-transform:uppercase}.recorded-course-page .recorded-pricing-container .pricing-subheader{color:var(--Text-0,#fff);font-size:32px;font-weight:500;letter-spacing:-.48px;margin-bottom:12px;text-align:center}.recorded-course-page .recorded-pricing-container .pricing-para{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;letter-spacing:.36px;text-align:center}.recorded-course-page .recorded-pricing-container .pricing-cards{display:grid;gap:28px;grid-template-columns:1fr 1fr;margin:87px auto auto;max-width:1000px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container{background:var(--Gray-800,#1d2939);border:1px solid var(--Gray-700,#344054);border-radius:8px;padding:24px;position:relative}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .effective-top{background:var(--Emerald-500,#10b981);border-radius:12px;color:var(--WHITE,#fff);font-size:15px;font-weight:500;padding:10px 24px;position:absolute;right:10%;text-transform:uppercase;top:-8%}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .effective-top .save-price{font-size:18px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-heading{color:var(--Text-0,#fff);font-size:24px;font-weight:500;letter-spacing:-.36px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-subheading{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;letter-spacing:.36px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees .final-fee{color:var(--Text-0,#fff);font-size:32px;font-weight:500}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees .main-fee{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px;text-decoration:line-through}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees .main-fee-none{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px;text-decoration:none}@media screen and (max-width:500px){.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees .final-fee{color:var(--Text-0,#fff);font-size:24px;font-style:normal;font-weight:700;line-height:normal}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees .main-fee{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through}}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .pricing-fees-subtext{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;margin-bottom:32px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container{align-items:stretch;display:flex;gap:24px;justify-content:space-between;width:100%}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .button{border-radius:8px;color:var(--WHITE,#fff);font-size:16px;font-weight:500;padding:10px 14px;width:45%}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .start-free-trial{border:1px solid var(--White,#fff)}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .start-free-trial.disabled{opacity:.5;pointer-events:none}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .primary-btn{background:var(--Primary-Primary,#2f80ed)}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .primary-btn.disabled{opacity:.5;pointer-events:none}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .outlined-btn{background:transparent;border:1px solid var(--White,#fff);margin-top:10px;padding:9px 14px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .outlined-btn.disabled{opacity:.5;pointer-events:none}.recorded-course-page .recorded-pricing-container .pricing-cards .effective{border:2px solid var(--Emerald-500,#10b981)}.recorded-course-page .recorded-pricing-container .add-on-container{align-items:center;display:flex;flex-direction:column;margin:65px auto 40px;width:-moz-max-content;width:max-content}.recorded-course-page .recorded-pricing-container .add-on-container .add-on-text{align-items:center;background:var(--Yellow-400,#fac515);border-radius:52px;color:var(--Text-300,#2b2f34);display:flex;font-size:20px;font-weight:700;gap:8px;margin-bottom:16px;padding:10px 24px;text-transform:uppercase;width:-moz-max-content;width:max-content}.recorded-course-page .recorded-pricing-container .add-on-container .add-on-para{color:var(--Text-0,#fff);font-size:18px;font-weight:500;letter-spacing:.36px;line-height:130%;text-align:center}.recorded-course-page .recorded-pricing-container .pap-fee-container{background:var(--Gray-800,#1d2939);border:2px solid var(--Gray-700,#344054);border-radius:8px;display:flex;flex-direction:column;gap:32px;margin:24px auto auto;max-width:1000px;padding:24px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-heading{color:var(--Text-0,#fff);font-size:32px;font-weight:700}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-para{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-para .bold-text{color:var(--Text-0,#fff);font-size:18px;font-weight:500}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions{display:flex;flex-direction:column;gap:16px;margin-top:32px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions .payment-instruction{display:flex;gap:8px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions .payment-instruction .tick-img{width:20px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions .payment-instruction p{color:var(--Text-0,#fff);font-size:18px;font-weight:500}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle{position:relative}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .placement-fee-text{color:var(--Text-0,#fff);font-size:20px;font-weight:500;margin-bottom:28px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .income-slabs-text{display:none}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .slider-container{margin:0 auto;width:calc(100% - 64px)}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-rail{color:#d7f0ff;height:7px;width:101%}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-track{height:8px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-mark{background-color:#8c9aac;border-radius:50px;height:18px;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);width:18px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-markActive{background-color:#1976d2;fill:var(--WHITE,#fff);stroke-width:4.33px;stroke:var(--PRIMARY-SKY-BLUE,#2f80ed);filter:drop-shadow(0 0 11.545px rgba(47,128,237,.4))}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-markLabel{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;line-height:150%;text-align:center}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .last-active-mark{color:var(--Primary-Primary,#2f80ed);font-weight:700}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-thumbSizeMedium:before{background-color:unset;box-shadow:unset;content:url(/_next/static/media/active-price.42b77c4c.svg);scale:.9;transform:translate(-90%,-90%)}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen{background:var(--White,#fff);border-radius:20px;padding:16px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .emi,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .emi{color:var(--Text-300,#2b2f34);font-size:21px;font-weight:700;line-height:135%;text-align:center}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .total-price,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .total-price{color:var(--Text-100,#8c9aac);font-size:14px;font-weight:500;margin-bottom:0;text-align:center}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .total-price .total-price-span,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .total-price .total-price-span{color:var(--Text-100,#8c9aac);font-size:17px;font-weight:700;line-height:135%;text-align:center}.recorded-course-page .overview-container{margin-top:50px;padding-bottom:62px}.recorded-course-page .overview-container .overview-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-weight:700;letter-spacing:1.28px;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;margin-bottom:8px}.recorded-course-page .overview-container .title{color:var(--Text-300,#2b2f34);font-size:32px;font-weight:500;letter-spacing:-.48px;line-height:130%;text-align:center}.recorded-course-page .overview-container .title .gradient-text{color:var(--Primary-Primary,#2f80ed);font-size:32px;font-weight:500;letter-spacing:-.48px;margin-bottom:8px}.recorded-course-page .overview-container .para{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:400;letter-spacing:.36px;margin-bottom:8px;text-align:center}.recorded-course-page .overview-container .offering-cards{display:flex;gap:20px;justify-content:center;margin-bottom:75px;margin-top:80px;overflow-x:scroll}.recorded-course-page .overview-container .offering-cards .offering-card{background:url(/_next/static/media/offercard-bg.6df1a48a.svg);background-color:#161b1d;border-radius:16px;display:flex;flex-flow:column nowrap;max-width:386px;overflow:hidden;padding:34px 32px 0}.recorded-course-page .overview-container .offering-cards .offering-card .benefit{font-size:20px;font-weight:500;letter-spacing:1.12px;margin-bottom:40px;text-align:center;text-transform:uppercase}.recorded-course-page .overview-container .offering-cards .offering-card .benefit-1{color:var(--Teal-400,#2ed3b7)}.recorded-course-page .overview-container .offering-cards .offering-card .benefit-2{color:var(--Primary-Primary,#2f80ed)}.recorded-course-page .overview-container .offering-cards .offering-card .benefit-3{color:var(--Orange-500,#ef6820)}.recorded-course-page .overview-container .offering-cards .offering-card .description{color:var(--Text-0,#fff);font-size:24px;font-weight:500;letter-spacing:-.36px}.recorded-course-page .overview-container .offering-cards .offering-card .points{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}.recorded-course-page .overview-container .offering-cards .offering-card .points .point{color:var(--Text-0,#fff);display:flex;font-size:18px;font-weight:500;gap:12px;letter-spacing:.36px}.recorded-course-page .overview-container .offering-cards .offering-card .points .point .icon{min-width:40px}.recorded-course-page .overview-container .offering-cards .offering-card .points .point .text{color:var(--Text-0,#fff);font-size:18px;font-weight:500}.recorded-course-page .overview-container .offering-cards .offering-card .benefit-image{margin-top:auto}.recorded-course-page .overview-container .more-info{color:var(--Text-300,#2b2f34);font-size:18px;font-weight:500;letter-spacing:.36px;margin-bottom:24px;text-align:center}.recorded-course-page .overview-container .download-btn{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:block;font-size:18px;font-weight:500;margin:auto;padding:14px 32px}.recorded-course-page .placement-highlight-banner-outer{background-color:#fff;margin-top:0}.recorded-course-page .placement-highlight-banner-outer .left-text-content,.recorded-course-page .placement-highlight-banner-outer .right-text-content{background-color:#fff}.recorded-course-page .placement-highlight-banner-outer .left-text-content:after,.recorded-course-page .placement-highlight-banner-outer .right-text-content:after{background:unset}.recorded-course-page .alumni-video-slider-wrapper .alumni-video-slider-container{background:var(--Blue-25,#f5faff);width:100%}.recorded-course-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container{background:var(--Blue-25,#f5faff)}.recorded-course-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .top-sub-text{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#9b2fed 0,#3187f7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:18px;font-weight:800;letter-spacing:.2px;letter-spacing:unset;text-transform:uppercase}.recorded-course-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .title-text{color:var(--BLACK,#2b2f34);font-size:42px;font-weight:300;letter-spacing:-.63px}.recorded-course-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .title-text span{color:var(--Text-300,#2b2f34);font-size:42px;font-weight:500;letter-spacing:-.63px}@media screen and (max-width:500px){.recorded-course-page::-webkit-scrollbar{display:none}.recorded-course-page .recorded-hero{height:100%;padding-top:106px;padding-inline:22px}.recorded-course-page .recorded-hero .hero-heading{font-size:20px!important;margin:auto auto 16px;max-width:343px}.recorded-course-page .recorded-hero .hero-heading .bold-text{font-size:20px}.recorded-course-page .recorded-hero .accio-replay-conatiner{margin-bottom:24px}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-image{width:60px}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .heading,.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .heading .colored-text{font-size:42px}.recorded-course-page .recorded-hero .accio-replay-conatiner .accio-replay-text .learn-text{font-size:12px}.recorded-course-page .recorded-hero .hero-para{font-size:16px}.recorded-course-page .recorded-hero .button-container .enrol-btn,.recorded-course-page .recorded-hero .button-container .signup-btn{font-size:14px;margin-bottom:40px;padding:12px 14px}.recorded-course-page .recorded-hero .button-container .enrol-btn{padding:10px 18px}.recorded-course-page .recorded-hero .video-container{background:unset;border-radius:24px;left:unset;margin:auto;padding:0;position:relative;top:unset;transform:unset;width:unset}.recorded-course-page .recorded-hero .video-container iframe{height:360px}.recorded-course-page .recorded-hero .video-container .stat-cards{flex-direction:row;margin-top:18px}.recorded-course-page .recorded-hero .video-container .stat-cards .card{flex-basis:33%;padding:16px;width:-moz-fit-content;width:fit-content}.recorded-course-page .recorded-hero .video-container .stat-cards .card .number{font-size:19px}.recorded-course-page .recorded-hero .video-container .stat-cards .card .text{font-size:13px;font-weight:600}.recorded-course-page .overview-container{padding-bottom:48px;padding-top:44px!important}.recorded-course-page .overview-container .overview-text{font-size:14px}.recorded-course-page .overview-container .title .gradient-text{font-size:28px}.recorded-course-page .overview-container .para{font-size:17px;margin:auto;max-width:384px}.recorded-course-page .overview-container .offering-cards{align-items:stretch;display:flex;flex-direction:row;gap:16px;justify-content:flex-start;margin-bottom:44px;margin-top:35px;overflow-x:auto;padding-inline:18px}.recorded-course-page .overview-container .offering-cards .offering-card{min-width:330px;padding:26px 24px 24px}.recorded-course-page .overview-container .offering-cards .offering-card .benefit{font-size:18px;margin-bottom:20px}.recorded-course-page .overview-container .offering-cards .offering-card .points .point .icon{max-width:28px;min-width:28px}.recorded-course-page .overview-container .offering-cards .offering-card .points .point .text{font-size:16px}.recorded-course-page .overview-container .more-info{letter-spacing:.2px;margin:auto auto 24px;max-width:343px}.recorded-course-page .overview-container .download-btn{font-size:16px;padding:14px 16px}.recorded-course-page .replay-on-mobile{align-items:center;flex-direction:column;gap:34px;justify-content:center;margin-inline:18px;margin-bottom:48px;padding:16px}.recorded-course-page .replay-on-mobile .heading{font-size:25px;margin-top:32px;text-align:center}.recorded-course-page .replay-on-mobile .sub-heading{font-weight:16px;text-align:center}.recorded-course-page .replay-on-mobile .trial-btn .replay-right{margin:auto;width:-moz-fit-content;width:fit-content}.recorded-course-page .replay-on-mobile .trial-btn{display:block;font-size:16px;margin:auto;padding:12px 17px}.recorded-course-page .replay-on-mobile .replay-right{margin-bottom:-22px;padding-right:20px}.recorded-course-page .recorded-pricing-container{padding-inline:18px;padding:50px 18px}.recorded-course-page .recorded-pricing-container .pricing-para{font-weight:300;letter-spacing:.66px;margin:auto;max-width:343px}.recorded-course-page .recorded-pricing-container .pricing-cards{grid-template-columns:unset;grid-template-rows:unset;margin-top:75px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .effective-top{font-size:12px;padding:8px 16px;right:8%;top:-7%}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container{flex-direction:column;gap:18px}.recorded-course-page .recorded-pricing-container .pricing-cards .pricing-card-container .buttons-container .button{font-size:14px;width:100%}.recorded-course-page .recorded-pricing-container .add-on-container{width:-moz-fit-content;width:fit-content}.recorded-course-page .recorded-pricing-container .add-on-container .add-on-text{font-size:16px}.recorded-course-page .recorded-pricing-container .pap-fee-container{margin-top:24px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-heading{font-size:24px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-para,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .pap-fee-para .bold-text{font-size:15px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions .payment-instruction .tick-img{max-width:20px;min-width:20px;padding-top:2px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-top .payment-instructions .payment-instruction p{font-size:15px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .placement-fee-text{font-size:16px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .slider-container{margin:0 auto;width:calc(100% - 20px)}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-thumbSizeMedium:before{scale:.8}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen{border-radius:20px;padding:12px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .emi,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .emi{font-size:16px}.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .total-price,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabel .hover-container .total-price .total-price-span,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .total-price,.recorded-course-page .recorded-pricing-container .pap-fee-container .pap-fee-middle .MuiSlider-valueLabelOpen .hover-container .total-price .total-price-span{font-size:12px}}.offline-course-modal-container{background-color:#fff;border-radius:20px;position:relative}.offline-course-modal-container .ellipse{position:absolute;right:0;top:0}.offline-course-modal-container .ellipse img{border-top-right-radius:20px}.offline-course-modal-container .cross{cursor:pointer;position:absolute;right:2%;top:2%}.offline-course-modal-container .container-top{margin:auto auto 48px;padding-top:62px}.offline-course-modal-container .container-top .heading{color:var(--Text-300,#2b2f34);font-size:40px;font-weight:500;line-height:130%;margin-bottom:8px;text-align:center}.offline-course-modal-container .container-top .heading .highlighted-text{color:var(--Blue-500,#2e90fa);font-size:40px;font-style:normal;font-weight:700;line-height:130%}.offline-course-modal-container .container-top .description{color:var(--Text-200,#505862);font-size:24px;font-style:normal;font-weight:500;line-height:130%;margin:auto;max-width:520px;text-align:center}.offline-course-modal-container .container-top .yellow-circle{background:var(--Yellow-400,#fac515);border-radius:50%;height:54px;position:absolute;right:1%;top:24%;width:54px}.offline-course-modal-container .container-middle{align-items:center;display:flex;justify-content:center;margin-bottom:26px;position:relative}.offline-course-modal-container .container-middle .left{align-items:center;display:flex;gap:8px;justify-content:center;left:0;position:absolute}.offline-course-modal-container .container-middle .red-circle{border-radius:50%;height:54px;left:-50%;position:absolute;top:0;width:54px}.offline-course-modal-container .container-middle .request-callback-button{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-style:normal;font-weight:700;line-height:150%;padding:14px 32px}.offline-course-modal-container .container-bottom{padding-right:4px}.offline-course-modal-container .close-mobile{display:none}@media screen and (max-width:500px){.offline-course-modal-container .circle-red,.offline-course-modal-container .ellipse,.offline-course-modal-container .yellow-circle{display:none}.offline-course-modal-container .cross{right:-32px;top:-16px;transform:translate(-50%,-50%)}.offline-course-modal-container .cross img{height:36px;width:36px}.offline-course-modal-container .container-top{margin-block:16px;padding-top:0;padding-inline:16px}.offline-course-modal-container .container-top .heading{font-size:20px;font-weight:600}.offline-course-modal-container .container-top .heading .highlighted-text{font-size:20px}.offline-course-modal-container .container-top .description{font-size:14px}.offline-course-modal-container .container-middle{margin-bottom:16px}.offline-course-modal-container .container-middle .request-callback-button{border-radius:6px;font-size:14px;padding:8px 18px}.offline-course-modal-container .container-bottom{padding-right:0;position:relative}.offline-course-modal-container .container-bottom img{border-bottom-right-radius:7px}.offline-course-modal-container .close-mobile{align-items:center;bottom:5px;color:var(--Text-0,#fff);display:flex;font-size:16px;font-style:normal;font-weight:700;gap:9px;justify-content:center;left:50%;line-height:normal;position:absolute;transform:translate(-50%,-50%)}}.offline-courses-page .navbar-wrapper{color:#fff}.offline-courses-page .navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-login{border-color:#fff;color:#fff}.offline-courses-page .navbar-wrapper .navbar-container .navbar-logo-outer{width:35%}.offline-courses-page .navbar-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text{color:#fff}.offline-courses-page .offline-flex{align-items:center;display:flex;justify-content:space-between;padding-left:120px;padding-right:120px;padding-top:200px;width:100%}.offline-courses-page .navbar-wrapper,.offline-courses-page .offline-hero{background:var(--Gray-900,#101828)}.offline-courses-page .header-content-wrapper{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:rgba(16,24,40,.5);border:1px solid var(--Gray-800,#1d2939);border-radius:8px;box-shadow:0 2px 40px 0 rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:space-around;margin:auto;max-width:1010px;padding:10px}.offline-courses-page .header-content-wrapper .header-content{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.offline-courses-page .header-content-wrapper .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.offline-courses-page .header-content-wrapper .header-content .header-content-icon :nth-child(n){height:70%;width:70%}.offline-courses-page .header-content-wrapper .header-content .header-content-div{margin-left:8px}.offline-courses-page .header-content-wrapper .header-content .header-content-heading{color:#fff;font-size:20px;font-weight:700}.offline-courses-page .header-content-wrapper .header-content .header-content-subheading{color:#fff;font-size:12px;font-weight:500}.offline-courses-page .offline-hero{background-position:100% 6.85%;background-repeat:no-repeat;padding-bottom:64px}.offline-courses-page .offline-hero .video-container{position:absolute;right:214px;top:191px}.offline-courses-page .offline-hero .video-container video{border-radius:10px;height:486px;max-width:280px}.offline-courses-page .offline-hero .offline-text-form-container .orange-text{color:var(--Orange-dark-400,#ff692e);font-size:16px;font-weight:700;letter-spacing:1.28px;line-height:normal;margin-bottom:18px;text-transform:uppercase}.offline-courses-page .offline-hero .offline-text-form-container .linkedin-top20{display:none}.offline-courses-page .offline-hero .offline-text-form-container .offline-heading{color:var(--Text-0,#fff);font-size:42px;font-weight:700;letter-spacing:-.63px;line-height:130%;max-width:600px;width:100%}.offline-courses-page .offline-hero .offline-text-form-container .offline-heading .blue-text{color:var(--Blue-500,#2e90fa);font-size:42px;font-weight:700;letter-spacing:-.63px;line-height:130%;margin-bottom:18px}.offline-courses-page .offline-hero .offline-text-form-container .location-container{align-items:center;display:flex;gap:8px}.offline-courses-page .offline-hero .offline-text-form-container .location-container .location{color:var(--Text-0,#fff);font-size:20px;font-weight:500;letter-spacing:.4px;line-height:130%}.offline-courses-page .offline-hero .offline-text-form-container .input-heading-mobile,.offline-courses-page .offline-hero .offline-text-form-container .video-container-mobile{display:none}.offline-courses-page .offline-hero .offline-text-form-container .input-fields{display:flex;gap:24px;margin-block:40px}.offline-courses-page .offline-hero .offline-text-form-container .input-fields .input-holder{align-items:center;background:var(--Gray-800,#1d2939);border-radius:10px;display:flex;gap:8px;justify-content:center;padding-left:12px}.offline-courses-page .offline-hero .offline-text-form-container .input-fields .input-holder input{background:var(--Gray-800,#1d2939);border-radius:8px;color:var(--TEXT-LABEL-COLORS-FADED-DENIM-BLUE,#8393a9);font-weight:500;outline:none;padding:14px 6px 14px 10px}.offline-courses-page .offline-hero .offline-text-form-container .input-fields .border-red{border:1px solid red}.offline-courses-page .offline-hero .offline-text-form-container .buttons{display:flex;gap:24px;margin-top:24px}.offline-courses-page .offline-hero .offline-text-form-container .buttons .book-now{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-weight:700;line-height:150%;padding:12px 35px;width:222px}.offline-courses-page .offline-hero .offline-text-form-container .buttons .download-brochure{align-items:center;border:1px solid var(--White,#fff);border-radius:8px;color:var(--Text-0,#fff);display:flex;font-size:18px;font-weight:700;gap:4px;justify-content:center;line-height:150%;padding:12px 25px}.offline-courses-page .offline-hero .course-overview-container{margin-bottom:40px;margin-top:200px}.offline-courses-page .offline-hero .course-overview-container .course-overview-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.offline-courses-page .offline-hero .course-overview-container .course-heading{color:var(--Text-0,#fff);font-size:32px;font-weight:700;letter-spacing:-.48px;line-height:130%;margin-block:20px;text-align:center}.offline-courses-page .offline-hero .course-overview-container .course-heading .orange-text{color:var(--Orange-600,#e04f16);font-size:32px;font-weight:700;letter-spacing:-.48px;line-height:130%;text-align:center}.offline-courses-page .offline-hero .course-overview-container .course-description{color:var(--Text-200,#505862);font-size:18px;font-weight:500;letter-spacing:.36px;line-height:130%;margin:auto;max-width:800px;text-align:center}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container{display:flex;gap:24px;margin:80px auto 30px;max-width:1010px}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight{background:var(--Gray-900,#101828);border:1px solid var(--Gray-800,#1d2939);border-radius:8px;padding:24px;width:235px}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight .course-highlight-icon{align-items:center;border-radius:50%;display:flex;height:50px;justify-content:center;margin-bottom:16px;width:50px}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight .course-highlight-heading{font-size:16px;font-weight:700;line-height:150%;text-transform:uppercase}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight .course-highlight-text{color:var(--Text-0,#fff);font-size:20px;font-weight:700;line-height:150%}.offline-courses-page .offline-hero .session-heading{color:var(--Text-0,#fff);font-size:20px;font-weight:500;letter-spacing:1.6px;line-height:normal;margin-block:80px;text-align:center;text-transform:uppercase}.offline-courses-page .offline-hero .industry-experts-container{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:auto;max-width:1010px}.offline-courses-page .offline-hero .industry-experts-container .industry-expert{align-items:center;display:flex;flex-direction:column}.offline-courses-page .offline-hero .industry-experts-container .industry-expert .industry-expert-name{color:var(--Text-0,#fff);font-size:20px;font-weight:500;line-height:150%;text-align:center}.offline-courses-page .offline-hero .industry-experts-container .industry-expert .industry-expert-company{color:var(--Text-0,#fff);font-size:16px;font-weight:700;line-height:150%;text-align:center}.offline-courses-page .offline-hero .classroom-container{margin-bottom:100px}.offline-courses-page .offline-hero .classroom-container .classrooms-text{color:var(--Text-0,#fff);font-size:20px;font-weight:500;letter-spacing:1.6px;line-height:normal;margin-bottom:60px;margin-top:80px;text-align:center;text-transform:uppercase}.offline-courses-page .offline-hero .classroom-container .classroom-imgs-container{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:auto;max-width:1010px}.offline-courses-page .offline-hero .platform-features-container{margin:auto;max-width:1220px}.offline-courses-page .offline-hero .platform-features-container .heading-container{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:55px;width:100%}.offline-courses-page .offline-hero .platform-features-container .heading-container .line{background:#263657;height:1px;width:23%}.offline-courses-page .offline-hero .platform-features-container .heading-container .heading{color:var(--White,#fff);font-size:20px;font-weight:700;letter-spacing:1.6px;line-height:normal;margin-bottom:0;text-align:center;text-transform:uppercase;width:-moz-max-content;width:max-content}.offline-courses-page .offline-hero .platform-features-container .platform-features{align-items:center;background:#101828;background:linear-gradient(90deg,#101828,#1d2939 56%,#344054);border:1px solid var(--Gray-800,#1d2939);border-radius:20px;box-shadow:0 2px 40px 0 rgba(0,0,0,.06);color:var(--Text-0,#fff);display:flex;font-size:18px;font-weight:500;gap:8px;justify-content:space-between;letter-spacing:.36px;line-height:130%;margin:auto;max-width:1220px;padding:32px 0 32px 32px}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left{display:flex;flex-direction:column;height:300px;justify-content:space-between;width:37%}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left .platform-feature{align-items:center;color:var(--Text-0,#fff);display:flex;font-size:18px;font-weight:500;gap:12px;letter-spacing:.36px;line-height:130%}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left .platform-feature .platform-feature-icon{height:40px;max-width:40px;min-width:40px}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-right{width:60%}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-right .slick-dots li.slick-active button:before{color:var(--White,#fff);opacity:1}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-right .slick-dots li button:before{font-size:10px}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container{background:var(--Blue-50,#eff8ff)}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container .top-sub-text{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#9b2fed 0,#3187f7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-transform:uppercase}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container .title-text{color:var(--Text-300,#2b2f34)}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container .left-text-container .all-text-container .title-text span{color:var(--BLACK,#2b2f34)}.offline-courses-page .alumni-video-slider-wrapper .alumni-video-slider-container{background:var(--Blue-50,#eff8ff);border-radius:0;width:100%}@media screen and (max-width:500px){.offline-courses-page .offline-flex{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;padding-left:0;padding-right:0;padding-top:120px;width:100%}.offline-courses-page .announce-bar{display:block}.offline-courses-page .navbar-wrapper{padding:0 8px}.offline-courses-page .navbar-wrapper .navbar-container .navbar-logo-outer{width:100%}.offline-courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .offline-logo-container{gap:10px;justify-content:unset}.offline-courses-page .header-content-wrapper{display:grid;gap:12px;grid-template-columns:1fr 1fr}.offline-courses-page .offline-hero{background-position:0 8%;background-size:contain;padding:16px}.offline-courses-page .offline-hero .video-container{display:none}.offline-courses-page .offline-hero .course-overview-container{margin-top:145px}.offline-courses-page .offline-hero .course-overview-container .course-heading,.offline-courses-page .offline-hero .course-overview-container .course-heading .orange-text{font-size:24px}.offline-courses-page .offline-hero .course-overview-container .course-description{font-size:16px}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container{flex-wrap:wrap;justify-content:space-between;margin-top:50px}.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight{width:184px}}@media screen and (max-width:500px)and (max-width:420px){.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight{width:172px}}@media screen and (max-width:500px)and (max-width:400px){.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight{width:46%}}@media screen and (max-width:500px){.offline-courses-page .offline-hero .course-overview-container .course-highlights-container .course-highlight .course-highlight-text,.offline-courses-page .offline-hero .course-overview-container .session-heading{font-size:16px}.offline-courses-page .offline-hero .offline-text-form-container{padding-left:unset}.offline-courses-page .offline-hero .offline-text-form-container .orange-text{display:none;text-align:center}.offline-courses-page .offline-hero .offline-text-form-container .linkedin-top20{align-items:center;background:#0077b5;border-radius:23px;box-shadow:0 2px 40px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-size:14px;font-weight:600;gap:3px;line-height:150%;margin:auto auto 16px;padding:7px 15px}.offline-courses-page .offline-hero .offline-text-form-container .offline-heading{font-size:27px;margin-bottom:16px;text-align:center;width:unset}.offline-courses-page .offline-hero .offline-text-form-container .offline-heading .blue-text{font-size:27px}.offline-courses-page .offline-hero .offline-text-form-container .location-container{align-items:center;display:flex;justify-content:center}.offline-courses-page .offline-hero .offline-text-form-container .location-container .location{font-size:16px;text-align:center}.offline-courses-page .offline-hero .offline-text-form-container .location-container .location .location-orange-text{color:var(--Orange-dark-400,#ff692e);font-size:16px;font-weight:500;letter-spacing:.32px;line-height:130%;text-align:center}.offline-courses-page .offline-hero .offline-text-form-container .video-container-mobile{display:block;margin:13% auto auto;width:86%}.offline-courses-page .offline-hero .offline-text-form-container .video-container-mobile video{border-radius:10px}.offline-courses-page .offline-hero .offline-text-form-container .input-heading-mobile{color:#e04f16;display:block;font-size:16px;font-weight:700;margin:40px 8px 0;text-align:center;text-transform:uppercase}.offline-courses-page .offline-hero .offline-text-form-container .input-fields{display:flex;flex-direction:column;gap:20px;margin-top:40px}.offline-courses-page .offline-hero .offline-text-form-container .input-fields input{margin-right:unset;width:100%}.offline-courses-page .offline-hero .offline-text-form-container .buttons{gap:18px;justify-content:center;width:100%}.offline-courses-page .offline-hero .offline-text-form-container .buttons .book-now{font-size:15px;padding:10px;width:40%}.offline-courses-page .offline-hero .offline-text-form-container .buttons .download-brochure{font-size:15px;padding:10px;width:55%}.offline-courses-page .offline-hero .industry-experts-container{flex-wrap:wrap;gap:16px;justify-content:center}.offline-courses-page .offline-hero .industry-experts-container .industry-expert{width:164px}.offline-courses-page .offline-hero .industry-experts-container .industry-expert .industry-expert-name{font-size:18px}.offline-courses-page .offline-hero .platform-features-container .platform-features{background:linear-gradient(180deg,#101828,#1d2939 56%,#344054);display:block;gap:16px;padding:unset;padding-bottom:32px}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left{display:block;height:unset;padding:18px 18px 0;width:100%}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left .platform-feature{font-size:16px;margin-bottom:20px}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-left .platform-feature .platform-feature-icon{max-width:32px;min-width:32px}.offline-courses-page .offline-hero .platform-features-container .platform-features .platform-features-right{display:block;width:100%}.offline-courses-page .offline-hero .platform-features-container .heading-container .line{display:none}.offline-courses-page .offline-hero .platform-features-container .heading-container .heading{font-size:16px;font-weight:500;margin-bottom:20px}.offline-courses-page .offline-hero .classroom-container{margin-bottom:80px}.offline-courses-page .offline-hero .classroom-container .classroom-imgs-container{display:grid;grid-template-areas:"one two" "three three"}.offline-courses-page .offline-hero .classroom-container .classroom-imgs-container .classroom-1{grid-area:one}.offline-courses-page .offline-hero .classroom-container .classroom-imgs-container .classroom-2{grid-area:two}.offline-courses-page .offline-hero .classroom-container .classroom-imgs-container .classroom-3{grid-area:three}.offline-courses-page .offline-hero .classroom-container .classrooms-text{font-size:16px;margin-bottom:50px;margin-top:70px}}.offline-courses-page .offline-class-cities .offline-cities-top{margin:100px auto 30px}.offline-courses-page .offline-class-cities .offline-cities-top .gradient-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:20px;font-weight:700;letter-spacing:1.6px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.offline-courses-page .offline-class-cities .offline-cities-top .heading-text{color:var(--Text-300,#2b2f34);font-size:40px;font-weight:700;letter-spacing:-.6px;line-height:130%;margin-block:20px;text-align:center}.offline-courses-page .offline-class-cities .offline-cities-top .heading-text .blue-text{color:var(--Primary-Primary,#2f80ed);font-size:40px;font-weight:700;letter-spacing:-.6px;line-height:130%}.offline-courses-page .offline-class-cities .offline-cities-top .description{color:var(--Text-200,#505862);font-size:22px;font-weight:500;letter-spacing:.44px;line-height:130%;margin:auto;max-width:1172px;text-align:center}.offline-courses-page .offline-class-cities .offline-cities-container{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:auto;max-width:1400px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card{background:var(--White,#fff);border-radius:16px;box-shadow:0 10px 32px -4px rgba(24,39,75,.1),0 6px 14px -6px rgba(24,39,75,.12);padding:24px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image{margin-bottom:16px;position:relative}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image .city-img{border-radius:10px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image .offline-location{background:rgba(68,76,231,.8);border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-top:-38px;padding-block:4px;position:absolute;width:100%}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image .offline-location p{color:#fff;font-weight:700;text-align:center}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .title-row{align-items:center;display:flex;gap:5px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .light{color:var(--Text-100,#8c9aac);font-size:17px;font-weight:500;line-height:150%}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .dark{color:var(--Text-300,#2b2f34);font-size:18px;font-weight:500;line-height:150%;margin-bottom:16px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .book-now-btn{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--White,#fff);color:var(--WHITE,#fff);font-size:17px;font-weight:700;line-height:150%;padding:12px 35px;width:100%}.offline-courses-page .offline-class-cities .past-seminars-title{color:var(--Text-300,#2b2f34);font-size:32px;font-weight:700;letter-spacing:-.48px;line-height:130%;margin-bottom:20px;margin-top:60px;text-align:center}.offline-courses-page .offline-class-cities .gradient-background-cities{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#9b2fed 0,#3187f7 100%));padding:10px 32px;width:100%}.offline-courses-page .offline-class-cities .gradient-background-cities .cities-container{display:flex;justify-content:space-between}.offline-courses-page .offline-class-cities .gradient-background-cities .cities-container .city-name{color:var(--Text-0,#fff);font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.3px;line-height:130%;margin-inline:114px;text-align:center}@media screen and (max-width:500px){.offline-courses-page .offline-class-cities .offline-cities-top{padding-inline:18px}.offline-courses-page .offline-class-cities .offline-cities-top .gradient-text{font-size:14px}.offline-courses-page .offline-class-cities .offline-cities-top .heading-text{font-size:28px;margin-block:unset;margin-bottom:8px;margin-top:6px}.offline-courses-page .offline-class-cities .offline-cities-top .heading-text .blue-text{font-size:28px}.offline-courses-page .offline-class-cities .offline-cities-top .description{color:var(--Text-100,#8c9aac);font-size:16px}.offline-courses-page .offline-class-cities .offline-cities-container{display:unset}.offline-courses-page .offline-class-cities .offline-cities-container .city-card{margin:18px;padding:16px}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image span{width:100%!important}.offline-courses-page .offline-class-cities .offline-cities-container .city-card .city-image .offline-location{margin-top:-38px}.offline-courses-page .offline-class-cities .gradient-background-cities{padding:10px 0}.offline-courses-page .offline-class-cities .gradient-background-cities .cities-container .city-name{margin-right:unset;margin-inline:30px}}.offline-courses-page .couldnt-find-city-section{background:var(--Blue-50,#eff8ff);margin-top:50px;padding-bottom:80px;padding-top:80px}.offline-courses-page .couldnt-find-city-section .gradient-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.offline-courses-page .couldnt-find-city-section .heading-text{color:var(--BLACK,#2b2f34);font-size:32px;font-weight:700;letter-spacing:-.48px;line-height:150%;text-align:center}.offline-courses-page .couldnt-find-city-section .description{color:var(--Text-100,#8c9aac);font-size:20px;font-weight:400;letter-spacing:-.3px;line-height:130%;margin-bottom:60px;text-align:center}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us{display:flex;gap:24px;justify-content:center}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified{background:var(--White,#fff);border-radius:16px;box-shadow:0 10px 32px -4px rgba(24,39,75,.1),0 6px 14px -6px rgba(24,39,75,.12);display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;padding:24px;width:392px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .get-notified-heading{color:var(--BLACK,#2b2f34);font-size:24px;font-weight:700;letter-spacing:-.36px;line-height:150%;margin-bottom:0}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .get-notified-text{color:var(--Text-100,#8c9aac);font-size:16px;font-weight:400;letter-spacing:-.24px;line-height:130%}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container{display:flex;flex-direction:column;gap:20px;justify-content:center;margin-bottom:24px;margin-top:16px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .border-red{border:1px solid red}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder{align-items:center;background:var(--Gray-100,#f2f4f7);border-radius:8px;display:flex;padding-inline:12px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder input{background:var(--Gray-100,#f2f4f7);border-radius:8px;color:#000;font-size:16px;font-weight:500;outline:none;padding:10px;width:100%}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .city-dropdown .city-placeholder{color:#757a83;font-family:Satoshi,sans-serif;font-size:17px;letter-spacing:.1px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .city-dropdown .MuiSelect-button{background:var(--Gray-100,#f2f4f7);color:#000;font-size:16px;font-weight:500;outline:none;padding-left:0;width:100%}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .city-dropdown input::-moz-placeholder{content:"Select city"}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .city-dropdown input::placeholder{content:"Select city"}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .error,.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .input-holder .error-icon{color:var(--RED,#f44336)}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container .MuiSelect-root{background:var(--Gray-100,#f2f4f7);border:none;box-shadow:none;margin-left:-3px;margin-block:10px;width:100%}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .cbr-input-container :focus-within{outline:none!important}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .get-notified-btn{align-items:center;align-self:stretch;background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:flex;font-size:18px;font-weight:700;gap:2px;justify-content:center;line-height:135%;padding:14px 6px 14px 16px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us{align-items:flex-start;background:#f0fbf1;background-repeat:no-repeat;border-radius:16px;box-shadow:0 10px 32px -4px rgba(24,39,75,.1),0 6px 14px -6px rgba(24,39,75,.12);display:inline-flex;flex-direction:column;flex-shrink:0;justify-content:flex-end;max-width:392px;min-height:396px;padding:24px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-heading{color:var(--BLACK,#2b2f34);font-size:24px;font-weight:700;letter-spacing:-.36px;line-height:150%;margin-bottom:0}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-text{color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;letter-spacing:-.27px;line-height:130%;margin-bottom:20px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-btn{align-items:center;background:#2eb937;border-radius:8px;color:var(--WHITE,#fff);display:flex;font-size:18px;font-weight:700;gap:8px;justify-content:center;line-height:135%;padding:14px 6px 14px 16px;width:344px}@media screen and (max-width:500px){.offline-courses-page .couldnt-find-city-section{padding-bottom:50px;padding-top:50px}.offline-courses-page .couldnt-find-city-section .gradient-text{font-size:16px}.offline-courses-page .couldnt-find-city-section .heading-text{font-size:24px}.offline-courses-page .couldnt-find-city-section .description{font-size:18px;margin-bottom:30px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us{flex-direction:column;padding:18px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified{width:unset}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .get-notified .get-notified-heading{font-size:20px;margin-bottom:8px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us{width:100%}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-heading{font-size:20px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-text{font-size:16px}.offline-courses-page .couldnt-find-city-section .get-notified-chat-with-us .chat-with-us .chat-with-us-btn{width:100%}}.enrollment-wrapper{background-color:#eff8ff;gap:48px;margin:24px auto;padding:72px 16px;width:100%}.enrollment-wrapper,.enrollment-wrapper .heading-flex{align-items:center;display:flex;flex-direction:column;justify-content:center}.enrollment-wrapper .heading-flex{gap:16px}.enrollment-wrapper .heading-flex .gradient-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase}.enrollment-wrapper .heading-flex .heading{color:var(--BLACK,#2b2f34);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.63px;text-align:center}.enrollment-wrapper .enrollment-tab{align-items:center;background-color:#fff;border-radius:8px;display:flex;justify-content:space-between;max-width:1024px;padding:8px;width:80%}.enrollment-wrapper .enrollment-tab .tab{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:16px;text-align:center;transition:all .1s ease-in-out;width:50%}.enrollment-wrapper .enrollment-tab .tab .tab-heading{color:var(--Text-300,#2b2f34);font-size:28px;font-style:normal;font-weight:500;letter-spacing:-.42px;line-height:150%;text-align:center}.enrollment-wrapper .enrollment-tab .active{background:var(--Primary-Primary,#2f80ed);border-radius:8px}.enrollment-wrapper .enrollment-tab .active .tab-heading{color:var(--Text-0,#fff)}.enrollment-wrapper .enrollment-cards{align-items:stretch;display:flex;gap:24px;justify-content:center;max-width:1024px;width:80%}.enrollment-wrapper .enrollment-cards .enrollment-card{align-items:flex-start;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -2px rgba(16,24,40,.031);box-shadow:0 12px 16px -4px rgba(16,24,40,.078);display:flex;flex-direction:column;gap:24px;justify-content:flex-start;min-height:580px;padding:32px;position:relative;width:50%}.enrollment-wrapper .enrollment-cards .enrollment-card.cost-effective{border:2px solid #2f80ed}.enrollment-wrapper .enrollment-cards .enrollment-card .cost-effective-chip{align-items:center;background:linear-gradient(277deg,#992fed,#2f80ed);border-radius:52px;color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:700;justify-content:center;line-height:normal;padding:8px 24px;position:absolute;right:48px;text-transform:uppercase;top:0;transform:translateY(-50%)}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex .heading{color:var(--Text-300,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.42px;line-height:150%;text-align:left}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex .desc{color:var(--Text-100,#8c9aac);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.32px;line-height:normal}.enrollment-wrapper .enrollment-cards .enrollment-card .instruction{color:var(--Text-200,#505862);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.32px;line-height:24px}.enrollment-wrapper .enrollment-cards .enrollment-card .steps{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text{display:flex;flex-direction:column;gap:6px}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text .heading{color:var(--Text-300,#2b2f34);font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:28px;text-align:left}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text .desc{color:var(--Text-200,#505862);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.32px;line-height:normal}@media screen and (max-width:500px){.enrollment-wrapper{gap:24px;padding:36px 16px}.enrollment-wrapper .heading-flex .heading{font-size:24px}.enrollment-wrapper .enrollment-tab{border-radius:8px;max-width:1024px;padding:6px;width:100%}.enrollment-wrapper .enrollment-tab .tab{padding:8px}.enrollment-wrapper .enrollment-tab .tab .tab-heading{font-size:14px}.enrollment-wrapper .enrollment-tab .active{background:var(--Primary-Primary,#2f80ed);border-radius:8px}.enrollment-wrapper .enrollment-tab .active .tab-heading{color:var(--Text-0,#fff)}.enrollment-wrapper .enrollment-cards{display:flex;flex-direction:column;gap:24px;max-width:100%;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card{gap:16px;margin-top:12px;min-height:auto;padding:24px 20px;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .cost-effective-chip{font-size:14px;padding:6px 18px;right:36px}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex{width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex .heading{font-size:24px}.enrollment-wrapper .enrollment-cards .enrollment-card .heading-flex .desc{font-size:16px}.enrollment-wrapper .enrollment-cards .enrollment-card .instruction{font-size:14px}.enrollment-wrapper .enrollment-cards .enrollment-card .steps{gap:24px;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text{display:flex;flex-direction:column;gap:6px}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text .heading{font-size:18px}.enrollment-wrapper .enrollment-cards .enrollment-card .steps .step .step-text .desc{font-size:14px}}.nsdc-approved{font-size:18px;margin:24px auto auto;max-width:1000px;padding:16px;text-align:center}.nsdc-approved .bold{font-weight:600}@media screen and (max-width:500px){.nsdc-approved{margin-top:0}}.iit-guwahati-hero-section{align-items:center;background-color:var(--Primary-800,#091a2f);background-position:100% 0;background-repeat:no-repeat;background-size:48% 100%;display:flex;height:-moz-max-content;height:max-content;height:100%;justify-content:space-between;padding-block:9%;padding-left:6%;padding-right:8%;position:relative;width:100vw}.iit-guwahati-hero-section .iit-guwahati-hero-stars-bg{background-size:cover;height:65%;left:0;mix-blend-mode:lighten;position:absolute;top:0;width:40%}.iit-guwahati-hero-section .hero-text-container{margin-bottom:106px;max-width:540px;padding-left:7%}.iit-guwahati-hero-section .hero-text-container .expert-tag{align-items:center;background:var(--Orange-dark-400,#ff692e);border-radius:40px;color:var(--White,#fff);display:flex;font-family:Satoshi;font-size:14px;font-style:normal;font-weight:500;gap:10px;justify-content:center;letter-spacing:-.56px;line-height:normal;margin-bottom:-5px;margin-left:-63px;padding:4px 12px;transform:rotate(-15deg);width:-moz-fit-content;width:fit-content}.iit-guwahati-hero-section .hero-text-container .teal-bg{background:var(--Teal-500,#15b79e)}.iit-guwahati-hero-section .hero-text-container .title{color:var(--Text-0,#fff);font-family:Satoshi;font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.iit-guwahati-hero-section .hero-text-container .title .highlight-text{color:var(--Orange-dark-400,#ff692e);font-family:Satoshi;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.iit-guwahati-hero-section .hero-text-container .title .teal-text{color:var(--Teal-500,#15b79e)}.iit-guwahati-hero-section .hero-text-container .title .orange-text{color:#ff692e}.iit-guwahati-hero-section .hero-text-container .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal;margin-right:auto;width:90%}.iit-guwahati-hero-section .hero-text-container .key-points{display:flex;flex-direction:column;gap:16px;margin-top:16px}.iit-guwahati-hero-section .hero-text-container .key-points .key-point-container{align-items:center;display:flex;gap:8px}.iit-guwahati-hero-section .hero-text-container .key-points .key-point-container .key-point-text{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.iit-guwahati-hero-section .collaboration-container{padding-left:7%}.iit-guwahati-hero-section .collaboration-container .collaboration-text{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;margin-bottom:16px}.iit-guwahati-hero-section .collaboration-container .collaboration-img{height:64px;width:242px}.iit-guwahati-hero-section .explore-btn-container{align-items:center;background-color:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Satoshi,sans-serif;font-size:18px;gap:6px;margin:18px 0 0 7%;padding:14px 24px;position:relative;width:-moz-fit-content;width:fit-content;z-index:100}.iit-guwahati-hero-section .explore-btn-container .explore-btn{font-weight:700;letter-spacing:-.04em;line-height:22.4px}.iit-guwahati-hero-section .hero-right .book-seat-container{background:#fff;border:1px solid var(--Primary-Primary,#2f80ed);border-radius:18px;box-shadow:0 25px 54px 0 rgba(0,0,0,.12);max-width:420px;padding:24px;position:relative;z-index:10}.iit-guwahati-hero-section .hero-right .book-seat-container .top-text .heading{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:normal;text-align:center}.iit-guwahati-hero-section .hero-right .book-seat-container .top-text .sub-heading{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:normal;text-align:center}.iit-guwahati-hero-section .hero-right .book-seat-container .top-text .chip{background-color:#eff8ff;border-radius:6px;color:#2f80ed;font-size:14px;font-weight:700;letter-spacing:-.04em;line-height:21px;margin:12px auto 0;padding:4px 12px;text-align:center;width:-moz-fit-content;width:fit-content}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields{display:flex;flex-direction:column;gap:24px;margin-block:28px}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields .input-holder{align-items:center;background:#fafafa;border-radius:10px;display:flex;gap:8px;justify-content:center;padding-left:12px}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields .input-holder input{background:#fafafa;border-radius:8px;color:var(--BLACK,#2b2f34);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;line-height:150%;outline:none;padding:14px 6px 14px 10px;width:100%}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields .input-holder input::-moz-placeholder{font-weight:400}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields .input-holder input::placeholder{font-weight:400}.iit-guwahati-hero-section .hero-right .book-seat-container .input-fields .border-red{border:1px solid red}.iit-guwahati-hero-section .hero-right .book-seat-container .book-now{background:linear-gradient(276.97deg,#a722f6,#0082f5);border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-style:normal;font-weight:700;line-height:150%;padding:14px 6px 14px 16px;width:100%}.iit-guwahati-hero-section .hero-right .book-seat-container .eligible-text-container{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:28px;width:100%}.iit-guwahati-hero-section .hero-right .book-seat-container .eligible-text-container .eligibility-text{color:var(--Emerald-500,#10b981);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;text-align:center}.iit-guwahati-hero-section .hero-right .book-seat-container .line{animation:animateLine 3s infinite;background:rgba(0,130,245,.5);position:absolute}.iit-guwahati-hero-section .hero-right .book-seat-container .line:first-child{bottom:0;height:2px;transform-origin:100% 100%;width:20%}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(4){display:none;height:2px;right:0;top:-1px;transform-origin:0 100%;width:20%}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(2){bottom:14px;height:calc(100% - 22px);left:-2px;transform-origin:100% 100%;width:2px}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(5){bottom:0;height:calc(100% - 22px);right:-1px;transform-origin:100% 0;width:2px}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(3){height:2px;left:14px;top:-2px;transform-origin:0 100%;width:calc(100% - 22px)}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(6){bottom:-2px;height:2px;right:14px;transform-origin:100% 0;width:calc(100% - 22px)}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(2),.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(5){animation-delay:.5s}.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(3),.iit-guwahati-hero-section .hero-right .book-seat-container .line:nth-child(6){animation-delay:.9s}@media screen and (max-width:500px){.iit-guwahati-hero-section{background-position:0 100%;background-size:100vw 57%;flex-direction:column;gap:30px;height:unset;padding-inline:18px;padding-bottom:56px}.iit-guwahati-hero-section .hero-left,.iit-guwahati-hero-section .iit-guwahati-hero-stars-bg{width:100%}.iit-guwahati-hero-section .hero-text-container{margin-bottom:60px;padding-left:0;padding-top:96px;width:100%}.iit-guwahati-hero-section .hero-text-container .expert-tag{font-size:10px;margin-left:auto;transform:rotate(15deg)}.iit-guwahati-hero-section .hero-text-container .title{color:var(--Text-0,#fff);font-family:Satoshi;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:normal;max-width:380px}.iit-guwahati-hero-section .hero-text-container .title .highlight-text:first-of-type,.iit-guwahati-hero-section .hero-text-container .title .teal-text:first-of-type{display:block}.iit-guwahati-hero-section .hero-text-container .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:normal}.iit-guwahati-hero-section .hero-text-container .key-points .key-point-container svg{width:18px!important}.iit-guwahati-hero-section .hero-text-container .key-points .key-point-container .key-point-text{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:normal}.iit-guwahati-hero-section .collaboration-container{padding-left:0}.iit-guwahati-hero-section .collaboration-container .collaboration-text{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal}.iit-guwahati-hero-section .collaboration-container .collaboration-img{height:40px;width:150px}.iit-guwahati-hero-section .explore-btn-container{margin-left:0}.iit-guwahati-hero-section .hero-right .book-seat-container .top-text .heading{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal;margin-bottom:6px;text-align:center}.iit-guwahati-hero-section .hero-right .book-seat-container .top-text .sub-heading{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;text-align:center}}@media screen and (min-width:400px)and (max-width:500px){.iit-guwahati-hero-section .hero-text-container .title{font-size:30px}.iit-guwahati-hero-section .hero-text-container .expert-tag{font-size:12px}.iit-guwahati-hero-section .hero-text-container .description{font-size:19px}}.pg-diploma-hero{background-color:#fff;background-position:-80% 0;background-size:120% 100%;z-index:2}.pg-diploma-hero .hero-text-container{margin-bottom:30px}.pg-diploma-hero .hero-text-container .title{color:var(--Text-300,#2b2f34);margin-bottom:18px}.pg-diploma-hero .hero-text-container .teal-text{color:var(--Teal-500,#15b79e)!important}.pg-diploma-hero .hero-text-container .expert-tag{margin-bottom:0;margin-right:11%}@media screen and (max-width:500px){.pg-diploma-hero{background-position:0 100%;background-size:100% 80%}}@media screen and (min-width:400px)and (max-width:500px){.pg-diploma-hero{background-position:0 98%;background-size:100% 66%}.pg-diploma-hero .hero-text-container .title{font-size:30px}.pg-diploma-hero .hero-text-container .expert-tag{font-size:12px;margin-bottom:-13px;margin-right:18%}}@media screen and (min-width:1000px)and (max-width:1400px){.pg-diploma-hero .hero-text-container .title{font-size:37px;width:90%}}@media screen and (min-width:900px)and (max-width:1200px){.data-analytics-main-div .pg-diploma-hero .hero-text-container .title{font-size:31px;width:85%}}@media screen and (max-width:500px){.data-analytics-main-div .expert-tag{margin-bottom:0!important;margin-right:0!important}}.about-program-section{background-color:#fff;display:flex;flex-direction:column;gap:24px;margin:48px 0;padding:24px 0;width:100%}.about-program-section .blue-btn{border:1px solid #2f80ed;border-radius:8px;color:#2f80ed;cursor:pointer;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.64px;line-height:normal;padding:12px 32px;transition:all .4s;width:-moz-fit-content;width:fit-content;z-index:10}.about-program-section .blue-btn:active{transform:scale(.95)}.about-program-section .blue-btn:hover{background:#2f80ed;color:#fff;transition:all .4s}.about-program-section .title-flex{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.about-program-section .title-flex .title{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.about-program-section .title-flex .highlighted-text,.about-program-section .title-flex span{color:var(--Primary-Primary,#2f80ed);font-family:IBM Plex Sans,sans-serif;font-size:40px;font-style:italic;font-weight:700;letter-spacing:-1.6px;line-height:normal}.about-program-section .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.about-program-section .cards-container{display:flex;gap:28px;justify-content:space-between}.about-program-section .cards-container .card{background:#fff;border-radius:16px;max-width:412px;padding:var(--md,24px);transition:all .4s}.about-program-section .cards-container .card:hover{border-bottom:4px solid var(--Primary-Primary,#2f80ed);border-left:4px solid var(--Primary-Primary,#2f80ed);box-shadow:0 6px 14px -6px rgba(24,39,75,.12),0 10px 32px -4px rgba(24,39,75,.1);transition:all .4s}.about-program-section .cards-container .card .icon-conitainer{width:-moz-fit-content;width:fit-content}.about-program-section .cards-container .card .small-title{color:var(--Text-100,#8c9aac);font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.96px;line-height:normal}.about-program-section .cards-container .card .title{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal;margin-bottom:8px;margin-top:13px}.about-program-section .cards-container .card .description{color:var(--Text-200,#505862);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.64px;line-height:normal;margin-bottom:0}.about-program-section .cards-container .enroll-in-program-card .description{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:32px;font-style:normal;font-weight:700;letter-spacing:-1.28px;line-height:normal}.about-program-section .cards-container .enroll-in-program-card .title{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal}.about-program-section .green-div{background:var(--Emerald-50,#ecfdf5);border:1px solid var(--Emerald-500,#10b981);border-radius:0 30px 30px 30px;color:#000;font-size:16px;font-style:normal;letter-spacing:-.72px;line-height:normal;margin:24px 0;padding:14px}@media screen and (max-width:500px){.about-program-section{margin:0;padding:24px 0}.about-program-section .title-flex .title{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:normal}.about-program-section .title-flex .title .highlighted-text,.about-program-section .title-flex .title span{color:var(--Primary-Primary,#2f80ed);font-family:IBM Plex Sans,sans-serif;font-size:unset;font-style:italic}.about-program-section .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:normal;margin-bottom:32px}.about-program-section .cards-container{flex-direction:column}.about-program-section .cards-container .card{border-bottom:4px solid var(--Primary-Primary,#2f80ed);border-left:4px solid var(--Primary-Primary,#2f80ed)}.about-program-section .cards-container .card .icon-conitainer{width:32px}.about-program-section .cards-container .card .small-title{color:var(--Text-100,#8c9aac);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.8px;line-height:normal}.about-program-section .cards-container .card .title{font-size:20px;margin-top:10px}.about-program-section .cards-container .card .description{font-size:16px}.about-program-section .cards-container .enroll-in-program-card .description{font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px}.about-program-section .cards-container .enroll-in-program-card .title{font-size:20px;font-weight:500;letter-spacing:-.8px;line-height:normal}.about-program-section .green-div{display:none}.about-program-section .blue-btn{text-align:center;width:100%}}.iit-tution-fees{align-items:center;background:var(--Blue-50,#eff8ff);display:flex;gap:16px;justify-content:center;padding:48px;position:relative;width:100%;z-index:10}.iit-tution-fees .left-content{color:var(--Text-300,#2b2f34);font-style:normal;max-width:450px;width:40%}.iit-tution-fees .left-content,.iit-tution-fees .left-content span{font-size:48px;font-weight:700;letter-spacing:-1.92px;line-height:normal}.iit-tution-fees .left-content span{color:var(--Primary-Primary,#2f80ed);font-family:IBM Plex Sans,sans-serif;font-style:italic}.iit-tution-fees .squiggly-arrow{margin-right:24px;margin-top:-96px;width:150px}.iit-tution-fees .right-content-flex{align-items:stretch;display:flex;gap:24px;justify-content:center;width:70%}.iit-tution-fees .right-content-flex .right-content{background-color:#fff;border-radius:16px;border:1px solid var(--Component-Colors-Stroke-100,#eaecf0);border-top:8px solid var(--Primary-Primary,#2f80ed);box-shadow:0 6px 14px -6px rgba(24,39,75,.12),0 10px 32px -4px rgba(24,39,75,.1);display:flex;flex-direction:column;max-width:450px;width:100%}.iit-tution-fees .right-content-flex .right-content .upper-div{display:flex;flex-direction:column;gap:24px;padding:24px;width:100%}.iit-tution-fees .right-content-flex .right-content .upper-div .top-heading .heading{color:var(--Text-300,#2b2f34);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .upper-div .top-heading .desc{color:var(--Text-100,#8c9aac);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .upper-div .heading-2{color:var(--Text-300,#2b2f34);font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;margin:0}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .price{color:var(--Text-300,#2b2f34);font-size:32px;font-style:normal;font-weight:700;letter-spacing:-1.28px;line-height:normal;margin:0}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .price .cut-price{color:var(--Text-100,#8c9aac);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.8px;line-height:normal;margin-left:6px;text-decoration:line-through}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .total{color:var(--Text-200,#505862);font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points{display:flex;flex-direction:column;gap:18px;padding:16px;position:relative;width:100%}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .step-line{height:140px;left:-10px;position:absolute;top:24px}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .point{display:flex;flex-direction:column;gap:16px}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .point .desc-2{color:#8c9aac;font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:18.9px;text-align:left}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .point .annual-income{color:#8c9aac;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:22.4px;text-align:left}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .point .slider{padding:0 16px}.iit-tution-fees .right-content-flex .right-content .lower-div{border-top:1px solid var(--Component-Colors-Stroke-100,#eaecf0);display:flex;flex-direction:column;gap:32px;height:100%;padding-bottom:24px;width:100%}.iit-tution-fees .right-content-flex .right-content .lower-div .emi-div{display:flex;flex-direction:column;gap:16px;padding:24px 24px 0}.iit-tution-fees .right-content-flex .right-content .lower-div .emi-div .text{color:var(--Text-300,#2b2f34);font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .lower-div .emi-div .gradient-price{color:var(--Primary-Primary,#2f80ed);font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .lower-div .pointers{padding:0 24px}.iit-tution-fees .right-content-flex .right-content .lower-div .pointers .point{color:var(--Text-300,#2b2f34);display:flex;font-size:16px;font-style:normal;font-weight:700;gap:8px;letter-spacing:-.64px;line-height:normal}.iit-tution-fees .right-content-flex .right-content .lower-div .gradient-strip{background:var(--Gradient-Blue-gradient-Close-Light-Blue,linear-gradient(140deg,#1e64c1 13.92%,#2f80ed 85.14%));border-radius:100px 0 0 100px;border:1px solid transparent;border-right-width:0;color:var(--White,#fff);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.64px;line-height:normal;margin-left:auto;margin-top:auto;padding:16px;width:calc(100% - 24px)}@media screen and (max-width:500px){.iit-tution-fees{flex-direction:column;gap:24px;padding:24px 16px}.iit-tution-fees .left-content{max-width:100%;width:100%!important}.iit-tution-fees .left-content,.iit-tution-fees .left-content span{font-size:28px;letter-spacing:-1.12px}.iit-tution-fees .squiggly-arrow{display:none}.iit-tution-fees .right-content-flex{display:flex;flex-direction:column;gap:24px;width:100%}.iit-tution-fees .right-content-flex .right-content{max-width:100%;width:100%}.iit-tution-fees .right-content-flex .right-content .upper-div{display:flex;flex-direction:column;gap:24px;padding:24px;width:100%}.iit-tution-fees .right-content-flex .right-content .upper-div .connected-points .point .slider{padding:0}.iit-tution-fees .right-content-flex .right-content .upper-div .top-heading .heading{font-size:20px}.iit-tution-fees .right-content-flex .right-content .upper-div .top-heading .desc{font-size:16px}.iit-tution-fees .right-content-flex .right-content .upper-div .heading-2{font-size:20px}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .price{font-size:32px}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .price .cut-price{font-size:20px}.iit-tution-fees .right-content-flex .right-content .upper-div .price-text .total{font-size:18px}.iit-tution-fees .right-content-flex .right-content .lower-div{gap:24px;padding-bottom:24px}.iit-tution-fees .right-content-flex .right-content .lower-div .emi-div .text{font-size:18px}.iit-tution-fees .right-content-flex .right-content .lower-div .emi-div .gradient-price{font-size:40px}.iit-tution-fees .right-content-flex .right-content .lower-div .gradient-strip{padding:14px 18px}}.interested-in-joining-wrapper{align-items:flex-start;background:var(--Blue-25,#f5faff);border:1px solid var(--Primary-Primary,#2f80ed);border-radius:18px;box-shadow:0 6px 14px -6px rgba(24,39,75,.12),0 10px 32px -4px rgba(24,39,75,.1);display:flex;flex-direction:column;gap:32px;margin:0 auto;padding:48px;position:relative;width:100%}.interested-in-joining-wrapper .heading-flex .heading{color:var(--Text-300,#2b2f34);font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.interested-in-joining-wrapper .heading-flex .desc{color:var(--Text-100,#8c9aac);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.interested-in-joining-wrapper .phone-img{bottom:0;position:absolute;right:0}.interested-in-joining-wrapper .form{display:flex;flex-direction:column;gap:24px;width:100%}.interested-in-joining-wrapper .form .inputs-flex{align-items:center;display:flex;gap:24px;justify-content:space-between;width:100%;z-index:1000}.interested-in-joining-wrapper .form .inputs-flex .input-flex{align-items:center;background:hsla(0,0%,100%,.7);border:1px solid var(--Component-Colors-Stroke-100,#eaecf0);border-radius:8px;display:flex;gap:12px;justify-content:flex-start;padding:16px;width:100%}.interested-in-joining-wrapper .form .inputs-flex .input-flex .icon{font-size:24px}.interested-in-joining-wrapper .form .inputs-flex .input-flex .text-input{background:transparent;transition:all .2;width:100%}.interested-in-joining-wrapper .form .inputs-flex .input-flex .text-input:focus{outline:none}.interested-in-joining-wrapper .form .submit-btn{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:#fff;font-size:18px;font-style:normal;font-weight:700;padding:16px 38px;width:-moz-fit-content;width:fit-content}@media screen and (max-width:500px){.interested-in-joining-wrapper{border-radius:16px;gap:24px;margin:0 auto 24px;max-width:100%;padding:22px;width:100%}.interested-in-joining-wrapper .heading-flex .heading{font-size:28px;letter-spacing:-1.12px;line-height:normal}.interested-in-joining-wrapper .heading-flex .desc{font-size:16px;letter-spacing:-.64px;line-height:normal}.interested-in-joining-wrapper .phone-img{position:absolute;right:0;top:46px}.interested-in-joining-wrapper .form .inputs-flex{flex-direction:column;gap:16px}.interested-in-joining-wrapper .form .inputs-flex .input-flex{width:100%}.interested-in-joining-wrapper .form .inputs-flex .input-flex .icon{font-size:20px}.interested-in-joining-wrapper .form .submit-btn{border-radius:8px;font-size:16px;padding:16px;width:100%}}.our-course-offerings-wrapper{display:flex;flex-direction:column;gap:56px;margin:48px auto;width:100%}.our-course-offerings-wrapper .heading{color:var(--Text-300,#2b2f34);font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.our-course-offerings-wrapper .heading .blue{color:var(--Primary-Primary,#2f80ed);font-family:IBM Plex Sans,sans-serif;font-style:italic}.our-course-offerings-wrapper .offerings-flex{align-items:stretch;-moz-column-gap:48px;column-gap:48px;display:flex;flex-wrap:wrap;justify-content:space-around;row-gap:48px;width:100%}.our-course-offerings-wrapper .offerings-flex .offering-card{background:#fff;border-bottom:6px solid var(--Primary-Primary,#2f80ed);border-left:6px solid var(--Primary-Primary,#2f80ed);border-radius:16px;border-right:1px solid var(--Primary-Primary,#2f80ed);border-top:1px solid var(--Primary-Primary,#2f80ed);box-shadow:0 8px 18px -6px rgba(24,39,75,.12),0 12px 42px -4px rgba(24,39,75,.12);display:flex;flex-direction:column;gap:32px;justify-content:space-between;padding:32px;width:calc(50% - 24px)}.our-course-offerings-wrapper .offerings-flex .offering-card .icon{height:128px;width:128px}.our-course-offerings-wrapper .offerings-flex .offering-card .content{display:flex;flex-direction:column;gap:16px}.our-course-offerings-wrapper .offerings-flex .offering-card .content .heading{color:#000;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:normal;margin-bottom:0}.our-course-offerings-wrapper .offerings-flex .offering-card .content .desc{color:var(--Text-200,#505862);font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.8px;line-height:normal}.our-course-offerings-wrapper .offerings-flex .offering-card .sub-heading{color:var(--Text-200,#505862);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.8px;line-height:normal}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card{align-items:center;border:1px solid #eaecf0;border-radius:16px;display:flex;gap:6px;justify-content:space-between;width:100%}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card{align-items:flex-start;display:flex;flex-direction:column;gap:12px;padding:24px;width:100%}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-heading{color:var(--Text-300,#2b2f34);font-size:22px;font-style:normal;font-weight:700;letter-spacing:-.88px;line-height:normal;margin-bottom:0}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-desc{color:var(--Text-200,#505862);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-chip{background:#eff8ff;border:1px solid #2f80ed;border-radius:100px;color:#2f80ed;font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.56px;line-height:normal;margin-bottom:12px;padding:12px 16px;width:-moz-fit-content;width:fit-content}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-button{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;padding:12px 24px;width:-moz-fit-content;width:fit-content}.our-course-offerings-wrapper .offerings-flex .offering-card.full-card{max-width:100%;width:100%}@media screen and (max-width:500px){.our-course-offerings-wrapper{gap:24px;margin-top:0;max-width:100%;padding:0;width:100%}.our-course-offerings-wrapper .heading{font-size:28px}.our-course-offerings-wrapper .offerings-flex{flex-direction:column;gap:24px}.our-course-offerings-wrapper .offerings-flex .offering-card{gap:16px;padding:16px;width:100%}.our-course-offerings-wrapper .offerings-flex .offering-card .icon{height:64px;width:64px}.our-course-offerings-wrapper .offerings-flex .offering-card .content .heading{font-size:24px;letter-spacing:-.96px}.our-course-offerings-wrapper .offerings-flex .offering-card .content .desc{font-size:16px;letter-spacing:-.64px}.our-course-offerings-wrapper .offerings-flex .offering-card .sub-heading{font-size:18px;letter-spacing:-.72px}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card{flex-direction:column}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card{gap:8px;padding:16px}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-heading{font-size:20px;letter-spacing:-.8px}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-desc{font-size:16px}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-chip{font-size:12px;letter-spacing:-.48px;margin-bottom:8px;padding:10px 16px}.our-course-offerings-wrapper .offerings-flex .offering-card .outline-card .inner-card .inner-card-button{font-size:16px}}.diploma-hero-wrapper{align-items:center;background-image:url(https://storage.googleapis.com/acciojob-open-file-collections/35a1aff6-4b98-4072-bd38-706c1af73466_DiplomaHeroBG.png);background-repeat:no-repeat;background-size:cover;display:flex;height:650px;justify-content:flex-start;margin-top:-45px;position:relative;width:100%}.diploma-hero-wrapper .blur-div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.7);border-radius:0 16px 16px 0;display:flex;flex-direction:column;gap:16px;height:auto;max-width:800px;padding:48px;position:relative;width:80%}.diploma-hero-wrapper .blur-div .stars-bg{background:linear-gradient(180deg,rgba(16,24,39,.9),transparent),url(/_next/static/media/StarsBg.8ccf8501.svg) #d3d3d3 50%/cover no-repeat;border-radius:0 16px 16px 0;height:100%;left:0;mix-blend-mode:color-dodge;opacity:.1;position:absolute;top:0;width:100%}.diploma-hero-wrapper .blur-div .heading{color:var(--Text-300,#2b2f34);font-size:36px;font-style:normal;font-weight:700;letter-spacing:-1.44px;line-height:normal}.diploma-hero-wrapper .blur-div .heading .blue{color:var(--Primary-Primary,#2f80ed)}.diploma-hero-wrapper .blur-div .pointers{display:flex;flex-direction:column;gap:16px}.diploma-hero-wrapper .blur-div .pointers .points-flex{align-items:center;color:var(--Text-300,#2b2f34);display:flex;font-size:16px;font-style:normal;font-weight:500;gap:6px;justify-content:flex-start;letter-spacing:-.64px;line-height:normal}.diploma-hero-wrapper .blur-div .pointers .points-flex .icon{color:#2f80ed}.diploma-hero-wrapper .blur-div .links-flex{align-items:center;display:flex;gap:4px;justify-content:flex-start}.diploma-hero-wrapper .blur-div .links-flex .link{color:var(--Text-100,#8c9aac);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;z-index:1000}.diploma-hero-wrapper .blur-div .links-flex .link.active,.diploma-hero-wrapper .blur-div .links-flex .link.link:hover{color:#2f80ed;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.64px;line-height:normal;transition:all .2s}.diploma-hero-wrapper .blur-div .btn{background:var(--Primary-Primary,#2f80ed);border-radius:12.19px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;padding:12px 16px;width:-moz-fit-content;width:fit-content;z-index:1000}.diploma-hero-wrapper .student{bottom:0;max-width:800px;position:absolute;right:0;width:50%}.diploma-hero-wrapper.iit-guwahati{background:#091a2f;height:100vh;padding-top:32px;position:relative}.diploma-hero-wrapper.iit-guwahati .main-bg-mobile{display:none}.diploma-hero-wrapper.iit-guwahati .main-bg-desktop{margin-right:72px;max-width:550px;width:40%}.diploma-hero-wrapper.iit-guwahati .stars{background-size:cover;background:linear-gradient(28.27deg,rgba(16,24,39,.9) -2.15%,transparent 67.93%);gap:0;mix-blend-mode:lighten;opacity:.5;position:absolute;rotate:180deg}.diploma-hero-wrapper.iit-guwahati .stars.s-1{left:0;rotate:0deg;top:0}.diploma-hero-wrapper.iit-guwahati .stars.s-2{bottom:0;right:0}.diploma-hero-wrapper.iit-guwahati .heading-flex{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:transparent;background-color:transparent;display:flex;flex-direction:column;gap:16px;margin:48px}.diploma-hero-wrapper.iit-guwahati .heading-flex .heading{color:#fff}.diploma-hero-wrapper.iit-guwahati .heading-flex .heading .orange{color:#ff692e}.diploma-hero-wrapper.iit-guwahati .heading-flex .desc{color:#8c9aac;font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:32.4px;text-align:left}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex{align-items:center;display:flex;gap:24px;margin:16px 0}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex .btn{padding:12px 24px}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex .outline-btn{background-color:transparent;border:1px solid #eaecf0;color:#eaecf0}@media screen and (max-width:1250px){.diploma-hero-wrapper.iit-guwahati{background:#091a2f;height:100vh;justify-content:space-between;padding-top:20px;position:relative}.diploma-hero-wrapper.iit-guwahati .main-bg-mobile{display:none}.diploma-hero-wrapper.iit-guwahati .main-bg-desktop{margin-right:72px;max-width:350px;width:40%}.diploma-hero-wrapper.iit-guwahati .heading-flex{margin:24px;max-width:60%}.diploma-hero-wrapper.iit-guwahati .heading-flex .heading{color:#fff;font-size:24px}.diploma-hero-wrapper.iit-guwahati .heading-flex .desc{font-size:16px;line-height:24.4px}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex{align-items:center;display:flex;gap:24px;margin:16px 0}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex .outline-btn{background-color:transparent;border:1px solid #eaecf0;color:#eaecf0}}@media screen and (max-width:500px){.diploma-hero-wrapper{display:block;height:90vh;margin-top:-30px;min-height:720px;width:100%}.diploma-hero-wrapper .blur-div{border-radius:0 0 16px 16px;margin:auto;max-width:100%;padding:16px;width:calc(100% - 32px)}.diploma-hero-wrapper .blur-div .stars-bg{border-radius:0 0 16px 16px}.diploma-hero-wrapper .blur-div .heading{font-size:24px;letter-spacing:-1.12px}.diploma-hero-wrapper .blur-div .heading .blue{color:var(--Primary-Primary,#2f80ed)}.diploma-hero-wrapper .blur-div .pointers{display:flex;flex-direction:column;gap:8px}.diploma-hero-wrapper .blur-div .pointers .points-flex{align-items:center;color:var(--Text-300,#2b2f34);display:flex;font-size:16px;font-style:normal;font-weight:500;gap:6px;justify-content:flex-start;letter-spacing:-.64px;line-height:normal}.diploma-hero-wrapper .blur-div .pointers .points-flex .icon{color:#2f80ed}.diploma-hero-wrapper .blur-div .links-flex{flex-wrap:wrap}.diploma-hero-wrapper .blur-div .links-flex .link{color:var(--Text-100,#8c9aac);cursor:pointer;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;z-index:1000}.diploma-hero-wrapper .blur-div .links-flex .link.active,.diploma-hero-wrapper .blur-div .links-flex .link.link:hover{color:#8c9aac;font-size:14px;font-weight:500}.diploma-hero-wrapper .blur-div .btn{border-radius:8px;text-align:center;width:100%}.diploma-hero-wrapper .student{bottom:0;display:none;max-width:100%;position:absolute;right:0;width:calc(100% - 32px)}.diploma-hero-wrapper.iit-guwahati{background:#091a2f;display:flex;flex-direction:column-reverse;justify-content:flex-end;min-height:145vh;padding-top:120px;position:relative;width:100%}.diploma-hero-wrapper.iit-guwahati .stars{opacity:1}.diploma-hero-wrapper.iit-guwahati .main-bg-desktop{display:none}.diploma-hero-wrapper.iit-guwahati .main-bg-mobile{display:block;max-width:450px;width:calc(100% - 32px)}.diploma-hero-wrapper.iit-guwahati .heading-flex{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:transparent;background-color:transparent;display:flex;flex-direction:column;gap:16px;margin:16px;max-width:100%;width:100%}.diploma-hero-wrapper.iit-guwahati .heading-flex .heading{color:#fff}.diploma-hero-wrapper.iit-guwahati .heading-flex .heading .orange{color:#ff692e}.diploma-hero-wrapper.iit-guwahati .heading-flex .desc{font-size:16px;line-height:24.4px}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex .btn{width:100%}.diploma-hero-wrapper.iit-guwahati .heading-flex .btns-flex .outline-btn{background-color:transparent;border:1px solid #eaecf0;color:#eaecf0}.diploma-hero-wrapper.iit-guwahati .accio-stats .accio-stats-mobile-student{display:none}}.news-component{display:flex;flex-direction:column;gap:48px;margin:48px auto;width:100%}.news-component .heading-flex .heading{color:var(--Text-300,#2b2f34);font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.news-component .heading-flex .desc{color:var(--Text-100,#8c9aac);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.news-component .news-flex{align-items:stretch;display:flex;gap:24px;justify-content:space-between}.news-component .news-flex .news-card{align-items:flex-start;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/_next/static/media/news-image.ed7902fd.avif) #d3d3d3 50%/cover no-repeat;background-repeat:no-repeat;background-size:cover;border-radius:16px;display:flex;flex-direction:column;gap:16px;height:350px;justify-content:flex-end;overflow:hidden;padding:16px;position:relative;width:100%}.news-component .news-flex .news-card .company-img{border-radius:8px;height:80px;width:80px}.news-component .news-flex .news-card .title{color:var(--Text-0,#fff);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal}.news-component .news-flex .news-card:hover .overlay{height:100%}.news-component .news-flex .news-card:hover .outer-img,.news-component .news-flex .news-card:hover .outer-title{display:none}.news-component .news-flex .overlay{align-items:flex-start;background-color:rgba(0,0,0,.5);bottom:0;color:#fff;display:flex;flex-direction:column;gap:16px;height:0;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;transition:height .5s ease;width:100%}.news-component .news-flex .overlay .desc,.news-component .news-flex .overlay .title{padding:0 16px}.news-component .news-flex .overlay .company-img{margin:0 16px}.news-component .news-flex .news-card .desc{display:none}.news-component .news-flex .news-card:hover .overlay .title{color:var(--Red-500,#ef4444);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:normal}.news-component .news-flex .news-card:hover .overlay .desc{color:var(--Text-0,#fff);display:block;font-size:17px;font-style:normal;font-weight:500;letter-spacing:-.68px;line-height:normal}@media screen and (max-width:500px){.news-component{gap:24px;margin:24px auto;padding:16px;width:100%}.news-component .heading-flex .heading{font-size:28px;letter-spacing:-1.12px}.news-component .heading-flex .desc{font-size:18px;letter-spacing:-.72px}.news-component .news-flex{align-items:center;flex-direction:column;justify-content:center}.news-component .news-flex .news-card{align-items:flex-start;background:none;border-radius:0;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-end;padding:0;width:100%}.news-component .news-flex .news-card .overlay{display:none}.news-component .news-flex .news-card .news-image{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/_next/static/media/news-image.ed7902fd.avif) #d3d3d3 50%/cover no-repeat;background-repeat:no-repeat;background-size:cover;border-radius:8px;height:200px;position:relative;width:100%}.news-component .news-flex .news-card .company-img{bottom:16px;height:48px;left:16px;position:absolute;width:48px;z-index:100}.news-component .news-flex .news-card .title{color:var(--Text-300,#2b2f34);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.64px;line-height:normal}.news-component .news-flex .news-card .desc{color:var(--Text-100,#8c9aac);display:-webkit-box;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch}.news-component .news-flex .news-card:hover .outer-title{display:block!important}}.course-offerings-section{height:auto;margin:24px auto 48px;overflow-x:hidden;overflow-y:visible;padding-inline:16px;padding-top:100px;position:relative}.course-offerings-section .faded-logo{height:auto;left:0;position:absolute;top:50px;transform:translate(20%,-20%);z-index:-1}.course-offerings-section .section-subtitle-container{margin:auto;width:-moz-fit-content;width:fit-content}.course-offerings-section .section-subtitle-container .line{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));height:2px;margin-bottom:10px;width:55px}.course-offerings-section .section-subtitle-container .section-subtitle{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:28px;text-align:center;text-transform:uppercase}.course-offerings-section .section-title h3{color:var(--Text-300,#2b2f34);font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:normal;text-align:center}.course-offerings-section .section-title .title-underline{background:var(--primary-primary,#2f80ed);border-radius:4px;height:6px;margin:8px auto 24px;width:24px}.course-offerings-section .section-description-container{color:var(--text-200,#505862);font-size:16px;font-weight:400;line-height:22px;padding-bottom:32px}.course-offerings-section .section-description-container .brochure-description,.course-offerings-section .section-description-container .section-description{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.72px;line-height:normal;padding-bottom:16px;text-align:center}.course-offerings-section .section-description-container .brochure-description{padding:0}.course-offerings-section .section-description-container .download-brochure{background-color:#fff;border:1px solid #2f80ed;border-radius:6px;color:#2f80ed;cursor:pointer;display:block;font-size:14px;margin:14px 0 0;padding:8px 16px;pointer-events:all;text-align:center;text-decoration:none;width:100%}@media(min-width:1024px){.course-offerings-section{height:2400px;margin:200px auto 48px;max-width:1300px;overflow-x:unset;padding:32px 16px;position:sticky;position:-webkit-sticky;top:-80px;width:100%}.course-offerings-section .faded-logo{height:auto;left:50%;position:absolute;top:0;transform:translate(-30%,-40%);z-index:-1}.course-offerings-section .section-title{z-index:10}.course-offerings-section .section-title h3{color:var(--Text-300,#2b2f34);font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal;margin:0;text-align:center}.course-offerings-section .section-description-container{padding:24px 0;z-index:10}.course-offerings-section .section-description-container .section-description{color:var(--Text-100,#8c9aac);font-size:24px;font-style:normal;font-weight:400;letter-spacing:-.96px;line-height:normal;margin:0 auto;text-align:center;width:80%}.course-offerings-section .tab-header-items{align-items:stretch;background-color:#fff;border-radius:8px;display:flex;gap:12px;height:auto;justify-content:space-between;list-style:none;margin:16px;padding:6px}.course-offerings-section .tab-header-items .tab-header-item{align-items:flex-start;border-top:2px solid #e1e1e1;color:var(--gray-500,#667085);display:flex;flex-direction:column;justify-content:center;padding:12px;transition:all .2s;width:100%}.course-offerings-section .tab-header-items .tab-header-item .header-item-text{font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:26px;text-align:left;transition:all .2s}.course-offerings-section .tab-header-items .tab-header-item svg{height:24px;margin-bottom:8px;transition:all .2s;width:24px}.course-offerings-section .tab-header-items .tab-active{border-color:#2f80ed;color:#2f80ed}.course-offerings-section .tab-header-items .tab-active svg{height:28px;width:28px}.course-offerings-section .tab-header-items .tab-active .header-item-text{color:#2f80ed;font-size:18px;letter-spacing:-.02em;line-height:26px;text-align:left}.course-offerings-section .tab-header-items .header-item-text{align-self:flex-start;color:var(--gray-500,#667085);font-size:18px;font-weight:500;line-height:22px}.course-offerings-section .tab-content{align-items:center;display:flex;height:auto;justify-content:space-around;margin:auto;min-height:500px;position:relative}.course-offerings-section .tab-content li{list-style:none;text-align:start}.course-offerings-section .tab-content .tab-content-left{animation:fade-in .55s ease-in both;margin-left:5%;margin-right:auto;padding:24px 0;width:40%}.course-offerings-section .tab-content .tab-content-left .tab-content-heading-container{display:flex;flex-direction:column;gap:16px}.course-offerings-section .tab-content .tab-content-left .tab-content-heading-container .heading-icon{width:32px}.course-offerings-section .tab-content .tab-content-left .tab-content-left-heading{color:var(--text-300,#2b2f34);font-size:24px;font-style:normal;font-weight:700;text-align:start}.course-offerings-section .tab-content .tab-content-left .feature-key-points{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;margin-top:24px;padding-left:0!important;width:100%}.course-offerings-section .tab-content .tab-content-left .feature-key-points .key-point-container{align-items:center;display:flex;flex-shrink:0;gap:4px;width:100%}.course-offerings-section .tab-content .tab-content-left .feature-key-points .key-point-container .tick-icon{height:32px}.course-offerings-section .tab-content .tab-content-left .feature-key-points .key-point-container .key-point-text{color:var(--text-200,#505862);font-size:16px;font-weight:500;line-height:22px;width:100%}.course-offerings-section .tab-content .tab-content-left .download-column{display:flex;flex-direction:column;gap:24px;margin-right:auto;width:90%}.course-offerings-section .tab-content .tab-content-left .download-column .download-button-text{color:#8c9aac;font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:24px;margin-top:24px;text-align:left;width:85%}.course-offerings-section .tab-content .tab-content-left .download-column .download-brochure{background-color:#fff;border:1px solid #2f80ed;border-radius:6px;color:#2f80ed;cursor:pointer;font-size:14px;margin-right:auto;padding:8px 16px;text-decoration:none}.course-offerings-section .tab-content .tab-image-desktop{animation:fade-in .55s ease-in both;bottom:0;display:none;max-width:700px;position:absolute;right:0;width:60%}.course-offerings-section .tab-content .tab-image-desktop.active{display:block}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}}.course-features-container-mobile .feature-container{border-radius:6px;box-shadow:0 10px 32px -4px rgba(24,39,75,.102),0 6px 14px -6px rgba(24,39,75,.122);margin-bottom:48px}.course-features-container-mobile .feature-container .feature-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:16px 20px 0}.course-features-container-mobile .feature-container .feature-title-container .feature-title{color:var(--text-300,#2b2f34);font-size:20px;font-weight:700;line-height:28px}.course-features-container-mobile .feature-container .feature-key-points{display:flex;flex-direction:column;gap:16px;margin-bottom:0;padding:16px 20px;width:100%}.course-features-container-mobile .feature-container .feature-key-points .key-point-container{align-items:center;display:flex;gap:6px;justify-content:flex-start;text-align:initial}.course-features-container-mobile .feature-container .feature-key-points .key-point-container img{width:24px}.course-features-container-mobile .feature-container .feature-key-points .key-point-container li{font-size:14px;list-style:none}.course-features-container-mobile .feature-container .feature-image{width:100%}.course-features-container{border-radius:12px;box-shadow:0 10px 32px -4px rgba(24,39,75,.102);box-shadow:0 6px 14px -6px rgba(24,39,75,.122);margin:auto;max-width:100%;width:100%}.guwahati-curriculum-wrapper{background:#031b31;padding:32px 0;position:relative}.guwahati-curriculum-wrapper .halo-absolute{height:auto;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0;-webkit-user-drag:none}.guwahati-curriculum-wrapper .new-course-curriculum-pg{align-items:center;display:flex;justify-content:space-between;margin:24px auto;max-width:1400px;padding:16px;position:relative;width:100%;z-index:1}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex{display:flex;flex-direction:column;gap:0}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex .heading{color:#fff;font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex .heading .blue{color:#0082f5}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex .desc{color:#839cb0;font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.guwahati-curriculum-wrapper .outlined-btn{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content}.guwahati-curriculum-wrapper .outlined-btn .download-btn{background-color:#fff;border:1px solid var(--Primary-Primary,#fff);border-radius:8px;color:var(--Primary-Primary,#2b2f34);font-size:18px;font-style:normal;font-weight:700;line-height:150%;padding:10px 16px;width:100%}.guwahati-curriculum-wrapper .course-type-flex{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin:24px auto;max-width:1400px;padding:0 16px;width:100%}.guwahati-curriculum-wrapper .course-type-flex .title{color:var(--Text-100,#8c9aac);font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal}.guwahati-curriculum-wrapper .course-type-flex .tab-flex{align-items:center;background:#eff2fb;border-radius:6px;display:flex;gap:8px;justify-content:flex-start;padding:6px;z-index:1}.guwahati-curriculum-wrapper .course-type-flex .tab-flex .tab{background:#eff2fb;border-radius:6px;color:#797d84;cursor:pointer;font-size:20px;font-style:normal;font-weight:700;gap:4px;letter-spacing:-.48px;line-height:140%;padding:10px 42px;text-align:center;text-transform:capitalize;transition:all .2s}.guwahati-curriculum-wrapper .course-type-flex .tab-flex .tab.active{background-color:#fff;box-shadow:5.2px 0 31.2px 0 rgba(0,0,0,.08);color:#292f36}@media screen and (max-width:500px){.guwahati-curriculum-wrapper .new-course-curriculum-pg{display:flex;flex-direction:column;margin-bottom:0;max-width:100%;width:100%}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;width:100%}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex .heading{font-size:28px;letter-spacing:-1.12px}.guwahati-curriculum-wrapper .new-course-curriculum-pg .heading-flex .desc{font-size:18px;letter-spacing:-.72px}.guwahati-curriculum-wrapper .outlined-btn{font-size:16px;padding-inline:16px;width:100%}.guwahati-curriculum-wrapper .outlined-btn .download-btn{padding:12px 16px}.guwahati-curriculum-wrapper .course-type-flex{flex-direction:column;margin-top:0;max-width:100%}.guwahati-curriculum-wrapper .course-type-flex .title{color:var(--Text-100,#8c9aac);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal;text-align:left;width:100%}.guwahati-curriculum-wrapper .course-type-flex .tab-flex{align-items:center;background:#f2f4f7;border-radius:6px;display:flex;gap:8px;justify-content:center;padding:4px;width:100%}.guwahati-curriculum-wrapper .course-type-flex .tab-flex .tab{font-size:12px;width:50%}}.new-curriculum-accordians{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:24px auto;max-width:1400px;padding:0 16px;width:100%;z-index:1}.new-curriculum-accordians .custom-accordian{border-bottom:1px solid #062744;padding:0;width:100%}.new-curriculum-accordians .custom-accordian .accordian-summary{align-items:center;display:flex;gap:36px;justify-content:flex-start;padding:8px 0}.new-curriculum-accordians .custom-accordian .accordian-summary .left-container{align-items:center;display:flex;gap:8px}.new-curriculum-accordians .custom-accordian .accordian-summary .left{color:#fff;font-size:20px;font-weight:500;letter-spacing:-.4px;line-height:26px;min-width:90px;transition:all .3s}.new-curriculum-accordians .custom-accordian .accordian-summary .right{display:flex;flex-direction:column;gap:4px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .upper-text{color:#fff;font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:26px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower{align-items:center;display:flex;gap:6px;justify-content:flex-start}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .text{color:#fff;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.72px;line-height:normal}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .dot{font-size:12px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip{align-items:center;background-color:#e9eeff;border-radius:52px;display:flex;gap:6px;justify-content:center;margin-right:12px;padding:10px 18px;transition:all .5s}.new-curriculum-accordians .custom-accordian .accordian-summary .chip .icon{color:#031b31;font-size:16px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip .text{color:#031b31;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-align:center}.new-curriculum-accordians .custom-accordian .accordian-summary .chip.show{background:#ffdfc1}.new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .icon,.new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .text{color:#c46510}.new-curriculum-accordians .custom-accordian .accordian-summary.active .left{color:#ffb166}.new-curriculum-accordians .custom-accordian .accordian-details{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.new-curriculum-accordians .custom-accordian .accordian-details .intro-text{color:#a8d5ff;font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.4px;line-height:26px}.new-curriculum-accordians .custom-accordian .accordian-details .text{color:#fff;font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.36px;line-height:26px}.new-curriculum-accordians .custom-accordian .accordian-details .sub-heading{color:#2b2f34;font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:26px;text-align:left}.new-curriculum-accordians .custom-accordian .accordian-details .skill-flex{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.new-curriculum-accordians .custom-accordian .accordian-details .skill-flex .skill{background:#f0f2fa;border:1px solid #f0f2fa;border-radius:50px;color:#595959;font-family:Satoshi,sans-serif;font-size:15px;font-weight:700;line-height:18px;padding:6px 14px;text-align:center}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex{align-items:center;display:flex;gap:12px;justify-content:flex-start}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left{min-width:90px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left,.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#ffb166;font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.36px;line-height:26px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#fff}@media screen and (max-width:500px){.new-curriculum-accordians .custom-accordian .accordian-summary{align-items:flex-start;flex-direction:column;flex-wrap:wrap;gap:20px}.new-curriculum-accordians .custom-accordian .accordian-summary .left{color:#fff;font-size:16px;width:80px}.new-curriculum-accordians .custom-accordian .accordian-summary .right{display:flex;flex-direction:column;gap:4px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .upper-text{font-size:16px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower{flex-wrap:wrap;gap:4px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .text{font-size:14px}.new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .dot{font-size:10px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip{display:none;margin-left:0;padding:8px 16px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip .icon{font-size:14px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip .text{font-size:12px}.new-curriculum-accordians .custom-accordian .accordian-summary .chip.show{display:flex}.new-curriculum-accordians .custom-accordian .accordian-details .intro-text{font-size:16px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex{align-items:flex-start;gap:8px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left{min-width:70px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left,.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#ffb166;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.36px;line-height:26px}.new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#fff}.life-at-iit-guwahati-section{background-color:#fff;padding-top:24px;z-index:10}}.life-at-iit-guwahati-section .title{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1.6px;line-height:normal}@media screen and (max-width:500px){.life-at-iit-guwahati-section .title{font-size:28px}}.life-at-iit-guwahati-section .title .highlight{color:var(--Primary-Primary,#2f80ed);font-family:IBM Plex Sans;font-style:italic;letter-spacing:-1.6px;line-height:normal}.life-at-iit-guwahati-section .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:24px;font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:normal;margin-bottom:32px}@media screen and (max-width:500px){.life-at-iit-guwahati-section .description{font-size:18px;margin-bottom:24px}}.life-at-iit-guwahati-section .container{display:flex;flex-direction:row;gap:10px;padding-left:0;width:700px}.life-at-iit-guwahati-section .container .life-at-iit-image{border-radius:0}.life-at-iit-guwahati-section .container .life-at-iit-image .logo-img{border-radius:0;height:342px}.life-at-iit-guwahati-section .container .firstDiv{filter:grayscale(100%);flex:0 0 66%;position:relative}.life-at-iit-guwahati-section .container .firstDiv:hover{flex:0 0 66%}.life-at-iit-guwahati-section .container .secondDiv{filter:grayscale(100%);flex:1;position:relative}.life-at-iit-guwahati-section .container .secondDiv:hover{flex:0 0 66%}.life-at-iit-guwahati-section .container .thirdDiv{filter:grayscale(100%);flex:1;position:relative}.life-at-iit-guwahati-section .container .thirdDiv:hover{flex:0 0 66%}.life-at-iit-guwahati-section .container .hover-overlay{padding:16px var(--md,24px) 16px 16px;position:absolute;top:60%;transition:all .8s;z-index:10}.life-at-iit-guwahati-section .container .hover-overlay .life-at-iit-heading{color:var(--White,#fff);font-family:Satoshi;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:normal}.life-at-iit-guwahati-section .container .hover-overlay .life-at-iit-sub-heading{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:normal}.life-at-iit-guwahati-section .container .inactive-overlay{background:rgba(0,0,0,.6);height:342px;left:0;position:absolute;top:0;width:100%;z-index:2}.life-at-iit-guwahati-section .container .active{filter:grayscale(0)}.life-at-iit-guwahati-section .container .active .hover-overlay{align-items:flex-start;background:rgba(0,0,0,.7);border-radius:0 100px 100px 0;box-shadow:0 6px 14px -6px rgba(24,39,75,.12),0 10px 32px -4px rgba(24,39,75,.1);display:flex;flex-direction:column;gap:6px}.life-at-iit-guwahati-section .container .active .life-at-iit-image{margin-inline:5px}.life-at-iit-guwahati-section .container .active .life-at-iit-image .logo-img{border-radius:5px}@media screen and (max-width:500px){.mobile-container{display:flex;flex-direction:column;gap:24px}.mobile-container .individual-section .life-at-iit-image{margin-inline:5px}.mobile-container .individual-section .life-at-iit-image .logo-img{border-radius:10px;height:300px}.mobile-container .individual-section .life-at-iit-heading{color:var(--Text-300,#2b2f34);font-family:Satoshi;font-size:22px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;margin-bottom:0;margin-top:16px}.mobile-container .individual-section .life-at-iit-sub-heading{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:17px;font-style:normal;font-weight:500;letter-spacing:-.56px;line-height:normal}}.iit-g-certificate-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin:48px 0;width:100%}.iit-g-certificate-wrapper .left-div{display:flex;flex-direction:column;gap:24px;height:100%;width:50%}.iit-g-certificate-wrapper .left-div .heading{color:#2b2f34;font-size:32px;font-weight:700;letter-spacing:-.04em;line-height:43.2px;text-align:left}.iit-g-certificate-wrapper .left-div .heading .blue-text{color:#2f80ed}.iit-g-certificate-wrapper .left-div .desc{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:32px;text-align:left}.iit-g-certificate-wrapper .left-div .hover-div{align-items:center;border:0 solid transparent;border-radius:16px;display:flex;gap:10px;justify-content:space-between;margin-top:36px;width:100%}.iit-g-certificate-wrapper .left-div .hover-div .text{color:#8c9aac;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:24.3px;text-align:left}.iit-g-certificate-wrapper .left-div .hover-div .icon{color:#2f80ed;display:none;font-size:32px}.iit-g-certificate-wrapper .left-div .hover-div{border-bottom:4px solid #2f80ed;border-left:4px solid #2f80ed;padding:16px;transition:all .3s}.iit-g-certificate-wrapper .left-div .hover-div .icon{display:block}.iit-g-certificate-wrapper .certificate-img{border:1px solid #eaecf0;border-radius:10px;box-shadow:0 16.44px 80.38px -3.65px rgba(24,39,75,.141),0 7.31px 25.58px -5.48px rgba(24,39,75,.122);margin-left:36px;padding:8px;width:50%}@media screen and (max-width:500px){.iit-g-certificate-wrapper{flex-direction:column;gap:24px;margin:0 0 24px}.iit-g-certificate-wrapper .left-div{gap:18px;width:100%}.iit-g-certificate-wrapper .left-div .heading{font-size:24px;line-height:36.2px}.iit-g-certificate-wrapper .left-div .heading .blue-text{color:#2f80ed}.iit-g-certificate-wrapper .left-div .desc{font-size:14px;line-height:24px;text-align:left}.iit-g-certificate-wrapper .hover-div{align-items:center;border-bottom:4px solid #2f80ed;border-left:4px solid #2f80ed;border-radius:16px;display:flex;flex-direction:row;gap:6px;margin-top:0;padding:16px;transition:all .3s;width:100%}.iit-g-certificate-wrapper .hover-div .text{color:#8c9aac;font-size:16px;font-weight:500;letter-spacing:-.04em;line-height:22.3px;text-align:left;width:80%}.iit-g-certificate-wrapper .hover-div .icon{color:#2f80ed;display:block;font-size:32px;transform:rotate(-90deg);width:20%}.iit-g-certificate-wrapper .certificate-img{border:1px solid #eaecf0;border-radius:10px;box-shadow:0 16.44px 80.38px -3.65px rgba(24,39,75,.141),0 7.31px 25.58px -5.48px rgba(24,39,75,.122);margin-left:0;padding:8px;width:100%}}.new-course-overview{margin-top:48px;width:100%}.new-course-overview .heading-flex{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:100%}.new-course-overview .heading-flex .heading{color:#2b2f34;font-size:40px;font-weight:700;letter-spacing:-.04em;line-height:52px;text-align:left}.new-course-overview .heading-flex .heading .span-blue{color:#2f80ed}.new-course-overview .heading-flex .desc{color:#8c9aac;font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:32.4px;text-align:left}.new-course-overview .points{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-top:36px;position:relative;width:100%}.new-course-overview .points .line{background-color:#d0d5dd;height:270px;left:32px;position:absolute;top:45%;transform:translateY(-50%);width:2px}.new-course-overview .points .point{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:72px;width:100%}.new-course-overview .points .point .point-left{align-items:flex-start;display:flex;gap:16px;justify-content:flex-start;width:45%}.new-course-overview .points .point .point-left .point-number{background-color:#2f80ed;border-radius:50%;min-height:64px;min-width:64px;position:relative}.new-course-overview .points .point .point-left .point-number .number{bottom:6px;color:#000;font-size:64px;font-weight:900;left:6px;letter-spacing:-.04em;line-height:0px;position:absolute;text-align:left;transform:translate(-50%,-50%)}.new-course-overview .points .point .point-left .text-flex{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start}.new-course-overview .points .point .point-left .text-flex .heading{color:#2b2f34;font-size:32px;font-weight:700;letter-spacing:-.04em;line-height:43.2px;text-align:left}.new-course-overview .points .point .point-left .text-flex .desc{color:#505862;font-size:20px;font-weight:500;letter-spacing:-.04em;line-height:27px;text-align:left}.new-course-overview .points .point .point-right{width:55%}.new-course-overview .points .point .point-right video{border-radius:16px;height:auto;width:100%}.new-course-overview .points .point .point-right .video-wrapper{cursor:pointer;display:inline-block;position:relative}.new-course-overview .points .point .point-right .play-pause-icon{align-items:center;animation:fadeInOut 2s;background-color:rgba(0,0,0,.3);border-radius:50%;cursor:pointer;display:flex;height:56px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:56px;z-index:1}.new-course-overview .points .point .point-right .play-pause-icon .icon{color:#fff;font-size:16px}.new-course-overview.blue-course-overview{align-items:center;background:#ecf5ff;display:flex;flex-direction:column;justify-content:center;margin-top:-48px;padding:148px 24px 24px;width:100%}.new-course-overview.blue-course-overview .center-div{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;max-width:1300px}.new-course-overview.blue-course-overview .center-div .points .point .point-left .point-number{align-items:center;background-color:#2f80ed;display:flex;justify-content:center}.new-course-overview.blue-course-overview .center-div .points .point .point-left .point-number .number{bottom:unset;color:#fff;font-size:36px;left:50%;line-height:unset;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:500px){.new-course-overview{margin-top:24px;width:100%}.new-course-overview .heading-flex{width:100%}.new-course-overview .heading-flex .heading{font-size:28px;letter-spacing:-.04em;line-height:37.8px;text-align:left}.new-course-overview .heading-flex .desc{font-size:18px;letter-spacing:-.04em;line-height:24.3px;text-align:left}.new-course-overview .points{gap:18px;margin-top:24px;width:100%}.new-course-overview .points .line{display:none}.new-course-overview .points .point{align-items:flex-start;flex-direction:column;gap:18px;justify-content:flex-start;margin-bottom:32px;width:100%}.new-course-overview .points .point .point-left{flex-direction:column;gap:16px;width:100%}.new-course-overview .points .point .point-left .point-number{min-height:48px;min-width:48px}.new-course-overview .points .point .point-left .point-number .number{bottom:6px;font-size:32px;left:6px}.new-course-overview .points .point .point-left .text-flex .heading{font-size:20px;letter-spacing:-.04em;line-height:27px;text-align:left}.new-course-overview .points .point .point-left .text-flex .desc{font-size:14px;letter-spacing:-.04em;line-height:18.9px;text-align:left}.new-course-overview .points .point .point-right{width:100%}}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.new-cyber-security-video-hero{align-items:center;display:flex;justify-content:flex-start;min-height:100vh;position:relative;width:100%}.new-cyber-security-video-hero .play-pause-icon{color:#fff;font-size:3rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .5s ease-in-out}.new-cyber-security-video-hero .fade-in-out{animation:fadeOut 1s forwards;opacity:1}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.new-cyber-security-video-hero .main-div{align-items:flex-start;background:linear-gradient(99.73deg,#091a2f 18.3%,transparent 96.39%);display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%}.new-cyber-security-video-hero .main-div .text-container{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:0 64px;width:50%}.new-cyber-security-video-hero .main-div .text-container .heading{color:#fff;font-size:40px;font-weight:700;letter-spacing:-.04em;line-height:54px;text-align:left}.new-cyber-security-video-hero .main-div .text-container .heading .orange{color:#ff692e}.new-cyber-security-video-hero .main-div .text-container .desc{color:#8c9aac;font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:32.4px;text-align:left}.new-cyber-security-video-hero .main-div .text-container .btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;line-height:27px;margin-top:16px;padding:12px 26px;text-align:left;width:-moz-fit-content;width:fit-content}.new-cyber-security-video-hero .main-div .collab-between-div{display:flex;flex-direction:column;gap:12px;margin-top:64px;padding:0 64px}.new-cyber-security-video-hero .main-div .collab-between-div .text{color:#8c9aac;font-size:16px;font-weight:500;letter-spacing:-.04em;line-height:21.6px;text-align:left}.new-cyber-security-video-hero .video-controls{align-items:center;background-color:rgba(0,0,0,.5);border-radius:32px;bottom:32px;display:flex;gap:8px;justify-content:center;padding:16px 28px;position:absolute;right:32px;z-index:1000}.new-cyber-security-video-hero .video-controls .play-icon{color:#fff;font-size:36px}@media screen and (max-width:500px){.new-cyber-security-video-hero{background:linear-gradient(180deg,#091a2f 80%,#091a2f);flex-direction:column;margin-top:92px;min-height:auto;width:100%}.new-cyber-security-video-hero .mobile-gradient{background:linear-gradient(180deg,transparent 26.34%,#091a2f 51.67%);height:430px;left:0;position:absolute;top:0;width:100vw;z-index:1}.new-cyber-security-video-hero .play-pause-icon{top:15%}.new-cyber-security-video-hero .main-div{align-items:flex-start;background-position:bottom;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px 0;position:unset;width:100%;z-index:2}.new-cyber-security-video-hero .main-div .video-background{-o-object-fit:cover;object-fit:cover}.new-cyber-security-video-hero .main-div .text-container{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:0 16px;width:100%}.new-cyber-security-video-hero .main-div .text-container .heading{font-size:28px;letter-spacing:-.04em;line-height:37.8px;text-align:center}.new-cyber-security-video-hero .main-div .text-container .desc{font-size:24px;letter-spacing:-.04em;line-height:32.4px;text-align:center}.new-cyber-security-video-hero .main-div .text-container .btn{font-size:16px;margin:16px auto;padding:12px 26px;text-align:center;width:100%}.new-cyber-security-video-hero .main-div .collab-between-div{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-top:24px;padding:0 16px;width:100%}.new-cyber-security-video-hero .main-div .collab-between-div .text{color:#8c9aac;font-size:16px;font-weight:500;letter-spacing:-.04em;line-height:21.6px;text-align:center;width:100%}.new-cyber-security-video-hero .video-controls{border-radius:32px;bottom:unset;gap:8px;padding:12px 21px;right:16px;top:16px;z-index:100}.new-cyber-security-video-hero .video-controls .play-icon{color:#fff;font-size:24px}}.new-achieve-excellence{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:64px 0;width:100%}.new-achieve-excellence .heading-flex{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 20px;width:50%}.new-achieve-excellence .heading-flex .heading{color:#2b2f34;font-size:40px;font-weight:700;letter-spacing:-.04em;line-height:54px;text-align:left;width:100%}.new-achieve-excellence .heading-flex .desc{color:#8c9aac;font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:32.4px;text-align:left;width:100%}.new-achieve-excellence .right-img{width:50%}@media screen and (max-width:500px){.new-achieve-excellence{gap:16px;margin:32px 0 0}.new-achieve-excellence,.new-achieve-excellence .heading-flex{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.new-achieve-excellence .heading-flex{gap:24px;padding:0 12px}.new-achieve-excellence .heading-flex .heading{font-size:28px;letter-spacing:-.04em;line-height:37.8px;text-align:left}.new-achieve-excellence .heading-flex .desc{font-size:18px;letter-spacing:-.04em;line-height:24.3px}.new-achieve-excellence .right-img{margin-top:12px;width:100%}}.diploma-main-div .accio-stats,.full-stack-dev-main-div .accio-stats{background:#fff;border-radius:16px;border-top:6px solid var(--Primary-Primary,#2f80ed);box-shadow:0 8px 28px -6px rgba(24,39,75,.12),0 18px 88px -4px rgba(24,39,75,.14);display:flex;gap:150px;justify-content:space-between;left:50%;min-width:1200px;padding:32px 108px;position:absolute;top:100%;transform:translate(-50%,-50%);z-index:2}.diploma-main-div .accio-stats .stat-container,.full-stack-dev-main-div .accio-stats .stat-container{display:flex;flex-direction:column;gap:8px}.diploma-main-div .accio-stats .stat-container .stat-heading,.full-stack-dev-main-div .accio-stats .stat-container .stat-heading{color:var(--Text-200,#505862);font-family:Satoshi;font-size:36px;font-style:normal;font-weight:700;letter-spacing:-1.08px;line-height:140%;text-align:center}.diploma-main-div .accio-stats .stat-container .stat-subheading,.full-stack-dev-main-div .accio-stats .stat-container .stat-subheading{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.18px;line-height:140%;text-align:center}@media screen and (max-width:500px){.diploma-main-div .accio-stats,.full-stack-dev-main-div .accio-stats{display:grid;gap:32px 16px;grid-template-columns:1fr 1fr;left:unset;margin-inline:0;min-width:unset;padding:var(--md,24px);position:relative;transform:unset}.diploma-main-div .accio-stats .stat-container .stat-heading,.full-stack-dev-main-div .accio-stats .stat-container .stat-heading{font-size:28px}.diploma-main-div .accio-stats .stat-container .stat-subheading,.full-stack-dev-main-div .accio-stats .stat-container .stat-subheading{font-size:16px}}.diploma-main-div .accio-stats .accio-stats-mobile-student{display:none}@media screen and (max-width:500px){.diploma-main-div{position:relative}.diploma-main-div .accio-stats{bottom:0;height:230px;left:50%;margin:0;position:absolute;transform:translate(-50%,-50%);width:calc(100% - 32px);z-index:100}.diploma-main-div .accio-stats .accio-stats-mobile-student{display:block;max-width:100%;position:absolute;right:0;top:0;transform:translateY(-100%);width:calc(100% - 32px)}}.main-wrapper{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:24px;justify-content:center;margin:auto;max-width:1300px;position:relative;width:90%;z-index:1}.desktop-only{display:block!important}.mobile-only{display:none!important}@media screen and (max-width:500px){.main-wrapper{margin-top:0!important;width:calc(100% - 32px)}.desktop-only{display:none!important}.mobile-only{display:block!important}}.cyber-security-page .navbar-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7)}.cyber-security-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer{color:var(--Text-0,#fff)!important;font-family:Satoshi;font-style:normal;font-weight:500;letter-spacing:.13px;line-height:155%}.cyber-security-page .navbar-wrapper .navbar-container .navbar-logo-outer{margin-left:0}.cyber-security-page .navbar-wrapper .navbar-container .navbar-items-outer{padding-right:0;width:unset}.cyber-security-page .navbar-wrapper .navbar-container .navbar-button-outer{display:flex;justify-content:flex-end;margin-right:28px}@media screen and (max-width:500px){.cyber-security-page .navbar-wrapper .navbar-container .navbar-button-outer{display:none}.cyber-security-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{color:#fff}.cyber-security-page .news-component{padding:0}}.offline-interest{width:100vw}.offline-interest .hero{align-items:center;background:var(--Blue-50,#eff8ff);display:flex;flex-direction:column;gap:12px;justify-content:center;padding:124px 25%;position:relative;width:100%}.offline-interest .hero .heading{font-size:48px;font-weight:700;margin-top:100px;text-align:center}.offline-interest .hero .heading span:first-child{position:relative}.offline-interest .hero .heading span:first-child .are-you{left:-30px;position:absolute;top:-30px}.offline-interest .hero .description{color:var(--Text-100,#8c9aac);font-family:Satoshi;font-size:24px;font-weight:500;text-align:center;white-space:pre-wrap}.offline-interest .hero .form-icon{bottom:-105px;height:250px;position:absolute;right:25px;width:250px}.offline-interest .form{padding:42px 108px}.offline-interest .form .heading{color:var(--Text-300,#2b2f34);font-size:32px;font-weight:700}.offline-interest .form .sub-heading{color:var(--Text-100,#8c9aac);font-size:24px;font-weight:500}.offline-interest .form .fields{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:24px 0;width:100%}.offline-interest .form .fields .field{align-items:center;background:var(--Gray-100,#f2f4f7);border-radius:8px;display:flex;font-weight:500;gap:16px;justify-content:center;padding:14px 16px;width:calc(33.33% - 16px)}.offline-interest .form .fields .field svg{color:#8c9aac;font-weight:700}.offline-interest .form .fields .field input{background:transparent;border:none;color:var(--Text-300,#2b2f34);outline:none;width:100%}.offline-interest .form .label-bold{align-items:center;color:var(--Text-300,#2b2f34);display:flex;font-size:24px;font-weight:700;justify-content:space-between;margin:12px}.offline-interest .form .label-normal{color:var(--Text-300,#2b2f34);font-size:18px;font-weight:500;margin:12px}.offline-interest .form .label-normal p{position:relative;top:8px}.offline-interest .form .options{align-items:center;display:flex;gap:8px;margin:24px 0}.offline-interest .form .options .option{background:var(--Gray-100,#f2f4f7);border-radius:8px;padding:4px}.offline-interest .form .options .option .input{display:none}.offline-interest .form .options .option .text{background:var(--Gray-100,#f2f4f7);border-radius:6px;color:var(--Text-100,#8c9aac);font-size:18px;font-weight:500;padding:6px var(--md,18px)}.offline-interest .form .options .option.selected .text{background:var(--Primary-Primary,#2f80ed);color:var(--Text-0,#fff);font-weight:700}.offline-interest .submit-button{align-items:center;background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);display:flex;font-family:Satoshi;font-size:18px;font-style:normal;font-weight:700;gap:2px;justify-content:center;line-height:150%;margin-top:12px;padding:14px 32px}.offline-interest .submit-button:disabled{background:var(--Gray-100,#f2f4f7);color:var(--Text-100,#8c9aac)}.offline-interest .submit-button:disabled:active{scale:none}.offline-interest .hide-in-web{display:none}@media screen and (max-width:1024px){.offline-interest .hero{padding:96px 12%;width:100%}.offline-interest .hero .heading{font-size:28px}.offline-interest .hero .description{font-size:18px}.offline-interest .hero .form-icon{bottom:-75px;height:175px;right:0;width:175px;z-index:1}.offline-interest .form{padding:32px 16px}.offline-interest .form .heading{font-size:24px}.offline-interest .form .sub-heading{font-size:16px}.offline-interest .form .fields{flex-direction:column;width:100%}.offline-interest .form .fields .field,.offline-interest .form .fields .field input{width:100%}.offline-interest .form .options{flex-wrap:wrap;gap:8px}.offline-interest .form .label-bold{align-items:flex-start;flex-direction:column;font-size:18px}.offline-interest .form .submit-button{width:100%}.offline-interest .hide-in-web{display:block}}.seminar-registration-page .hero .heading{margin-top:70px}.menu-btn{align-self:center!important;background-color:#2f80ed!important;border:0 solid #fff!important;color:#fff!important;display:flex!important;gap:6px!important;justify-content:space-between!important;position:relative}.menu-btn .menu-btn-text{color:#fff;font-size:14px;font-weight:500;letter-spacing:.01em;line-height:20.15px;text-align:left}.menu-btn .menu-btn-icon{color:#fff;font-size:18px}.menu-btn:hover{background-color:#2f80ed!important}.menu-btn.normal{background-color:transparent!important;margin:0!important;padding:0!important}.menu-btn.normal .menu-btn-icon,.menu-btn.normal .menu-btn-text{color:#2b2f34;font-size:14px}.menu-btn.normal.white-text .menu-btn-icon,.menu-btn.normal.white-text .menu-btn-text{color:#fff}.menu-btn .new-badging{background-color:#eff8ff;border-radius:4px;color:#2f80ed;font-size:10px;font-weight:600;letter-spacing:-.02em;line-height:18px;padding:1px 10px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.new-navbar-wrapper{align-items:center;background-color:#fff;border-bottom:1px solid #eaecf0;box-shadow:0 2px 40px 0 rgba(0,0,0,.122);display:flex;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9998}.new-navbar-wrapper .new-navbar{align-items:center;display:flex;justify-content:space-between;max-width:2100px;padding:16px 86px;width:100%}.new-navbar-wrapper .new-navbar .left-flex{align-items:center;display:flex;gap:24px;justify-content:flex-start}.new-navbar-wrapper .new-navbar .left-flex .logo{height:auto;width:125px}.new-navbar-wrapper .new-navbar .right-flex{align-items:center;display:flex;gap:24px;justify-content:flex-end}.new-navbar-wrapper .new-navbar .right-flex .link{cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.01em;line-height:20.15px;text-align:left}.new-navbar-wrapper .new-navbar .right-flex .link:hover{color:#2f80ed;transition:all .2s}.new-navbar-wrapper .new-navbar .right-flex .primary-btn{align-items:center;background-color:#fff;border:1px solid #2f80ed;border-radius:6px;color:#2f80ed;display:flex;font-size:16px;font-weight:600;justify-content:center;line-height:18.55px;min-width:120px;padding:8px 32px;text-align:left}.new-navbar-menu-wrapper{border-color:#eaecf0!important;border-radius:12px!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-width:0 1px 1px!important;display:flex;flex-direction:column;gap:0;margin-top:14px!important;min-width:300px!important;padding:8px!important}.new-navbar-menu-wrapper .menu-item{border-radius:8px;padding:8px 10px}.new-navbar-menu-wrapper .menu-item .text{color:#2b2f34;font-size:14px;font-weight:500;letter-spacing:-.02em;line-height:19.6px;text-align:left}.new-navbar-menu-wrapper .menu-item .icon{color:#2b2f34;font-size:22px}.new-navbar-menu-wrapper .menu-item .new-badging{background-color:#eff8ff;border-radius:4px;color:#2f80ed;font-size:10px;font-weight:600;letter-spacing:-.02em;line-height:18px;padding:1px 10px;text-align:center}.new-navbar-menu-wrapper .menu-item:hover{background-color:#eff8ff!important;transition:all .3s}.new-navbar-menu-wrapper.large-dropdown{align-items:stretch;display:flex;flex-direction:row;gap:16px;height:auto;justify-content:space-between;max-width:72vw!important;min-height:400px;min-width:72vw!important;padding:16px}.new-navbar-menu-wrapper.large-dropdown .left-side{align-items:flex-start;border-right:1.5px solid #eaecf0;display:flex;flex-direction:column;gap:0;height:auto;justify-content:flex-start;max-width:300px;padding:16px 28px 16px 16px;width:30%}.new-navbar-menu-wrapper.large-dropdown .left-side .mainheading{color:#2a2f35;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;padding-left:16px}.new-navbar-menu-wrapper.large-dropdown .left-side .links{display:flex;flex-direction:column;gap:0;margin-top:6px;width:100%}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex{align-items:center;border-left:4px solid #fff;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:18px 12px;width:100%}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex .text{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:20.15px;text-align:left}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex.active,.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex:hover{background:rgba(0,130,245,.08);border-left:4px solid #2f80ed;border-radius:0 4px 4px 0;color:#2f80ed;transition:all .2s}.new-navbar-menu-wrapper.large-dropdown .right-side{padding:16px;width:70%}.new-navbar-menu-wrapper.large-dropdown .right-side .right-side-heading{color:#2a2f35;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex{align-items:stretch;display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start;margin-top:16px}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card{align-items:flex-start;border:1px solid #eaecf0;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:space-between;max-width:500px;padding:16px;transition:all .3s;width:calc(50% - 32px)}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card:hover{border-color:#0082f5;transition:all .3s}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info{align-items:flex-start;display:flex;flex-direction:column;gap:6px;justify-content:space-between;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .left-card-header{align-items:center;display:flex;gap:6px;justify-content:flex-start;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .left-card-header .heading{color:#839cb0;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body{padding:0}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .main-heading{color:#2a2f35;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.54px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .desc{color:#0082f5;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .duration{color:#4c5864;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.42px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .right-card-img{border-radius:8px;height:68px;width:68px}@media screen and (max-width:500px){.new-navbar-wrapper{display:flex;justify-content:center;width:100%}.new-navbar-wrapper .new-navbar{align-items:center;display:flex;justify-content:space-between;padding:14px 18px;width:100%}.new-navbar-wrapper .new-navbar .left-flex .logo{width:100px}.new-navbar-wrapper .new-navbar .right-flex .menu-icon{font-size:32px}.new-navbar-menu-wrapper{border-color:#eaecf0!important;border-radius:12px!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-width:0 1px 1px!important;display:flex!important;flex-direction:column!important;gap:0!important;min-width:200px!important;padding:8px!important}.new-navbar-menu-wrapper .menu-item .text{color:#2b2f34;font-size:12px;font-weight:500;letter-spacing:-.02em;line-height:19.6px;text-align:left}.new-navbar-menu-wrapper .menu-item .new-badging{background-color:#eff8ff;border-radius:4px;color:#2f80ed;font-size:10px;font-weight:600;letter-spacing:-.02em;line-height:18px;padding:1px 10px;text-align:center}.new-navbar-menu-wrapper .menu-item:hover{background-color:#fff!important}.new-navbar-menu-wrapper.large-dropdown{align-items:stretch;display:flex;flex-direction:row;gap:16px;height:calc(100vh - 72px)!important;justify-content:space-between;max-height:calc(100vh - 72px);max-width:100vw!important;min-width:100vw!important;overflow-x:hidden!important;overflow-y:hidden;padding:16px;width:100vw!important}.new-navbar-menu-wrapper.large-dropdown .left-side{border-right:0 solid #eaecf0;max-width:100vw!important;padding:16px 16px 16px 0;width:100vw!important}.new-navbar-menu-wrapper.large-dropdown .left-side .mainheading{color:#2a2f35;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;padding-left:16px}.new-navbar-menu-wrapper.large-dropdown .left-side .links{display:flex;flex-direction:column;gap:0;margin-top:6px;width:100%}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex{align-items:center;border-left:4px solid #fff;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:18px 12px;width:100%}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex .text{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:20.15px;text-align:left}.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex.active,.new-navbar-menu-wrapper.large-dropdown .left-side .links .link-flex:hover{background:rgba(0,130,245,.08);border-left:4px solid #2f80ed;border-radius:0 4px 4px 0;color:#2f80ed;transition:all .2s}.new-navbar-menu-wrapper.large-dropdown .right-side{height:100%;overflow-y:auto;padding:16px;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .go-back{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:flex-start;margin-bottom:16px}.new-navbar-menu-wrapper.large-dropdown .right-side .go-back .icon{font-size:24px}.new-navbar-menu-wrapper.large-dropdown .right-side .go-back .text{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:20.15px;text-align:left}.new-navbar-menu-wrapper.large-dropdown .right-side .right-side-heading{color:#2a2f35;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start;margin-top:16px;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card{align-items:flex-start;border:1px solid #eaecf0;border-radius:12px;display:flex;flex-direction:row;gap:8px;justify-content:space-between;max-width:100%;padding:16px;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info{align-items:flex-start;display:flex;flex-direction:column;gap:6px;justify-content:space-between;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .left-card-header{align-items:center;display:flex;gap:6px;justify-content:flex-start;width:100%}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .left-card-header .heading{color:#839cb0;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body{padding:0}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .main-heading{color:#2a2f35;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.54px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .desc{color:#0082f5;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .left-card-info .card-body .duration{color:#4c5864;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.42px;line-height:normal}.new-navbar-menu-wrapper.large-dropdown .right-side .link-card-flex .card .right-card-img{border-radius:8px;height:68px;width:68px}}.new-mobile-menu{background-color:#fff;display:flex;flex-direction:column;gap:16px;min-height:100vh;overflow-y:auto;padding:72px 16px 0;width:100vw}.new-mobile-menu .link{color:#2b2f34;font-size:20px;font-weight:700;line-height:26px;text-align:left}.new-mobile-menu .btn-container{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding:24px 0;width:100%}.new-mobile-menu .btn-container .primary-btn{align-items:center;background-color:#2f80ed;border:2px solid #2f80ed;border-radius:8px;color:#fff;display:flex;gap:8px;justify-content:center;padding:10px 16px;width:100%}.new-mobile-menu .btn-container .primary-btn .text{color:#fff;font-size:18px;font-weight:700;line-height:27px;text-align:left}.new-mobile-menu .btn-container .primary-btn .icon{color:#fff;font-size:24px}.new-mobile-menu .btn-container .primary-btn.outline{background-color:#fff}.new-mobile-menu .btn-container .primary-btn.outline .icon,.new-mobile-menu .btn-container .primary-btn.outline .text{color:#2f80ed!important}.menu-accordian{padding:4px 0}.menu-accordian,.menu-accordian .menu-accordian-title{background-color:#fff!important;color:#2b2f34!important}.menu-accordian .menu-accordian-title{font-size:20px;font-weight:700;line-height:26px;text-align:left}.menu-accordian .menu-accordian-title button{background-color:#fff!important}.menu-accordian .menu-accordian-title button .MuiAccordionSummary-indicator{color:#2b2f34!important;opacity:1}.menu-accordian .menu-accordian-title button:active{transform:scale(1)!important}.menu-accordian .menu-accordian-content{display:flex;flex-direction:column;gap:18px;padding:16px 0 0;width:100%}.menu-accordian .menu-accordian-content .links{color:#595959;font-size:16px;font-weight:500;line-height:20.8px;margin-bottom:10px;text-align:left}.new-footer-wrapper{align-items:center;border-top:1.5px solid #e2e2e2;display:flex;justify-content:center;padding-top:0;position:relative;width:100%;z-index:10}.new-footer-wrapper .new-footer{display:flex;flex-direction:column;gap:16px;letter-spacing:.75px;margin-top:0;max-width:2100px;padding:0 48px 24px;width:100%}.new-footer-wrapper .new-footer .socials-links{align-items:center;display:flex;gap:24px;justify-content:flex-start;margin-top:24px}.new-footer-wrapper .new-footer .socials-links .social-media-logo{cursor:pointer;height:24px;width:24px}.new-footer-wrapper .new-footer .logo-flex .logo-vertical-flex{display:flex;flex-direction:column;gap:18px}.new-footer-wrapper .new-footer .logo-flex .logo-vertical-flex .logo{margin-bottom:12px;width:120px}.new-footer-wrapper .new-footer .logo-flex .acciojob-desc{color:#505862;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:24px;text-align:left;width:100%}.new-footer-wrapper .new-footer .course-links-flex,.new-footer-wrapper .new-footer .last-links-flex,.new-footer-wrapper .new-footer .location-links-flex{align-items:stretch;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:.7fr 1fr 1fr 1fr;margin-top:36px;width:100%}.new-footer-wrapper .new-footer .course-links-flex .link-container,.new-footer-wrapper .new-footer .last-links-flex .link-container,.new-footer-wrapper .new-footer .location-links-flex .link-container{display:flex;flex-direction:column}.new-footer-wrapper .new-footer .course-links-flex .link-container .courses-offered,.new-footer-wrapper .new-footer .last-links-flex .link-container .courses-offered,.new-footer-wrapper .new-footer .location-links-flex .link-container .courses-offered{margin-bottom:32px}.new-footer-wrapper .new-footer .course-links-flex .link-container .courses-heading,.new-footer-wrapper .new-footer .last-links-flex .link-container .courses-heading,.new-footer-wrapper .new-footer .location-links-flex .link-container .courses-heading{font-family:Satoshi;font-size:16px;font-weight:700;letter-spacing:0;line-height:150%;margin-bottom:10px;text-transform:uppercase}.new-footer-wrapper .new-footer .course-links-flex .link-container .heading,.new-footer-wrapper .new-footer .last-links-flex .link-container .heading,.new-footer-wrapper .new-footer .location-links-flex .link-container .heading{color:#2f80ed;font-size:16px;font-weight:700;line-height:21px;margin-bottom:16px;text-align:left;text-transform:uppercase}.new-footer-wrapper .new-footer .course-links-flex .link-container .link,.new-footer-wrapper .new-footer .last-links-flex .link-container .link,.new-footer-wrapper .new-footer .location-links-flex .link-container .link{color:#2b2f34;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:21.6px;margin-bottom:12px;text-align:left;width:90%}.new-footer-wrapper .new-footer .course-links-flex .link-container .link:hover,.new-footer-wrapper .new-footer .last-links-flex .link-container .link:hover,.new-footer-wrapper .new-footer .location-links-flex .link-container .link:hover{color:#2f80ed;cursor:pointer;transition:all .2s}.new-footer-wrapper .new-footer .course-links-flex .link-container .text,.new-footer-wrapper .new-footer .last-links-flex .link-container .text,.new-footer-wrapper .new-footer .location-links-flex .link-container .text{color:#505862;font-family:Satoshi;font-size:16px;font-weight:500;letter-spacing:0;line-height:120%;margin-bottom:12px;margin-top:auto}.new-footer-wrapper .new-footer .course-links-flex .link-container.div-1,.new-footer-wrapper .new-footer .last-links-flex .link-container.div-1,.new-footer-wrapper .new-footer .location-links-flex .link-container.div-1{margin-left:-56px}.new-footer-wrapper .new-footer .location-links-flex{display:grid;grid-template-columns:.7fr 1fr 1fr 1fr}.new-footer-wrapper .new-footer .btn-vertical-flex{display:flex;flex-direction:column;gap:16px}.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn{align-items:center;background-color:#2f80ed;border:2px solid #2f80ed;border-radius:16px;color:#fff;display:flex;gap:8px;justify-content:center;padding:8px 12px;width:100%}.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn .text{color:#fff;font-size:16px;font-weight:500;line-height:27px;text-align:left}.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn .icon{color:#fff;font-size:22px}.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn.outline{background-color:#eff6ff;border:none;outline:none}.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn.outline .icon,.new-footer-wrapper .new-footer .btn-vertical-flex .primary-btn.outline .text{color:#1c4d8e!important}.new-footer-wrapper .new-footer .location-button{align-items:center;background:var(--Gray-100,#f2f4f7);border-radius:100px;color:var(--Primary-Primary,#2f80ed);cursor:pointer;display:flex;gap:6px;padding:4px 10px;width:-moz-max-content;width:max-content}.new-footer-wrapper .new-footer .contact-us-links{display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:12px;letter-spacing:-.02em;line-height:21.6px;text-align:left}.new-footer-wrapper .new-footer .contact-us-links .link-container{display:flex;flex-direction:row!important;gap:12px;justify-content:flex-start;width:-moz-max-content;width:max-content}.new-footer-wrapper .new-footer .contact-us-links .link-container:hover{cursor:pointer;transition:all .2s}.new-footer-wrapper .new-footer .contact-us-links .link-container .icon{font-size:22px}.new-footer-wrapper .new-footer .company-link-container .sublinks{display:flex;flex-direction:column;gap:26px;height:100%}.new-footer-wrapper .new-footer .company-link-container .sublinks .link{margin-bottom:0}.new-footer-wrapper .new-footer .copyright-flex{align-items:center;border-top:1.5px solid #e2e2e2;display:flex;justify-content:space-between;margin-bottom:32px;margin-top:24px;padding-top:16px}.new-footer-wrapper .new-footer .copyright-flex .text{color:#262626;font-size:13px;font-weight:500;letter-spacing:-.015em;line-height:17.55px;text-align:left}.new-footer-wrapper .new-footer .copyright-flex .image-flex{align-items:center;display:flex;font-size:13px;font-weight:500;gap:10px;justify-content:flex-end;letter-spacing:-.04em;line-height:17.55px;text-align:left}.new-footer-wrapper .new-footer .copyright-flex .image-flex .backed-by-img{height:auto;width:120px}@media screen and (max-width:500px){.new-footer-wrapper{flex-direction:column;width:100%}.new-footer-wrapper .new-footer{flex-direction:column;margin-bottom:52px;padding:16px}.new-footer-wrapper .new-footer .logo-flex{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:space-between}.new-footer-wrapper .new-footer .logo-flex .logo-vertical-flex{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.new-footer-wrapper .new-footer .logo-flex .logo-vertical-flex .socials-links .social-media-logo{height:20px;width:20px}.new-footer-wrapper .new-footer .logo-flex .acciojob-desc{color:#505862;font-family:Satoshi,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;width:100%}.new-footer-wrapper .new-footer .course-links-flex,.new-footer-wrapper .new-footer .last-links-flex,.new-footer-wrapper .new-footer .location-links-flex{align-items:flex-start;display:flex;flex-direction:column;gap:36px;justify-content:flex-start;margin-top:0}.new-footer-wrapper .new-footer .course-links-flex .link-container,.new-footer-wrapper .new-footer .last-links-flex .link-container,.new-footer-wrapper .new-footer .location-links-flex .link-container{color:#505862;display:flex;flex-direction:column;font-family:Satoshi,sans-serif;font-size:16px;font-weight:500;gap:0;letter-spacing:0;line-height:24px}.new-footer-wrapper .new-footer .course-links-flex .link-container.div-1,.new-footer-wrapper .new-footer .last-links-flex .link-container.div-1,.new-footer-wrapper .new-footer .location-links-flex .link-container.div-1{margin-left:0;margin-right:auto}.new-footer-wrapper .new-footer .last-links-flex .link-container .courses-offered{margin-bottom:2px}.new-footer-wrapper .new-footer .course-links-flex{flex-direction:row;gap:0;margin-top:12px}.new-footer-wrapper .new-footer .btn-vertical-flex{display:flex;flex-direction:column;gap:16px;margin:24px 0;width:100%}.new-footer-wrapper .new-footer .company-link-container .sublinks{flex-direction:column;gap:16px}.new-footer-wrapper .new-footer .copyright-flex{align-items:center;flex-direction:column;gap:16px;justify-content:center;margin-bottom:2%}.new-footer-wrapper .new-footer .copyright-flex .image-flex p,.new-footer-wrapper .new-footer .copyright-flex .text{font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:500;letter-spacing:-1.5%;line-height:100%}}.announcement-section-wrapper{background-color:#ecf8ff;display:flex;flex-direction:column;gap:24px;margin-top:24px auto;padding:48px;width:100%}.announcement-section-wrapper .announcement-section-heading{display:flex;flex-direction:column;gap:8px;width:100%}.announcement-section-wrapper .announcement-section-heading .gradient-text{background:linear-gradient(315deg,#992fed,#2f80ed);background-clip:text;-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;font-size:20px;font-weight:700;letter-spacing:.08em;line-height:27px;text-align:center}.announcement-section-wrapper .announcement-section-heading .heading{color:#2b2f34;font-size:42px;font-weight:700;letter-spacing:-.04em;line-height:55.44px;text-align:center;text-transform:capitalize}.announcement-section-wrapper .announcement-section-heading .heading .blue{color:#2f80ed}.announcement-section-wrapper .announcements-flex{align-items:stretch;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}.announcement-section-wrapper .announcements-flex .announcement-card{align-items:flex-start;background-color:#fff;border:1px solid #2f80ed;border-radius:8px;box-shadow:0 2px 40px 0 rgba(0,0,0,.078);display:flex;flex-direction:column;gap:24px;justify-content:flex-start;max-width:400px;padding:24px;position:relative;width:100%}.announcement-section-wrapper .announcements-flex .announcement-card .bg-icon{position:absolute;right:0;top:0}.announcement-section-wrapper .announcements-flex .announcement-card .icon{height:56px;width:56px}.announcement-section-wrapper .announcements-flex .announcement-card .content{display:flex;flex-direction:column;gap:6px}.announcement-section-wrapper .announcements-flex .announcement-card .content .chip{background-color:#2f80ed;border-radius:50px;color:#fff;font-size:14px;padding:4px 12px;width:-moz-fit-content;width:fit-content}.announcement-section-wrapper .announcements-flex .announcement-card .content .heading{color:#2b2f34;font-size:24px;font-weight:700;line-height:32.4px;margin:4px 0 0;text-align:left}.announcement-section-wrapper .announcements-flex .announcement-card .content .desc{color:#4f4f4f;font-size:18px;font-weight:500;letter-spacing:.01em;line-height:24.3px;margin:0;text-align:left}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex{align-items:center;display:flex;gap:6px;justify-content:flex-start;width:100%}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex .text{color:#2b2f34;font-size:18px;font-weight:500;letter-spacing:.01em;line-height:24.3px;margin:0;text-align:left}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex .icon{color:#2b2f34;height:22px;width:22px}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex:hover{cursor:pointer}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex:hover .icon,.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex:hover .text{color:#2f80ed;transition:all .3s ease-in-out}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex.offline:hover{cursor:pointer}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex.offline:hover .icon,.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex.offline:hover .text{color:#ff4405;transition:all .3s ease-in-out}@media screen and (max-width:500px){.announcement-section-wrapper{gap:18px;padding:24px 16px;width:100%}.announcement-section-wrapper .announcement-section-heading .gradient-text{font-size:14px;line-height:21px}.announcement-section-wrapper .announcement-section-heading .heading{font-size:26px;letter-spacing:-1.5%;line-height:39px}.announcement-section-wrapper .announcements-flex{display:flex;flex-direction:column;gap:20px}.announcement-section-wrapper .announcements-flex .announcement-card{gap:20px;max-width:100%;padding:20px;width:100%}.announcement-section-wrapper .announcements-flex .announcement-card .icon{height:48px;width:48px}.announcement-section-wrapper .announcements-flex .announcement-card .content{display:flex;flex-direction:column;gap:4px}.announcement-section-wrapper .announcements-flex .announcement-card .content .chip{font-size:14px}.announcement-section-wrapper .announcements-flex .announcement-card .content .heading{font-size:20px;line-height:26.4px}.announcement-section-wrapper .announcements-flex .announcement-card .content .desc{color:#4f4f4f;font-size:14px;line-height:21.3px}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex .text{font-size:16px;line-height:21.3px}.announcement-section-wrapper .announcements-flex .announcement-card .know-more-flex .icon{height:18px;width:18px}}.new-hero-main-landing{align-items:stretch;display:flex;justify-content:space-between;overflow-x:hidden;padding:100px 0;width:100%}.new-hero-main-landing .left-div{display:flex;flex-direction:column;gap:20px;min-height:600px;padding-left:5%;position:relative;width:50%}.new-hero-main-landing .left-div .hero-arrow{position:absolute;right:0;top:20%;transform:translate(50%,-50%);width:140px}.new-hero-main-landing .left-div .heading{align-items:center;color:#2b2f34;display:flex;flex-wrap:wrap;font-size:50px;font-weight:700;gap:10px;letter-spacing:-.015em;line-height:65px;text-align:left;text-transform:capitalize;width:100%}.new-hero-main-landing .left-div .heading .blue{color:#2f80ed}.new-hero-main-landing .left-div .heading .hero-icon{height:auto;width:60px}.new-hero-main-landing .left-div .desc{color:#4c5864;font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.6px;line-height:140%;width:90%}.new-hero-main-landing .left-div .gradient-list{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start}.new-hero-main-landing .left-div .gradient-list .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.new-hero-main-landing .left-div .icon-list{align-items:stretch;display:flex;flex-wrap:wrap;gap:36px;justify-content:flex-start}.new-hero-main-landing .left-div .icon-list .line-vertical{background-color:#e2e2e2;height:auto;width:1px}.new-hero-main-landing .left-div .icon-list .icon-img{height:70px;padding:6px 0;width:auto}.new-hero-main-landing .right-div{align-items:flex-start;display:flex;height:auto;justify-content:center;padding-right:0;position:relative;width:50%}.new-hero-main-landing .right-div div{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,130,245,.15);border-radius:18px;box-shadow:0 4px 125.8px 0 rgba(0,130,245,.09);position:relative;z-index:100}.new-hero-main-landing .right-div div .line{animation:animateLine 3s infinite;background:rgba(0,130,245,.5);position:absolute}.new-hero-main-landing .right-div div .line:first-child{bottom:0;height:2px;transform-origin:100% 100%;width:20%}.new-hero-main-landing .right-div div .line:nth-child(4){display:none;height:2px;right:0;top:-1px;transform-origin:0 100%;width:20%}.new-hero-main-landing .right-div div .line:nth-child(2){bottom:14px;height:calc(100% - 22px);left:-2px;transform-origin:100% 100%;width:2px}.new-hero-main-landing .right-div div .line:nth-child(5){bottom:0;height:calc(100% - 22px);right:-1px;transform-origin:100% 0;width:2px}.new-hero-main-landing .right-div div .line:nth-child(3){height:2px;left:14px;top:-2px;transform-origin:0 100%;width:calc(100% - 22px)}.new-hero-main-landing .right-div div .line:nth-child(6){bottom:-2px;height:2px;right:14px;transform-origin:100% 0;width:calc(100% - 22px)}.new-hero-main-landing .right-div div .line:nth-child(2),.new-hero-main-landing .right-div div .line:nth-child(5){animation-delay:.5s}.new-hero-main-landing .right-div div .line:nth-child(3),.new-hero-main-landing .right-div div .line:nth-child(6){animation-delay:.9s}.new-hero-main-landing .right-div .ribbon-img{max-width:650px;position:absolute;right:-30px;top:-120px;width:100%}.new-hero-main-landing .right-div .bg-image{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:500px){.new-hero-main-landing{align-items:center;flex-direction:column;justify-content:flex-start;padding:0}.new-hero-main-landing .left-div{align-items:center;gap:16px;justify-content:center;min-height:unset;padding:0 16px;width:100%}.new-hero-main-landing .left-div .hero-arrow{display:none}.new-hero-main-landing .left-div .heading{font-size:24px;font-weight:700;gap:0 10px;justify-content:center;line-height:32px;text-align:center}.new-hero-main-landing .left-div .heading .hero-icon{height:auto;width:30px}.new-hero-main-landing .left-div .desc{font-size:16px;text-align:center;width:100%}.new-hero-main-landing .left-div .gradient-list{justify-content:center;width:100%}.new-hero-main-landing .left-div .gradient-list .gradient-text{font-size:12px}.new-hero-main-landing .left-div .icon-list{align-items:center;display:none;flex-wrap:wrap;gap:16px;justify-content:center}.new-hero-main-landing .left-div .icon-list .line-vertical{background-color:#e2e2e2;height:auto;width:1px}.new-hero-main-landing .left-div .icon-list .icon-img{height:70px;padding:6px 0;width:auto}.new-hero-main-landing .right-div{height:auto;margin-top:24px;min-height:600px;padding:0 16px;position:relative;width:100%}.new-hero-main-landing .right-div .ribbon-img{max-width:100%;position:absolute;right:0;top:0;width:100%}.new-hero-main-landing .right-div .bg-image{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.new-hero-main-landing .icon-list{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px;padding:0 16px 32px}.new-hero-main-landing .icon-list .line-vertical{background-color:#e2e2e2;height:50px;width:1px}.new-hero-main-landing .icon-list .icon-img{height:56px;padding:6px 0;width:auto}}.header-content-wrapper{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 40px rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:space-around;margin:20px 0;padding:10px;width:90%}.header-content-wrapper .header-content{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.header-content-wrapper .header-content .header-content-icon{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;padding:10px;width:48px}.header-content-wrapper .header-content .header-content-icon :nth-child(n){height:95%;width:95%}.header-content-wrapper .header-content .header-content-div{margin-left:8px}.header-content-wrapper .header-content .header-content-heading{color:var(--font-black);font-size:20px;font-weight:700}.header-content-wrapper .header-content .header-content-subheading{color:#4f4f4f;font-size:12px;font-weight:500}.new-hiring-partners-wrapper{display:flex;flex-direction:column;margin-top:64px;overflow-x:hidden;padding:24px 36px;position:relative;width:100%}.new-hiring-partners-wrapper .black-ribbon{bottom:0;height:100%;position:absolute;right:0;transform:translate(25%);width:100%;z-index:1}.new-hiring-partners-wrapper .heading{color:var(--Color,#292f36);font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-align:center;text-transform:capitalize}.new-hiring-partners-wrapper .heading .blue{color:#2f80ed}.new-hiring-partners-wrapper .desc{color:#4c5864;font-size:22px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:normal;text-align:center}.new-hiring-partners-wrapper .hiring-flex-div{align-items:center;display:flex;gap:24px;justify-content:space-between;padding:64px 0;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .left-div{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;overflow:hidden;padding:0 24px;position:relative;width:50%}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row{align-items:center;display:flex;justify-content:flex-start;margin:0;overflow-y:hidden;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-initial-child-container{align-items:stretch!important}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee{align-items:stretch;height:72px;margin:0;overflow-y:hidden}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div{align-items:center;background:#f6f5f8;border:1.5px solid #eaecf0;border-radius:8px;display:flex;height:100%;justify-content:center;margin:0 8px!important;max-width:100px;min-width:100px;padding:12px;width:auto}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.square{max-width:80px;min-width:80px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.big{max-width:100px;min-width:100px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.wide{max-width:140px;min-width:140px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .white-gradient{background:linear-gradient(270deg,hsla(0,0%,100%,.92) 19.6%,rgba(236,245,255,0));height:100%;position:absolute;right:0;top:0;width:200px;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .left-div .blue-text{color:#0082f5;font-size:20px;font-style:normal;font-weight:500;line-height:42.469px}.new-hiring-partners-wrapper .hiring-flex-div .report-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;margin-left:auto;margin-right:auto;margin-top:16px;padding:10px 30px;z-index:100}.new-hiring-partners-wrapper .hiring-flex-div .right-div{align-items:center;display:flex;justify-content:center;width:50%;--swiper-navigation-size:18px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper{height:400px;width:400px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-next,.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-prev{background-color:#292f36;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#fff;height:42px;padding:12px;width:42px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-prev{left:-64px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-next{right:-64px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide{align-items:center;border-radius:18px;color:#fff;display:flex;font-size:22px;font-weight:700;height:360px;justify-content:center;width:360px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card{align-items:center;border-radius:18px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:24px;position:relative;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .background-img{border-radius:18px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .mentor-pic{border-radius:50%;height:90px;width:90px;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .text{color:#fff;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.647px;line-height:130%;text-align:center;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .small-text{color:#d1d1d1;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.377px;line-height:150%;text-align:center;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex{align-items:center;display:flex;gap:24px;justify-content:center;width:100%;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex .logo-content{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .logo{height:auto;width:100px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .designation{color:#e9e9e9;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.431px;line-height:150%;text-align:left}@media screen and (max-width:500px){.new-hiring-partners-wrapper{margin-top:24px;overflow-y:hidden;padding:24px 0;width:100%}.new-hiring-partners-wrapper .black-ribbon{bottom:-265px;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;transform:translate(0);width:120%;z-index:1}.new-hiring-partners-wrapper .heading{font-size:24px;padding:0 16px}.new-hiring-partners-wrapper .desc{font-size:16px;padding:0 16px}.new-hiring-partners-wrapper .hiring-flex-div{display:flex;flex-direction:column;gap:24px;padding:24px 0;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .left-div{padding:0 16px;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row{width:100%}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee{align-items:stretch;height:72px;margin:0}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div{align-items:center;background:#f6f5f8;border:1.5px solid #eaecf0;border-radius:8px;display:flex;height:100%;justify-content:center;margin:0 8px!important;max-width:100px;padding:12px;width:auto}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.square{max-width:80px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.big{max-width:100px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .marquee-row .rfm-marquee .company-div.wide{max-width:140px}.new-hiring-partners-wrapper .hiring-flex-div .left-div .white-gradient{background:linear-gradient(270deg,hsla(0,0%,100%,.92) 19.6%,rgba(236,245,255,0));height:100%;position:absolute;right:0;top:0;width:200px;z-index:1}.new-hiring-partners-wrapper .hiring-flex-div .left-div .blue-text{color:#0082f5;font-size:20px;font-style:normal;font-weight:500;line-height:42.469px}.new-hiring-partners-wrapper .hiring-flex-div .right-div{width:100%;--swiper-navigation-size:14px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper{height:370px;width:350px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-next,.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-prev{background-color:#292f36;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#fff;height:36px;padding:12px;width:36px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-prev{left:-24px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper .swiper-button-next{right:-24px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide{border-radius:16px;display:flex;font-size:18px;height:340px;width:330px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card{align-items:center;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:18px;width:100%}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .mentor-pic{height:80px;width:80px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .text{font-size:16px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .small-text{font-size:12px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex{gap:16px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .logo{height:auto;width:80px}.new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .designation{font-size:12px}}.new-instructors-and-mentors{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;margin:48px auto;max-width:1300px;width:100%}.new-instructors-and-mentors .blue-chip{background:rgba(0,130,245,.08);border-radius:66px;color:#2f80ed;font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding:4px 24px;text-align:center}.new-instructors-and-mentors .heading{color:#292f36;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-align:center;text-transform:capitalize}.new-instructors-and-mentors .heading .blue{color:#2f80ed}.new-instructors-and-mentors .mentors-flex{align-items:center;display:flex;gap:32px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:24px 0;width:100%}.new-instructors-and-mentors .mentors-flex .rfm-marquee-container{height:400px;overflow-y:hidden}.new-instructors-and-mentors .mentors-flex .mentor-card{align-items:center;border-radius:12px;display:flex;flex-direction:column;height:320px;justify-content:flex-end;margin:0 16px;min-width:240px;overflow:visible;position:relative}.new-instructors-and-mentors .mentors-flex .mentor-card .linkedin-icon{cursor:pointer;height:32px;position:absolute;right:16px;top:16px;width:32px;z-index:1}.new-instructors-and-mentors .mentors-flex .mentor-card .mentor-img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:0}.new-instructors-and-mentors .mentors-flex .mentor-card .bottom-content{align-items:center;background:linear-gradient(180deg,transparent,#000);border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;gap:2px;justify-content:flex-end;padding:2px 2px 28px;width:100%;z-index:2}.new-instructors-and-mentors .mentors-flex .mentor-card .bottom-content .bottom-text{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.new-instructors-and-mentors .mentors-flex .mentor-card .company-img-div{align-items:center;background:#fff;border-radius:6px;bottom:-24px;box-shadow:0 2px 31.8px 0 rgba(0,0,0,.09);display:flex;justify-content:center;left:50%;padding:4px;position:absolute;transform:translate(-50%);width:70%;z-index:2}.new-instructors-and-mentors .mentors-flex .mentor-card .company-img-div .company-img{height:auto;max-height:32px;-o-object-fit:contain;object-fit:contain;width:calc(100% - 32px)}@media screen and (max-width:500px){.new-instructors-and-mentors{margin:24px auto;max-width:100%;width:100%}.new-instructors-and-mentors .blue-chip{font-size:14px;padding:4px 18px}.new-instructors-and-mentors .heading{font-size:24px;padding:0 16px}.new-instructors-and-mentors .mentors-flex{gap:16px;padding:12px 16px 24px;width:100%}.new-instructors-and-mentors .mentors-flex .mentor-card{align-items:center;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:320px;justify-content:flex-end;min-width:240px;overflow:visible;position:relative}.new-instructors-and-mentors .mentors-flex .mentor-card .linkedin-icon{height:32px;position:absolute;right:16px;top:16px;width:32px;z-index:1}.new-instructors-and-mentors .mentors-flex .mentor-card .mentor-img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:0}.new-instructors-and-mentors .mentors-flex .mentor-card .bottom-content{align-items:center;background:linear-gradient(180deg,transparent,#000);border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;gap:2px;justify-content:flex-end;padding:2px 2px 28px;width:100%;z-index:2}.new-instructors-and-mentors .mentors-flex .mentor-card .bottom-content .bottom-text{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.new-instructors-and-mentors .mentors-flex .mentor-card .company-img-div{align-items:center;background:#fff;border-radius:6px;bottom:-24px;box-shadow:0 2px 31.8px 0 rgba(0,0,0,.09);display:flex;justify-content:center;left:50%;padding:8px 0;position:absolute;transform:translate(-50%);width:70%;z-index:2}.new-instructors-and-mentors .mentors-flex .mentor-card .company-img-div .company-img{height:auto;width:calc(100% - 32px)}}.new-student-reviews-wall{align-items:center;background:#ecf5ff;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:48px 36px;width:100%}.new-student-reviews-wall .blue-chip{background:rgba(0,130,245,.08);border-radius:30px;color:#0082f5;font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding:6px 16px;text-align:center}.new-student-reviews-wall .heading{color:#2a2f35;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-align:center;text-transform:capitalize;width:80%}.new-student-reviews-wall .heading .blue{color:#0082f5}.new-student-reviews-wall .student-wall{display:flex;flex-direction:column;gap:16px;margin:24px 0;max-width:1100px;width:100%}.new-student-reviews-wall .student-wall .wall-row{align-items:stretch;display:flex;gap:16px;justify-content:flex-start;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column{display:flex;flex-direction:column;gap:16px;height:auto;justify-content:center;max-width:calc(33% - 8px);width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card{align-items:flex-start;background:#fff;border-bottom-right-radius:16px;border-left:5px solid #0082f5;border-top-right-radius:16px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:16px;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading{align-items:center;color:#1e2b37;display:flex;flex-wrap:wrap;font-size:18px;font-style:normal;font-weight:700;gap:6px;text-align:left}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading .blue{color:#0082f5}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading .logo{height:24px;width:auto}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .desc{color:var(--Color-4,#4c5864);color:var(--Color-4,color(display-p3 .3147 .3452 .3833));font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.42px;line-height:150%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div{align-items:center;display:flex;gap:4px;justify-content:space-between;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div{align-items:center;display:flex;gap:8px;justify-content:flex-start}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .user-photo{border-radius:50%;width:42px}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content{display:flex;flex-direction:column;gap:0}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content .name{color:#1e2b37;font-size:15px;font-style:normal;font-weight:700;line-height:29.885px;margin:0}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content .designation{color:#4e5863;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.36px;line-height:normal;margin:0;text-align:left}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .linkedin-icon{cursor:pointer;width:28px}.new-student-reviews-wall .student-wall .wall-row .student-video-card{background:#ffdbda;border-radius:16px;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-start;max-width:calc(33% - 8px);position:relative;width:100%}.new-student-reviews-wall .student-wall .wall-row .student-video-card .play-icon{color:#fff;cursor:pointer;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:16px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div{align-items:center;display:flex;gap:8px;justify-content:flex-start}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .user-photo{border-radius:50%;width:42px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content{display:flex;flex-direction:column;gap:0}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content .name{color:#1e2b37;font-size:15px;font-style:normal;font-weight:700;line-height:29.885px;margin:0;text-align:left}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content .designation{color:#4e5863;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.36px;line-height:normal;margin:0;text-align:left}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .linkedin-icon{cursor:pointer;width:28px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content{width:100%}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading{color:#1e2b37;font-size:24px;font-style:normal;font-weight:600;letter-spacing:.24px;line-height:155%;text-align:center;text-transform:capitalize;width:100%;z-index:2}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading .underline-word{position:relative;z-index:2}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading .underline-word .underline-img{height:auto;left:50%;max-width:150%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:-1}.new-student-reviews-wall .student-wall .wall-row .student-video-card .student-img{margin-top:auto;max-width:100%}@media screen and (max-width:500px){.new-student-reviews-wall{padding:24px 16px}.new-student-reviews-wall .blue-chip{font-size:16px;padding:4px 12px}.new-student-reviews-wall .heading{font-size:24px;width:100%}.new-student-reviews-wall .student-wall{margin:12px 0;max-width:100%}.new-student-reviews-wall .student-wall .wall-row{flex-direction:column;gap:16px;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column{display:flex;flex-direction:column;gap:16px;height:auto;justify-content:center;max-width:100%;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card{align-items:flex-start;background:#fff;border-bottom-right-radius:16px;border-left:5px solid #0082f5;border-top-right-radius:16px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:16px;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading{align-items:center;color:#1e2b37;display:flex;flex-wrap:wrap;font-size:18px;font-style:normal;font-weight:700;gap:6px;text-align:left}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading .blue{color:#0082f5}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .heading .logo{height:24px;width:auto}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .desc{color:var(--Color-4,#4c5864);color:var(--Color-4,color(display-p3 .3147 .3452 .3833));font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.42px;line-height:150%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div{align-items:center;display:flex;gap:4px;justify-content:space-between;width:100%}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div{align-items:center;display:flex;gap:8px;justify-content:flex-start}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .user-photo{border-radius:50%;width:42px}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content{display:flex;flex-direction:column;gap:0}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content .name{color:#1e2b37;font-size:15px;font-style:normal;font-weight:700;line-height:29.885px;margin:0}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .left-div .content .designation{color:#4e5863;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.36px;line-height:normal;margin:0;text-align:left}.new-student-reviews-wall .student-wall .wall-row .vertical-column .white-card .bottom-div .linkedin-icon{cursor:pointer;width:28px}.new-student-reviews-wall .student-wall .wall-row .student-video-card{background:#ffdbda;border-radius:16px;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-start;max-width:100%;width:100%}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:16px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div{align-items:center;display:flex;gap:8px;justify-content:flex-start}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .user-photo{border-radius:50%;width:42px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content{display:flex;flex-direction:column;gap:0}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content .name{color:#1e2b37;font-size:15px;font-style:normal;font-weight:700;line-height:29.885px;margin:0}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .left-div .content .designation{color:#4e5863;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.36px;line-height:normal;margin:0;text-align:left}.new-student-reviews-wall .student-wall .wall-row .student-video-card .top-div .linkedin-icon{cursor:pointer;width:28px}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content{width:100%}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading{color:#1e2b37;font-size:24px;font-style:normal;font-weight:600;letter-spacing:.24px;line-height:155%;text-align:center;text-transform:capitalize;width:100%;z-index:2}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading .underline-word{position:relative;z-index:2}.new-student-reviews-wall .student-wall .wall-row .student-video-card .main-content .heading .underline-word .underline-img{height:auto;left:50%;max-width:150%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:-1}.new-student-reviews-wall .student-wall .wall-row .student-video-card .student-img{margin:auto;max-width:300px}}.free-placement-readiness-banner{align-items:center;background:#2a2f35;border-radius:24px;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:24px auto;max-width:1300px;padding:64px 36px;position:relative;width:100%}.free-placement-readiness-banner .accio-black{bottom:0;position:absolute;right:0;width:400px}.free-placement-readiness-banner .accio-black.top-left{left:0;top:0;transform:rotate(180deg)}.free-placement-readiness-banner .heading{color:#fff;font-size:42px;font-style:normal;font-weight:900;letter-spacing:-.63px;line-height:150%;text-align:center;text-transform:capitalize}.free-placement-readiness-banner .heading .blue{color:#2f80ed}.free-placement-readiness-banner .desc{color:hsla(0,0%,100%,.8);font-size:22px;font-style:normal;font-weight:500;line-height:150%;text-align:center}.free-placement-readiness-banner .white-btn{background:#fff;border-radius:12px;color:#2a2f35;cursor:pointer;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.63px;line-height:150%;padding:12px 24px;position:relative;text-transform:capitalize;transition:all .3s ease;z-index:1000}@media screen and (max-width:500px){.free-placement-readiness-banner{background:#2a2f35;border-radius:24px;margin:0 auto;padding:24px 16px;position:relative;width:calc(100% - 32px)}.free-placement-readiness-banner .accio-black{bottom:0;position:absolute;right:0;width:200px}.free-placement-readiness-banner .accio-black.top-left{display:none;right:0;top:0;transform:rotate(90deg)}.free-placement-readiness-banner .heading{font-size:24px;font-weight:600}.free-placement-readiness-banner .desc{font-size:16px}.free-placement-readiness-banner .white-btn{background:#fff;border-radius:10px;color:#2a2f35;font-size:16px;padding:8px 16px}}.new-why-choose-this-program{margin-bottom:350px;min-height:700px;padding:64px 0 32px;position:sticky;position:-webkit-sticky;top:200px;width:100%}.new-why-choose-this-program .heading-row-flex{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.new-why-choose-this-program .heading-row-flex .heading-and-desc{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;max-width:700px;width:100%}.new-why-choose-this-program .heading-row-flex .heading-and-desc .heading{font-size:40px;font-weight:700;letter-spacing:-.04em;line-height:54px;text-align:left}.new-why-choose-this-program .heading-row-flex .heading-and-desc .heading .blue{color:#2f80ed}.new-why-choose-this-program .heading-row-flex .heading-and-desc .desc{color:#8c9aac;font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:32.4px;text-align:left}.new-why-choose-this-program .heading-row-flex .download-brochure-btn{align-items:center;border:1px solid #2f80ed;border-radius:8px;color:#2f80ed;cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:8px;justify-content:center;letter-spacing:-.04em;line-height:27px;padding:12px 24px;text-align:center;transition:background-color .3s}.new-why-choose-this-program .heading-row-flex .download-brochure-btn:hover{background-color:#2f80ed;color:#fff}@media screen and (max-width:500px){.new-why-choose-this-program{margin-bottom:300px;min-height:700px;padding:32px 0;top:0}.new-why-choose-this-program .heading-row-flex{align-items:flex-start;flex-direction:column;margin-bottom:18px}.new-why-choose-this-program .heading-row-flex .heading-and-desc{max-width:100%;width:100%}.new-why-choose-this-program .heading-row-flex .heading-and-desc .heading{font-size:24px;line-height:32px}.new-why-choose-this-program .heading-row-flex .heading-and-desc .desc{font-size:16px;line-height:24px}.new-why-choose-this-program .heading-row-flex .download-brochure-btn{font-size:16px;margin-top:18px;padding:8px 16px;width:100%}}.vertical-scrolling-component{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.vertical-scrolling-component .left-div{align-items:stretch;display:flex;gap:16px;height:100%;justify-content:flex-start}.vertical-scrolling-component .left-div .line{background-color:#f2f4f7;border-radius:4px;height:auto;position:relative;width:4px}.vertical-scrolling-component .left-div .line .line-progress{background-color:#2f80ed;border-radius:4px;height:0;left:0;position:absolute;top:0;width:100%}.vertical-scrolling-component .left-div .inner-div{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.vertical-scrolling-component .left-div .inner-div .content{padding:12px}.vertical-scrolling-component .left-div .inner-div .content .heading{color:#8c9aac;font-size:20px;font-style:normal;font-weight:600;line-height:30px;opacity:.8}.vertical-scrolling-component .left-div .inner-div .content .desc{color:#8c9aac;font-size:16px;font-style:normal;font-weight:500;line-height:24px;opacity:.8}.vertical-scrolling-component .left-div .inner-div .content.active .heading{color:#2a2f35;opacity:1}.vertical-scrolling-component .left-div .inner-div .content.active .desc{color:#4c5864;opacity:1}.vertical-scrolling-component .right-div{max-width:600px;width:50%}.vertical-scrolling-component .right-div .display-img{border-radius:12px;display:none;height:300px;-o-object-fit:cover;object-fit:cover;width:100%}.vertical-scrolling-component .right-div .display-img.active{display:block}@media screen and (max-width:500px){.vertical-scrolling-component{align-items:flex-start;flex-direction:column;justify-content:flex-start}.vertical-scrolling-component .left-div{align-items:stretch;display:flex;gap:16px;height:100%;justify-content:flex-start}.vertical-scrolling-component .left-div .line{background-color:#f2f4f7;border-radius:4px;height:auto;position:relative;width:4px}.vertical-scrolling-component .left-div .line .line-progress{background-color:#2f80ed;border-radius:4px;height:0;left:0;position:absolute;top:0;transition:all .3s;width:100%}.vertical-scrolling-component .left-div .inner-div{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.vertical-scrolling-component .left-div .inner-div .content{padding:12px}.vertical-scrolling-component .left-div .inner-div .content .heading{color:#8c9aac;font-size:20px;font-style:normal;font-weight:600;line-height:30px;opacity:.8}.vertical-scrolling-component .left-div .inner-div .content .desc{color:#8c9aac;font-size:16px;font-style:normal;font-weight:500;line-height:24px;opacity:.8}.vertical-scrolling-component .left-div .inner-div .content.active .heading{color:#2a2f35;opacity:1}.vertical-scrolling-component .left-div .inner-div .content.active .desc{color:#4c5864;opacity:1}.vertical-scrolling-component .right-div{max-width:100%;width:100%}.vertical-scrolling-component .right-div .display-img{border-radius:12px;display:none!important;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}}.new-course-cards{align-items:center;background-color:#eef5fe;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:64px 16px;width:100%}.new-course-cards .gradient-text{background:var(--grad,linear-gradient(277deg,#a722f6 0,#0082f5 100%));background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.new-course-cards .heading{color:#292f36;font-size:42px;font-weight:700;letter-spacing:-1.26px;text-transform:capitalize}.new-course-cards .desc,.new-course-cards .heading{font-style:normal;line-height:normal;text-align:center}.new-course-cards .desc{color:#4e5863;font-size:22px;font-weight:500;letter-spacing:-.66px}.new-course-cards .cards-flex{align-items:stretch;display:flex;flex-wrap:wrap;gap:36px;justify-content:center;margin-top:26px;max-width:1100px;width:100%}.new-course-cards .cards-flex .new-course-card{background:#fff;border-radius:16px;box-shadow:0 4px 16.1px 0 rgba(0,0,0,.07);display:flex;flex-direction:column;gap:0;min-width:400px;width:calc(50% - 18px)}.new-course-cards .cards-flex .new-course-card .top-container{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.new-course-cards .cards-flex .new-course-card .top-container .lifetime-access{align-items:center;background-color:#fff;border-radius:4px;color:var(--Primary-Primary,#0082f5);color:var(--Primary-Primary,color(display-p3 .1843 .502 .9294));display:flex;font-size:13px;font-style:normal;font-weight:700;gap:6px;letter-spacing:.26px;line-height:150%;padding:4px 12px;text-transform:uppercase}.new-course-cards .cards-flex .new-course-card .lower,.new-course-cards .cards-flex .new-course-card .upper{align-items:flex-start;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:18px}.new-course-cards .cards-flex .new-course-card .lower .icon,.new-course-cards .cards-flex .new-course-card .upper .icon{height:48px;width:48px}.new-course-cards .cards-flex .new-course-card .lower .heading,.new-course-cards .cards-flex .new-course-card .upper .heading{color:#fff;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;text-align:left}.new-course-cards .cards-flex .new-course-card .lower .desc,.new-course-cards .cards-flex .new-course-card .upper .desc{color:#fff;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;text-align:left}.new-course-cards .cards-flex .new-course-card .lower .chips,.new-course-cards .cards-flex .new-course-card .upper .chips{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.new-course-cards .cards-flex .new-course-card .lower .chips .chip,.new-course-cards .cards-flex .new-course-card .upper .chips .chip{background:rgba(0,130,245,.15);border-radius:4px;color:#0082f5;font-size:13px;font-style:normal;font-weight:700;letter-spacing:.26px;line-height:150%;padding:2px 6px;text-transform:uppercase}.new-course-cards .cards-flex .new-course-card .upper{background-color:#0082f5;min-height:200px}.new-course-cards .cards-flex .new-course-card .lower{width:100%}.new-course-cards .cards-flex .new-course-card .lower .content{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.new-course-cards .cards-flex .new-course-card .lower .content .icon{align-items:center;background:rgba(0,130,245,.16);border-radius:6px;color:#0082f5;display:flex;font-size:24px;height:42px;justify-content:center;padding:6px;width:42px}.new-course-cards .cards-flex .new-course-card .lower .content .left{color:rgba(42,47,53,.8);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;width:40%}.new-course-cards .cards-flex .new-course-card .lower .content .right{color:var(--Color,#292f36);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;width:60%}.new-course-cards .cards-flex .new-course-card .lower .btn-flex{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:12px;width:100%}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn{align-items:center;background:rgba(0,130,245,.12);border-radius:8px;cursor:pointer;display:flex;gap:8px;justify-content:center;padding:12px 24px;transition:all .3s ease;width:100%}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn .text{color:#0082f5;font-size:14px;font-style:normal;letter-spacing:.32px;line-height:normal}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn .btn-icon{color:#0082f5;font-size:20px}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn:hover{background:#0082f5}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn:hover .btn-icon,.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn:hover .text{color:#fff}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn.btn-blue{background:#0082f5;color:#fff}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn.btn-blue .btn-icon,.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn.btn-blue .text{color:#fff}.new-course-cards .cards-flex .new-course-card.yellow .upper{background-color:#ffaf47}.new-course-cards .cards-flex .new-course-card.yellow .lower .chips .chip{background:rgba(255,175,71,.15);color:#ffaf47}.new-course-cards .cards-flex .new-course-card.yellow .lower .content .icon{background:rgba(255,175,71,.16);color:#ffaf47}@media screen and (max-width:500px){.new-course-cards{padding:66px 16px;width:100%}.new-course-cards .gradient-text{font-size:14px}.new-course-cards .heading{font-size:28px}.new-course-cards .desc{font-size:18px}.new-course-cards .cards-flex{gap:24px;margin-top:26px;max-width:100%}.new-course-cards .cards-flex .new-course-card{min-width:calc(100% - 32px);width:100%}.new-course-cards .cards-flex .new-course-card .lower,.new-course-cards .cards-flex .new-course-card .upper{padding:16px}.new-course-cards .cards-flex .new-course-card .lower .icon,.new-course-cards .cards-flex .new-course-card .upper .icon{height:32px;width:32px}.new-course-cards .cards-flex .new-course-card .lower .heading,.new-course-cards .cards-flex .new-course-card .upper .heading{font-size:18px}.new-course-cards .cards-flex .new-course-card .lower .desc,.new-course-cards .cards-flex .new-course-card .upper .desc{font-size:14px}.new-course-cards .cards-flex .new-course-card .lower .chips .chip,.new-course-cards .cards-flex .new-course-card .upper .chips .chip{font-size:10px}.new-course-cards .cards-flex .new-course-card .upper{background-color:#0082f5;min-height:160px}.new-course-cards .cards-flex .new-course-card .lower{width:100%}.new-course-cards .cards-flex .new-course-card .lower .content .icon{font-size:18px;height:28px;padding:4px;width:28px}.new-course-cards .cards-flex .new-course-card .lower .content .left{font-size:14px;width:40%}.new-course-cards .cards-flex .new-course-card .lower .content .right{font-size:14px;width:60%}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn{padding:12px 18px}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn .text{font-size:12px}.new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn .btn-icon{font-size:16px}.new-course-cards .cards-flex .new-course-card.yellow .upper{background-color:#ffaf47}.new-course-cards .cards-flex .new-course-card.yellow .lower .chips .chip{background:rgba(255,175,71,.15);color:#ffaf47}.new-course-cards .cards-flex .new-course-card.yellow .lower .content .icon{background:rgba(255,175,71,.16);color:#ffaf47}}.new-placement-worries{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:64px 16px;position:relative;width:100%;z-index:1000}.new-placement-worries .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.new-placement-worries .heading{color:#292f36;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-align:center;text-transform:capitalize}.new-placement-worries .heading .blue{color:#2f80ed}.new-placement-worries .pyramid{margin-top:24px;max-width:1300px;position:relative;width:100%}.new-placement-worries .pyramid .pyramid-img{-o-object-fit:contain;object-fit:contain;width:100%}.new-placement-worries .pyramid .text-box{align-items:flex-end;background-color:#fff;display:flex;flex-direction:column;gap:2px;justify-content:flex-end;position:absolute;transform:translate(-50%,-50%);width:220px;z-index:1000}.new-placement-worries .pyramid .text-box .pyramid-icon{height:42px;-o-object-fit:contain;object-fit:contain;width:42px}.new-placement-worries .pyramid .text-box .text{color:#292f36;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.44px;line-height:normal;text-align:right;text-transform:uppercase}.new-placement-worries .pyramid .text-box.box-1{left:80px;padding-right:16px;top:48px}.new-placement-worries .pyramid .text-box.box-2{left:100px;padding-right:16px;top:40%}.new-placement-worries .pyramid .text-box.box-3{align-items:flex-start;justify-content:flex-start;padding-left:16px;right:0;top:20%}.new-placement-worries .pyramid .text-box.box-3 .text{text-align:left}.new-placement-worries .pyramid .text-box.box-4{align-items:flex-start;justify-content:flex-start;padding-left:16px;right:15%;top:60%;transform:translate(50%,-50%)}.new-placement-worries .pyramid .text-box.box-4 .text{text-align:left}@media screen and (max-width:500px){.new-placement-worries{padding:24px 16px;width:100%}.new-placement-worries .gradient-text{font-size:14px}.new-placement-worries .heading{font-size:24px}.new-placement-worries .pyramid{max-width:100%;width:100%}.new-placement-worries .pyramid .text-box{transform:unset;width:220px}.new-placement-worries .pyramid .text-box .pyramid-icon{display:none}.new-placement-worries .pyramid .text-box .text{color:#292f36;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.44px;line-height:normal;text-align:left;text-transform:uppercase}.new-placement-worries .pyramid .text-box.box-1{left:unset;padding-left:16px;padding-right:0;right:0;top:-5%}.new-placement-worries .pyramid .text-box.box-2{left:unset;padding-left:16px;padding-right:0;right:0;top:21%}.new-placement-worries .pyramid .text-box.box-3{align-items:flex-start;justify-content:flex-start;left:unset;padding-left:16px;right:0;top:46%}.new-placement-worries .pyramid .text-box.box-3 .text{text-align:left}.new-placement-worries .pyramid .text-box.box-4{align-items:flex-start;justify-content:flex-start;left:unset;padding-left:16px;right:0;top:72%;transform:unset}.new-placement-worries .pyramid .text-box.box-4 .text{text-align:left}}.new-enrollment-methods{align-items:center;background:#ecf5ff;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:48px 16px;width:100%}.new-enrollment-methods .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);background-clip:text;-webkit-background-clip:text;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.new-enrollment-methods .heading{color:#292f36;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-align:center;text-transform:capitalize}.new-enrollment-methods .heading .blue{color:#2f80ed}.new-enrollment-methods .enrollment-cards{align-items:flex-start;border-radius:16px;display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-top:24px;max-width:1100px;width:100%}.new-enrollment-methods .enrollment-cards .enrollment-card{border-radius:12px;box-shadow:0 4px 16.1px 0 rgba(0,0,0,.07);display:flex;flex-direction:column;gap:0;position:relative;width:calc(50% - 64px)}.new-enrollment-methods .enrollment-cards .enrollment-card .cost-effective{background-color:#061730;border-radius:6px;color:#fff;font-size:14px;font-weight:600;left:50%;padding:4px 12px;position:absolute;text-transform:uppercase;top:0;transform:translate(-50%,-50%)}.new-enrollment-methods .enrollment-cards .enrollment-card .upper{background-color:#0a172e;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;gap:12px;padding:16px}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .enrollment-icon{height:46px;width:46px}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .heading{color:#2f80ed;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal;text-align:left;text-transform:uppercase}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .desc{color:#fff;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.48px;line-height:normal;margin-top:-12px;text-align:left}.new-enrollment-methods .enrollment-cards .enrollment-card .lower{background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;flex-direction:column;gap:0;padding:16px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .desc{color:#292f36;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.48px;line-height:normal;margin-bottom:12px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div{align-items:stretch;display:flex;gap:8px;justify-content:flex-start;width:100%}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:32px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .outer-circle{align-items:center;background-color:#ecf5ff;border-radius:50%;display:flex;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .outer-circle .inner-circle{background-color:#2f80ed;border-radius:50%;height:12px;max-height:12px;max-width:12px;width:12px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .line{background-color:#2f80ed;box-shadow:0 4px 16.1px 0 rgba(138,145,198,.07);height:100%;width:2px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .right .heading{color:#2a2f35;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;text-align:left;text-transform:capitalize}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .right .desc{color:rgba(42,47,53,.8);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;text-align:left}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .upper{background-color:#2f80ed}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .upper .heading{color:#fff}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .lower{background-color:#fff}@media screen and (max-width:500px){.new-enrollment-methods{padding:24px 16px;width:100%}.new-enrollment-methods .gradient-text{font-size:14px}.new-enrollment-methods .heading{font-size:24px}.new-enrollment-methods .enrollment-cards{gap:48px;max-width:100%;width:100%}.new-enrollment-methods .enrollment-cards .enrollment-card{width:calc(100% - 16px)}.new-enrollment-methods .enrollment-cards .enrollment-card .cost-effective{font-size:12px}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .enrollment-icon{height:32px;width:32px}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .heading{color:#2f80ed;font-size:18px}.new-enrollment-methods .enrollment-cards .enrollment-card .upper .desc{color:#fff;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.48px;line-height:normal;margin-top:-12px;text-align:left}.new-enrollment-methods .enrollment-cards .enrollment-card .lower{background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;flex-direction:column;gap:0;padding:16px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .desc{color:#292f36;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.48px;line-height:normal;margin-bottom:12px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div{align-items:stretch;display:flex;gap:8px;justify-content:flex-start;width:100%}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:32px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .outer-circle{align-items:center;background-color:#ecf5ff;border-radius:50%;display:flex;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .outer-circle .inner-circle{background-color:#2f80ed;border-radius:50%;height:12px;max-height:12px;max-width:12px;width:12px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .left-line .line{background-color:#2f80ed;box-shadow:0 4px 16.1px 0 rgba(138,145,198,.07);height:100%;width:2px}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .right .heading{color:#2a2f35;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;text-align:left;text-transform:capitalize}.new-enrollment-methods .enrollment-cards .enrollment-card .lower .connection-div .right .desc{color:rgba(42,47,53,.8);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;text-align:left}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .upper{background-color:#2f80ed}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .upper .heading{color:#fff}.new-enrollment-methods .enrollment-cards .enrollment-card.light-blue .lower{background-color:#fff}}.new-fees-options{align-items:center;background:#f0f6fe;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:64px 16px;position:relative;width:100%;z-index:1000}.new-fees-options .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;text-align:center;text-transform:uppercase}.new-fees-options .heading{color:#2b2f34;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-1.26px;line-height:normal;text-transform:capitalize}.new-fees-options .heading .blue{color:#0082f5}.new-fees-options .desc{color:#4e5863;font-size:22px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:normal;text-align:center}.new-fees-options .new-fees-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:36px;justify-content:center;margin-top:32px;max-width:1100px;width:100%}.new-fees-options .new-fees-cards .new-fees-card{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 16.1px 0 rgba(0,0,0,.07);display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:calc(50% - 18px)}.new-fees-options .new-fees-cards .new-fees-card .div-1{align-items:flex-end;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;gap:12px;justify-content:space-between;padding:16px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-1 .fees-icon{height:46px;width:46px}.new-fees-options .new-fees-cards .new-fees-card .div-1 .heading{color:#2a2f35;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;margin-bottom:12px;text-transform:uppercase}.new-fees-options .new-fees-cards .new-fees-card .div-1 .price{color:#0082f5;font-size:32px;font-style:normal;font-weight:700;letter-spacing:-1.05px;line-height:normal;margin-top:-18px}.new-fees-options .new-fees-cards .new-fees-card .div-1 .right{text-align:right}.new-fees-options .new-fees-cards .new-fees-card .div-2{align-items:flex-start;background:rgba(0,130,245,.05);display:flex;flex-direction:column;flex-grow:1;gap:12px;justify-content:center;padding:24px 16px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2 .desc{color:#2a2f35;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.54px;line-height:normal;text-align:left;text-transform:capitalize}.new-fees-options .new-fees-cards .new-fees-card .div-2 .slider-div{padding:0 24px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap{background:#061730}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .desc{color:#fff}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .slider-div{color:#fff!important}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div{align-items:center;display:flex;gap:12px;justify-content:flex-start;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .green-dot{background-color:#00b61b;border-radius:50%;box-shadow:0 0 0 rgba(0,208,32,.23);max-height:12px;max-width:12px;min-height:12px;min-width:12px}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .content{width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .content .description,.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .content .price{color:#fff;text-align:center}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .text{color:hsla(0,0%,100%,.5);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:normal;margin-bottom:12px;text-transform:capitalize}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .emi{color:#00b61b;font-size:22px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:normal}.new-fees-options .new-fees-cards .new-fees-card .div-3{align-items:flex-start;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:16px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-3 .dot-flex{display:flex;gap:12px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-3 .dot-flex .dot{align-items:center;background:rgba(0,130,245,.05);border-radius:50%;display:flex;justify-content:center;max-height:26px;max-width:26px;min-height:26px;min-width:26px}.new-fees-options .new-fees-cards .new-fees-card .div-3 .dot-flex .dot .inner-dot{background:#0082f5;border-radius:50%;max-height:12px;max-width:12px;min-height:12px;min-width:12px}@media screen and (max-width:500px){.new-fees-options{padding:24px 16px;width:100%}.new-fees-options .heading{font-size:24px}.new-fees-options .desc{font-size:16px}.new-fees-options .new-fees-cards{gap:24px;margin-top:18px;max-width:100%;width:100%}.new-fees-options .new-fees-cards .new-fees-card{width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-1{gap:unset}.new-fees-options .new-fees-cards .new-fees-card .div-1 .fees-icon{height:32px;width:32px}.new-fees-options .new-fees-cards .new-fees-card .div-1 .heading{font-size:16px}.new-fees-options .new-fees-cards .new-fees-card .div-1 .price{font-size:24px}.new-fees-options .new-fees-cards .new-fees-card .div-2{width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2 .desc{font-size:16px}.new-fees-options .new-fees-cards .new-fees-card .div-2 .slider-div{padding:0 24px;width:100%}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap{background:#061730}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .desc{color:#fff}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .slider-div{color:#fff!important}.new-fees-options .new-fees-cards .new-fees-card .div-2.semi-pap .semi-pap-div .emi{font-size:18px;text-align:right;width:145px}.new-fees-options .new-fees-cards .new-fees-card .div-3{width:100%}}.explore-our-programs-main-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:64px 0;width:100%}.explore-our-programs-main-wrapper .subtitle-container{margin:auto;width:-moz-fit-content;width:fit-content}.explore-our-programs-main-wrapper .subtitle-container .line{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));height:2px;margin-bottom:10px;width:55px}.explore-our-programs-main-wrapper .subtitle-container .subtitle{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:28px;text-align:center;text-transform:uppercase}.explore-our-programs-main-wrapper .title{background:var(--gradients-gray-linearDarkToTopRight,linear-gradient(45deg,#3f3f46 0,#18181b 100%));background-clip:text;-webkit-background-clip:text;font-family:Satoshi,sans-serif;margin-bottom:12px;text-align:center;width:60%;-webkit-text-fill-color:transparent;font-size:48px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px}.explore-our-programs-main-wrapper .title .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.explore-our-programs-main-wrapper .description{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:24px;margin-bottom:24px}.explore-our-programs-main-wrapper .programs-flex{align-items:stretch;display:flex;gap:24px;justify-content:flex-start;margin-top:36px;max-width:1300px;width:100%}.explore-our-programs-main-wrapper .programs-flex .left-programs{display:flex;flex-direction:column;gap:0;height:auto;position:relative;width:400px}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div{border-left:2px solid #eaecf0;cursor:pointer;padding:10px 16px;transition:all .3s ease}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div .text{color:#889bae;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:24px}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div.active,.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div:hover{background-color:rgba(0,130,245,.08);border-bottom-right-radius:8px;border-color:#0082f5;border-top-right-radius:8px}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div.active .text,.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div:hover .text{color:#0082f5}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr{align-items:center;background:rgba(143,79,255,.08);border-radius:12px;bottom:0;display:flex;flex-direction:column;gap:16px;height:500px;justify-content:center;left:0;padding:12px;position:absolute;width:100%}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr .purple-text{color:#8e4fff;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.6px;line-height:normal;text-align:center}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr .purple-btn{align-items:center;background:#8e4fff;border-radius:8px;display:flex;gap:8px;justify-content:center;padding:8px 16px;width:100%}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr .purple-btn .text{color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:24px;transition:all .3s ease}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr .purple-btn .icon{color:#fff;font-size:20px}.explore-our-programs-main-wrapper .programs-flex .left-programs .bottom-left-cbr .bottom-phone-icon{bottom:0;position:absolute;right:0}.explore-our-programs-main-wrapper .programs-flex .right-programs{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}@media screen and (max-width:500px){.explore-our-programs-main-wrapper{margin:24px 0;padding:0 16px}.explore-our-programs-main-wrapper .top-content-flex .heading{font-size:24px}.explore-our-programs-main-wrapper .top-content-flex .desc{font-size:16px}.explore-our-programs-main-wrapper .programs-flex{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-top:36px;max-width:1200px;position:relative;width:100%}.explore-our-programs-main-wrapper .programs-flex .left-button,.explore-our-programs-main-wrapper .programs-flex .right-button{background-color:#fff;border-radius:50%;box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09);color:#292f36;font-size:48px;position:absolute;right:-16px;top:48%;transform:translate(-50%,-50%)}.explore-our-programs-main-wrapper .programs-flex .left-button{left:16px;right:unset}.explore-our-programs-main-wrapper .programs-flex .left-programs{display:flex;flex-direction:column;gap:0;height:auto;position:relative;width:100%}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div{border-left:2px solid #eaecf0;cursor:pointer;padding:10px 16px;transition:all .3s ease}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div .text{color:#889bae;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:24px}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div.active,.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div:hover{background-color:rgba(0,130,245,.08);border-bottom-right-radius:8px;border-color:#0082f5;border-top-right-radius:8px}.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div.active .text,.explore-our-programs-main-wrapper .programs-flex .left-programs .program-div:hover .text{color:#0082f5}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr{align-items:center;background:rgba(143,79,255,.08);border-radius:12px;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:center;margin-top:24px;padding:12px;position:unset;width:100%}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr .purple-text{color:#8e4fff;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.6px;line-height:normal;text-align:center}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr .purple-btn{align-items:center;background:#8e4fff;border-radius:8px;display:flex;gap:8px;justify-content:center;padding:8px 24px;width:-moz-fit-content;width:fit-content}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr .purple-btn .text{color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:24px;transition:all .3s ease}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr .purple-btn .icon{color:#fff;font-size:20px}.explore-our-programs-main-wrapper .programs-flex .bottom-left-cbr .bottom-phone-icon{bottom:0;position:absolute;right:0;width:30%}.explore-our-programs-main-wrapper .programs-flex .right-programs{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:flex-start;min-height:unset;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card{max-width:100%;min-width:calc(100vw - 52px);scroll-snap-align:center;width:calc(100vw - 52px)}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex{gap:6px}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex .heading{font-size:18px}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex .content-list-items,.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex .content-list-items .content-list-item{gap:6px;width:100%}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex .content-list-items .content-list-item .icon{font-size:14px}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .content-flex .content-list-items .content-list-item .text{font-size:14px;width:calc(100% - 24px)}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .btn-flex{gap:6px}.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .btn-flex .blue-btn,.explore-our-programs-main-wrapper .programs-flex .right-programs .program-card .btn-flex .outline-btn{border-radius:6px;font-size:14px;padding:6px 12px}}.new-placement-highlight-wrapper{align-items:center;background:#ecf5ff;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:48px 0;width:100%}.new-placement-highlight-wrapper .top-sub-text{background:rgba(0,130,245,.08);border-radius:32px;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1.28px;line-height:normal;padding:6px 16px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.new-placement-highlight-wrapper .title-text{color:#2a2f35;font-size:42px;font-style:normal;font-weight:700;line-height:normal;text-align:center;text-transform:capitalize;width:80%}.new-placement-highlight-wrapper .title-text .blue{color:#2e90fa}.new-placement-highlight-wrapper .title-text .blue.bg-img{position:relative}.new-placement-highlight-wrapper .title-text .blue.bg-img .underline{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%}.new-placement-highlight-wrapper .alumni-tab-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:40px;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper{border-radius:20px;width:87%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header{align-items:center;display:flex;justify-content:space-between;padding:16px 0;position:relative;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-left{align-items:center;border-radius:20px 20px 0 0;display:flex;height:100%;justify-content:flex-start;left:-24px;padding:16px;pointer-events:none;position:absolute;top:0;z-index:1000}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-right{align-items:center;border-radius:0 0 0 20px;display:flex;height:100%;justify-content:flex-start;padding:16px;pointer-events:none;position:absolute;right:-24px;rotate:180deg;top:0}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .slide-button-left,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .slide-button-right{align-items:center;background-color:#2666be;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;justify-content:center;max-width:40px;padding:8px;pointer-events:all;z-index:1000}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;justify-content:flex-start;margin:0;overflow-x:auto;padding:0;position:relative;scroll-behavior:smooth}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab{align-items:center;border-bottom:2px solid #eaecf0;color:#8c9aac;cursor:pointer;display:flex;font-size:18px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;min-width:200px;padding:12px 16px;width:-moz-fit-content;width:fit-content}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab.active{background:rgba(0,130,245,.08);border-bottom:2px solid #0082f5;border-radius:0;color:#2b2f34;padding:12px 16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content::-webkit-scrollbar{display:none}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;padding:16px 0;position:relative;transition:all .3s ease-in-out}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{background-color:#fff;border-radius:50%;box-shadow:0 6px 14px -6px rgba(24,39,75,.2),0 10px 32px -4px rgba(24,39,75,.3);color:#2b2f34;cursor:pointer;font-size:24px;max-width:40px;padding:8px;position:absolute;top:40%;z-index:1000}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left:hover,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right:hover{box-shadow:0 6px 14px -6px rgba(24,39,75,.4),0 10px 32px -4px rgba(24,39,75,.4);transition:all .2s}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left{left:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{right:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card{align-items:flex-start;background-color:#fff;border-radius:18px;display:flex;flex-direction:column;height:340px;justify-content:flex-start;min-width:350px;padding:0;position:relative}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .header{align-items:center;background-color:#091a2f;border-top-left-radius:18px;border-top-right-radius:18px;display:flex;gap:12px;justify-content:space-between;padding:18px 14px;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .header .linkedin-icon{cursor:pointer}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .header .left-header{align-items:center;display:flex;gap:8px;justify-content:flex-start}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .header .left-header .profile-img{border-radius:50%;height:40px;-o-object-fit:contain;object-fit:contain;overflow:hidden;width:40px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .header .left-header .name{color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex{align-items:stretch;border-bottom-left-radius:18px;border-bottom-right-radius:18px;border-left:1px solid hsla(340,1%,43%,.25);border-right:1px solid hsla(340,1%,43%,.25);display:flex;height:100%;justify-content:center;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div{align-items:center;background:#ecf5ff;display:flex;flex-direction:column;gap:0;height:100%;justify-content:center;padding:0;width:50%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .inside-header,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .inside-header{padding:8px 12px;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .inside-header .text,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .inside-header .text{color:#2c2c2c;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.16px;line-height:normal;text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .body,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .body{align-items:center;border-bottom:1px solid hsla(340,1%,43%,.25);display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center;padding:0 16px;position:relative;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .body .medal,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .body .medal{position:absolute;right:0;top:0;transform:rotateY(-180deg)}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .body .medal.medal-right,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .body .medal.medal-right{left:0;right:unset;transform:rotateY(-180deg)}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .body .text,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .body .text{text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div{background-color:#fff;border-bottom-right-radius:18px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .body{border-bottom-right-radius:18px;padding:12px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .right-div .inside-header{background-color:#ecf5ff}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div{border-bottom-left-radius:18px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .body{border-bottom-left-radius:18px;padding:12px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .inside-header{background-color:#2f80ed}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .row-flex .left-div .inside-header .text{color:#fff}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card{align-items:center;background-color:#091a2f;background-image:url(/_next/static/media/hiring-student-bg.999d5327.svg);display:flex;flex-direction:column;justify-content:center;padding:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .heading{color:#fff;font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.16px;line-height:normal;text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .desc{color:#fff;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.16px;line-height:normal;text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .btn{background-color:#fff;border-radius:8px;color:#2b2f34;cursor:pointer;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.16px;line-height:normal;margin-top:20px;padding:6px 12px;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top::-webkit-scrollbar{display:none}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom{align-items:center;display:none;flex-direction:row;gap:12px;justify-content:space-between;padding-bottom:48px;position:relative;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div{width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-1{color:var(--text-0,#fff);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:150%;margin-left:40px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-2{color:var(--text-0,#fff);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.3px;line-height:150%;margin-left:40px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-top:12px;width:50%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .btn-white{background:var(--text-0,#fff);border-radius:8px;color:var(--text-300,#2b2f34);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;padding:10px 30px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-right{bottom:0;height:auto;position:absolute;right:0;width:auto}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-left{bottom:50px;height:auto;left:-5px;position:absolute;width:auto}.new-placement-highlight-wrapper .placement-report-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;margin-left:auto;margin-right:6%;margin-top:0;padding:10px 30px}@media screen and (max-width:500px){.new-placement-highlight-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px 0;width:100%}.new-placement-highlight-wrapper .top-sub-text{font-size:14px}.new-placement-highlight-wrapper .title-text{font-size:16px;padding:0 16px;width:100%}.new-placement-highlight-wrapper .sub-text{color:var(--textlabelcolorscharcoal,#595959);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:130%;padding:0 10px;text-align:center;width:100%}.new-placement-highlight-wrapper .alumni-tab-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper{border-radius:0;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header{padding:10px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-left,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .top-linear-right{display:none}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content{align-items:center;display:flex;flex-direction:row;gap:0;height:60px;justify-content:flex-start;overflow-x:scroll;padding:0;position:relative;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab{align-items:center;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;margin:0;min-width:130px;padding:10px;width:-moz-fit-content;width:fit-content}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-header .alumni-tab-header-content .tab.active{min-width:140px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;padding:0 0 16px 8px;position:relative;transition:all .3s ease-in-out;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-left,.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .card-button-right{display:none}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top{align-items:center;display:flex;flex-direction:row;gap:0;justify-content:flex-start;overflow-x:scroll;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card{align-items:flex-start;background:transparent;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;min-height:340px;min-width:340px;padding:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-company-img{max-width:200px;position:absolute;top:24px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile-img{border-radius:50%;height:80px;width:80px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-name{font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.27px;line-height:150%;text-align:center;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-profile{font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-align:center;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data.degree{margin-top:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .icon{align-items:center;display:flex;flex-direction:row;font-size:16px;justify-content:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .card-bottom-data .text{font-size:14px;font-style:normal;font-weight:500;line-height:150%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .social-icons .icon{cursor:pointer;font-size:24px;height:24px;width:24px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card .btn-outlined{border-radius:6px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin:10px auto 0;padding:5px 16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card{align-items:center;background-color:#091a2f;background-image:url(/_next/static/media/hiring-student-bg.999d5327.svg);border-radius:18px;display:flex;flex-direction:column;height:310px;justify-content:center;margin-right:24px;min-height:310px;min-width:320px;padding:16px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .heading{font-size:18px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .desc{font-size:14px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-top .placement-card.last-card .btn{font-size:14px;margin-top:18px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;margin:210px auto 0;padding-bottom:0;width:calc(100% - 56px)}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div{background:none;text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-1{font-size:20px;font-style:normal;font-weight:300;letter-spacing:-.3px;line-height:150%;margin-left:auto;margin-right:auto;margin-top:0;width:100%}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .left-div .text-2{font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:150%;margin-left:0;text-align:center}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;padding-bottom:50px;width:-moz-max-content;width:max-content}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .btn-white{border-radius:8px;color:var(--text-300,#2b2f34);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;padding:6px 30px}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-right{bottom:-20px;height:auto;left:50%;position:absolute;rotate:7deg;transform:translate(-50%,-50%);width:auto}.new-placement-highlight-wrapper .alumni-tab-container .alumni-tab-wrapper .alumni-tab-content .alumni-tab-content-bottom .right-div .bottom-left{bottom:130px;height:auto;left:-20px;position:absolute;width:auto}.new-placement-highlight-wrapper .placement-report-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;margin:-10px auto 0;padding:10px 30px;text-align:center;width:calc(100% - 32px)}}.why-acciojob-content{background-image:url(/_next/static/media/ribbon.e834f02f.svg);background-position:100%;background-repeat:no-repeat;background-size:125vh;display:flex;flex-direction:column;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:hidden;padding:0 10%;width:100dvw;will-change:transform}.why-acciojob-content .header{align-items:center;display:flex;justify-content:space-between;padding-top:100px;position:relative}.why-acciojob-content .header .heading{font-size:42px;font-weight:700;line-height:50.4px;text-align:left}.why-acciojob-content .header .heading .blue{color:#2f80ed}.why-acciojob-content .header .heading .description{color:#505862;font-size:22px;font-weight:500;line-height:29.7px;text-align:left}.why-acciojob-content .header .tabs{align-items:stretch;background:#f0f2fa;border:1.3px solid #f2f2f2;border-radius:12px;display:flex;gap:0;justify-content:stretch;padding:4px}.why-acciojob-content .header .tabs .tab{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:50px;justify-content:center;width:200px}.why-acciojob-content .header .tabs .tab.selected{background-color:#fff;box-shadow:5.2px 0 31.2px 0 rgba(0,0,0,.078)}.why-acciojob-content .second-row{display:flex;flex-direction:column;margin:48px 0}.why-acciojob-content .second-row .text{font-size:28px;font-weight:700;line-height:37.8px;text-align:left}.why-acciojob-content .second-row .icon-text{color:#fbbc09}.why-acciojob-content .content{align-self:center;display:flex;justify-content:space-between;width:100%}.why-acciojob-content .content .swiper-container .swiper-slide{border-radius:12px}.why-acciojob-content .content .tabs{display:flex;flex:1;flex-direction:column;gap:8px}.why-acciojob-content .content .tabs .tab{align-items:center;border-left:4px solid rgba(47,128,237,.078);cursor:pointer;display:flex;gap:24px;padding:16px}.why-acciojob-content .content .tabs .tab .icon svg{color:#adadad}.why-acciojob-content .content .tabs .tab p{color:#76767a;font-size:20px;font-weight:600;line-height:28px;text-align:left}.why-acciojob-content .content .tabs .tab.selected{border-left:4px solid #2f80ed}.why-acciojob-content .content .tabs .tab.selected .icon svg{color:#2f80ed}.why-acciojob-content .content .tabs .tab.selected p{color:#2f80ed;font-weight:700}.why-acciojob-content .content .swiper-container{width:50%}.why-acciojob-content .content .swiper-container .mySwiper{border-radius:18px;color:#fff;font-size:22px;font-weight:700;width:100%}@media screen and (max-height:800px){.why-acciojob-content .header{padding-top:25px!important}.why-acciojob-content .header .heading img{top:0!important}.why-acciojob-content .second-row{margin:16px 0}.why-acciojob-content .content .tabs .tab{gap:12px;padding:8px}.why-acciojob-content .content .swiper-container{width:45%}}@media screen and (max-width:500px){.why-acciojob-content{background-image:none!important;height:unset!important;padding:0 5%}.why-acciojob-content .header,.why-acciojob-content .header .heading{align-items:center;flex-direction:column}.why-acciojob-content .header .heading{display:flex;margin-bottom:24px;text-align:center}.why-acciojob-content .header .heading .description,.why-acciojob-content .header .heading h2{text-align:center!important}.why-acciojob-content .header .heading img{left:100px!important;top:25px!important;width:calc(100vw - 150px)}.why-acciojob-content .tabs{width:100%}.why-acciojob-content .tabs .tab{width:50%!important}.why-acciojob-content .pin-spacer{z-index:1000}.why-acciojob-content .content{flex-direction:column;height:calc(100vh - 200px);padding-top:150px;position:relative;width:100vw}.why-acciojob-content .content .tabs{align-items:flex-start;display:flex;flex:unset!important;flex-direction:row!important;left:0;min-height:150px;overflow:hidden;position:absolute;top:0;width:-moz-max-content;width:max-content}.why-acciojob-content .content .tabs .tab{border-left:none!important;border-top:4px solid rgba(47,128,237,.078);display:flex;flex-direction:column;gap:0;min-width:200px}.why-acciojob-content .content .tabs .tab p{text-align:center}.why-acciojob-content .content .tabs .tab.selected{border-top:4px solid #2f80ed}.why-acciojob-content .content .swiper-container{margin:48px 0;width:100vw!important}.why-acciojob-content .content .swiper-container .cards{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100vw!important}.why-acciojob-content .content .swiper-container .cards .card{align-items:center;background:transparent;border:none!important;display:flex;font-size:36px;justify-content:center;margin-bottom:50px}.why-acciojob-content .content .swiper-container .cards .card .image .shadow-img{border-radius:12px;box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3)}}.courses-and-referrals-table{border-collapse:collapse;margin-top:20px;overflow:auto;width:100%}.courses-and-referrals-table td{border:1px solid #ddd;padding:16px 8px;text-align:left}.courses-and-referrals-table td:first-child,.courses-and-referrals-table th:first-child{border-left:none}.courses-and-referrals-table td:last-child,.courses-and-referrals-table th:last-child{border-right:none}.courses-and-referrals-table th{border-top:none;color:#64748b;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;line-height:17.64px;padding:8px}.courses-and-referrals-table td{color:#2b2f34;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:400;line-height:20.16px}.courses-and-referrals-table .table-header-1{width:15%}.courses-and-referrals-table .table-header-2{width:30%}.courses-and-referrals-table .table-header-3,.courses-and-referrals-table .table-header-4{text-align:center;width:15%}.courses-and-referrals-table .table-header-5{width:15%}.courses-and-referrals-table .course-friends-discount,.courses-and-referrals-table .course-referral-cash{font-weight:600;text-align:center}.courses-and-referrals-table .section-title td{background-color:#fff;border:none;font-weight:700;padding:12px}.courses-and-referrals-table .course-row td:first-child{border-left:1px solid #ddd;border-right:none}@media screen and (max-width:500px){.courses-and-referrals-table{width:600px}.courses-and-referrals-table .course-type,.courses-and-referrals-table .table-header-1{display:none}.courses-and-referrals-table .course-title{border-left:none}}.offline-partners-wrapper{margin-top:74px}.offline-partners-wrapper .text-container{align-items:center;display:flex;gap:18px;justify-content:center;margin-bottom:32px}.offline-partners-wrapper .text-container .partners-heading{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:18px;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.offline-partners-wrapper .partners .logo-holder{align-items:center;border:1.56px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin:0 14px;padding:10px;width:170px}.offline-partners-wrapper .partners .logo-img{height:50px}@media screen and (max-width:500px){.offline-partners-wrapper{margin-top:82px}.offline-partners-wrapper .text-container{gap:6px;margin-inline:18px}.offline-partners-wrapper .text-container img{scale:1.1}.offline-partners-wrapper .text-container .partners-heading{font-size:14px}}.new-instructors-and-mentors .top-container{align-items:center;display:flex;gap:6%}.new-instructors-and-mentors .top-container .left{width:40%}.new-instructors-and-mentors .top-container .left .gradient-heading{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:16px;letter-spacing:.75px;margin-bottom:12px;text-transform:uppercase}.new-instructors-and-mentors .top-container .left .title{color:#2b2f34;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.new-instructors-and-mentors .top-container .left .description{color:#3c4852;font-family:Satoshi,sans-serif;font-size:20px;letter-spacing:-.03em;line-height:27px;text-align:left}.new-instructors-and-mentors .top-container .right{align-items:center;display:flex;gap:8px;justify-content:center}.new-instructors-and-mentors .top-container .right .text-left{background-image:url(/_next/static/media/text-bg.5b8f5584.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;padding:24px}.new-instructors-and-mentors .top-container .right .text-left .text{color:#2f80ed;font-family:Inter,sans-serif;font-size:54px;font-weight:600;line-height:65.35px;text-align:left}.new-instructors-and-mentors .top-container .right .line{background:#2b2f34;border-radius:5px;height:7px;width:130px}.new-instructors-and-mentors .top-container .right .text-right{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:7em}.new-instructors-and-mentors .top-container .right .text-right .wrapper{background:none;display:flex;height:100%;justify-content:center;width:100%}.new-instructors-and-mentors .top-container .right .text-right .carousel{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.new-instructors-and-mentors .top-container .right .text-right .carousel__item{align-items:center;animation:carousel-animate-vertical 8s linear infinite;display:flex;opacity:0;position:absolute;width:-moz-max-content;width:max-content;will-change:transform,opacity}.new-instructors-and-mentors .top-container .right .text-right .carousel__item:first-child{animation-delay:-2.66667s}.new-instructors-and-mentors .top-container .right .text-right .carousel__item:nth-child(2){animation-delay:0s}.new-instructors-and-mentors .top-container .right .text-right .carousel__item:last-child{animation-delay:-5.33333s}.new-instructors-and-mentors .top-container .right .text-right .carousel__item-head{align-items:center;background-color:#d7f7fc;border-radius:50%;display:flex;flex-shrink:0;font-size:50px;height:90px;justify-content:center;margin-right:-45px;padding:14px;position:relative;width:90px}.new-instructors-and-mentors .top-container .right .text-right .carousel__item-body{background-color:transparent;border-radius:8px;width:100%}.new-instructors-and-mentors .top-container .right .text-right .title{display:block;margin:auto;text-align:center;width:100%}@keyframes carousel-animate-vertical{0%{opacity:1;transform:translateY(100%) scale(.5)}3%,33.3333333333%{color:hsla(0,0%,65%,.4);font-family:Inter,sans-serif;font-size:38px;font-weight:600;opacity:1;text-align:center;transform:translateY(100%) scale(1);visibility:visible}36.3333333333%,66.6666666667%{color:#2f80ed;font-family:Inter,sans-serif;font-size:50px;font-weight:600;opacity:1;text-align:center;transform:translateY(0) scale(1.2);visibility:visible}69.6666666667%,to{color:hsla(0,0%,65%,.4);font-family:Inter,sans-serif;font-size:38px;font-weight:600;opacity:1;text-align:center;transform:translateY(-100%) scale(1);visibility:visible}103%{color:hsla(0,0%,65%,.4);font-family:Inter,sans-serif;font-size:38px;font-weight:600;opacity:1;text-align:center;transform:translateY(-100%) scale(1);visibility:visible}to{color:hsla(0,0%,65%,.4);font-family:Inter,sans-serif;font-size:38px;font-weight:600;opacity:0;text-align:center;transform:translateY(-100%) scale(1)}}@media screen and (max-width:500px){.new-instructors-and-mentors .top-container{flex-direction:column;gap:6px;width:90%}.new-instructors-and-mentors .top-container .left{padding:0;width:100%}.new-instructors-and-mentors .top-container .left .gradient-heading{margin-bottom:8px}.new-instructors-and-mentors .top-container .left .gradient-heading .span-two{display:block}.new-instructors-and-mentors .top-container .left .title{font-size:32px;line-height:50px;margin-bottom:0}.new-instructors-and-mentors .top-container .left .description{font-size:16px;font-weight:500;margin-bottom:0}.new-instructors-and-mentors .top-container .right{justify-content:unset;margin-top:12px;width:100%}}@media screen and (max-width:500px)and (max-width:390px){.new-instructors-and-mentors .top-container .right{gap:2px}}@media screen and (max-width:500px){.new-instructors-and-mentors .top-container .right .text-left{padding:16px}.new-instructors-and-mentors .top-container .right .text-left .text{font-size:32px}.new-instructors-and-mentors .top-container .right .line{height:4px;width:45px}.new-instructors-and-mentors .top-container .right .text-right{margin-left:54px}.new-instructors-and-mentors .top-container .right .text-right .text-inactive{font-size:24px;line-height:unset}.new-instructors-and-mentors .top-container .right .text-right .text-active{font-size:32px;line-height:unset}.new-instructors-and-mentors .top-container .right .text-right .title{font-size:28px}}@media screen and (max-width:374px){.offline-new-page .new-instructors-and-mentors .top-container .right .text-left .text{font-size:22px}.offline-new-page .new-instructors-and-mentors .top-container .right .text-right{margin-left:3em}.offline-new-page .new-instructors-and-mentors .top-container .right .text-right .title{font-size:22px}}.alumni-wrapper .mobile-only-heading{display:none}.alumni-wrapper .top-container{position:relative}.alumni-wrapper .top-container .grid{align-items:center;display:flex;justify-content:center}.alumni-wrapper .top-container .grid .grid-inner{align-items:center;display:grid;gap:10px;grid-template-columns:repeat(5,90px);grid-template-rows:repeat(5,90px);justify-content:center;padding:16px 42px;width:-moz-max-content;width:max-content}.alumni-wrapper .top-container .grid .cell{height:90px;width:90px}.alumni-wrapper .top-container .grid .cell.image{perspective:1000px;position:relative}.alumni-wrapper .top-container .grid .cell.image img{backface-visibility:hidden;border-radius:8px;height:90px;position:absolute;transform-style:preserve-3d;transition:transform .6s;width:90px}.alumni-wrapper .top-container .grid .cell.image.flip{border-radius:8px}.alumni-wrapper .top-container .grid .cell.image.flip img{border-radius:8px;transform:rotateY(135deg)}.alumni-wrapper .top-container .overlay-text-container{left:50%;position:absolute;top:31.5%;transform:translate(-50%,-50%);width:1000px}.alumni-wrapper .top-container .overlay-text-container .bottom-text,.alumni-wrapper .top-container .overlay-text-container .top-text{font-family:Satoshi,sans-serif;font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:86.4px;text-align:left}.alumni-wrapper .top-container .overlay-text-container .span-blue{color:#2f80ed}.alumni-wrapper .top-container .overlay-text-container .horizontal-line{background-color:#000;border-radius:50px;display:block;height:4px;margin:auto;width:500px}.alumni-wrapper .top-container .overlay-text-container .top-text .span-blue{display:block}.alumni-wrapper .top-container .overlay-text-container .bottom-text{margin-left:auto;margin-right:-15%;margin-top:-3%;width:40%}.alumni-wrapper .text-container{align-items:center;display:flex;gap:18px;justify-content:center;margin-bottom:32px}.alumni-wrapper .text-container .alumni-heading{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:18px;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.alumni-wrapper .alumni-marquee-container .alumni-card{border-radius:12px;display:flex;flex-direction:column;height:320px;justify-content:space-between;margin:0 15px;position:relative;width:292px}.alumni-wrapper .alumni-marquee-container .alumni-card .alumni-image{border-radius:12px;bottom:0;height:320px;left:0;position:absolute;right:0;top:0}.alumni-wrapper .alumni-marquee-container .alumni-card .top-container{background:linear-gradient(0deg,transparent,#000);border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:16px 16px 38px}.alumni-wrapper .alumni-marquee-container .alumni-card .top-container .name{color:#fff;font-family:Satoshi,sans-serif;font-size:16px;font-weight:500;line-height:21.6px;text-align:center}.alumni-wrapper .alumni-marquee-container .alumni-card .top-container .linkedin-icon{cursor:pointer}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container{position:relative}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .arrow-right{bottom:48%;left:14%;position:absolute}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .company-container{background-color:#0082f5;border-radius:50px;color:#fff;display:flex;font-family:Satoshi,sans-serif;font-size:11px;font-weight:500;line-height:14.85px;margin-bottom:8px;margin-left:auto;margin-right:5px;padding:9px 16px;text-align:center;width:160px}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .company-container .company-logo{background-color:#fff;border-radius:50%;height:30px;margin-right:8px;width:30px}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .company-container .right{align-self:start;display:flex;flex-direction:column;font-size:12px;gap:4px}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .company-container .right .company-name,.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .company-container .right .currently-text{text-align:left}.alumni-wrapper .alumni-marquee-container .alumni-card .bottom-container .designation{background-color:#fff;border-radius:50px;color:#2f80ed;font-family:Satoshi,sans-serif;font-size:14px;font-weight:500;line-height:17.55px;margin:0 16px 16px;max-width:200px;padding:8px 16px;text-align:center;width:-moz-fit-content;width:fit-content}.alumni-wrapper .buttons-container{display:flex;gap:16px;justify-content:center;margin-top:32px}@media screen and (max-width:500px){.alumni-wrapper .buttons-container{align-items:center;flex-direction:column}}.alumni-wrapper .buttons-container .placement-highlights-btn,.alumni-wrapper .buttons-container .placement-report-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;padding:12px 26px;text-align:center;width:-moz-fit-content;width:fit-content}@media screen and (max-width:500px){.alumni-wrapper .buttons-container .placement-highlights-btn,.alumni-wrapper .buttons-container .placement-report-btn{width:78%}}.alumni-wrapper .buttons-container .placement-highlights-btn{background:#fff;border:2px solid #2f80ed;color:#2f80ed}@media screen and (max-width:500px){.alumni-wrapper .mobile-only-heading{align-items:center;display:flex;font-family:Satoshi,sans-serif;font-size:32px;font-weight:700;gap:8px;height:165px;justify-content:center;letter-spacing:-.03em;line-height:43.2px;margin-bottom:12px;padding:0 16px;text-align:left}.alumni-wrapper .mobile-only-heading .span-blue{color:#2f80ed}.alumni-wrapper .mobile-only-heading .line{background-color:#000;border-radius:50px;height:6px;margin-bottom:12px;width:100%}.alumni-wrapper .mobile-only-heading .top-text{align-self:flex-start}.alumni-wrapper .mobile-only-heading .bottom-text{align-self:flex-end;margin-bottom:16px}.alumni-wrapper .top-container .grid .grid-inner{grid-template-columns:repeat(5,50px);grid-template-rows:repeat(5,70px)}.alumni-wrapper .top-container .grid .cell.image,.alumni-wrapper .top-container .grid .cell.image img{height:62px;width:62px}.alumni-wrapper .top-container .overlay-text-container{display:none}.alumni-wrapper .text-container{gap:10px}.alumni-wrapper .text-container .alumni-heading{font-size:16px;max-width:300px}}@media screen and (max-width:375px){.alumni-wrapper .top-container .grid .grid-inner{grid-template-columns:repeat(5,50px);padding:8px 0}}.life-at-center{margin:100px 80px}.life-at-center .heading-container .heading{display:block;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;margin:auto auto 24px;max-width:1260px;text-align:left}.life-at-center .heading-container .heading span{color:#0082f7}.life-at-center .life-at-center-images-container-outer{align-items:center;display:flex;justify-content:center}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container{display:flex;gap:20px}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-one,.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-three,.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-two{display:flex;flex-direction:column;gap:20px}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-two{align-items:stretch;display:flex;gap:0}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-two img{border-radius:10px;height:100%;width:593px}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-one img,.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-three img{border-radius:10px;height:237px;width:314px}.life-at-center .life-mobile-images-container{display:none}@media screen and (max-width:500px){.life-at-center{margin:0 20px}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container{flex-direction:column-reverse}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-one,.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-two{flex-direction:row;gap:12px}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-one{display:none;flex-grow:unset}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-one img{flex-shrink:1;max-width:31%}.life-at-center .life-at-center-images-container-outer .life-at-center-images-container .row-three{display:none}.life-at-center .life-mobile-images-container{align-items:center;display:flex;margin-top:12px}.life-at-center .life-mobile-images-container img{border-radius:10px;height:160px;margin-right:12px;width:160px}}.upcoming-cohorts{background:#deebfc;padding:80px;position:relative}.upcoming-cohorts .top-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.upcoming-cohorts .top-container .left{scroll-margin-top:140px}@media screen and (max-width:500px){.upcoming-cohorts .top-container .left{scroll-margin-top:100px}}.upcoming-cohorts .top-container .title{font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.upcoming-cohorts .top-container .title .span-blue{color:#2f80ed}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div{align-items:center;align-items:stretch;display:flex;justify-content:space-between;padding:24px 0;width:100%}@media screen and (max-width:500px){.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div{flex-direction:column;padding-top:0}}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div{align-items:center;display:flex;justify-content:center;width:50%;--swiper-navigation-size:18px}@media screen and (max-width:500px){.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div{width:100%}}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper{height:560px;width:400px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper .swiper-pagination{display:none}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper .swiper-button-next,.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper .swiper-button-prev{background-color:#292f36;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#fff;height:42px;padding:12px;width:42px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper .swiper-button-prev{left:-84px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper .swiper-button-next{right:-84px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide{align-items:center;border-radius:18px;color:#fff;display:flex;font-size:22px;font-weight:700;height:560px;justify-content:center;width:360px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card{align-items:center;border-radius:18px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:24px;position:relative;width:100%}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .background-img{border-radius:18px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .mentor-pic{border-radius:50%;height:90px;width:90px;z-index:1}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .text{color:#fff;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.647px;line-height:130%;text-align:center;z-index:1}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .small-text{color:#d1d1d1;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.377px;line-height:150%;text-align:center;z-index:1}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .logo-flex{align-items:center;display:flex;gap:24px;justify-content:center;width:100%;z-index:1}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .logo-flex .logo-content{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:100%}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .logo{height:auto;width:100px}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .left-div .swiper-slide .hiring-partner-card .logo-flex .logo-content .designation{color:#e9e9e9;font-size:12px;font-style:normal;font-weight:500;letter-spacing:-.431px;line-height:150%;text-align:left}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .report-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.24px;line-height:150%;margin-left:auto;margin-right:auto;margin-top:16px;padding:10px 30px;z-index:100}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div{align-items:center;display:flex;justify-content:center;position:relative}@media screen and (max-width:500px){.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div{margin:16px}}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div .line-vertical{background-color:#fff;height:100%;left:50%;position:absolute;transform:translateX(-50%);width:2px;z-index:100}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div .line-horizontal{background-color:#fff;height:2px;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:100}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div .blue-vertical{background-color:#2f80ed;height:15%;left:50%;position:absolute;transform:translateX(-50%);width:2px;z-index:100}.upcoming-cohorts .swiper-and-stats-container .hiring-flex-div .right-div .blue-horizontal{background-color:#2f80ed;height:2px;position:absolute;top:50%;transform:translateY(-50%);width:15%;z-index:100}.upcoming-cohorts .custom-carousel-container{position:unset}.upcoming-cohorts .custom-carousel-container .carousel-button-left,.upcoming-cohorts .custom-carousel-container .carousel-button-right{top:109px}.upcoming-cohorts .custom-carousel-container .carousel-button-left{left:unset;right:135px}.upcoming-cohorts .custom-carousel-container .carousel-button-right{right:80px}.upcoming-cohorts .course-card{display:flex;flex-direction:column;height:100%;position:relative;width:-moz-fit-content;width:fit-content}.upcoming-cohorts .course-card .course-card-image img{border-radius:12px 12px 0 0}.upcoming-cohorts .course-card .course-card-content{background-color:#0b1830;border-radius:0 0 12px 12px;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:48px 20px 24px}.upcoming-cohorts .course-card .course-card-content .course-card-count{color:#fff;font-family:Satoshi,sans-serif;font-size:64px;font-weight:700;left:16px;line-height:70.4px;position:absolute;text-align:left;top:195px}.upcoming-cohorts .course-card .course-card-content .course-card-title{color:#fff;font-family:Satoshi,sans-serif;font-size:32px;font-weight:700;line-height:26.4px;margin-bottom:18px;text-align:left}.upcoming-cohorts .course-card .course-card-content .course-card-details{align-items:center;display:flex;gap:5px;margin-bottom:12px}.upcoming-cohorts .course-card .course-card-content .course-card-details .chip{background:#19253b;border:1px solid #19253b;border-radius:50px;color:#8393a9;font-family:Satoshi,sans-serif;font-size:14px;font-weight:500;line-height:18px;padding:4px 10px;text-align:center}.upcoming-cohorts .course-card .course-card-content .course-card-location{align-items:center;color:#8393a9;display:flex;font-family:Satoshi,sans-serif;font-size:16px;font-weight:400;gap:5px;letter-spacing:-.03em;line-height:21.6px;margin-bottom:10px;text-align:left}.upcoming-cohorts .course-card .course-card-content .course-card-date .starting-from-text{color:#8393a9;font-family:Satoshi,sans-serif;font-size:13px;font-weight:400;line-height:17.28px;text-align:left}.upcoming-cohorts .course-card .course-card-content .course-card-date .starting-date{font-family:Satoshi,sans-serif;font-size:20px;font-weight:700;line-height:28px;text-align:left}.upcoming-cohorts .course-card .course-card-content .course-card-date{color:#fff;margin-bottom:18px}.upcoming-cohorts .course-card .course-card-content .course-card-actions{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:space-between}.upcoming-cohorts .course-card .course-card-content .course-card-actions .btn{border:1px solid #2f80ed;border-radius:8px;font-weight:500;padding:10px 24px}.upcoming-cohorts .course-card .course-card-content .course-card-actions .brochure{color:#2f80ed}.upcoming-cohorts .course-card .course-card-content .course-card-actions .apply{background:#2f80ed;color:#fff;flex-grow:1}@media screen and (max-width:500px){.upcoming-cohorts{padding:0 0 36px}.upcoming-cohorts .top-container{padding:40px 18px 0}.upcoming-cohorts .top-container .title{font-size:32px}.upcoming-cohorts .custom-carousel-container .carousel-wrapper{padding:16px;scroll-snap-type:x mandatory}.upcoming-cohorts .custom-carousel-container .carousel-button-left,.upcoming-cohorts .custom-carousel-container .carousel-button-right{font-size:16px;top:70px}.upcoming-cohorts .custom-carousel-container .carousel-button-left{right:12%}.upcoming-cohorts .custom-carousel-container .carousel-button-right{right:2%}.upcoming-cohorts .course-card{scroll-snap-align:center;width:100%}.upcoming-cohorts .course-card .course-card-content .course-card-title{font-size:24px}.upcoming-cohorts .course-card .course-card-content .course-card-count{top:30%}}.apply-for-upcoming-batch{padding:50px 80px}.apply-for-upcoming-batch .heading{font-family:Satoshi,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:64.8px;margin-bottom:44px;text-align:left}.apply-for-upcoming-batch .heading .span-blue{color:#2f80ed}.apply-for-upcoming-batch .booking-container{align-items:stretch;display:flex;gap:50px;justify-content:center}.apply-for-upcoming-batch .booking-container .container-left .steps-container{align-items:stretch;display:flex;gap:12px;margin-bottom:16px}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step{border:1px solid #e2e2e2;border-radius:12px;box-shadow:0 2px 40px 0 rgba(86,86,86,.039);max-width:250px;padding:24px}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step .top-container{align-items:start;display:flex;justify-content:space-between}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step .top-container .number{color:#cbe1ff;font-family:Inter,sans-serif;font-size:77.59px;font-weight:700;letter-spacing:-.03em;line-height:93.9px;margin-top:-18px}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step .title{font-family:Satoshi,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;text-align:left}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step .description{font-family:Satoshi,sans-serif;font-size:20px;letter-spacing:-.03em;line-height:27px;text-align:left}.apply-for-upcoming-batch .booking-container .container-left .book-now-btn{background-color:#2f80ed;border-radius:8px;color:#fff;font-family:Satoshi,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:22.4px;padding:15px 0;text-align:center;width:100%}.apply-for-upcoming-batch .booking-container .or-seperator{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}.apply-for-upcoming-batch .booking-container .or-seperator .line{background:#e2e2e2;height:100%;width:1px}.apply-for-upcoming-batch .booking-container .container-right .demo-book-now{border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:18px;width:370px}.apply-for-upcoming-batch .booking-container .container-right .demo-book-now .demo-heading{color:#fff;font-family:Satoshi,sans-serif;font-size:24px;font-weight:700;line-height:32.4px;margin-bottom:0;text-align:left}.apply-for-upcoming-batch .booking-container .container-right .demo-book-now .demo-description{color:#fff;font-family:Satoshi,sans-serif;font-size:20px;letter-spacing:-.03em;line-height:27px;margin-bottom:18px;text-align:left}.apply-for-upcoming-batch .booking-container .container-right .demo-book-now .book-now-btn{background-color:#2f80ed;border-radius:8px;color:#fff;font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.04em;line-height:22.4px;padding:12px;text-align:center;width:100%}@media screen and (max-width:500px){.apply-for-upcoming-batch{padding:24px}.apply-for-upcoming-batch .heading{font-size:30px;font-weight:700;letter-spacing:-.03em;line-height:39.4px;margin-bottom:36px;text-align:left}.apply-for-upcoming-batch .booking-container{flex-direction:column;gap:28px}.apply-for-upcoming-batch .booking-container .container-left .steps-container{flex-direction:column;gap:18px}.apply-for-upcoming-batch .booking-container .container-left .steps-container .step{max-width:100%}.apply-for-upcoming-batch .booking-container .container-right .demo-book-now{height:363px;width:100%}.apply-for-upcoming-batch .booking-container .or-seperator{flex-direction:row}.apply-for-upcoming-batch .booking-container .or-seperator .line{height:1px;width:100%}.apply-for-upcoming-batch .sliderTrack{background:var(--background-primary-subtle,#eff6ff);border-radius:3px;display:block;height:6px;margin:10px auto;overflow:hidden;position:relative;width:100px;z-index:10}.apply-for-upcoming-batch .sliderTrack .slider{background:var(--text-primary-base,#2f80ed);border-radius:3px;height:100%;position:absolute;top:0;transition:left .1s linear;width:50px}}.offline-curriculum{padding:80px}.offline-curriculum .title{font-family:Satoshi,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:64.8px;margin:auto auto 30px;max-width:800px;text-align:center}.offline-curriculum .title .span-blue{color:#2f80ed}.offline-curriculum .tabs-container{align-items:stretch;background:#f0f2fa;border:1.3px solid #f2f2f2;border-radius:12px;display:flex;gap:0;justify-content:stretch;margin:auto auto 40px;padding:4px;width:-moz-max-content;width:max-content}.offline-curriculum .tabs-container .tab{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:50px;justify-content:center;width:200px}.offline-curriculum .tabs-container .tab.selected{background-color:#fff;box-shadow:5.2px 0 31.2px 0 rgba(0,0,0,.078)}.offline-curriculum .curriculum-container{align-items:stretch;display:flex;gap:20px}.offline-curriculum .curriculum-container .left{height:100vh;position:sticky;top:6rem;width:45%}.offline-curriculum .curriculum-container .left img{border-radius:12px;flex-grow:1}.offline-curriculum .curriculum-container .left .apply-btn{background-color:#2f80ed;border-radius:8px;color:#fff;font-family:Satoshi,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:22.4px;margin-top:24px;padding:15px 0;text-align:center;width:100%}.offline-curriculum .curriculum-container .right{border:1px solid #eaecf0;border-radius:12px;display:flex;flex-direction:column;height:-moz-max-content;height:max-content;justify-content:space-between;padding:16px;width:50%}.offline-curriculum .curriculum-container .right.full-w{width:100%}.offline-curriculum .curriculum-container .right .Mui-expanded{margin:0}.offline-curriculum .curriculum-container .right .curriculum-accordion{width:100%}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary{display:flex;padding:12px 0}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left{width:150px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left .top{font-family:Satoshi,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:26px;margin-bottom:5px;text-align:left}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left .active-module{color:#2f80ed}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left .bottom{align-items:center;background:rgba(47,128,237,.161);border-radius:50px;color:#2f80ed;display:flex;font-family:Satoshi,sans-serif;font-size:14px;font-weight:700;gap:4px;line-height:18px;padding:8px 16px;text-align:center;width:-moz-max-content;width:max-content}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-right{display:flex;flex-direction:column;justify-content:space-between}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-right .top{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:26px;text-align:left}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-right .bottom{align-items:center;display:flex}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .arrow{cursor:pointer;margin:20px 20px 20px auto}.offline-curriculum .curriculum-container .right .curriculum-accordion .expanded{display:block;padding-bottom:16px;transition:all .3s ease-in-out}.offline-curriculum .curriculum-container .right .curriculum-accordion .not-expanded{display:none;transition:all .3s ease-in-out}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-btn,.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-details,.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-img{display:none}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .accordion-details-title{font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:26px;margin-top:16px;text-align:left}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .skills{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .skills .skill{background:#f0f2fa;border:1px solid #f0f2fa;border-radius:50px;color:#595959;font-family:Satoshi,sans-serif;font-size:15px;font-weight:700;line-height:18px;padding:9px 16px;text-align:center}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .topics{margin-bottom:16px}.offline-curriculum .curriculum-container .right .line{border:1px solid #eaecf0;border-radius:50px;height:1px;width:100%}@media screen and (max-width:500px){.offline-curriculum{padding:40px 16px}.offline-curriculum .title{font-size:36px;line-height:44px}.offline-curriculum .tabs-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:26px;width:100%}.offline-curriculum .tabs-container .tab{font-size:16px;height:unset;padding:10px 31px;text-align:center;width:unset;width:50%}.offline-curriculum .curriculum-container{display:flex;flex-direction:column;gap:16px}.offline-curriculum .curriculum-container .left{display:none}.offline-curriculum .curriculum-container .right{border:0;padding:0;width:100%}.offline-curriculum .curriculum-container .right .curriculum-accordion{width:100%}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary{padding:8px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left{display:flex;flex-direction:row;width:-moz-max-content;width:max-content}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left .top{margin-right:14px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-left .bottom{padding:6px 12px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .summary-right{display:none}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-summary .arrow{margin:5px 10px 8px auto}.offline-curriculum .curriculum-container .right .curriculum-accordion .expanded{padding-bottom:12px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-details{display:flex;flex-direction:column;justify-content:space-between}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-details .top{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:6px;margin-top:12px;text-align:left}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-details .bottom{align-items:center;display:flex}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-img{display:block;margin-top:12px}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-img img{border-radius:10px;width:100%}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .mobile-only-btn{background-color:#2f80ed;border-radius:8px;color:#fff;display:block;font-family:Satoshi,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:22.4px;margin-top:14px;padding:12px 0;text-align:center;width:100%}.offline-curriculum .curriculum-container .right .curriculum-accordion .accordion-details .skills .skill{font-size:14px;padding:6px 10px}}.learning-experience{position:relative}.learning-experience video::-webkit-media-controls-fullscreen-button{display:none}.learning-experience .play-icon{color:#fff;cursor:pointer;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.learning-experience .top-section{display:flex;margin:80px 80px 40px}.learning-experience .top-section .left{width:59%}.learning-experience .top-section .right{border-radius:10px;position:relative}.learning-experience .top-section .right video{border-radius:10px}.learning-experience .top-section .title{font-family:Satoshi,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:64.8px;text-align:left;width:80%}.learning-experience .top-section .title .span-blue{background-image:url(/_next/static/media/text-bg.5b8f5584.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#2f80ed}.learning-experience .top-section .bottom{align-items:center;display:flex;gap:12px}.learning-experience .top-section .bottom .line{background-color:#2b2f34;border:1px solid #2b2f34;border-radius:50px;height:6px;width:40%}.learning-experience .top-section .bottom .title{width:60%}.learning-experience .top-section .bottom .title .span-blue{background-image:unset}.learning-experience .bottom-section{align-items:flex-end;display:flex}.learning-experience .bottom-section .left{border-radius:10px;position:relative;width:50%}.learning-experience .bottom-section .left video{border-radius:10px;margin-left:80px;width:650px}.learning-experience .bottom-section .right{gap:50px;margin-left:8%;width:42%}.learning-experience .bottom-section .right .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:22px;font-weight:500;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.learning-experience .bottom-section .right .title{font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.learning-experience .bottom-section .right .description{color:#fff;font-family:Satoshi,sans-serif;font-size:18px;line-height:27px;text-align:left;width:80%}.learning-experience .bottom-container{background-color:#0a172e;bottom:0;padding:18px 0;position:absolute;width:100%;z-index:-1}.learning-experience .bottom-container .dummy-text{color:#0a172e;width:42%}@media screen and (max-width:500px){.learning-experience{padding:36px 0}.learning-experience .top-section{flex-direction:column;margin:16px}.learning-experience .top-section .title{font-size:32px;line-height:39.4px}.learning-experience .top-section .left{margin-bottom:24px;width:100%}.learning-experience .top-section .right video{width:100%}.learning-experience .bottom-section{flex-direction:column}.learning-experience .bottom-section .left{border-radius:10px;width:100%}.learning-experience .bottom-section .left video{border-radius:10px;margin-left:0;padding:0 16px}.learning-experience .bottom-section .right{margin-left:0;width:100%}.learning-experience .bottom-section .right .gradient-text{font-size:18px;margin-top:12px;padding:0 16px}.learning-experience .bottom-section .right .title{font-size:30px;padding:0 16px}.learning-experience .bottom-section .right .description-container{background-color:#0a172e}.learning-experience .bottom-section .right .description-container .description{font-size:18px;line-height:27px;margin-top:12px;padding:16px;width:100%}.learning-experience .bottom-container{display:none}}.offline-hero{background-color:#0a172e;height:-moz-fit-content;height:fit-content;padding:140px 80px 100px;position:relative}.offline-hero .explore-btn{background-color:#2f80ed;border-radius:8px;color:#fff;font-family:Satoshi,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:22.4px;padding:14px 34px}.offline-hero .explore-btn-mobile{display:none}.offline-hero .explore-btn-web{align-items:center;display:block;display:flex;gap:8px;justify-content:center}.offline-hero .hero-inner{align-items:stretch;display:flex}.offline-hero .hero-inner .hero-left{color:#fff;width:47%}.offline-hero .hero-inner .hero-left .new-batch-location{align-items:center;background:transparent;border:1px solid;border-image-source:linear-gradient(91.5deg,#3073b5 3.32%,#031d40 97.29%) linear-gradient(91.5deg,color(display-p3 .259 .443 .69) 3.32%,color(display-p3 .039 .114 .243) 97.29%);border-radius:50px;box-shadow:inset 0 -8px 32px 0 rgba(0,15,36,0),inset 0 0 12px 0 hsla(0,0%,100%,.078);display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:5px;line-height:20px;margin-bottom:16px;padding:4px 8px;text-align:center;width:-moz-max-content;width:max-content}.offline-hero .hero-inner .hero-left .hero-title{font-family:Satoshi,sans-serif;font-size:49px;font-weight:700;letter-spacing:-.015em;line-height:65px;margin-bottom:24px;text-align:left;width:90%}.offline-hero .hero-inner .hero-left .hero-title .span-blue{color:#2f80ed}.offline-hero .hero-inner .hero-left .hero-title .star{display:inline;margin-bottom:12px;margin-left:8px}.offline-hero .hero-inner .hero-left .description{font-family:Satoshi,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.03em;line-height:28px;margin-bottom:22px;text-align:left}.offline-hero .hero-inner .arrow{align-items:center;display:flex;justify-content:center;width:10%}.offline-hero .hero-inner .hero-right{background:rgba(10,23,46,.8);border:1px solid;border-image-source:linear-gradient(143.95deg,rgba(0,130,245,.24) 1.86%,rgba(126,191,255,.24) 98.61%),linear-gradient(143.95deg,color(display-p3 .184 .502 .929/.24) 1.86%,color(display-p3 .553 .741 1/.24) 98.61%);border-radius:18px;box-shadow:0 4px 125.8px 0 rgba(47,128,237,.09);height:-moz-fit-content;height:fit-content;margin-left:8%;position:relative;width:-moz-fit-content;width:fit-content}.offline-hero .hero-inner .hero-right .offline-form-container{background:#061830;height:100%;justify-content:unset;width:100%}.offline-hero .hero-inner .hero-right .offline-form-container .ds-form{background:#061830;height:100%;width:-moz-max-content;width:max-content}.offline-hero .hero-inner .hero-right .offline-form-container .desc,.offline-hero .hero-inner .hero-right .offline-form-container .heading{color:#fff}.offline-hero .hero-inner .hero-right .offline-form-container .error{color:#ff706a}.offline-hero .hero-inner .hero-right .offline-form-container .icon-flex{background-color:#13223b}.offline-hero .hero-inner .hero-right .offline-form-container .icon-flex .text-input{background-color:#13223b;color:#fff}.offline-hero .hero-inner .hero-right .offline-form-container .terms-and-conditions{color:#2f80ed;display:block;font-family:Satoshi,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-align:center}.offline-hero .hero-inner .hero-right .line{animation:animateLine 3s infinite;background:rgba(0,130,245,.5);position:absolute}.offline-hero .hero-inner .hero-right .line:first-child{bottom:0;height:2px;transform-origin:100% 100%;width:20%}.offline-hero .hero-inner .hero-right .line:nth-child(4){display:none;height:2px;right:0;top:-1px;transform-origin:0 100%;width:20%}.offline-hero .hero-inner .hero-right .line:nth-child(2){bottom:14px;height:calc(100% - 22px);left:-2px;transform-origin:100% 100%;width:2px}.offline-hero .hero-inner .hero-right .line:nth-child(5){bottom:0;height:calc(100% - 22px);right:-1px;transform-origin:100% 0;width:2px}.offline-hero .hero-inner .hero-right .line:nth-child(3){height:2px;left:14px;top:-2px;transform-origin:0 100%;width:calc(100% - 22px)}.offline-hero .hero-inner .hero-right .line:nth-child(6){bottom:-2px;height:2px;right:14px;transform-origin:100% 0;width:calc(100% - 22px)}.offline-hero .hero-inner .hero-right .line:nth-child(2),.offline-hero .hero-inner .hero-right .line:nth-child(5){animation-delay:.5s}.offline-hero .hero-inner .hero-right .line:nth-child(3),.offline-hero .hero-inner .hero-right .line:nth-child(6){animation-delay:.9s}@keyframes animateLine{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.offline-hero .header-content-wrapper{bottom:-6%;justify-content:space-between;left:50%;margin:0;padding:15px;position:absolute;transform:translate(-50%);width:60%}.offline-hero .header-content-wrapper .header-content .header-content-heading{font-family:Satoshi,sans-serif;font-size:26px;font-weight:700;line-height:36.4px;text-align:left}.offline-hero .header-content-wrapper .header-content .header-content-subheading{font-size:16px}@media screen and (max-width:500px){.offline-hero{padding:40% 16px 60px}.offline-hero .explore-btn-mobile{align-items:center;display:block;display:flex;gap:8px;justify-content:center;margin-top:16px}.offline-hero .explore-btn-web{display:none}.offline-hero .hero-inner{flex-direction:column}.offline-hero .hero-inner .hero-left{margin-bottom:24px;width:100%}.offline-hero .hero-inner .hero-left .new-batch-location{border:1px solid}.offline-hero .hero-inner .hero-left .hero-title{font-size:32px;line-height:40px;margin-bottom:5px;width:100%}.offline-hero .hero-inner .hero-left .description{font-size:18px}.offline-hero .hero-inner .arrow{display:none}.offline-hero .hero-inner .hero-right{margin-left:0;width:100%}.offline-hero .hero-inner .hero-right .offline-form-container{margin:0}.offline-hero .hero-inner .hero-right .offline-form-container .desc,.offline-hero .hero-inner .hero-right .offline-form-container .heading{text-align:center}.offline-hero .hero-inner .hero-right .offline-form-container .heading{font-size:26px}.offline-hero .hero-inner .hero-right .offline-form-container .desc{font-size:16px}.offline-hero .hero-inner .hero-right .offline-form-container .desc :last-of-type{margin-bottom:24px}.offline-hero .hero-inner .hero-right .offline-form-container .icon-flex{justify-content:center}.offline-hero .hero-inner .hero-right .offline-form-container .btn{margin-top:20px}.offline-hero .hero-inner .hero-right .offline-form-container .terms-and-conditions{text-align:center}.offline-hero .header-content-wrapper-outer{background-color:transparent;overflow-x:auto;position:absolute;top:100%;transform:translateY(-50%);width:95vw}.offline-hero .header-content-wrapper-outer .header-content-wrapper{align-items:center;box-shadow:unset;display:flex;flex-direction:row;justify-content:space-between;left:0;margin:15px 15px 15px 0;overflow-x:scroll;padding:10px;position:relative;scrollbar-width:none;transform:translate(0);width:-moz-max-content;width:max-content}.offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content{margin-right:15px}}.steps-to-success{padding:80px}.steps-to-success .sub-heading{background:rgba(47,128,237,.08);border-radius:50px;color:#2f80ed;font-family:Satoshi,sans-serif;font-size:20px;font-weight:800;letter-spacing:.08em;line-height:27px;padding:6px 16px;text-align:center;width:-moz-max-content;width:max-content}.steps-to-success .heading-container{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:50px}.steps-to-success .heading-container .heading{font-family:Satoshi,sans-serif;font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:64.8px;text-align:left}.steps-to-success .heading-container .heading .span-blue{color:#2f80ed}.steps-to-success .heading-container .line{background:#000;border-radius:50px;flex-grow:1;height:8px}.steps-to-success .about-flex{grid-column-gap:5.5rem;grid-row-gap:5.5rem;display:flex;justify-content:space-between;max-width:100%;width:100%}.steps-to-success .about-flex .about-left{align-self:flex-start;height:100%;position:sticky;top:10rem;width:35%}.steps-to-success .about-flex .about-left .about-pyramid-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding-left:.625rem;padding-right:.625rem}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper{align-items:center;background:linear-gradient(rgba(131,193,255,.8),#fff);background:linear-gradient(180deg,rgba(0,130,245,.08),transparent);border-radius:.75rem;color:#2f80ed;cursor:pointer;display:flex;height:100px;justify-content:center;margin-bottom:-.5rem;max-width:100%;overflow:hidden;padding:1px;position:relative;width:100%}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper .pyramid-step-content{border-radius:.75rem;padding:1.5rem;text-decoration:none;transition:all .25s;width:100%}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper .w-inline-block{display:inline-block;max-width:100%}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper.step-1{max-width:60%;z-index:1}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper.step-2{max-width:70%;z-index:2}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper.step-3{max-width:80%;z-index:3}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper.step-4{max-width:90%;z-index:4}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-step-wrapper.step-5{max-width:97%;z-index:5}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .w--current{background:#2f80ed;color:#fff}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .w--current .pyramid-number,.steps-to-success .about-flex .about-left .about-pyramid-wrapper .w--current .pyramid-text{color:#fff}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .w--current .overlay-step{display:none}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-text{color:#70b2f8;font-family:Inter,sans-serif;font-size:1.46rem;font-weight:700;letter-spacing:-.471px;line-height:1.1}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-subtext{font-size:.875rem;letter-spacing:.0265rem}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .pyramid-number{color:rgba(47,128,237,.6);font-family:Inter,sans-serif;font-size:6.25rem;font-weight:700;inset:14% 8% 0 auto;line-height:1;position:absolute}.steps-to-success .about-flex .about-left .about-pyramid-wrapper .overlay-step{background:linear-gradient(180deg,rgba(220,234,251,.6),rgba(220,234,251,.6));height:180%;inset:0 0 0 auto;padding-right:30%;position:absolute;transform:translate(45%,-5%) rotate(45deg)}.steps-to-success .about-flex .steps-mobile-view{display:none}.steps-to-success .about-flex .about-right-outer{display:flex;flex-direction:column;gap:40px;width:60%}.steps-to-success .about-flex .about-right-outer .about-right .gradient-heading{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:22px;font-weight:600;letter-spacing:.75px;margin-bottom:8px;text-transform:uppercase;width:-moz-max-content;width:max-content}.steps-to-success .about-flex .about-right-outer .about-right .title{font-family:Inter,sans-serif;font-size:28.59px;font-weight:700;line-height:34.6px;margin-bottom:8px;text-align:left}.steps-to-success .about-flex .about-right-outer .about-right .about-desc{color:#595959;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:.2399999946px;line-height:18.15px;margin-bottom:24px;text-align:left}.steps-to-success .about-flex .about-right-outer .about-right .card{background:#d8eafc;border:0;height:100%;position:relative}.steps-to-success .about-flex .about-right-outer .about-right .card .play-icon{color:#fff;cursor:pointer;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.steps-to-success .about-flex .about-right-outer .about-right .card .highlight{color:#0c7beb;font-family:Work Sans,sans-serif;font-size:80px;font-weight:500;letter-spacing:-2.4000000954px;line-height:90px;text-align:left;width:80%}.steps-to-success .about-flex .about-right-outer .about-right .card .text{color:#139ef7;font-family:Work Sans,sans-serif;font-size:20px;font-weight:400;line-height:30px;margin-bottom:6px;text-align:left;width:80%}.steps-to-success .about-flex .about-right-outer .about-right .card .description{color:#007df3;font-family:Work Sans,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.400000006px;line-height:30px;margin-top:auto;text-align:left}.steps-to-success .about-flex .about-right-outer .about-right .card .align-top{margin-top:unset}.steps-to-success .about-flex .about-right-outer .about-right .card img{height:100%}.steps-to-success .about-flex .about-right-outer .about-right .card video::-webkit-media-controls-fullscreen-button{display:none}.steps-to-success .about-flex .about-right-outer .about-right .text-card{padding:16px}@media only screen and (max-width:500px){.steps-to-success{margin:48px 0;padding:18px}.steps-to-success .sub-heading{display:block;font-size:18px;font-weight:700;line-height:unset;margin:auto}.steps-to-success .heading-container{margin-bottom:24px}.steps-to-success .heading-container .heading{font-size:36px;line-height:38px;margin-top:24px;text-align:center}.steps-to-success .heading-container .line{display:none}.steps-to-success .about-flex{flex-direction:column;grid-row-gap:3rem}.steps-to-success .about-flex .about-left{position:static;width:100%}.steps-to-success .about-flex .steps-mobile-view{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;gap:12px;padding:12px 0;position:sticky;top:110px;z-index:2000}.steps-to-success .about-flex .steps-mobile-view .steps-mobile-item{background-color:#fff;border:1px solid #2f80ed;border-radius:8px;color:#2f80ed;cursor:pointer;font-family:Satoshi,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.04em;line-height:19.6px;padding:8px 12px;text-align:left}.steps-to-success .about-flex .steps-mobile-view .steps-mobile-item.active{background:#d5e6fb}.steps-to-success .about-flex .about-right-outer{width:100%}.steps-to-success .about-flex .about-right-outer .about-right .card{max-height:370px;min-height:320px}.steps-to-success .about-flex .about-right-outer .about-right .card .highlight{font-size:60px}.steps-to-success .about-flex .about-right-outer .about-right .card img{border-radius:10px;height:inherit}.steps-to-success .about-flex .about-right-outer .about-right .card video{border-radius:10px;height:100%!important}.steps-to-success .about-flex .about-right-outer .about-right .text-card{border-radius:10px}}.stats-container{height:100%;margin:0 auto;max-width:1200px;width:100%}.stats-card{background:#c2dafa;border-radius:24px;height:100%;padding:16px;position:relative}.stats-card .title-container{background-color:#fff;border-radius:9999px;color:#1e3a8a;left:30px;padding:8px 18px;position:absolute;top:42px}.stats-card .title-container .title{color:#2f80ed;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.stats-header{border-radius:9999px;color:#2563eb;display:inline-block;font-size:20px;font-weight:600;left:50%;padding:8px 24px;position:absolute;top:-20px;transform:translateX(-50%)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);height:100%;position:relative}.stat-item{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:48px}.stat-value{align-items:baseline;display:flex;font-family:satoshi,sans-serif;gap:8px}.stat-value .number{color:#1e3a8a;font-size:48px;font-weight:700}.stat-value .unit{color:#1e3a8a;font-size:32px;font-weight:700}.stat-label{color:#4192ff;font-family:satoshi,sans-serif;font-size:22px;font-weight:400}@media(max-width:768px){.stats-grid{grid-template-columns:1fr 1fr}.stat-item{padding:44px 32px}.stats-card .title-container{left:19%;top:14px;z-index:100}.stat-value .number{font-size:24px}.stat-value .unit{font-size:20px}.stat-label{font-size:16px;text-align:center}}.refer-and-modal-container{position:relative}.refer-and-modal-container .close-button{position:absolute;right:16px;top:16px}.refer-and-modal-container .heading-container .refer-img{height:-moz-max-content;height:max-content;width:100%}.refer-and-modal-container .heading-container .heading{color:#2b2f34;font-family:Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:700;line-height:normal;line-height:32.76px;margin:0 0 12px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}@media screen and (max-width:500px){.refer-and-modal-container .heading-container .heading{font-size:20px;margin-bottom:8px}}.refer-and-modal-container .heading-container .sub-heading{color:#2b2f34;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:500;line-height:normal;line-height:20.16px;margin:0;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}@media screen and (max-width:500px){.refer-and-modal-container .heading-container .sub-heading{font-size:16px}}.refer-and-modal-container .heading-container .sub-heading .orange-text{color:var(--Orange-dark-400,#fb5e09);font-size:18px}@media screen and (max-width:500px){.refer-and-modal-container .heading-container .sub-heading .orange-text{font-size:16px}}.refer-and-modal-container .form-container{padding:12px 24px 24px}.refer-and-modal-container .submit-button{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#9b2fed 0,#3187f7 100%));border-radius:8px;color:#fff;font-size:20px;font-weight:700;line-height:normal;margin-top:24px;padding:10px 32px;width:100%}@media screen and (max-width:500px){.refer-and-modal-container .submit-button{font-size:16px}}.offline-new-page .navbar-container{padding:4px 0}.offline-new-page .navbar-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7)}.offline-new-page .navbar-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text{color:#fff}.offline-new-page .navbar-wrapper .nav-menu-wrapper .menu-btn.normal *{color:#fff!important}.offline-new-page .new-hiring-partners-wrapper .heading{margin:auto;width:45%}.offline-new-page .new-hiring-partners-wrapper .black-ribbon,.offline-new-page .new-hiring-partners-wrapper .desc{display:none}.offline-new-page .offline-partners-wrapper{margin:100px 0}.offline-new-page .alumni-wrapper .text-container{margin:50px 0}.offline-new-page .alumni-wrapper .placement-report-btn{margin-top:36px;padding:12px 28px}.offline-new-page .new-hiring-partners-wrapper .heading .blue{background-image:url(/_next/static/media/text-bg.5b8f5584.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:500px){.offline-new-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{color:#fff}.offline-new-page .announce-bar{display:block}.offline-new-page .new-hiring-partners-wrapper .heading{font-size:36px;width:100%}.offline-new-page .offline-partners-wrapper{margin-bottom:54px}}.custom-carousel-container{overflow:hidden;position:relative;width:100%}.custom-carousel-container .carousel-wrapper{align-items:stretch;display:flex;flex-direction:row;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;gap:32px;scrollbar-width:none}.custom-carousel-container .carousel-wrapper::-webkit-scrollbar{display:none}.custom-carousel-container .carousel-button-left,.custom-carousel-container .carousel-button-right{background-color:#fff;border-radius:50%;box-shadow:0 6px 14px -6px rgba(24,39,75,.2),0 10px 32px -4px rgba(24,39,75,.3);color:#2b2f34;cursor:pointer;font-size:24px;max-width:40px;padding:8px;position:absolute;top:50%;transform:translateY(-50%);z-index:1000}.custom-carousel-container .carousel-button-left{left:1%}.custom-carousel-container .carousel-button-right{right:1%}.data-analytics-book-now-card{border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:Arial,sans-serif;max-width:425px;overflow:hidden;width:100%}.data-analytics-book-now-card .card-header{color:#fff;display:flex;flex-direction:column;padding:20px}.data-analytics-book-now-card .card-header .icon-container{align-items:center;background-color:#2c3e50;border-radius:8px;display:flex;height:40px;justify-content:center;margin-bottom:10px;width:40px}.data-analytics-book-now-card .card-header .icon-container .icon{color:#fff}.data-analytics-book-now-card .card-header .title-container-mobile{display:none}.data-analytics-book-now-card .card-header .flex-container{align-items:center;display:flex;gap:10px;justify-content:space-between}.data-analytics-book-now-card .card-header .header-text h2{font-size:24px;margin:0}.data-analytics-book-now-card .card-header .header-text p{font-size:14px;margin:5px 0 0;opacity:.8}.data-analytics-book-now-card .card-header .price{align-items:flex-end;display:flex;flex-direction:column;margin-top:10px}.data-analytics-book-now-card .card-header .price p{font-size:12px;margin:0}.data-analytics-book-now-card .card-header .price .price-amount{align-items:center;display:flex;gap:10px}.data-analytics-book-now-card .card-header .price .price-amount .original-price{opacity:.7;text-decoration:line-through}.data-analytics-book-now-card .card-header .price .price-amount .discounted-price{font-size:24px;font-weight:700}.data-analytics-book-now-card .card-body{background-color:#fff;height:100%;padding:20px}.data-analytics-book-now-card .card-body h3{font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.03em;line-height:21.6px;text-align:left}.data-analytics-book-now-card .card-body .monthly-price{color:#2f80ed;font-size:28px;font-weight:600;margin-bottom:5px}.data-analytics-book-now-card .card-body .start-today{font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.03em;line-height:21.6px;margin-bottom:24px;text-align:left}.data-analytics-book-now-card .card-body .features{display:flex;flex-direction:column;gap:10px;list-style-type:none;padding:0}.data-analytics-book-now-card .card-body .features .feature-item{align-items:center;display:flex;gap:10px}.data-analytics-book-now-card .card-body .features .feature-item .dot-outer{align-items:center;background-color:#e6f1fe;border-radius:50%;display:flex;height:18px;justify-content:center;width:18px}.data-analytics-book-now-card .card-body .features .feature-item .dot-outer .dot-inner{background-color:#0082f5;border-radius:50%;height:8px;width:8px}.data-analytics-book-now-card .card-body .book-now{background-color:#2f80ed;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:24px;padding:12px;transition:background-color .3s;width:100%}@media screen and (max-width:500px){.data-analytics-book-now-card .card-header .flex-container-header{align-items:center;display:flex;gap:10px}.data-analytics-book-now-card .card-header .flex-container-header .title-container-mobile{display:block}.data-analytics-book-now-card .card-header .flex-container-header .title-container-mobile .mobile-title{margin-bottom:0}.data-analytics-book-now-card .card-header .icon-container{height:50px;margin-bottom:0;width:50px}.data-analytics-book-now-card .flex-container .title-web-container{display:none}}.data-science-and-ai-enrolment-methods{background:#deebfc;padding:80px}.data-science-and-ai-enrolment-methods .heading-flex{align-items:center;display:flex;flex-direction:column;margin-bottom:14px}.data-science-and-ai-enrolment-methods .heading-flex .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:18px;font-weight:600;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.data-science-and-ai-enrolment-methods .heading-flex .heading{color:#2b2f34;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.data-science-and-ai-enrolment-methods .heading-flex .heading .blue{color:#2f80ed}.data-science-and-ai-enrolment-methods .cards-container{display:flex;gap:24px;justify-content:center}.data-science-and-ai-enrolment-methods .cards-container .book-now-card-even .card-header{background:#0a172e}.data-science-and-ai-enrolment-methods .cards-container .book-now-card-even .card-body .monthly-price{color:#2f80ed}.data-science-and-ai-enrolment-methods .cards-container .book-now-card-odd .card-header{background:#2f80ed}.data-science-and-ai-enrolment-methods .cards-container .book-now-card-odd .card-header .icon-container{background:hsla(0,0%,100%,.16)}@media(max-width:500px){.data-science-and-ai-enrolment-methods{padding:60px 16px}.data-science-and-ai-enrolment-methods .heading-flex .heading{font-size:32px}.data-science-and-ai-enrolment-methods .cards-container{flex-direction:column}.data-science-and-ai-enrolment-methods .cards-container .data-analytics-book-now-card .card-header .flex-container{align-items:flex-start;flex-direction:column}.data-science-and-ai-enrolment-methods .cards-container .data-analytics-book-now-card .card-header .price{align-items:flex-start}.data-science-and-ai-enrolment-methods .cards-container .book-now-card-even .card-body .monthly-price,.data-science-and-ai-enrolment-methods .cards-container .book-now-card-odd .card-body .monthly-price{font-size:24px}}.projects-section{padding:80px 0}.projects-section .heading-flex{align-items:center;display:flex;flex-direction:column;margin-bottom:14px}.projects-section .heading-flex .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:18px;font-weight:600;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.projects-section .heading-flex .heading{color:#2b2f34;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.projects-section .heading-flex .heading .blue{color:#2f80ed}.projects-section .heading-flex .description{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.72px;line-height:normal;padding-bottom:16px;text-align:center}.projects-section .flex-container{display:flex;gap:20px;margin:auto;max-width:1200px}.projects-section .flex-container .projects-left{width:35%}.projects-section .flex-container .projects-left .keypoint{align-items:center;display:flex;gap:8px;margin-bottom:12px}.projects-section .flex-container .projects-left .keypoint .icon-container{background:rgba(47,128,237,.16);border-radius:8px;padding:8px}.projects-section .flex-container .projects-left .keypoint .description{color:rgba(43,47,52,.8);font-family:Satoshi,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.72px;line-height:27px;text-align:left}.projects-section .flex-container .projects-right{display:flex;flex-wrap:wrap;gap:16px;width:65%}.projects-section .flex-container .projects-right .program-card{background:#fff;border:1px solid #eaecf0;border-radius:12px;box-shadow:0 4px 15.1px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;gap:16px;max-width:370px;padding:12px;width:calc(100% - 16px)}.projects-section .flex-container .projects-right .program-card .top-img{background:#f5f5f5;border-radius:12px;height:auto;width:100%}.projects-section .flex-container .projects-right .program-card .content-flex{display:flex;flex-direction:column;gap:8px}.projects-section .flex-container .projects-right .program-card .content-flex .heading{color:#292f36;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.54px;line-height:normal}.projects-section .flex-container .projects-right .program-card .content-flex .content-list-items{display:flex;flex-direction:column;gap:8px}.projects-section .flex-container .projects-right .program-card .content-flex .content-list-items .content-list-item{align-items:center;display:flex;gap:8px}.projects-section .flex-container .projects-right .program-card .content-flex .content-list-items .content-list-item .icon{color:#00ac07;font-size:17px;min-width:17px}.projects-section .flex-container .projects-right .program-card .content-flex .content-list-items .content-list-item .text{color:var(--Color-4,#4c5864);font-size:15px;font-style:normal;font-weight:500;letter-spacing:-.48px;line-height:170%}.projects-section .flex-container .projects-right .program-card .btn-flex{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:auto}.projects-section .flex-container .projects-right .program-card .btn-flex .blue-btn{background:#0082f5;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:-.48px;line-height:24px;padding:8px 16px;transition:all .3s ease;width:100%}.projects-section .flex-container .projects-right .program-card .btn-flex .outline-btn{background:#fff;border:1px solid #0082f5;border-radius:6px;color:#0082f5;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:-.48px;line-height:24px;padding:8px 16px;transition:all .3s ease;width:100%}@media screen and (max-width:500px){.projects-section{padding:60px 16px}.projects-section .heading-flex .gradient-text{font-size:14px;line-height:21px}.projects-section .heading-flex .heading{font-size:32px;line-height:42.7px;margin-top:12px;text-align:center}.projects-section .flex-container{flex-direction:column}.projects-section .flex-container .projects-left{width:100%}.projects-section .flex-container .projects-left .keypoint .icon-container{padding:8px}.projects-section .flex-container .projects-right,.projects-section .flex-container .projects-right .program-card .top-img{width:100%}}.skills-puzzle-section{padding:80px 0}.skills-puzzle-section .heading-flex{align-items:center;display:flex;flex-direction:column;margin-bottom:14px}.skills-puzzle-section .heading-flex .gradient-text{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Satoshi,sans-serif;font-size:18px;font-weight:600;letter-spacing:.75px;margin-bottom:0;text-transform:uppercase}.skills-puzzle-section .heading-flex .heading{color:#2b2f34;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:56.7px;text-align:left}.skills-puzzle-section .heading-flex .heading .blue{color:#2f80ed}.skills-puzzle-section .heading-flex .description{color:var(--Text-100,#8c9aac);font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.72px;line-height:normal;padding-bottom:16px;text-align:center}.skills-puzzle-section .image-container{margin:auto;position:relative;width:-moz-max-content;width:max-content}.skills-puzzle-section .text-container{position:absolute}.skills-puzzle-section .text-container .number{font-family:Satoshi,sans-serif;font-size:14px;letter-spacing:.01em;line-height:20.72px;text-align:center}.skills-puzzle-section .text-container .title{font-size:19.79px;font-weight:700;letter-spacing:.04em;line-height:26.72px;text-align:center}.skills-puzzle-section .text-container .description{font-family:Satoshi,sans-serif;font-size:15.79px;font-weight:400;letter-spacing:.01em;line-height:20.72px;text-align:center}.skills-puzzle-section .text-container-1{left:25.6%;top:20.5%}.skills-puzzle-section .text-container-2{left:47.5%;top:10%}.skills-puzzle-section .text-container-3{bottom:4%;left:49.2%}.skills-puzzle-section .text-container-4{right:26.9%;top:25%}.skills-puzzle-section .description-container{max-width:250px;position:absolute}.skills-puzzle-section .description-container .text{font-family:Satoshi,sans-serif;font-size:24px;font-weight:500;letter-spacing:.04em;line-height:28px;margin-bottom:6px}.skills-puzzle-section .description-container .description{color:#858585;font-family:Satoshi,sans-serif;font-size:15px;font-weight:300;letter-spacing:.05em;line-height:20.72px;text-align:left}.skills-puzzle-section .description-container-1{left:1%;top:20%}.skills-puzzle-section .description-container-2{left:51.5%;top:3%}.skills-puzzle-section .description-container-3{bottom:-7%;left:53%;max-width:250px}.skills-puzzle-section .description-container-4{max-width:275px;right:-1%;top:24%}@media screen and (max-width:500px){.skills-puzzle-section{padding:40px 16px}.skills-puzzle-section .heading-flex .gradient-text{font-size:16px;line-height:21px}.skills-puzzle-section .heading-flex .heading{font-size:32px;line-height:42.7px;margin-top:12px;text-align:center}.skills-puzzle-section .image-container{width:100%}.skills-puzzle-section .image-container .text-container .number{font-size:10px;line-height:14px}.skills-puzzle-section .image-container .text-container .description,.skills-puzzle-section .image-container .text-container .title{font-size:15.79px;line-height:20.72px}}@media screen and (max-width:400px){.skills-puzzle-section .text-container-1{left:19.5%;top:16%}.skills-puzzle-section .text-container-2{left:55%;top:3%}.skills-puzzle-section .text-container-3{bottom:-7%;left:39%}.skills-puzzle-section .text-container-4{bottom:9%;right:18%;top:unset}.skills-puzzle-section .description-container{max-width:50px;position:absolute}.skills-puzzle-section .description-container .text{font-size:10px;line-height:14px;margin-bottom:6px}.skills-puzzle-section .description-container .description{display:none}.skills-puzzle-section .description-container-1{left:4%;top:16%}.skills-puzzle-section .description-container-2{left:60.5%;top:3%}.skills-puzzle-section .description-container-3{bottom:-12%;left:46%}.skills-puzzle-section .description-container-4{right:1%;top:85%}}@media(min-width:400px)and (max-width:500px){.skills-puzzle-section .text-container-1{left:18%;top:16%}.skills-puzzle-section .text-container-2{left:50%;top:3%}.skills-puzzle-section .text-container-3{bottom:-7%;left:35%}.skills-puzzle-section .text-container-4{bottom:9%;right:24%;top:unset}.skills-puzzle-section .description-container{max-width:50px;position:absolute}.skills-puzzle-section .description-container .text{font-size:10px;line-height:14px;margin-bottom:6px}.skills-puzzle-section .description-container .description{display:none}.skills-puzzle-section .description-container-1{left:4%;top:16%}.skills-puzzle-section .description-container-2{left:56%;top:3%}.skills-puzzle-section .description-container-3{bottom:-12%;left:41%}.skills-puzzle-section .description-container-4{right:9%;top:85%}}.apply-now-modal-container .modal-content{align-items:stretch;display:flex;flex-direction:row;height:100%}.apply-now-modal-container .close-button{font-size:26px;position:absolute;right:20px;top:20px;z-index:100}.apply-now-modal-container .close-button:hover{cursor:pointer}.apply-now-modal-container .testimonial-section{background-color:#e2efff;border-radius:10px 0 0 10px;display:flex;flex-direction:column;padding:36px;width:45%}.apply-now-modal-container .testimonial-section .quote-mark{margin-bottom:24px}.apply-now-modal-container .testimonial-section .testimonial-content{color:var(--font-black,#2b2f34);font-family:Satoshi,sans-serif;font-size:18px;font-weight:500}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-text{margin-bottom:18px}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-subtext{margin-bottom:48px}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-author{align-self:flex-end;color:var(--text-300,#2b2f34);display:flex;gap:10px}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-author .author-avatar img{border-radius:50%;height:42px;margin-right:8px;width:42px}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-author .author-info{display:flex;flex-direction:column;gap:3px}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-author .author-info .author-name{font-size:18px;font-weight:600}.apply-now-modal-container .testimonial-section .testimonial-content .testimonial-author .author-info .author-position{font-size:14px;font-weight:400}.apply-now-modal-container .signup-section{display:flex;flex-direction:column;justify-content:space-between;padding:42px}.apply-now-modal-container .signup-section .phone-input-section{margin-top:-160px}.apply-now-modal-container .signup-section .phone-input-section label{font-weight:600;margin-bottom:12px}.apply-now-modal-container .signup-section .phone-input-section .phone-input{display:flex;gap:12px}.apply-now-modal-container .signup-section .phone-input-section .phone-input .MuiSelect-root{background:var(--Gray-100,#f2f4f7);font-size:16px;font-weight:500;height:42px;max-height:42px;width:-moz-fit-content;width:fit-content}.apply-now-modal-container .signup-section .phone-input-section .phone-input .phone-number{background:var(--Gray-100,#f2f4f7);border-radius:8px;flex-grow:1;font-size:16px;font-weight:500;height:42px;max-height:42px;padding-left:14px}.apply-now-modal-container .signup-section .bottom-container .continue-button{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-weight:700;margin-bottom:12px;padding:16px 32px}.apply-now-modal-container .signup-section .bottom-container .terms-text a{color:var(--Primary-Primary,#2f80ed);font-weight:500;text-decoration:underline}.apply-now-modal-container .signup-section .bottom-container .terms-text a:hover{cursor:pointer}@media screen and (max-width:500px){.apply-now-modal-container .modal-content{flex-direction:column}.apply-now-modal-container .modal-content .testimonial-section{border-radius:10px 10px 0 0;display:none;padding:24px;width:100%}.apply-now-modal-container .modal-content .testimonial-section .quote-mark{margin-bottom:12px}.apply-now-modal-container .modal-content .testimonial-section .testimonial-content .testimonial-author{align-self:flex-start}.apply-now-modal-container .modal-content .testimonial-section .testimonial-content .testimonial-text{margin-bottom:12px}.apply-now-modal-container .modal-content .testimonial-section .testimonial-content .testimonial-subtext{margin-bottom:14px}.apply-now-modal-container .modal-content .signup-section{padding:0}.apply-now-modal-container .modal-content .signup-section .phone-input-section{margin-bottom:18px;margin-top:0}.apply-now-modal-container .modal-content .signup-section .bottom-container .continue-button{font-size:16px;margin-bottom:0;padding:12px 24px}.apply-now-modal-container .close-button{color:#2b2f34;right:12px;top:12px;z-index:100}}.data-science-and-ai-new .offline-hero .hero-inner .hero-left .hero-title{margin-top:16px}.data-science-and-ai-new .alumni-wrapper .placement-report-btn{display:none}.data-science-and-ai-new .guwahati-curriculum-wrapper{background-color:#fff;padding:0}.data-science-and-ai-new .guwahati-curriculum-wrapper .halo-absolute,.data-science-and-ai-new .guwahati-curriculum-wrapper .new-course-curriculum-pg{display:none}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian{border-bottom:2px solid #eaecf0}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary{align-items:flex-start}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left,.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .text,.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .lower svg,.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .upper-text{color:#000}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left-container{align-items:flex-start;flex-direction:column}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip{background:rgba(47,128,237,.16);color:#2f80ed;padding:8px 14px}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .icon,.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .text{color:#2f80ed}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .intro-text{color:#000}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .text{display:none}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left{color:#2f80ed}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#000}.data-science-and-ai-new .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian.active .left{color:#2f80ed}.data-science-and-ai-new .guwahati-curriculum-wrapper .course-type-flex{justify-content:center}.data-science-and-ai-new .heading-flex{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.data-science-and-ai-new .heading-flex .gradient-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;font-size:16px;font-weight:700;letter-spacing:1.28px;text-align:center}.data-science-and-ai-new .heading-flex .heading{color:var(--BLACK,#2b2f34);font-size:28px;font-weight:700;letter-spacing:-.63px;text-align:center}.data-science-and-ai-new .heading-flex .heading .blue{color:#2f80ed}.data-science-and-ai-new .curriculum-section{padding:80px 0}.data-science-and-ai-new .curriculum-section .heading-flex .heading{margin:auto;width:50%}.data-science-and-ai-new .upcoming-cohorts .custom-carousel-container .carousel-wrapper{gap:48px}@media screen and (max-width:500px){.data-science-and-ai-new .offline-hero .explore-btn-mobile{font-size:16px;padding:12px 18px}.data-science-and-ai-new .curriculum-section{padding:40px 16px}.data-science-and-ai-new .curriculum-section .heading-flex .heading{font-size:32px;margin-bottom:14px;width:100%}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .outlined-btn .download-btn{display:none}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left-container{align-items:center;flex-direction:row;gap:0}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip{display:flex}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right{display:none}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian.active .right{display:block}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .MuiAccordionSummary-content{margin:0}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .accordian-summary .right .upper-text{font-size:18px;margin-bottom:8px}.data-science-and-ai-new .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .accordian-summary .right .lower{font-size:16px}}.fsd-courses-new-page .icon-list{align-items:stretch;display:flex;flex-wrap:wrap;gap:28px;justify-content:flex-start;margin-top:32px}.fsd-courses-new-page .icon-list .line-vertical{background-color:#e2e2e2;height:auto;width:1px}.fsd-courses-new-page .icon-list .icon-img{height:70px;padding:6px 0;width:auto}.fsd-courses-new-page .navbar-container{padding:4px 0}.fsd-courses-new-page .navbar-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7)}.fsd-courses-new-page .navbar-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text{color:#fff}.fsd-courses-new-page .navbar-wrapper .nav-menu-wrapper .menu-btn.normal *{color:#fff!important}.fsd-courses-new-page .heading-flex{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.fsd-courses-new-page .heading-flex .gradient-text{background:var(--New,linear-gradient(277deg,#992fed 0,#2f80ed 100%));background-clip:text;-webkit-background-clip:text;text-transform:uppercase;-webkit-text-fill-color:transparent;font-size:16px;font-weight:700;letter-spacing:1.28px;text-align:center}.fsd-courses-new-page .heading-flex .heading{color:var(--BLACK,#2b2f34);font-size:28px;font-weight:700;letter-spacing:-.63px;text-align:center}.fsd-courses-new-page .heading-flex .heading .blue{color:#2f80ed}.fsd-courses-new-page .new-instructors-and-mentors{margin-top:90px}.fsd-courses-new-page .guwahati-curriculum-wrapper{background-color:#fff;padding:0}.fsd-courses-new-page .guwahati-curriculum-wrapper .halo-absolute,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-course-curriculum-pg{display:none}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian{border-bottom:2px solid #eaecf0}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary{align-items:flex-start}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .lower .text,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .lower svg,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right .upper-text{color:#000}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left-container{align-items:flex-start;flex-direction:column}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip{background:rgba(47,128,237,.16);color:#2f80ed;padding:8px 14px}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .icon,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip.show .text{color:#2f80ed}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .intro-text,.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .text{color:#000}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .week-flex .left{color:#2f80ed}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-details .week-flex .right{color:#000}.fsd-courses-new-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian.active .left{color:#2f80ed}.fsd-courses-new-page .guwahati-curriculum-wrapper .course-type-flex{justify-content:center}.fsd-courses-new-page .curriculum-section{padding:80px 0}.fsd-courses-new-page .curriculum-section .heading-flex .heading{color:#2b2f34;font-size:42px;font-weight:700;text-align:center;width:60%}.fsd-courses-new-page .certificate-section-wrapper{margin-bottom:0;position:sticky}.fsd-courses-new-page .alumni-wrapper{margin-bottom:24px}@media only screen and (max-width:500px){.fsd-courses-new-page .icon-list{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px;padding:0 16px 32px}.fsd-courses-new-page .icon-list .line-vertical{background-color:#e2e2e2;height:50px;width:1px}.fsd-courses-new-page .icon-list .icon-img{height:56px;padding:6px 0;width:auto}.fsd-courses-new-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{color:#fff!important}.fsd-courses-new-page .curriculum-section{padding:40px 16px}.fsd-courses-new-page .curriculum-section .heading-flex .heading{font-size:32px;margin-bottom:14px;width:100%}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .outlined-btn .download-btn{display:none}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left-container{align-items:center;flex-direction:row;gap:0}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .chip{display:flex}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .right{display:none}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian.active .right{display:block}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .MuiAccordionSummary-content{margin:0}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .accordian-summary .right .upper-text{font-size:18px;margin-bottom:8px}.fsd-courses-new-page .curriculum-section .guwahati-curriculum-wrapper .new-curriculum-accordians .accordian-summary .right .lower{font-size:16px}}.mern-full-stack-page .guwahati-curriculum-wrapper .new-curriculum-accordians .custom-accordian .accordian-summary .left-container{flex-direction:row}.mern-full-stack-page .new-curriculum-accordians .custom-accordian .accordian-summary{gap:16px}.mern-full-stack-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer{color:#fff!important}.hyderabad-focused-offline-course-modal-container{background-color:#fff;border-radius:20px;display:flex;flex:1;flex-direction:column;height:100%;overflow:hidden;position:relative}.hyderabad-focused-offline-course-modal-container .charminar{bottom:0;height:572.85px;position:absolute;right:460px;width:696.51px;z-index:10}@media screen and (max-width:500px){.hyderabad-focused-offline-course-modal-container .charminar{height:354.98px;right:120px;width:431.61px}}.hyderabad-focused-offline-course-modal-container .cross{display:flex;justify-content:end;margin:10px}.hyderabad-focused-offline-course-modal-container .cross img{cursor:pointer}.hyderabad-focused-offline-course-modal-container .container-top{margin-bottom:30px;z-index:20}@media screen and (max-width:500px){.hyderabad-focused-offline-course-modal-container .container-top{margin-bottom:20px}}.hyderabad-focused-offline-course-modal-container .container-top .heading{color:var(--Text-300,#2b2f34);font-size:40px;font-weight:500;line-height:130%;margin-bottom:8px;text-align:center}.hyderabad-focused-offline-course-modal-container .container-top .heading .highlighted-text{color:var(--Blue-500,#2e90fa);font-size:40px;font-style:normal;font-weight:700;line-height:130%}.hyderabad-focused-offline-course-modal-container .container-top .description{color:var(--Text-200,#505862);font-size:24px;font-style:normal;font-weight:500;line-height:130%;margin:auto;max-width:520px;text-align:center}.hyderabad-focused-offline-course-modal-container .container-top .description .highlighted-text{color:var(--Blue-500,#2e90fa)}.hyderabad-focused-offline-course-modal-container .container-middle{align-items:center;display:flex;gap:32px;justify-content:center;z-index:20}.hyderabad-focused-offline-course-modal-container .container-middle .request-callback-button{background:var(--Primary-Primary,#2f80ed);border-radius:8px;color:var(--WHITE,#fff);font-size:18px;font-style:normal;font-weight:700;line-height:150%;padding:14px 32px}.hyderabad-focused-offline-course-modal-container .close-mobile{display:none}.hyderabad-focused-offline-course-modal-container .bottom-image{height:250px;margin-top:auto}@media screen and (max-width:500px){.hyderabad-focused-offline-course-modal-container .bottom-image{height:220px}}.hyderabad-focused-offline-course-modal-container .bottom-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:500px){.hyderabad-focused-offline-course-modal-container .container-top .heading{font-size:20px;font-weight:600}.hyderabad-focused-offline-course-modal-container .container-top .heading .highlighted-text{font-size:20px}.hyderabad-focused-offline-course-modal-container .container-top .description{font-size:14px}.hyderabad-focused-offline-course-modal-container .container-middle{margin-bottom:16px}.hyderabad-focused-offline-course-modal-container .container-middle .request-callback-button{border-radius:6px;font-size:14px;padding:8px 18px}.hyderabad-focused-offline-course-modal-container .close-mobile{align-items:center;bottom:5px;color:var(--Text-0,#fff);display:flex;font-size:16px;font-style:normal;font-weight:700;gap:9px;justify-content:center;left:50%;line-height:normal;position:absolute;transform:translate(-50%,-50%)}}.join-active-container{height:80vh;width:100%}.join-active-container .join-active-loader-container{height:60%}.join-active-container .join-active-text{font-size:18px;text-align:center}.join-active-container .join-active-link-container{max-width:100%;overflow:hidden;padding-left:20px;padding-right:20px;padding-top:80px;white-space:pre-wrap;word-break:break-all}.join-active-container .join-active-link-container .join-active-link{font-size:14px}.join-active-modal{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.join-active-modal .join-active-modal-sheet{border-radius:10px;display:flex;flex-direction:column;overflow:hidden;position:relative;width:350px}.join-active-modal .join-active-modal-sheet .join-active-modal-close-icon{background-color:#fff;border-radius:20px;cursor:pointer;height:20px;position:absolute;right:5px;top:5px;width:20px}.join-active-modal .join-active-modal-sheet .join-active-modal-img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.join-active-modal .join-active-modal-sheet .join-active-modal-content{background-color:#0a172e;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;height:100%;padding:5px 10px;width:100%}.join-active-modal .join-active-modal-sheet .join-active-modal-content .modal-submit-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:center;margin-bottom:8px;margin-top:30px;padding:8px;width:100%}.join-active-modal .join-active-modal-sheet .join-active-modal-content .modal-submit-btn span{margin-left:10px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .modal-submit-btn:disabled{background-color:#d3d3d3;cursor:not-allowed}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-heading{font-size:14px;text-align:center}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-title{font-weight:700;text-align:center}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-timings{display:flex;font-size:12px;justify-content:space-between;margin-top:10px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-timings .join-active-modal-timings-date{align-items:center;display:flex;gap:4px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-timings .join-active-modal-timings-date .join-active-modal-timings-date-icon{height:16px;width:16px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-timings .join-active-modal-timings-hours{align-items:center;display:flex;gap:4px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-modal-timings .join-active-modal-timings-hours .join-active-modal-timings-hours-icon{height:16px;width:16px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-class-timer-container{margin-top:20px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-class-timer-container .join-active-class-timer-heading{text-align:center}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-class-timer-container .join-active-class-timer{display:flex;gap:8px;justify-content:center;margin-top:6px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-class-timer-container .join-active-class-timer p{border:1px solid #505862;border-radius:10px;font-size:14px;padding:5px 8px}.join-active-modal .join-active-modal-sheet .join-active-modal-content .join-active-class-timer-container .join-active-class-timer-button{margin-left:auto;margin-right:auto;margin-top:10px;text-align:center}.announce-bar{font-size:15px;padding:8px 0}.announce-bar .left{display:flex}.announce-bar .seperator{border:1px solid #fff;font-size:12px;height:16px;margin:0 12px;margin-block:2px;width:2px}@media screen and (max-width:500px){.announce-bar .seperator{display:none}}.announce-bar .announce-bar-text{font-family:Satoshi,sans-serif;font-weight:700;line-height:16.8px}@media screen and (max-width:500px){.announce-bar .announce-bar-text{margin:auto auto 8px}}.announce-bar .announce-bar-button{background-color:#fff;border-radius:4px;color:#2f80ed;cursor:pointer;font-family:Satoshi,sans-serif;font-size:14px;font-weight:700;line-height:16.8px;margin-left:8px;padding:8px 16px}@media screen and (max-width:500px){.announce-bar{display:flex;flex-wrap:wrap}.announce-bar .left{flex-direction:column}}.offline-fsd-hyd-page .navbar-wrapper,.offline-noida .navbar-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7)}.offline-fsd-hyd-page .navbar-wrapper .menu-btn.normal .menu-btn-icon,.offline-fsd-hyd-page .navbar-wrapper .menu-btn.normal .menu-btn-text,.offline-fsd-hyd-page .navbar-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text,.offline-fsd-hyd-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button,.offline-noida .navbar-wrapper .menu-btn.normal .menu-btn-icon,.offline-noida .navbar-wrapper .menu-btn.normal .menu-btn-text,.offline-noida .navbar-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text,.offline-noida .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{color:#fff}.offline-noida .offline-curriculum .tabs-container{display:none}.offline-noida .offline-curriculum .curriculum-container{margin-top:12px}.offline-noida .offline-curriculum .curriculum-container .left{height:unset;position:unset}@media screen and (max-width:500px){.offline-noida .steps-to-success .about-flex .steps-mobile-view{top:165px}.offline-noida .skills-puzzle-section .description-container-4{right:12%;top:92%}}.offline-fsd-hyd-page .tabs-container{display:flex}@media screen and (max-width:500px){.offline-fsd-hyd-page .offline-hero{padding-top:50%}}.live-events-page .navbar{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:20px 80px;position:fixed;top:0;width:100%;z-index:9998}@media screen and (max-width:500px){.live-events-page .navbar{padding:20px 16px}}.live-events-page .offline-hero{height:100vh;padding-top:6%}@media screen and (max-width:500px){.live-events-page .offline-hero{height:100%;min-height:100vh}}.live-events-page .offline-hero .hero-left{display:flex;flex-direction:column;padding-top:5%}@media screen and (max-width:500px){.live-events-page .offline-hero .hero-left{margin-bottom:0;padding-top:14%}.live-events-page .offline-hero .hero-left .description{display:none}}.live-events-page .offline-hero .hero-right .talk-to-counselor-form{border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;width:420px}@media screen and (max-width:500px){.live-events-page .offline-hero .hero-right .talk-to-counselor-form{width:100%}}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left{align-items:center;background:linear-gradient(160.11deg,#fff8e4 6.55%,#e1f5c9 42.53%),linear-gradient(160.11deg,color(display-p3 1 .973 .902) 6.55%,color(display-p3 .898 .957 .804) 42.53%);border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;justify-content:center}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:24px 0 12px}@media screen and (max-width:500px){.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container{padding:12px 0 0}}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:700;line-height:32.76px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}@media screen and (max-width:500px){.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container .heading{font-size:24px}}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container .heading .color-green{color:#00ac07}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container .sub-heading{color:#595959;font-size:16px;font-weight:400;text-align:center}@media screen and (max-width:500px){.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .heading-container .sub-heading{margin-bottom:6px}}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .left .counsellor-img{border-top-left-radius:12px;border-top-right-radius:12px;margin-top:auto}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right{align-items:center;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:16px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .modal-submit-btn{margin-top:10px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:600;line-height:32.76px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .sub-heading{color:#595959;font-size:16px;font-weight:400;text-align:center}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .update-text{align-items:center;color:#686c7a;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:400;gap:0;letter-spacing:-.16px;line-height:24px;text-align:left;width:100%}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .update-text .whatsapp-icon{margin-left:3px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .update-text .span-black{color:#2b2f34;font-size:16px;font-weight:700;margin-left:3px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .form-submitted{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .form-submitted .heading{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:600;line-height:32.76px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .form-submitted .sub-heading{color:#595959;font-size:18px;font-weight:600;text-align:center}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .form-submitted .icon{color:#2f80ed;font-size:36px}.live-events-page .offline-hero .hero-right .talk-to-counselor-form .right .modal-content .form-submitted .modal-submit-btn{background:#2f80ed;border-radius:8px;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.24px;line-height:24px;padding:12px 24px;transition:all .4s}.joining-live-event-page{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.joining-live-event-page .navbar{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(9,26,47,.7);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:20px 80px;position:fixed;top:0;width:100%;z-index:9998}@media screen and (max-width:500px){.joining-live-event-page .navbar{padding:20px 16px}}.joining-live-event-page .join-active-class-timer-container{display:flex;flex-direction:column;gap:16px}.joining-live-event-page .join-active-class-timer-container .title{color:#2f80ed;font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:600;letter-spacing:.01em;line-height:48px;text-align:center}.joining-live-event-page .join-active-class-timer-container .join-active-class-timer-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:400;letter-spacing:.01em;line-height:48px;text-align:center}.joining-live-event-page .join-active-class-timer-container .join-active-class-timer{display:flex;flex-direction:row;gap:16px;justify-content:space-between}.joining-live-event-page .join-active-class-timer-container .join-active-class-timer p{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:600;letter-spacing:.01em;line-height:48px;text-align:center}.joining-live-event-page .join-active-class-timer-container .modal-submit-btn{align-items:center;background:#2f80ed;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;justify-content:center;margin:auto auto 8px;padding:8px;width:200px}.joining-live-event-page .join-active-class-timer-container .modal-submit-btn:disabled{background-color:gray;cursor:not-allowed}.joining-live-event-page .start-time{font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:600;letter-spacing:.01em;line-height:48px;text-align:center;width:70%}@media screen and (max-width:500px){.joining-live-event-page .start-time{font-size:24px;line-height:32px;width:90%}}.joining-live-event-page .start-time .span{color:#2f80ed}.testimonial-wrapper{background:var(--gradients-custom-Dark-Blue,linear-gradient(247deg,#1c4d8e 0,#091a2f 100%));display:flex;flex-direction:column;gap:32px;padding:90px 40px}.testimonial-wrapper .heading{background:linear-gradient(277deg,#a722f6,#0082f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Inter,sans-serif;font-size:16px;font-weight:600;letter-spacing:1%;line-height:150%;margin:auto auto 12px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.testimonial-wrapper .description{align-items:center;color:#fff;display:inline;font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;gap:14px;justify-content:center;letter-spacing:0;line-height:120%;margin:auto auto 20px;text-align:center;text-transform:capitalize}.testimonial-wrapper .description .text-container{align-items:center;background:var(--background-white,#fff);border-radius:var(--radius-rounded-lg,8px);display:inline-flex;gap:10px;justify-content:center;padding:4px 16px;width:-moz-fit-content;width:fit-content}.testimonial-wrapper .description .text-container .text{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Satoshi,sans-serif;font-size:48px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px;text-align:center}.testimonial-wrapper .cards-container{align-items:stretch;display:flex;gap:24px;overflow:auto}.testimonial-wrapper .cards-container::-webkit-scrollbar{display:none}.testimonial-wrapper .cards-container .testimonial-card{align-items:center;-webkit-backdrop-filter:blur(13);backdrop-filter:blur(13);background-color:#fff;border:1px solid #0f203d;border-radius:16px;box-shadow:0 4px 125.8px 0 rgba(47,128,237,.09);display:flex;flex-direction:column;gap:16px;justify-content:flex-start;max-width:375px;min-width:375px;padding:16px;position:relative}.testimonial-wrapper .cards-container .testimonial-card .linkedin-container{cursor:pointer;position:absolute;right:16px;top:16px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header{align-items:center;display:flex;flex-direction:column;justify-content:center}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__avatar{position:relative}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__avatar .image{border:1.06px solid #002659;border-radius:50%;height:90px;left:50%;margin-bottom:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__avatar .stars{position:absolute!important;right:50%!important;top:9%!important;z-index:100}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__avatar .image{overflow:hidden}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__avatar .namrata{margin-top:24px;scale:2}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__name{color:#2b2f34;font-family:Inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-2%;line-height:150%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__header .testimonial-card__role{color:#2b2f34;font-family:Inter,sans-serif;font-size:14px;font-style:italic;font-weight:500;letter-spacing:-2%;line-height:150%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__testimonial{color:#2b2f34;font-family:Inter,sans-serif;font-size:14px;font-weight:300;letter-spacing:-2%;line-height:150%}.testimonial-wrapper .cards-container .testimonial-card .line{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23000' stroke-dasharray='2, 10' stroke-linecap='square' stroke-width='4'/%3E%3C/svg%3E");height:1px;width:100%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey{align-items:center;display:flex;justify-content:space-between;width:100%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .left,.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .right{text-align:center;width:130px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .left{display:flex;flex-direction:column;gap:8px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .left .testimonial-card__journey-pre{background:rgba(47,128,237,.18);border-radius:4px;color:#2f80ed;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-2%;line-height:150%;padding:3px 6px;width:130px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .left .testimonial-card__companies-pre{color:#505862;font-family:Inter,sans-serif;font-size:14px;font-weight:500;letter-spacing:-2%;line-height:150%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .right{display:flex;flex-direction:column;gap:8px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .right .testimonial-card__journey-post{background-color:#2f80ed;border-radius:4px;color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-2%;line-height:150%;padding:3px 6px}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .right .post-accio-logo{height:22px;margin:auto;-o-object-fit:scale-down;object-fit:scale-down;width:120px}.testimonial-wrapper .cards-container .video-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background-color:#fff;border:1.04px solid #0f203d;border-radius:16px;box-shadow:0 4.17px 131.26px 0 rgba(47,128,237,.09);height:435px;max-width:285px;min-width:285px;padding:16px 16.69px}.testimonial-wrapper .cards-container .video-card .video-card__thumbnail{height:100%;-o-object-fit:contain;object-fit:contain;position:relative}.testimonial-wrapper .cards-container .video-card .video-card__thumbnail .play-icon{color:#fff;cursor:pointer;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.testimonial-wrapper .cards-container .video-card .video-player-wrapper{height:100%}.testimonial-wrapper .cards-container .video-card img,.testimonial-wrapper .cards-container .video-card video{border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.testimonial-wrapper .cards-container .video-card .student-video-card{background:#ffdbda;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.testimonial-wrapper .cards-container .video-card .student-video-card .play-icon{color:#fff;cursor:pointer;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.testimonial-wrapper .cards-container .video-card .student-video-card .top-div{display:none}.testimonial-wrapper .cards-container .video-card .student-video-card .main-content{width:100%}.testimonial-wrapper .cards-container .video-card .student-video-card .main-content .heading{display:none}.testimonial-wrapper .cards-container .video-card .student-video-card .student-img{border-radius:16px;height:100%;max-width:100%}@media screen and (max-width:500px){.testimonial-wrapper{min-height:unset;padding:60px 24px}.testimonial-wrapper .description{font-size:32px;line-height:42px}.testimonial-wrapper .description .text-container{padding:4px 12px}.testimonial-wrapper .description .text-container .text{font-size:32px;line-height:42px}.testimonial-wrapper .cards-container{gap:18px}.testimonial-wrapper .cards-container .testimonial-card{max-width:335px;min-width:335px;width:100%}.testimonial-wrapper .cards-container .testimonial-card .testimonial-card__journey .testimonial-card__journey-arrow{scale:.8}.testimonial-wrapper .cards-container .video-card{height:460px}}.fast-track-curriculum{padding:80px}.fast-track-curriculum .sub-title{color:#18181b;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;letter-spacing:.16px;line-height:150%;margin:auto auto 10px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.fast-track-curriculum .sub-title:after{background:linear-gradient(45deg,#4338ca 10%,#38bdf8 90%);content:"";display:block;height:2px;width:50px}.fast-track-curriculum .description{color:var(--Neutrals-Text-Gray,#18181b);font-family:Satoshi,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:30px;text-align:center}.fast-track-curriculum .arrows-container-outer{position:relative}.fast-track-curriculum .arrows-container-outer .arrows-container{align-items:center;display:flex;gap:12px;position:absolute;right:0;top:24px;transform:translateY(-50%)}.fast-track-curriculum .arrows-container-outer .arrows-container .arrow{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.fast-track-curriculum .arrows-container-outer .arrows-container svg{color:#000}.fast-track-curriculum .title{color:#000;font-family:Satoshi,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:64.8px;margin:auto;max-width:800px;text-align:center}.fast-track-curriculum .title .span-blue{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fast-track-curriculum .tabs-container{align-items:stretch;background:#f0f2fa;border:1.3px solid #f2f2f2;border-radius:12px;display:flex;gap:0;justify-content:stretch;margin:auto auto 40px;padding:4px;width:-moz-max-content;width:max-content}.fast-track-curriculum .tabs-container .tab{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:35px;justify-content:center;width:185px}.fast-track-curriculum .tabs-container .tab.selected{background-color:#fff;box-shadow:5.2px 0 31.2px 0 rgba(0,0,0,.078);color:#2f80ed}.fast-track-curriculum .units-container{display:flex;gap:32px;justify-content:space-between;width:100%}.fast-track-curriculum .units-container .unit{align-items:center;display:flex;gap:16px;justify-content:center}.fast-track-curriculum .units-container .unit .unit-number{border:2px solid #82b3f4;border-radius:12px;color:#505862;font-family:Satoshi,sans-serif;font-size:20px;font-weight:700;gap:10px;letter-spacing:0;line-height:140%;padding:10px 20px;text-align:center;width:-moz-max-content;width:max-content}.fast-track-curriculum .units-container .unit .line{background-color:rgba(0,0,0,.05);height:2px;width:385px}@media screen and (max-width:500px){.fast-track-curriculum .units-container .unit .line{width:283px}}@media screen and (max-width:415px){.fast-track-curriculum .units-container .unit .line{width:267px}}@media screen and (max-width:405px){.fast-track-curriculum .units-container .unit .line{width:260px}}@media screen and (max-width:400px){.fast-track-curriculum .units-container .unit .line{width:255px}}@media screen and (max-width:395px){.fast-track-curriculum .units-container .unit .line{width:250px}}@media screen and (max-width:390px){.fast-track-curriculum .units-container .unit .line{width:245px}}@media screen and (max-width:385px){.fast-track-curriculum .units-container .unit .line{width:240px}}@media screen and (max-width:380px){.fast-track-curriculum .units-container .unit .line{width:235px}}@media screen and (max-width:375px){.fast-track-curriculum .units-container .unit .line{width:230px}}.fast-track-curriculum .course-cards-container{display:flex;flex-direction:column;flex-wrap:nowrap;gap:28px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.fast-track-curriculum .download-curriculum-container{margin-left:auto;margin-top:32px;width:-moz-fit-content;width:fit-content}.fast-track-curriculum .download-curriculum-container .download-curriculum{align-items:center;background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-focusRingRadius,16px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:var(--text-white,#fff);display:flex;font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:500;gap:var(--Button-gap,8px);height:var(--Button-size,48px);justify-content:center;line-height:24px;min-height:var(--Button-size,48px);min-width:var(--Button-size,48px);padding:var(--Button-py,12px) var(--Button-px,32px);text-align:center}@media screen and (max-width:500px){.fast-track-curriculum .download-curriculum-container{margin-left:unset;width:100%}.fast-track-curriculum .download-curriculum-container .download-curriculum{padding:12px;width:100%}}.fast-track-curriculum .cards-container{display:flex;gap:32px}.fast-track-curriculum .course-container{background-color:#f0fae7;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);max-width:500px;min-width:500px;padding:24px}.fast-track-curriculum .course-container .course-header{align-items:flex-start;display:flex;justify-content:space-between}.fast-track-curriculum .course-container .course-header .course-info .course-title{color:#333;font-family:Satoshi,sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.fast-track-curriculum .course-container .course-header .course-info .course-meta{color:#555;font-family:Satoshi,sans-serif;font-size:18px;font-weight:500}.fast-track-curriculum .course-container .topic-list{display:flex;flex-direction:column;gap:16px;margin-top:40px}.fast-track-curriculum .course-container .topic-item{border-radius:8px;padding:24px}.fast-track-curriculum .course-container .topic-item .topic-header{align-items:center;display:flex;justify-content:space-between}.fast-track-curriculum .course-container .topic-item .topic-header .topic-title{align-items:center;display:flex}.fast-track-curriculum .course-container .topic-item .topic-header .topic-title .topic-number{color:#555;font-size:1.125rem;font-weight:500;margin-right:8px}.fast-track-curriculum .course-container .topic-item .topic-header .topic-title .topic-name{color:#333;font-size:1.125rem;font-weight:500;margin-left:12px}.fast-track-curriculum .course-container .topic-item .topic-header .toggle-button{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s}.fast-track-curriculum .course-container .topic-item .topic-header .toggle-button:hover{background-color:#f2f2f2}.fast-track-curriculum .course-container .see-more-container{margin-top:24px;text-align:right}.fast-track-curriculum .course-container .see-more-container .see-more-button{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;font-weight:600;margin-left:auto;padding:8px}.fast-track-curriculum .course-container .see-more-container .see-more-button .chevron-icon{margin-left:4px}.fast-track-curriculum .course-container .see-more-container .see-more-button:hover{color:#2f2f2f}.fast-track-curriculum .course-container:nth-of-type(3n+1){background-color:#e3fbcc}.fast-track-curriculum .course-container:nth-of-type(3n+1) .topic-item{background-color:#d0f8ab}.fast-track-curriculum .course-container:nth-of-type(3n+1) .course-header .course-icon{color:#a6ef67}.fast-track-curriculum .course-container:nth-of-type(3n+2){background-color:#d5e6fb}.fast-track-curriculum .course-container:nth-of-type(3n+2) .topic-item{background-color:#acccf8}.fast-track-curriculum .course-container:nth-of-type(3n+2) .course-header .course-icon{color:#82b3f4}.fast-track-curriculum .course-container:nth-of-type(3n){background-color:#ece9fe}.fast-track-curriculum .course-container:nth-of-type(3n) .topic-item{background-color:#ddd6fe}.fast-track-curriculum .course-container:nth-of-type(3n) .course-header .course-icon{color:#a78bfa}@media screen and (max-width:500px){.fast-track-curriculum{background:#fff;padding:40px 16px}.fast-track-curriculum .title{font-size:28px;line-height:44px}.fast-track-curriculum .sub-title{font-size:16px}.fast-track-curriculum .description{font-size:18px}.fast-track-curriculum .tabs-container{background:#f0f2fa;border:1.3px solid #d8dade;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:26px;width:100%}.fast-track-curriculum .tabs-container .tab{font-size:16px;height:35px;padding:10px 31px;text-align:center;width:unset;width:50%}.fast-track-curriculum .course-container{max-width:100%;min-width:100%}.fast-track-curriculum .course-container .course-header .course-info .course-title{font-size:20px}.fast-track-curriculum .course-container .course-header .course-info .course-meta{font-size:16px}.fast-track-curriculum .course-container .topic-item .topic-header .topic-title .topic-number{font-size:16px;white-space:nowrap;width:-moz-max-content;width:max-content}.fast-track-curriculum .course-container .topic-item .topic-header .topic-title .topic-name{font-size:16px}}.course-requirements-container{padding:120px 80px 80px}.course-requirements-container .container-inner{background:#f9fafb;border-radius:16px;display:flex;gap:40px;justify-content:space-between;padding:40px}.course-requirements-container .container-inner .left{max-width:407px}.course-requirements-container .container-inner .left .subheading{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:12px;text-transform:uppercase}.course-requirements-container .container-inner .left .subheading:after{background:linear-gradient(45deg,#4338ca 10%,#38bdf8 90%);content:"";display:block;height:2px;width:50px}.course-requirements-container .container-inner .left .heading{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;letter-spacing:0;line-height:120%}.course-requirements-container .container-inner .left .heading span{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.course-requirements-container .container-inner .right .top{align-items:center;display:flex;justify-content:center;margin:auto auto 10px;width:70%}.course-requirements-container .container-inner .right .top .number{align-items:center;background-color:#d5e6fb;border-radius:50%;color:#2f80ed;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:-4%;line-height:22px;min-height:26px;min-width:26px;position:relative}.course-requirements-container .container-inner .right .top .number:after{background-color:#d5e6fb;content:"";height:5px;position:absolute;top:100%;width:3px}.course-requirements-container .container-inner .right .top .line{background-color:#d5e6fb;height:2px;width:100%}.course-requirements-container .container-inner .right .cards-container{display:flex;gap:20px}.course-requirements-container .container-inner .right .cards-container .card{background:#fff;border-radius:20px;border-width:1px;display:flex;flex-direction:column;padding:24px;width:240px}.course-requirements-container .container-inner .right .cards-container .card .icon-container{align-items:center;border-radius:50%;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;margin-bottom:18px;padding:18px;width:-moz-fit-content;width:fit-content}.course-requirements-container .container-inner .right .cards-container .card .content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.course-requirements-container .container-inner .right .cards-container .card .content .card-heading{color:var(--text-dark,#18181b);font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:12px}.course-requirements-container .container-inner .right .cards-container .card .content .description{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-top:auto}@media screen and (max-width:500px){.course-requirements-container .container-inner .right .top{height:282px;margin:auto}.course-requirements-container .container-inner .right .top .line{height:100%;width:2px}.course-requirements-container{padding:88px 20px 30px}.course-requirements-container .container-inner{background:unset;flex-direction:column;gap:24px;padding:4px}.course-requirements-container .container-inner .left{flex:1;max-width:100%}.course-requirements-container .container-inner .left .subheading{font-size:16px;line-height:150%;margin:auto auto 12px;text-align:center;width:-moz-fit-content;width:fit-content}.course-requirements-container .container-inner .left .heading{font-size:28px;line-height:32px;text-align:center}.course-requirements-container .container-inner .right{background:var(--background-primary-subtle,#eff6ff);border-radius:16px;display:flex;gap:12px;padding:16px 12px}.course-requirements-container .container-inner .right .top{flex:unset;flex-direction:column;height:340px;width:20px}.course-requirements-container .container-inner .right .top .number:after{height:3px;left:100%;top:50%;width:5px}.course-requirements-container .container-inner .right .cards-container{flex:1;flex-direction:column}.course-requirements-container .container-inner .right .cards-container .card{align-items:center;flex-direction:row;gap:12px;padding:24px 16px;width:100%}.course-requirements-container .container-inner .right .cards-container .card .icon-container{margin-bottom:0}.course-requirements-container .container-inner .right .cards-container .card .content{justify-content:center}.course-requirements-container .container-inner .right .cards-container .card .content .card-heading{margin-bottom:8px}.course-requirements-container .container-inner .right .cards-container .card .content .description{margin-top:unset}}.is-fast-track-section{min-height:645px;padding:80px;position:relative;z-index:1}.is-fast-track-section .is-fast-track-bg{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.is-fast-track-section .is-fast-track-bg img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.is-fast-track-section .is-fast-track-container{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:10}.is-fast-track-section .is-fast-track-container .is-fast-track-video-wrapper{max-width:720px}.is-fast-track-section .is-fast-track-container .is-fast-track-video-wrapper video{border-radius:12px}.is-fast-track-section .is-fast-track-container .is-fast-track-content{color:var(--text-white,#fff);font-size:18px;font-weight:700;line-height:28px;max-width:400px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-title{font-family:Satoshi,sans-serif;font-style:normal;margin:auto auto 24px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-title:after{background:#fff;content:"";display:block;height:2px;width:50px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle{display:flex;gap:8px;margin-bottom:40px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle .course-text-container{background:var(--background-white,#fff);border-radius:var(--radius-rounded-lg,8px);padding:4px 12px;text-align:center}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle .course-text-container .text{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Satoshi,sans-serif;font-size:46px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px;margin-bottom:6px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle .overview-text{color:var(--White,#fff);font-family:Satoshi,sans-serif;font-size:46px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .label-container{background:#fff;border:1px solid;border-image-source:linear-gradient(91.5deg,#3073b5 3.32%,#031d40 97.29%);border-radius:106px;box-shadow:inset 0 -8px 32px 0 rgba(0,15,36,0),inset 0 0 12px 0 hsla(0,0%,100%,.078);gap:0;margin-bottom:12px;padding:4px 14px;text-align:center;width:-moz-fit-content;width:fit-content}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-label{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#a922f6 0,#0089ff 100%));background-clip:text;-webkit-background-clip:text;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:600;letter-spacing:.16px;line-height:150%;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-heading{color:#fff;font-family:Satoshi,sans-serif;font-size:42px;font-weight:600;letter-spacing:0;line-height:120%;margin-bottom:20px;text-transform:capitalize}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-subtext{color:#8c9aac;font-family:Satoshi,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:140%;text-transform:capitalize}@media screen and (max-width:500px){.is-fast-track-section{min-height:unset;padding:44px 20px}.is-fast-track-section .is-fast-track-container{flex-direction:column;padding:0}.is-fast-track-section .is-fast-track-container .is-fast-track-content{align-items:center;justify-content:center}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle{align-items:center}.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle .course-text-container .text,.is-fast-track-section .is-fast-track-container .is-fast-track-content .is-fast-track-subtitle .overview-text{font-size:28px;line-height:32px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .label-container{margin:auto auto 10px;padding:6px 18px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-label{font-size:16px}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-heading{font-size:32px;font-weight:700;letter-spacing:-3%;line-height:120%;text-align:center;text-transform:capitalize}.is-fast-track-section .is-fast-track-container .is-fast-track-content .section-subtext{color:#fff;font-size:16px;font-weight:500;letter-spacing:0;line-height:140%;text-align:center;text-transform:capitalize}.is-fast-track-section .is-fast-track-container .is-fast-track-video-wrapper{width:100%}}.why-acciojob{background-color:#fff;padding:104px 20px;position:relative;text-align:center}.why-acciojob .faded-logo{left:36%;position:absolute;top:1%;z-index:0}.why-acciojob .container{margin:24px auto 0;max-width:74rem;position:relative}.why-acciojob .heading .tagline{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:28px;margin:auto auto 12px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.why-acciojob .heading .tagline:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;width:46px}.why-acciojob .heading .title{font-family:Satoshi,sans-serif;font-size:48px;font-weight:700;letter-spacing:0;line-height:120%;margin-bottom:42px;text-align:center;text-transform:capitalize}.why-acciojob .heading .title .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.why-acciojob .toggle-buttons{align-items:stretch;background:#f0f2fa;border:1.3px solid #f2f2f2;border-radius:12px;display:flex;gap:0;justify-content:stretch;margin:auto auto 42px;padding:4px;width:-moz-max-content;width:max-content}.why-acciojob .toggle-buttons button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:35px;justify-content:center;width:185px}.why-acciojob .toggle-buttons button.active{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#2f80ed}.why-acciojob .subtitle{font-family:Satoshi,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.4px;line-height:28px;margin-bottom:28px;vertical-align:middle}.why-acciojob .subtitle span{color:#111827}.why-acciojob .description{color:rgba(43,47,52,.698);font-family:Satoshi,sans-serif;font-size:19.22px;font-weight:400;letter-spacing:-.1px;line-height:32px;margin-bottom:24px;vertical-align:middle}.why-acciojob .features{display:grid;gap:20px;grid-template-areas:"one one two two three three" "four four four five five five";margin-bottom:20px}.why-acciojob .features .feature-card{background-color:#fff;border:2px solid;border-radius:1rem;flex:1;padding:28px;text-align:left;width:100%}.why-acciojob .features .feature-card .card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}.why-acciojob .features .feature-card .card-header .subtitle{color:var(--Neutrals-Text-Gray,#4e5863);color:var(--Neutrals-Text-Gray,color(display-p3 .3147 .3452 .3833));font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:400;margin-bottom:0}.why-acciojob .features .feature-card .card-header .icon{font-size:1.5rem}.why-acciojob .features .feature-card .border-bottom{height:1px;margin:18px 0;width:100%}.why-acciojob .features .feature-card .card-title{color:var(--Neutrals-Text-Dark,#2a2f35);color:var(--Neutrals-Text-Dark,color(display-p3 .1686 .1843 .2039));font-family:Satoshi,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:120%;text-transform:capitalize}.why-acciojob .features .feature-card .card-description{color:var(--Neutrals-Text-Gray,#4e5863);color:var(--Neutrals-Text-Gray,color(display-p3 .3147 .3452 .3833));font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.why-acciojob .features .feature-card.border-orange{border-color:#f38744;box-shadow:5.2px 0 31.2px 0 rgba(248,131,65,.078);grid-area:one;width:380px}.why-acciojob .features .feature-card.border-yellow{border-color:#fac515;box-shadow:5.2px 0 31.2px 0 rgba(251,188,9,.078);grid-area:two;width:380px}.why-acciojob .features .feature-card.border-blue{border-color:#7aadf4;box-shadow:5.2px 0 31.2px 0 rgba(47,128,237,.078);grid-area:three;width:380px}.why-acciojob .features .feature-card.border-rose{border-color:#f97066;box-shadow:5.2px 0 31.2px 0 rgba(241,81,27,.078);grid-area:four}.why-acciojob .features .feature-card.border-green{border-color:#32d583;box-shadow:5.2px 0 31.2px 0 rgba(62,205,68,.078);grid-area:five}@media screen and (max-width:500px){.why-acciojob{overflow:hidden;padding-bottom:60px;padding-top:70px}.why-acciojob .heading{margin-bottom:8px}.why-acciojob .heading .title{font-size:28px;margin-bottom:32px}.why-acciojob .heading .tagline{font-size:16px;margin:auto auto 20px;width:-moz-fit-content;width:fit-content}.why-acciojob .subtitle{color:#2a2f35;color:color(display-p3 .1686 .1843 .2039);font-family:Satoshi,sans-serif;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:120%}.why-acciojob .faded-logo{left:6%;top:1%}.why-acciojob .toggle-buttons{margin-bottom:32px;width:100%}.why-acciojob .toggle-buttons button{width:50%}.why-acciojob .features{grid-template-areas:"one two" "three four" "five five"}.why-acciojob .features .feature-card{padding:16px}.why-acciojob .features .feature-card .card-description{color:var(--text-base,#18181b);font-weight:500}.why-acciojob .features .feature-card .border-bottom{margin:12px 0}.why-acciojob .features .feature-card.border-blue,.why-acciojob .features .feature-card.border-orange,.why-acciojob .features .feature-card.border-yellow{width:100%}}.transforming-section-wrapper{background-color:#061730;font-family:Satoshi,sans-serif;padding:104px 0;position:relative}.transforming-section-wrapper .heading{color:#fff;color:var(--text-white,#fff);font-size:18px;font-style:normal;font-weight:700;line-height:38px;margin:auto auto 24px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.transforming-section-wrapper .heading:after{background:#fff;border-radius:var(--radius-rounded-lg,8px);content:"";display:block;height:2px;margin-top:2px;width:60px}.transforming-section-wrapper .subheading{align-items:center;color:var(--text-white,#fff);display:flex;font-size:46px;font-style:normal;font-weight:700;gap:14px;justify-content:center;letter-spacing:-.96px;line-height:60px;margin-bottom:36px;text-align:center}.transforming-section-wrapper .subheading .highlight-outer{background:var(--background-white,#fff);border-radius:var(--radius-rounded-lg,8px);padding:4px 16px}.transforming-section-wrapper .subheading .highlight-outer .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.transforming-section-wrapper .scroll-frames{align-items:center;background-position-x:center;background-position-y:bottom;background-repeat:no-repeat;background-size:auto;display:flex;flex-direction:column}.transforming-section-wrapper .scroll-frames .frame{align-items:center;display:flex;filter:brightness(.7);flex-direction:column;justify-content:center;margin:20px 0;opacity:.5;text-align:center;transform:scale(.95);transition:all .6s ease}.transforming-section-wrapper .scroll-frames .frame .icon{align-items:center;border-radius:12px;display:flex;height:80px;justify-content:center;margin-bottom:20px;width:80px}.transforming-section-wrapper .scroll-frames .frame .icon svg{border-radius:12px;height:65%;scale:1;width:65%}.transforming-section-wrapper .scroll-frames .frame h2{color:#2d2d2d;font-family:Mulish,Arial,sans-serif;font-size:1.8rem;font-size:80px;font-weight:700;line-height:80px;margin-bottom:18px}.transforming-section-wrapper .scroll-frames .frame p{color:#2d2d2d;font-family:Mulish,Arial,sans-serif;font-size:32px;font-weight:400;line-height:44px;margin:0 auto}.transforming-section-wrapper .scroll-frames .frame.visible{filter:brightness(1);opacity:1;transform:scale(1)}.transforming-section-wrapper .scroll-frames .frame.visible h2{color:#fff;scale:1.2;transition:all .5s ease-out}.transforming-section-wrapper .scroll-frames .frame.visible p{color:#838485}.transforming-section-wrapper .scroll-frames .divider-wrapper{border:1px dashed;color:#1f1f1f;height:200px;left:0;position:relative;top:0;width:0;z-index:0}.transforming-section-wrapper .scroll-frames .divider-wrapper .divider-vertical{background-color:#fff;border-left:1px solid #ccc;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px;z-index:1}@media screen and (max-width:500px){.transforming-section-wrapper .heading{font-size:16px;margin-bottom:18px}.transforming-section-wrapper .subheading{font-size:32px}.transforming-section-wrapper .subheading .highlight-outer{padding:0 12px}.transforming-section-wrapper .scroll-frames .frame h2{font-size:52px;margin-bottom:0}}.pricing-wrapper{font-family:Satoshi,sans-serif;padding:4rem 1rem;position:relative;text-align:center}.pricing-wrapper .pricing-bg{height:100%;width:100%;z-index:2}.pricing-wrapper .pricing-bg,.pricing-wrapper .pricing-bg .bg-image-one{left:0;position:absolute;top:0}.pricing-wrapper .pricing-bg .bg-image-two{bottom:0;position:absolute;right:0}.pricing-wrapper .subheading{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-weight:700;line-height:28px;margin:auto auto 14px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.pricing-wrapper .subheading:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;width:50px}.pricing-wrapper .heading{color:var(--text-base,#18181b);margin-bottom:8px;text-align:center}.pricing-wrapper .heading,.pricing-wrapper .heading .highlight{font-size:48px;font-weight:700;letter-spacing:-.96px;line-height:60px}.pricing-wrapper .heading .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pricing-wrapper .desc{color:var(--text-base,#18181b);font-size:20px;font-weight:500;letter-spacing:-.4px;line-height:24px;margin-bottom:48px;text-align:center}.pricing-wrapper .cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.pricing-wrapper .pricing-card{background:#fff;border-radius:1rem;box-shadow:0 0 0 1px #e5e7eb,0 10px 15px rgba(0,0,0,.04);overflow:hidden;position:relative;width:600px;z-index:10}.pricing-wrapper .pricing-card .card-header{background:url(/_next/static/media/fullStackCardsBg.31c3b997.svg),linear-gradient(247deg,#1c4d8e,#091a2f);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:1.25rem;text-align:left}.pricing-wrapper .pricing-card .card-header .icon{font-size:1.25rem;margin-bottom:24px}.pricing-wrapper .pricing-card .card-header .name-and-price{display:flex;justify-content:space-between}.pricing-wrapper .pricing-card .card-header h3{color:var(--White,#fff);font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:4px}.pricing-wrapper .pricing-card .card-header .sub{color:#fff;font-size:16px;font-style:normal;font-weight:300;line-height:24px}.pricing-wrapper .pricing-card .card-header .price{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.pricing-wrapper .pricing-card .card-header .price p{font-weight:300;margin-bottom:4px;text-align:end}.pricing-wrapper .pricing-card .card-header .price .old{color:hsla(0,0%,100%,.66);font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:22px;margin-right:5px;margin-top:10px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.pricing-wrapper .pricing-card .card-header .price .new{color:#fff;font-size:28px;font-style:normal;font-weight:700;line-height:34px}.pricing-wrapper .pricing-card .card-body{color:#111827;font-size:.9rem;padding:1.5rem;text-align:left}.pricing-wrapper .pricing-card .card-body .middle{display:flex}.pricing-wrapper .pricing-card .card-body .middle .left{border-right:1.5px solid var(--border-primary-subtle,#d5e6fb);display:flex;flex:1;flex-direction:column;justify-content:center}.pricing-wrapper .pricing-card .card-body .middle .left .start{color:#2b2f34;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.pricing-wrapper .pricing-card .card-body .middle .left .start .monthly{color:var(--text-primary-base,#2f80ed);font-size:28px;font-style:normal;font-weight:700;line-height:34px;margin-block:6px}.pricing-wrapper .pricing-card .card-body .middle .right{flex:1;padding-inline:24px}.pricing-wrapper .pricing-card .card-body .middle .right .highlight-emi{color:var(--text-primary-base,#2f80ed);font-size:14px;font-style:normal;font-weight:500;line-height:18px;padding-left:32px;width:100%}.pricing-wrapper .pricing-card .card-body .middle .right .highlight-emi .amount{color:var(--text-primary-base,#2f80ed);font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.pricing-wrapper .pricing-card .card-body .middle .right ul{display:flex;flex-direction:column;gap:4px;list-style:none;margin-bottom:8px;margin-top:1rem;padding:0}.pricing-wrapper .pricing-card .card-body .middle .right ul li{align-items:start;color:var(--text-base,#18181b);display:flex;font-size:14px;font-style:normal;font-weight:500;gap:12px;line-height:20px;margin-bottom:12px}.pricing-wrapper .pricing-card .card-body .middle .right ul li:last-of-type{margin-bottom:0}.pricing-wrapper .pricing-card .card-body .middle .right ul li svg{max-height:20px;max-width:20px;min-height:20px;min-width:20px}.pricing-wrapper .pricing-card .card-body .book-btn{background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-focusRingRadius,16px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:var(--text-white,#fff);font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-top:28px;padding:var(--Button-py,10px) var(--Button-px,32px);text-align:center;width:100%}@media screen and (max-width:500px){.pricing-wrapper .heading,.pricing-wrapper .heading .highlight{font-size:28px;line-height:32px}.pricing-wrapper .subheading{font-size:16px}.pricing-wrapper .desc{font-size:18px}.pricing-wrapper .pricing-card .card-header .price{align-items:flex-end;display:flex;flex-direction:column}.pricing-wrapper .pricing-card .card-header .price p{white-space:nowrap}.pricing-wrapper .pricing-card .card-header .price .old{margin-right:0;margin-top:6px}.pricing-wrapper .pricing-card .card-body .middle{flex-direction:column}.pricing-wrapper .pricing-card .card-body .middle .left{border-bottom:1px solid var(--border-primary-subtle,#d5e6fb);border-right:0;padding-bottom:16px}.pricing-wrapper .pricing-card .card-body .middle .left .start{font-size:16px}.pricing-wrapper .pricing-card .card-body .middle .left .price-flex-container{align-items:baseline;display:flex;gap:6px}.pricing-wrapper .pricing-card .card-body .middle .right{padding-inline:0}.pricing-wrapper .pricing-card .card-body .middle .right ul li{font-size:16px}}.fast-track-courses-page .menu-btn{border-radius:12px}.fast-track-courses-page .offline-hero{height:unset;padding:130px 80px}.fast-track-courses-page .offline-hero .explore-btn-web{border-radius:16px}.fast-track-courses-page .offline-hero .header-content-wrapper{margin:auto;padding-inline:34px;width:90%}.fast-track-courses-page .offline-hero .hero-inner{justify-content:space-between}.fast-track-courses-page .offline-hero .hero-inner .hero-left{width:80%}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-title{font-size:48px;letter-spacing:-1.2px;margin-bottom:10px;white-space:nowrap}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-title .star{display:none}.fast-track-courses-page .offline-hero .hero-inner .hero-left .sub-heading{color:var(--text-white,#fff);font-family:Satoshi,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:36px;margin-bottom:24px}.fast-track-courses-page .offline-hero .hero-inner .hero-left .description{font-size:17px}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar{align-items:center;color:#fff;display:flex;font-family:Satoshi,sans-serif;font-size:15px;font-style:normal;font-weight:500;gap:16px;line-height:20px;margin-bottom:14px;padding:4px 0;width:-moz-fit-content;width:fit-content}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images{align-items:center;display:flex;gap:0;height:30px;margin-left:0;overflow:hidden}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images img{margin-left:-20px;margin-top:5px;position:relative;width:35px}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images :first-child{margin-left:0;z-index:4}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images :nth-child(2){z-index:3}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images :nth-child(3){z-index:2}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar .student-images :nth-child(4){z-index:1}.fast-track-courses-page .offline-hero .hero-inner .hero-left .new-batch-location{align-items:center;background:var(--White,#fff);border:1px solid #3073b5;border-radius:106px;display:flex;height:36px;justify-content:center;padding:8px 17px}.fast-track-courses-page .offline-hero .hero-inner .hero-left .new-batch-location .location-icon{display:none}.fast-track-courses-page .offline-hero .hero-inner .hero-left .new-batch-location .batch-text{background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#a922f6 0,#0089ff 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.fast-track-courses-page .offline-hero .hero-inner .arrow{width:15%}.fast-track-courses-page .offline-hero .hero-inner .hero-right{background:var(--background-primary-subtle,#eff6ff);min-width:420px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container{background:var(--background-primary-subtle,#eff6ff);padding:32px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .icon-flex{background:var(--utility-shadesOfGray-50,#fafafa);border:var(--border-border,1px) solid var(--border-action-outline-normal,#e4e4e7)}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .icon-flex .text-input{background-color:transparent;color:#000}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .phoneNumber{padding-left:86px;position:relative}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .phoneNumber .MuiSelect-root{background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:0;border-right:1px solid #e4e4e7;border-top-left-radius:12px;border-top-right-radius:0;height:100%;left:0;margin-right:-5px;padding:5px 8px 5px 5px;position:absolute;width:-moz-max-content;width:max-content}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .phoneNumber .MuiSelect-root .MuiSelect-button{padding:5px;width:-moz-fit-content;width:fit-content}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .ds-form{max-width:430px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .heading{color:#18181b;font-size:36px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .heading .blue{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Satoshi,sans-serif;font-size:36px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:44px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .btn{background:#2f80ed;border-radius:16px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .desc{color:var(--text-muted,#71717a);font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:center}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .terms-and-conditions{display:inline;font-size:16px;text-decoration:underline}.fast-track-courses-page .offline-hero .hero-inner .curled-arrow{margin-left:-120px;margin-top:-120px}.fast-track-courses-page .offline-form-container .btn{align-items:center;background:var(--Gradient-Blue-gradient-Purple-Blue,linear-gradient(90deg,#a922f6 0,#0089ff 100%));border-radius:8px;color:var(--White,#fff);color:var(--White,color(display-p3 1 1 1));display:flex;font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;gap:2px;justify-content:center;line-height:150%;padding:10px 16px;width:100%}.fast-track-courses-page .icon-list{align-items:stretch;display:flex;flex-wrap:wrap;gap:28px;justify-content:flex-start;margin-top:32px}.fast-track-courses-page .icon-list .line-vertical{background-color:#e2e2e2;height:auto;width:1px}.fast-track-courses-page .icon-list .icon-img{height:70px;padding:6px 0;width:auto}.fast-track-courses-page .transforming-section-wrapper .subheading .highlight-outer .simple{color:#18181b}.fast-track-courses-page .new-course-cards{gap:0;scroll-margin-top:40px}.fast-track-courses-page .new-course-cards .heading{font-size:48px}.fast-track-courses-page .new-course-cards .gradient-text{background:unset;color:#18181b;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;letter-spacing:.16px;line-height:150%;margin:auto auto 10px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content;-webkit-text-fill-color:#18181b}.fast-track-courses-page .new-course-cards .gradient-text:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;width:50px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .upper{background:url(/_next/static/media/fullStackCardsBg.31c3b997.svg),linear-gradient(140deg,#0065c8 13.92%,#0082f5 85.14%);background-position:50%;background-repeat:no-repeat;background-size:cover}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .upper .desc{font-weight:400}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .top-container .lifetime-access{color:#2f80ed}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .upper{background:url(/_next/static/media/fullStackCardsBg.31c3b997.svg),var(--gradients-brand-secondary-linearDarkToTopRight,linear-gradient(45deg,#8b5cf6 0,#6d28d9 100%))}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .upper .top-container .lifetime-access{color:#7a5af8}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .lower .btn-flex .btn{padding:8px 24px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .lower .content .icon{background:#f5f3ff}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .lower .content .icon svg{color:#7c3aed}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .upper .chips .chip{display:none}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn{padding:8px 24px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .lower .chips .chip{display:none}.fast-track-courses-page .new-course-cards .heading .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fast-track-courses-page .new-course-cards .description{color:#18181b;font-family:Satoshi,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:24px;text-align:center}.fast-track-courses-page .new-instructors-and-mentors{gap:8px;margin-top:68px}.fast-track-courses-page .new-instructors-and-mentors .blue-chip{background:unset;color:#18181b;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;letter-spacing:.16px;line-height:150%;margin:auto auto 0;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content;-webkit-text-fill-color:#18181b}.fast-track-courses-page .new-instructors-and-mentors .blue-chip:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;width:50px}.fast-track-courses-page .new-instructors-and-mentors .heading{font-size:48px;text-transform:none}.fast-track-courses-page .new-instructors-and-mentors .heading .blue{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fast-track-courses-page .new-instructors-and-mentors .mentors-flex{padding:0}.fast-track-courses-page .new-hiring-partners-wrapper .heading{font-size:48px}.fast-track-courses-page .new-hiring-partners-wrapper .heading .blue{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Satoshi,sans-serif;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px}.fast-track-courses-page .new-hiring-partners-wrapper .black-ribbon{display:none}.fast-track-courses-page .new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card{background:linear-gradient(205deg,color(display-p3 0 .1356 .318) 16.14%,color(display-p3 0 0 0) 99.38%);z-index:auto}.fast-track-courses-page .new-hiring-partners-wrapper .hiring-flex-div .right-div .swiper-slide .hiring-partner-card .background-img{z-index:-1}.fast-track-courses-page .new-hiring-partners-wrapper .sub-heading{color:var(--text-base,#18181b);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:28px;margin:auto auto 4px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.fast-track-courses-page .new-hiring-partners-wrapper .sub-heading:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;margin-top:2px;width:50px}.fast-track-courses-page .new-student-reviews-wall{padding:68px 36px}.fast-track-courses-page .new-student-reviews-wall .blue-chip{background-color:unset;background:unset;border-radius:30px;color:#000;color:#18181b;font-size:18px;font-style:normal;font-weight:700;line-height:28px;margin:auto auto -7px;padding:6px 20px;text-align:center;text-transform:capitalize;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.fast-track-courses-page .new-student-reviews-wall .blue-chip:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;margin-top:2px;width:22%}.fast-track-courses-page .new-student-reviews-wall .heading{font-size:46px}.fast-track-courses-page .faq{padding:50px 7%}.fast-track-courses-page .faq .faq-question{flex-direction:row}.fast-track-courses-page .faq .faq-answer{padding-left:2px}.fast-track-courses-page .faq .heading-text{margin-bottom:8px}.fast-track-courses-page .faq .sub-heading-text{color:var(--text-base,#18181b);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:24px;margin-bottom:40px;text-align:center}.fast-track-courses-page .faq .blue-chip{background:unset;border-radius:30px;color:#18181b;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin:auto auto -7px;padding:6px 20px;text-align:center;text-transform:capitalize;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.fast-track-courses-page .faq .blue-chip:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;margin-top:2px;width:22%}.fast-track-courses-page .faq .heading-text .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fast-track-courses-page .faq .flex-container .left-programs{display:none}@media screen and (max-width:500px){.fast-track-courses-page .offline-hero{padding:130px 24px 60px}.fast-track-courses-page .offline-hero .header-content-wrapper-outer{width:90vw}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper{padding-inline:0;width:100%}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content{margin-right:0}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content .header-content-div{margin-left:0}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content .header-content-heading{font-size:16px;line-height:24px;margin-bottom:4px;text-align:center}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content .header-content-subheading{font-size:14px;line-height:20px;text-align:center}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content-0 .header-content-heading{color:#fc5555}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content-1 .header-content-heading{color:#ff940a}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content-2 .header-content-heading{color:#29cc6a}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper .header-content-3 .header-content-heading{color:#09f}.fast-track-courses-page .offline-hero .header-content-wrapper-outer .header-content-wrapper img{display:none!important}.fast-track-courses-page .offline-hero .hero-inner .hero-left{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.fast-track-courses-page .offline-hero .hero-inner .hero-left .sub-heading{color:var(--text-white,#fff);font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:10px;text-align:center}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-top-bar{background:var(--background-primary-subtle,#eff6ff);border-radius:var(--radius-rounded-2xl,24px);color:#18181b;gap:12px;padding:4px 8px}.fast-track-courses-page .offline-hero .hero-inner .hero-left .hero-title{font-size:28px;margin-bottom:5px;text-align:center;white-space:normal}.fast-track-courses-page .offline-hero .hero-inner .hero-left .description{text-align:center}.fast-track-courses-page .offline-hero .hero-inner .hero-right{min-width:unset;width:100%}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container{padding:24px}.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .heading,.fast-track-courses-page .offline-hero .hero-inner .hero-right .offline-form-container .heading .blue{font-size:28px;line-height:28px}.fast-track-courses-page .offline-hero .explore-btn-mobile{border-radius:16px;margin-top:24px;width:100%}.fast-track-courses-page .offline-hero .icon-list{gap:14px;justify-content:space-between}.fast-track-courses-page .offline-hero .icon-list .icon-img{max-width:120px}.fast-track-courses-page .new-instructors-and-mentors .heading{font-size:28px;line-height:34px;width:90%}.fast-track-courses-page .new-instructors-and-mentors .blue-chip{font-size:16px}.fast-track-courses-page .new-course-cards .heading{font-size:28px;margin-bottom:8px}.fast-track-courses-page .new-course-cards .gradient-text{font-size:16px;margin-bottom:12px}.fast-track-courses-page .new-course-cards .description{font-size:20px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn{padding:10px 18px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card .lower .btn-flex .btn .text{font-size:14px}.fast-track-courses-page .new-course-cards .cards-flex .new-course-card.yellow .lower .btn-flex .btn{padding:10px 24px}.fast-track-courses-page .new-hiring-partners-wrapper .heading,.fast-track-courses-page .new-hiring-partners-wrapper .heading .blue{font-size:28px;line-height:34px}.fast-track-courses-page .new-hiring-partners-wrapper .sub-heading{font-size:16px;margin-bottom:12px}.fast-track-courses-page .new-student-reviews-wall .heading{font-size:28px}.fast-track-courses-page .faq .blue-chip{font-size:16px}.fast-track-courses-page .faq .heading-text{font-size:28px}.fast-track-courses-page .faq .sub-heading-text{font-size:18px}}.main-landing-page{height:100dvh;margin:0 auto;max-width:2000px;padding-top:100px;position:relative;width:100%}.main-landing-page .apply-for-upcoming-batch{padding-top:0}.main-landing-page .apply-for-upcoming-batch .heading{text-align:center}.main-landing-page .apply-for-upcoming-batch .heading .span-blue{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .steps-container{flex-direction:row;flex-wrap:nowrap;overflow-x:auto}.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .steps-container::-webkit-scrollbar{display:none}@media screen and (max-width:500px){.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step{min-width:250px}}.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step .title{color:#595959;font-family:Satoshi,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:24px}.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step .description{color:var(--utility-shadesOfGray-700,#3f3f46);font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.main-landing-page .apply-for-upcoming-batch .booking-container .container-left .book-now-btn{align-items:center;background:var(--background-action-secondary-normal,#eff6ff);color:var(--text-primary-strong,#1c4d8e);display:flex;font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:500;gap:8px;justify-content:center;line-height:24px;padding:var(--Button-py,12px) var(--Button-px,32px);text-align:center}@media screen and (max-width:500px){.main-landing-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now{height:310px}}.main-landing-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now .demo-description,.main-landing-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now .demo-heading{display:none}.main-landing-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now .book-now-btn{color:var(--text-white,#fff);font-family:Satoshi,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:center}@media screen and (max-width:500px){.main-landing-page{padding-top:80px}}.main-landing-page .flex-container .faqs .faq-item .faq-question{flex-direction:row}.main-landing-page .flex-container .faqs .faq-item .faq-answer{padding-left:4px}.courses-page .faq .blue-chip,.main-landing-page .faq .blue-chip{background:unset;border-radius:30px;color:#18181b;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin:auto auto 12px;padding:6px 20px;text-align:center;text-transform:capitalize;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.courses-page .faq .blue-chip:after,.main-landing-page .faq .blue-chip:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;margin:2px auto auto;width:22%}.courses-page .faq .heading-text,.main-landing-page .faq .heading-text{margin-bottom:10px}.courses-page .faq .heading-text .highlight,.main-landing-page .faq .heading-text .highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.courses-page .faq .sub-heading-text,.main-landing-page .faq .sub-heading-text{color:var(--text-base,#18181b);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:24px;margin-bottom:40px;text-align:center}.courses-page .faq .left-programs .program-div,.main-landing-page .faq .left-programs .program-div{border-left:unset}.courses-page .faq .left-programs .program-div.active,.main-landing-page .faq .left-programs .program-div.active{border-left:2px solid #2f80ed;border-radius:8px}.courses-page .faq .left-programs .program-div:hover,.main-landing-page .faq .left-programs .program-div:hover{border-radius:8px}@media screen and (max-width:500px){.courses-page .faq .left-programs,.main-landing-page .faq .left-programs{background:#f0f2fa;border:1.3px solid #eaecf0;border-radius:12px;display:flex;flex-direction:row;padding:5px}.courses-page .faq .left-programs .program-div,.main-landing-page .faq .left-programs .program-div{border-left:unset;color:var(--text-primary-base,#2f80ed);flex:1;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:6px 16px;text-align:center}.courses-page .faq .left-programs .program-div .text,.main-landing-page .faq .left-programs .program-div .text{font-weight:400}.courses-page .faq .left-programs .program-div.active,.main-landing-page .faq .left-programs .program-div.active{background:#fff;border-left:unset;border-radius:8px;box-shadow:5.2px 0 31.2px 0 rgba(0,0,0,.08)}}.courses-page .navlink-wrapper,.fast-track-courses-page .navlink-wrapper,.main-landing-page .navlink-wrapper{display:inline-block;position:relative;text-decoration:none;width:-moz-max-content;width:max-content}.courses-page .navlink-wrapper:after,.fast-track-courses-page .navlink-wrapper:after,.main-landing-page .navlink-wrapper:after{background:var(--background-strong,#18181b);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(.2);transform-origin:center;transition:transform .3s ease-out;width:100%}@media screen and (max-width:500px){.courses-page .navlink-wrapper:after,.fast-track-courses-page .navlink-wrapper:after,.main-landing-page .navlink-wrapper:after{display:none}}.courses-page .navlink-wrapper:hover:after,.fast-track-courses-page .navlink-wrapper:hover:after,.main-landing-page .navlink-wrapper:hover:after{background:#2f80ed;transform:scaleX(1)}.courses-page .navlink-wrapper:hover .nav-menu-wrapper .nav-menu-outer,.fast-track-courses-page .navlink-wrapper:hover .nav-menu-wrapper .nav-menu-outer,.main-landing-page .navlink-wrapper:hover .nav-menu-wrapper .nav-menu-outer{color:#2f80ed!important}.courses-page .navbar-items-outer,.fast-track-courses-page .navbar-items-outer,.main-landing-page .navbar-items-outer{gap:20px!important}.courses-page .navbar-items-outer :nth-child(4):after,.fast-track-courses-page .navbar-items-outer :nth-child(4):after,.main-landing-page .navbar-items-outer :nth-child(4):after{display:none}.courses-page .navbar-wrapper .navbar-container .navbar-button-outer,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-button-outer,.main-landing-page .navbar-wrapper .navbar-container .navbar-button-outer{display:flex;gap:10px;margin-right:45px;max-width:24%;width:-moz-fit-content;width:fit-content}.courses-page .navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-login,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-login,.main-landing-page .navbar-wrapper .navbar-container .navbar-button-outer .btn-mobile-login{border-radius:var(--Button-radius,12px);font-size:15px;font-weight:600;gap:var(--Button-gap,8px);justify-content:center;line-height:20px;padding:var(--Button-py,10px) var(--Button-px,16px);text-align:center;white-space:nowrap}.courses-page .navlink-wrapper .nav-menu-wrapper,.fast-track-courses-page .navlink-wrapper .nav-menu-wrapper,.main-landing-page .navlink-wrapper .nav-menu-wrapper{cursor:pointer;padding:5px 16px;position:relative;width:-moz-max-content;width:max-content}.courses-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer,.fast-track-courses-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer,.main-landing-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer{align-items:center;color:#18181b;display:flex;flex-direction:row;font-weight:500;gap:16px;justify-content:flex-start}.courses-page .navbar-wrapper .navbar-container,.fast-track-courses-page .navbar-wrapper .navbar-container,.main-landing-page .navbar-wrapper .navbar-container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:unset;max-width:2000px;min-height:72px;padding:8px 0;width:100%}.courses-page .navbar-wrapper .navbar-container .navbar-button-outer .request-callback-btn,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-button-outer .request-callback-btn,.main-landing-page .navbar-wrapper .navbar-container .navbar-button-outer .request-callback-btn{align-items:center;background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-radius,12px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:var(--text-white,#fff);display:flex;font-family:Satoshi,sans-serif;font-size:15px;font-style:normal;font-weight:500;gap:var(--Button-gap,8px);justify-content:center;line-height:20px;padding:var(--Button-py,10px) var(--Button-px,16px);text-align:center;white-space:nowrap}@media only screen and (max-width:600px){.courses-page .navbar-wrapper .navbar-container .navbar-button-outer,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-button-outer,.main-landing-page .navbar-wrapper .navbar-container .navbar-button-outer{display:none}.courses-page .navlink-wrapper,.fast-track-courses-page .navlink-wrapper,.main-landing-page .navlink-wrapper{margin:6px 0;width:100%}.courses-page .navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob,.fast-track-courses-page .navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob,.main-landing-page .navlink-wrapper .nav-menu-wrapper-mobile .nav-menu-outer-mob{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;width:100%}.courses-page .request-callback-btn,.fast-track-courses-page .request-callback-btn,.main-landing-page .request-callback-btn{align-items:center;background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-radius,12px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:#fff;display:flex;flex-direction:row;font-weight:700;gap:8px;justify-content:center;padding:9px 16px;width:100%}.courses-page .btn-mobile-login,.fast-track-courses-page .btn-mobile-login,.main-landing-page .btn-mobile-login{border-radius:var(--Button-radius,12px)!important;font-weight:600!important}.courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .request-callback-btn,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .request-callback-btn,.main-landing-page .navbar-wrapper .navbar-container .navbar-logo-outer .request-callback-btn{background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-radius,12px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:var(--text-white,#fff);font-family:Satoshi,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:var(--Button-py,8px) var(--Button-px,16px);text-align:center;width:-moz-fit-content;width:fit-content}}.courses-page .navlink-wrapper:after,.fast-track-courses-page .navlink-wrapper:after{background:var(--text-white,#fff);left:2%;width:90%}.courses-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text,.fast-track-courses-page .navlink-wrapper .nav-menu-wrapper .nav-menu-outer .menu-text{color:var(--text-white,#fff)}.courses-page .request-callback-btn,.fast-track-courses-page .request-callback-btn{background:#fff!important;color:var(--text-primary-strong,#1c4d8e)!important}.courses-page .navbar-wrapper,.fast-track-courses-page .navbar-wrapper{background:var(--utility-brand-primary-950,#091a2f);border-bottom:1px solid #fff}.courses-page .navbar-wrapper :hover :after,.fast-track-courses-page .navbar-wrapper :hover :after{background:var(--text-white,#fff)}.courses-page .menu-btn.normal .menu-btn-icon,.courses-page .menu-btn.normal .menu-btn-text,.fast-track-courses-page .menu-btn.normal .menu-btn-icon,.fast-track-courses-page .menu-btn.normal .menu-btn-text{color:var(--text-white,#fff)}.courses-page .navbar-items-outer,.fast-track-courses-page .navbar-items-outer{gap:20px!important}.courses-page .navbar-items-outer :nth-child(3):after,.fast-track-courses-page .navbar-items-outer :nth-child(3):after{display:none}@media only screen and (max-width:600px){.courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button,.fast-track-courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .menu-open-button{color:#fff;display:block;font-size:30px}.courses-page .request-callback-btn,.fast-track-courses-page .request-callback-btn{background:var(--background-action-primary-normal,#2f80ed)!important;color:var(--text-white,#fff)!important}.courses-page .navbar-container .new-courses-dropdown-container .request-callback-btn,.fast-track-courses-page .navbar-container .new-courses-dropdown-container .request-callback-btn{display:none}}.walkin-testimonials{font-family:Satoshi,sans-serif}.walkin-testimonials .heading{color:var(--text-primary-strong,#1c4d8e);font-size:20px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:32px}.walkin-testimonials .testimonial{background:linear-gradient(180deg,rgba(234,243,251,0),#fff),radial-gradient(circle,#d3d3d3 1px,transparent 0),linear-gradient(180deg,#eaf3fb,#fff);background-blend-mode:normal,luminosity,normal;background-repeat:no-repeat,repeat,no-repeat;background-size:auto,10px 10px,auto;border:1.5px solid var(--Light-90,#e1e4eb);border-radius:12px;box-shadow:0 0 0 4px #fff;margin-bottom:16px;max-width:375px;padding:18px;width:-moz-fit-content;width:fit-content}.walkin-testimonials .testimonial .feedback{color:var(--Dark-20,#333);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.walkin-testimonials .testimonial .line-horizontal{background:var(--Light-90,#e1e4eb);height:1px;margin:24px 0;width:100%}.walkin-testimonials .testimonial .bottom-flex-container{align-items:center;display:flex;gap:16px}.walkin-testimonials .testimonial .bottom-flex-container .avatar .avatar-image{height:65px;width:65px}.walkin-testimonials .testimonial .bottom-flex-container .details .name{color:var(--Dark-10,#1a1a1a);font-size:18px;font-style:normal;font-weight:500;line-height:28px}.walkin-testimonials .testimonial .bottom-flex-container .details .role{color:var(--Dark-30,#4d4d4d);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.walkin-container{font-family:Satoshi,sans-serif}.walkin-container .walkin-header{background:var(--background-primary-strong,#1c4d8e);border-bottom:10px solid var(--border-action-primary-selected,#2f80ed);display:flex;overflow:hidden;padding-bottom:36px;padding-left:72px;padding-top:24px;position:relative}.walkin-container .walkin-header .images{background-color:#fff;height:100%;position:relative;width:100%}.walkin-container .walkin-header .images img{height:414px;position:absolute;right:0;top:-24px}.walkin-container .walkin-header .images .image-1{right:355px}.walkin-container .walkin-header .images .image-2{right:110px}.walkin-container .walkin-header .images .image-3{right:0}.walkin-container .walkin-header .images.tablet img{right:0;top:-24px}.walkin-container .walkin-header .images.tablet .image-1{right:-45px}.walkin-container .walkin-header .images.tablet .image-2{right:-292px}.walkin-container .walkin-header .logo{margin-bottom:18px}.walkin-container .walkin-header .walkin-title{color:#fff;font-size:36px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:44px;margin-bottom:24px;position:relative;z-index:10}@media(max-width:1024px){.walkin-container .walkin-header .walkin-title{width:100%}}.walkin-container .walkin-header .walkin-description{color:#fff;font-size:18px;font-style:normal;line-height:24px;margin-bottom:16px;position:relative;z-index:10}.walkin-container .walkin-header .icon-list{align-items:center;display:flex;gap:36px;margin-top:50px;position:relative;z-index:10}.walkin-container .walkin-header .icon-list .line-vertical{background:#fff;height:48px;width:2px}.walkin-container .walkin-header .cities-bg{background-repeat:no-repeat;bottom:0;filter:brightness(.25) grayscale(1);left:12px;position:absolute}@media screen and (min-width:550px)and (max-width:1278px){.walkin-container .walkin-header{padding:24px 32px}.walkin-container .walkin-header .logo{margin-bottom:12px}.walkin-container .walkin-header .walkin-title{font-size:28px;line-height:36px}.walkin-container .walkin-header .walkin-description{font-size:16px;line-height:24px}.walkin-container .walkin-header .icon-list{gap:24px;margin-top:32px}.walkin-container .walkin-header .icon-list .line-vertical{height:40px}}@media screen and (max-width:550px){.walkin-container .walkin-header{overflow:hidden;padding:24px 16px}.walkin-container .walkin-header .logo{margin-bottom:6px}.walkin-container .walkin-header .walkin-title{font-size:24px;line-height:32px;width:100%}.walkin-container .walkin-header .walkin-description{font-size:16px;line-height:24px}.walkin-container .walkin-header .icon-list{gap:24px;margin-top:32px}.walkin-container .walkin-header .cities-bg{bottom:12px;left:17px;scale:1.2}}@media screen and (max-width:390px){.walkin-container .walkin-header .icon-list{gap:16px}.walkin-container .walkin-header .icon-list .line-vertical{height:32px}}.walkin-form{font-family:Satoshi,sans-serif}.walkin-form .form-title{color:var(--text-primary-strong,#1c4d8e);font-size:20px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:24px}.walkin-form .steps-container{align-self:center;display:flex;margin-bottom:24px}.walkin-form .steps-container .step{align-items:center;display:flex;gap:8px}.walkin-form .steps-container .step .step-number{align-items:center;border:1px solid var(--Border,#cfd6dc);border-radius:50%;color:var(--text-subtle,#a1a1aa);display:flex;font-size:14px;font-style:normal;font-weight:500;height:24px;justify-content:center;line-height:20px;text-align:center;width:24px}.walkin-form .steps-container .step .step-number.active{border:1px solid var(--background-primary-base,#2f80ed);color:var(--text-primary-strong,#2f80ed)}.walkin-form .steps-container .step .step-title{color:var(--text-subtle,#a1a1aa);font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:center}.walkin-form .steps-container .step .step-title.active{color:var(--text-primary-strong,#2f80ed)}.walkin-form .steps-container .step .line-horizontal{background:var(--Border,#cfd6dc);height:2px;margin-right:8px;width:64px}.walkin-form .steps-container .step .line-horizontal.active{background:var(--background-primary-base,#2f80ed)}.walkin-form .section{display:flex;flex-direction:column;gap:24px}.walkin-form .form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;margin-top:40px;width:100%}.walkin-form .form-actions .btn{align-items:center;border-radius:var(--Button-focusRingRadius,16px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);display:flex;font-size:16px;font-style:normal;font-weight:500;gap:var(--Button-gap,8px);justify-content:center;line-height:24px;padding:var(--Button-py,10px) var(--Button-px,40px)}.walkin-form .form-actions .btn-primary{background:var(--background-action-primary-normal,#2f80ed);color:var(--text-white,#fff)}.walkin-form .form-actions .btn-secondary{background:var(--background-action-secondary-normal,#eff6ff);color:var(--text-primary-strong,#1c4d8e)}.walkin-input-container{background:var(--background-white,#fff);border:1px solid var(--border-primary-subtle,#d5e6fb);border-left:0;border-radius:0 12px 12px 0;padding:24px;position:relative}.walkin-input-container:before{background:var(--background-primary-base,#2f80ed);border-bottom-left-radius:12px;border-top-left-radius:12px;content:"";height:100%;left:-7px;position:absolute;top:0;width:8px}.walkin-input-container .label{color:var(--text-primary-strong,#2f80ed);font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px}.walkin-input-container .color-red{color:red;font-size:18px;font-weight:500;margin-left:3px}.walkin-input-container .input{align-items:center;border-bottom:var(--border-border,1px) solid var(--border-action-ghost-normal,#e4e4e7);display:flex;gap:8px}.walkin-input-container .input-field{border:none;outline:none;padding-bottom:6px;width:100%}.walkin-input-container .input-field.text-area{border-bottom:1px solid #e7e7ee}.walkin-input-container .input-field:focus{border-bottom:var(--border-border,1px) solid var(--border-action-primary-selected,#2f80ed)}.walkin-input-container .input-field::-moz-placeholder{color:var(--text-muted,#71717a);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.walkin-input-container .input-field::placeholder{color:var(--text-muted,#71717a);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.walkin-input-container .input-field::-webkit-inner-spin-button,.walkin-input-container .input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.walkin-input-container .input-field.error{border-bottom:1px solid red}.walkin-input-container .options{background:#fff;border-top:1px solid #ccc;left:0;max-height:220px;overflow-y:auto;right:0;top:100%;z-index:1000}.walkin-input-container .options ::-webkit-scrollbar{height:12px;width:12px}.walkin-input-container .options ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.walkin-input-container .options ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.walkin-input-container .options ::-webkit-scrollbar-thumb:hover{background:#555}.walkin-input-container .options .option{align-items:center;border-bottom:1px solid var(--border-base,#e4e4e7);cursor:pointer;display:flex;justify-content:space-between;padding:12px}.walkin-input-container .options .option .add{background-color:#eef4ff;border:1px solid #85a7e5;border-radius:4px;padding:2px 4px}.walkin-input-container .options .option:hover{background-color:#f5f5f5}.walkin-input-container .options .option.selected-option{background-color:#eef4ff;color:#1967d2;font-weight:500}.walkin-input-container .options .option.selected-option .check{color:#1967d2}.walkin-input-container.error:before{background:var(--text-danger-base,#e04f4f);border-bottom-left-radius:12px;border-top-left-radius:12px;content:" ";height:100%;left:-7px;position:absolute;top:0;width:8px}.walkin-dropdown-wrapper{background:var(--background-white,#fff);border:1px solid var(--border-primary-subtle,#d5e6fb);border-left:0;border-radius:0 12px 12px 0;padding:24px;position:relative}.walkin-dropdown-wrapper:before{background:var(--background-primary-base,#2f80ed);border-bottom-left-radius:12px;border-top-left-radius:12px;content:"";height:100%;left:-7px;position:absolute;top:0;width:8px}.walkin-dropdown-wrapper .label{color:var(--text-primary-strong,#1c4d8e);font-size:16px;font-style:normal;line-height:24px;margin-bottom:16px}.walkin-dropdown-wrapper .color-red{color:var(--text-danger-base,#b91c1c);font-size:18px;font-weight:500;margin-left:3px}.walkin-dropdown-wrapper .label{color:#1a73e8;display:block;font-weight:500;margin-bottom:6px}.walkin-dropdown-wrapper .label .required{color:red}.walkin-dropdown-wrapper .walkin-dropdown{background:#fff;border-bottom:1px solid #ccc;border-radius:0;cursor:pointer;position:relative}.walkin-dropdown-wrapper .walkin-dropdown .selected{align-items:center;display:flex;justify-content:space-between;padding:12px}.walkin-dropdown-wrapper .walkin-dropdown .selected .arrow{transform:rotate(0deg);transition:transform .3s ease}.walkin-dropdown-wrapper .walkin-dropdown .selected .arrow.up{transform:rotate(180deg);transition:transform .3s ease}.walkin-dropdown-wrapper .walkin-dropdown .group{color:var(--text-primary-base,#2f80ed);font-size:14px;font-style:normal;font-weight:700;line-height:20px;margin:12px;text-transform:uppercase}.walkin-dropdown-wrapper .walkin-dropdown .search-container{align-items:center;background:var(--utility-gray-50,#f9fafb);border:var(--border-border,1px) solid var(--border-action-ghost-hover,#71717a);border-radius:var(--radius-rounded-xl,12px);display:flex;justify-content:space-between;padding:8px 10px}.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-input{background:var(--utility-gray-50,#f9fafb);border:none;outline:none;width:100%}.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-input::-moz-placeholder{color:var(--text-muted,#71717a);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-input::placeholder{color:var(--text-muted,#71717a);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-input::-webkit-inner-spin-button,.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.walkin-dropdown-wrapper .walkin-dropdown .search-container .search-icon{color:#a1a1aa}.walkin-dropdown-wrapper .walkin-dropdown .options{background:#fff;left:0;max-height:220px;overflow-y:auto;right:0;top:100%;z-index:1000}.walkin-dropdown-wrapper .walkin-dropdown .options ::-webkit-scrollbar{height:12px;width:12px}.walkin-dropdown-wrapper .walkin-dropdown .options ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.walkin-dropdown-wrapper .walkin-dropdown .options ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.walkin-dropdown-wrapper .walkin-dropdown .options ::-webkit-scrollbar-thumb:hover{background:#555}.walkin-dropdown-wrapper .walkin-dropdown .options .option{align-items:center;border-bottom:1px solid var(--border-base,#e4e4e7);display:flex;justify-content:space-between;padding:12px}.walkin-dropdown-wrapper .walkin-dropdown .options .option:hover{background-color:#f5f5f5}.walkin-dropdown-wrapper .walkin-dropdown .options .option.selected-option{background-color:#eef4ff;color:#1967d2;font-weight:500}.walkin-dropdown-wrapper .walkin-dropdown .options .option.selected-option .check{color:#1967d2}.walkin-dropdown-wrapper.error:before{background:var(--text-danger-base,#e04f4f);border-bottom-left-radius:12px;border-top-left-radius:12px;content:" ";height:100%;left:-7px;position:absolute;top:0;width:8px}.walkin-dropdown-wrapper.error .walkin-dropdown{border-bottom:1px solid red}.country-code-drop-down{cursor:pointer;display:inline-block;font-family:inherit;position:relative}.country-code-drop-down .selected-option{align-items:center;display:flex;justify-content:center}.country-code-drop-down .codes{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:200px;overflow-y:auto;padding:4px 0;position:absolute;top:100%;width:100%;width:-moz-max-content;width:max-content;z-index:10}.country-code-drop-down .codes .code{cursor:pointer;font-size:14px;padding:8px 12px;transition:background-color .2s ease}.country-code-drop-down .codes .code:hover{background-color:#f5f5f5}.country-code-drop-down .codes .selected{background-color:#eef4ff;color:#1967d2;font-weight:500}.country-code-drop-down .codes .selected:hover{background-color:#eef4ff}@media(max-width:550px){.walkin-form .steps-container{justify-content:center}.walkin-form .form-actions{flex-direction:column}.walkin-form .form-actions .btn{width:100%}}@media(min-width:550px)and (max-width:1278px){.walkin-form .steps-container{justify-content:center}.walkin-form .form-actions{margin-top:24px}}.walkin-success-modal{align-items:center;background:var(--background-white,#fff);border:1px solid var(--border-primary-subtle,#d5e6fb);border-radius:16px;box-shadow:0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;font-family:Satoshi,sans-serif;gap:18px;justify-content:center;margin:32px auto;padding:40px 80px;width:-moz-fit-content;width:fit-content}.walkin-success-modal .walkin-success-modal-title{color:var(--text-accent-base,#059669);font-size:32px;font-style:normal;font-weight:700;letter-spacing:-.72px;line-height:44px;text-align:center}.walkin-success-modal .walkin-success-modal-message{color:var(--text-base,#18181b);font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:center}.walkin-success-modal .walkin-success-modal-button{align-items:center;background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-focusRingRadius,16px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);color:var(--text-white,#fff);display:flex;font-size:16px;font-style:normal;font-weight:500;gap:var(--Button-gap,8px);height:var(--Button-size,48px);justify-content:center;line-height:24px;min-height:var(--Button-size,48px);min-width:var(--Button-size,48px);padding:var(--Button-py,12px) var(--Button-px,32px);text-align:center;width:200px}@media screen and (max-width:550px){.walkin-success-modal{gap:12px;margin:28px auto auto;padding:24px;width:90%}.walkin-success-modal .walkin-success-modal-title{font-size:24px;line-height:32px}.walkin-success-modal .walkin-success-modal-message{font-size:14px;line-height:20px}}.walkin-container .flex-container{display:flex;padding:40px 80px;width:100%}.walkin-container .flex-container .walkin-form{width:70%}.walkin-container .flex-container .walkin-testimonials{width:30%}.walkin-container .flex-container .walkin-testimonials img{border-radius:12px}@media screen and (max-width:1278px){.walkin-container .flex-container{flex-direction:column;padding:20px}.walkin-container .flex-container .walkin-form{width:100%}.walkin-container .flex-container .walkin-testimonials{margin-top:20px;width:100%}.walkin-container .flex-container{padding:32px}.walkin-container .flex-container .walkin-testimonials .heading{margin-bottom:16px}.walkin-container .flex-container .walkin-testimonials .testimonials-container{display:flex;gap:24px;overflow:auto}.walkin-container .flex-container .walkin-testimonials .testimonials-container .testimonial{max-width:350px;min-width:350px}}.manual-lead-creation-page{margin-bottom:30px;position:relative}.manual-lead-creation-page .navbar{background-color:var(--background-primary,#1c4d8e);cursor:pointer;left:0;padding:8px 30px;position:fixed;top:0;width:100%;z-index:1000}.manual-lead-creation-page .manual-lead-creation-form{display:flex;flex-direction:column;gap:15px;margin:80px auto 0;width:700px}.manual-lead-creation-page .manual-lead-creation-form .form-title{color:var(--text-primary-strong,#1c4d8e);font-size:24px;font-weight:600;line-height:32px}.manual-lead-creation-page .manual-lead-creation-form .walkin-dropdown .options{border-top:1px solid var(--border-primary,#404142)}.manual-lead-creation-page .manual-lead-creation-form .form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;width:100%}.manual-lead-creation-page .manual-lead-creation-form .form-actions .btn{align-items:center;border-radius:var(--Button-focusRingRadius,16px);box-shadow:0 1px 2px 0 rgba(37,99,235,.05);display:flex;font-size:16px;font-style:normal;font-weight:500;gap:var(--Button-gap,8px);justify-content:center;line-height:24px;padding:var(--Button-py,10px) var(--Button-px,40px)}.manual-lead-creation-page .manual-lead-creation-form .form-actions .btn:disabled{background-color:gray;cursor:not-allowed;pointer-events:none}.manual-lead-creation-page .manual-lead-creation-form .form-actions .btn-primary{background:var(--background-action-primary-normal,#2f80ed);color:var(--text-white,#fff)}.manual-lead-creation-page .manual-lead-creation-form .form-actions .btn-secondary{background:var(--background-action-secondary-normal,#eff6ff);color:var(--text-primary-strong,#1c4d8e)}@media screen and (max-width:768px){.manual-lead-creation-page .manual-lead-creation-form{box-sizing:border-box;padding:20px;width:100%}.manual-lead-creation-page .manual-lead-creation-form .form-title{font-size:20px}.manual-lead-creation-page .manual-lead-creation-form .form-actions{flex-direction:column}.manual-lead-creation-page .manual-lead-creation-form .form-actions .btn{max-width:200px;width:100%}.manual-lead-creation-page .navbar{padding:8px 20px}}.courses-page{font-family:Satoshi,sans-serif}.courses-page .navbar-items-outer{gap:20px!important}.courses-page .navbar-items-outer :nth-child(3):after{display:block}.courses-page .offline-hero{background-size:cover}.courses-page .offline-hero .header-content-wrapper{display:none}.courses-page .offline-hero .hero-inner .hero-left .hero-title{padding-top:40px}.courses-page .offline-hero .hero-inner .hero-left .hero-title .star{display:none}.courses-page .offline-hero .hero-inner .hero-left .description{width:70%}.courses-page .offline-hero .explore-btn{border-radius:16px;font-size:16px;font-weight:500;padding:12px 32px}.courses-page .explore-our-programs-main-wrapper{padding-top:85px;position:relative;scroll-margin-top:80px;z-index:2}.courses-page .explore-our-programs-main-wrapper .explore-our-programs-bg{left:0;opacity:.7;overflow:hidden;position:absolute;top:-5px;width:100%;z-index:1}.courses-page .explore-our-programs-main-wrapper .explore-our-programs-bg img{-o-object-fit:cover;object-fit:cover}.courses-page .explore-our-programs-main-wrapper .content{position:relative;width:100%;z-index:2}.courses-page .explore-our-programs-main-wrapper .content .title{margin:auto}.courses-page .explore-our-programs-main-wrapper .content .description{text-align:center}.courses-page .explore-our-programs-main-wrapper .programs-flex{margin:36px auto auto}.courses-page .explore-our-programs-main-wrapper .programs-flex .left-programs{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:-moz-fit-content;height:fit-content}.courses-page .explore-our-programs-main-wrapper .programs-flex .left-programs .program-div{border-left:unset;border-radius:8px}.courses-page .explore-our-programs-main-wrapper .programs-flex .left-programs .program-div.active{border-left:2px solid #2f80ed}.courses-page .icon-list{align-items:stretch;display:flex;flex-wrap:wrap;gap:28px;justify-content:flex-start;margin-top:32px}.courses-page .icon-list .line-vertical{background-color:#e2e2e2;height:auto;width:1px}.courses-page .icon-list .icon-img{height:70px;padding:6px 0;width:auto}.courses-page .course-offerings-section{margin-top:120px;padding-top:0}.courses-page .course-offerings-section .faded-logo{height:auto;left:50%;position:absolute;scale:1.2;top:0;transform:translate(-23%,1%);z-index:-1}.courses-page .course-offerings-section .section-title{margin:auto;width:80%}.courses-page .course-offerings-section .section-title .title{color:var(--utility-black-full,#000);font-size:48px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px}.courses-page .course-offerings-section .section-title .title.highlight{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.courses-page .course-offerings-section .section-description-container{padding:12px 0}.courses-page .course-offerings-section .section-description-container .section-description{color:var(--text-base,#18181b);font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:24px;text-align:center}.courses-page .course-offerings-section .tab-header-items .tab-header-item{align-items:center;border-bottom:2px solid;border-top:unset}.courses-page .course-offerings-section .tab-header-items .tab-header-item .header-item-text{align-self:center;text-align:center}.courses-page .courses-program-card{flex:unset}.courses-page .transforming-section-wrapper{background-color:#fff}.courses-page .transforming-section-wrapper .heading{display:none}.courses-page .transforming-section-wrapper .subheading{color:#000}.courses-page .transforming-section-wrapper .scroll-frames .divider-wrapper{background:var(--utility-gray-200,#e5e7eb);border-color:#e5e7eb;border-style:solid;width:4px}.courses-page .transforming-section-wrapper .scroll-frames .divider-wrapper .divider-vertical{background:var(--utility-gray-200,#e5e7eb);border-left:unset;height:100%;width:4px}.courses-page .transforming-section-wrapper .scroll-frames .frame .icon{border-radius:50%}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible .icon svg{height:60px;width:60px}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-highest-salary .icon{border:3px solid rgba(34,197,94,.2)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-highest-salary h2{color:var(--utility-green-500,#22c55e)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-highest-salary p{color:var(--utility-green-950,#052e16)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-placed-students .icon{border:3px solid rgba(59,130,246,.2)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-placed-students h2{color:var(--utility-purple-500,#a855f7)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-placed-students p{color:var(--utility-purple-950,#3b0764)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-partner-companies .icon{border:3px solid rgba(249,115,22,.2)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-partner-companies h2{color:var(--utility-orange-500,#f97316)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-partner-companies p{color:var(--utility-orange-950,#431407)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-average-salary .icon{border:3px solid rgba(59,130,246,.2)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-average-salary h2{color:var(--utility-brand-primary-600,#2f80ed)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible.frame-average-salary p{color:var(--utility-brand-primary-950,#091a2f)}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-highest-salary{border:2px solid;color:#dcfce7}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-highest-salary .divider-vertical{background:var(--utility-green-500,#22c55e);border-left:unset;width:4px}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-placed-students{border:2px solid;color:#bfdbfe}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-placed-students .divider-vertical{background:var(--utility-purple-500,#a855f7);border-left:unset;width:4px}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-partner-companies{border:2px solid;color:#fef3c7}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-partner-companies .divider-vertical{background:var(--utility-orange-500,#f97316);border-left:unset;width:4px}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-average-salary{border:2px solid;color:#eff6ff}.courses-page .transforming-section-wrapper .scroll-frames .frame.visible+.divider-wrapper-average-salary .divider-vertical{background:var(--utility-brand-primary-500,#2f80ed);border-left:unset;width:4px}.courses-page .courses-page-testimonials{background-color:#fff;padding:80px;position:relative}.courses-page .courses-page-testimonials .top-section{display:flex;justify-content:space-between;margin-bottom:40px}.courses-page .courses-page-testimonials .top-section .testimonial__left{max-width:50%}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__subtitle{color:var(--text-base,#18181b);font-size:18px;font-style:normal;font-weight:700;line-height:28px;text-align:left;text-transform:uppercase}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__subtitle:after{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));content:"";display:block;height:2px;margin-bottom:20px;width:45px}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__title{color:var(--utility-black-full,#000);font-size:48px;font-style:normal;font-weight:700;letter-spacing:-.96px;line-height:60px}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__title span{background:var(--gradients-custom-custom5,linear-gradient(45deg,#4338ca 10%,#38bdf8 90%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.courses-page .courses-page-testimonials .top-section .testimonial__right{max-width:40%;text-align:center}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile{align-items:center;display:flex;gap:5px;justify-content:center;margin-bottom:1.5rem}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .testimonial__avatar{border:1px solid var(--border-strong,#71717a);border-radius:50%;height:56px;-o-object-fit:cover;object-fit:cover;width:56px}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .logo-wrapper{border:1px solid #2563eb;border-radius:50%;height:56px;width:56px}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .logo-wrapper img{-o-object-fit:contain;object-fit:contain}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .divider-container{height:1px;position:relative;width:120px}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .divider-container .divider-empty{border:1px dashed var(--border-strong,#2f80ed);height:1px;left:0;position:absolute;top:0;width:100%;z-index:1}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .divider-container .divider-filled-one,.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .divider-container .divider-filled-two{background:var(--border-strong,#2f80ed);height:4px;left:0;position:absolute;top:0;width:0;z-index:2}@keyframes fillOne{0%{width:0}25%{width:100%}to{width:100%}}@keyframes fillTwo{0%{width:0}50%{width:0}75%{width:100%}to{width:100%}}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .logo-wrapper{align-items:center;display:flex;justify-content:center}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .logo-wrapper img{transition:transform .3s ease}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .pulse-one{animation:pulseShrinkGrowOne 1.2s ease forwards}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .pulse-two{animation:pulseShrinkGrowTwo 1.2s ease forwards}@keyframes pulseShrinkGrowOne{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pulseShrinkGrowTwo{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__name{color:var(--text-dark,#18181b);font-size:20px;font-style:normal;font-weight:700;line-height:30px;text-align:center}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__desc{color:var(--text-base,#18181b);font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:center}.courses-page .courses-page-testimonials .cards-container{align-items:baseline;gap:unset;justify-content:unset;padding-inline:unset;padding-left:10px}.courses-page .courses-page-testimonials .cards-container::-webkit-scrollbar{display:none}.courses-page .courses-page-testimonials .cards-container .card-wrapper{height:400px;margin-right:16px;padding-top:24px}.courses-page .courses-page-testimonials .cards-container .card-wrapper.active{transform:scale(1.05);transform-origin:bottom center;transition:transform .3s ease-in-out}.courses-page .courses-page-testimonials .cards-container .card-wrapper .testimonial-card{background:var(--background-primary-subtle,#eff6ff);border-top:var(--border-border-4,4px) solid var(--border-primary-base,#2f80ed)}.courses-page .courses-page-testimonials .cards-container .card-wrapper .testimonial-card:hover .testimonial-default-content{opacity:1!important;visibility:visible!important}.courses-page .courses-page-testimonials .cards-container .card-wrapper .testimonial-card:hover .testimonial-hover-content{opacity:0;visibility:hidden}.courses-page .certificate-section-wrapper{background:var(--utility-green-50,#f0fdf4);margin-bottom:0;position:relative}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-top{-webkit-backdrop-filter:blur(11.2993211746px);backdrop-filter:blur(11.2993211746px);background:var(--utility-green-200,#bbf7d0);border:1px solid var(--utility-green-300,#86efac);border-radius:100px}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-top .text{color:var(--utility-green-900,#14532d);font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-align:center;text-transform:uppercase}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-mid{background:var(--gradients-gray-linearDarkToTopRight,linear-gradient(45deg,#3f3f46 0,#18181b 100%));background-clip:text;-webkit-background-clip:text;color:unset;margin:18px 0;-webkit-text-fill-color:transparent;font-size:40px;line-height:50px}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-mid .span-orange{font-weight:unset}.courses-page .certificate-section-wrapper .section-left-bottom{color:var(--text-base,#18181b);font-size:18px;font-style:normal;font-weight:400;line-height:24px}.courses-page .apply-for-upcoming-batch{padding-top:0}.courses-page .apply-for-upcoming-batch .heading{display:none}.courses-page .apply-for-upcoming-batch .booking-container{background:var(--gradients-brand-primary-linearLightToBottom,linear-gradient(180deg,#eff6ff 0,#bfdbfe 100%));border-radius:24px;justify-content:unset;padding:22px}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container{gap:24px;margin-bottom:24px}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step{background:#fff;border:1px solid var(--border-strong,#71717a)}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step .top-container{margin-bottom:12px}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step .title{margin-bottom:8px}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step .description{color:var(--utility-shadesOfGray-700,#3f3f46);font-size:18px;font-style:normal;font-weight:400;line-height:26px;opacity:.6}.courses-page .apply-for-upcoming-batch .booking-container .container-left .book-now-btn{align-items:center;border-radius:12px;display:flex;font-weight:400;gap:12px;justify-content:center;padding:14px;position:relative;z-index:1}.courses-page .apply-for-upcoming-batch .booking-container .or-seperator{display:none}.courses-page .apply-for-upcoming-batch .booking-container .container-right{margin-bottom:-5px;scale:1.1}.courses-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now{background-size:auto!important}.courses-page .faq .blue-chip:after{margin:unset}.courses-page .faq-question{flex-direction:row}@media screen and (max-width:500px){.courses-page .navbar-wrapper .navbar-container .navbar-logo-outer .request-callback-btn{display:block}.courses-page .offline-hero{background-size:contain;padding-top:30%}.courses-page .offline-hero .hero-inner .hero-left .hero-title{font-size:28px;padding-top:0;text-align:center}.courses-page .offline-hero .hero-inner .hero-left .description{font-size:16px;text-align:center;width:100%}.courses-page .explore-btn-mobile{border-radius:16px;margin-top:24px;width:100%}.courses-page .icon-list{gap:14px;justify-content:space-between}.courses-page .icon-list .icon-img{max-width:120px}.courses-page .explore-our-programs-main-wrapper{padding:40px 16px;scroll-margin-top:40px}.courses-page .explore-our-programs-main-wrapper .explore-our-programs-bg{overflow:hidden;position:absolute;top:-26px;width:100%;z-index:1}.courses-page .explore-our-programs-main-wrapper .explore-our-programs-bg img{-o-object-fit:cover;object-fit:cover;width:100%}.courses-page .explore-our-programs-main-wrapper .subtitle-container .subtitle{font-size:14px}.courses-page .explore-our-programs-main-wrapper .subtitle-container .line{width:30px}.courses-page .explore-our-programs-main-wrapper .title{font-size:24px;line-height:28px;width:100%}.courses-page .explore-our-programs-main-wrapper .description{font-size:14px;line-height:20px;margin-bottom:0;text-align:center}.courses-page .explore-our-programs-main-wrapper .right-programs{flex-direction:column}.courses-page .explore-our-programs-main-wrapper .right-programs .courses-program-card{width:100%}.courses-page .course-offerings-section{margin-bottom:20px;margin-top:40px}.courses-page .course-offerings-section .faded-logo{transform:translate(-23%,9%)}.courses-page .course-offerings-section .section-subtitle-container .section-subtitle{font-size:14px;line-height:20px;padding-top:80px}.courses-page .course-offerings-section .section-title{line-height:28px;width:100%}.courses-page .course-offerings-section .section-title .title,.courses-page .course-offerings-section .section-title h3{font-size:24px;line-height:28px}.courses-page .course-offerings-section .section-description-container .section-description{font-size:14px;line-height:20px}.courses-page .course-offerings-section .section-description-container .brochure-description,.courses-page .course-offerings-section .section-description-container .download-brochure{display:none}.courses-page .transforming-section-wrapper{padding-top:0}.courses-page .transforming-section-wrapper .scroll-frames .frame h2{font-size:48px;line-height:60px}.courses-page .transforming-section-wrapper .scroll-frames .frame p{font-size:16px;line-height:24px}.courses-page .transforming-section-wrapper .scroll-frames .frame .icon{height:70px;width:70px}.courses-page .transforming-section-wrapper .subheading .highlight-outer{font-size:24px;line-height:28px}.courses-page .transforming-section-wrapper .subheading .highlight-outer span{display:block}.courses-page .courses-page-testimonials{padding:0 24px 24px}.courses-page .courses-page-testimonials .top-section{flex-direction:column}.courses-page .courses-page-testimonials .top-section .testimonial__left{max-width:unset;width:100%}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__subtitle:after{margin-bottom:20px;margin-left:33%}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__title{font-size:24px;line-height:28px;margin-bottom:24px;text-align:center}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__title span{display:block}.courses-page .courses-page-testimonials .top-section .testimonial__left .testimonial__subtitle{font-size:14px;line-height:20px;text-align:center}.courses-page .courses-page-testimonials .top-section .testimonial__right{max-width:unset;width:100%}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__name{font-size:16px}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__desc{font-size:14px;line-height:20px}.courses-page .courses-page-testimonials .top-section .testimonial__right .testimonial__profile .logo-wrapper{max-height:56px;max-width:56px;min-height:56px;min-width:56px}.courses-page .courses-page-testimonials .cards-container{scroll-snap-type:x mandatory}.courses-page .courses-page-testimonials .cards-container .card-wrapper{scroll-snap-align:center}.courses-page .courses-page-testimonials .cards-container .card-wrapper .read-full-review{display:none!important}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-top .text{font-size:14px}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-mid{line-height:36px}.courses-page .certificate-section-wrapper .certificate-section-left .section-left-bottom{font-size:14px;line-height:20px}.courses-page .apply-for-upcoming-batch{padding:0}.courses-page .apply-for-upcoming-batch .booking-container{border-radius:0;flex-direction:column-reverse;margin-bottom:48px;padding-top:0}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container{flex-direction:row;overflow:auto}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container::-webkit-scrollbar{display:none}.courses-page .apply-for-upcoming-batch .booking-container .container-left .steps-container .step{max-width:315px;min-width:315px}.courses-page .apply-for-upcoming-batch .booking-container .container-right{margin-bottom:-83px;scale:.7}.courses-page .apply-for-upcoming-batch .booking-container .container-right .demo-book-now{background-size:cover!important}.courses-page .MobileFooterCTA-wrapper .right-side-button{background:var(--background-action-primary-normal,#2f80ed);border-radius:var(--Button-radius,12px);font-size:16px}.courses-page .faq .sub-heading-text{font-size:14px;line-height:20px}}