@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=SNPro:wght@400;500;700&display=swap";.anim-bg-container{z-index:-10;pointer-events:none;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.anim-square{filter:blur(80px);opacity:.55;border-radius:50%;width:600px;height:600px;animation-duration:10s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;position:absolute;transform:rotate(45deg)}.pink-square{background-color:#27649d80;animation-name:movePink}.blue-square{background-color:#27649d80;animation-name:moveBlue;animation-delay:2s}@keyframes movePink{0%{top:-10%;right:-10%}33%{top:5%;right:15%}66%{top:50%;right:40%}to{top:15%;right:75%}}@keyframes moveBlue{0%{top:-10%;left:-10%}33%{top:5%;left:15%}66%{top:50%;left:40%}to{top:15%;left:75%}}@media (width<=768px){.anim-square{filter:blur(60px);width:300px;height:300px}}.hero-section{align-content:center;width:100vw;height:100vh;padding:5.5rem 0 6.5rem;position:relative}.hero-section-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex}.hero-section-badge{font-weight:600;font-family:var(--font-main);background-color:#fff;border-radius:24px;align-items:center;gap:1rem;padding:1rem;font-size:1.5rem;display:flex;box-shadow:0 3px 4px #0000004d}.hero-section-badge img{width:25px;height:25px}.hero-section-title{font-size:clamp(3.5rem,6vw,5rem);font-family:var(--font-main);color:#0b0b0b;line-height:1.3}.hero-section-subtitle{color:var(--muted);font-size:clamp(1.8rem,3vw,2.4rem);font-family:var(--font-secondary);width:80%}.hero-section-btn{cursor:pointer;background-color:var(--btn-primary);color:#000;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;font-family:var(--font-main);letter-spacing:.5px;border:1px solid #000;border-radius:50px;align-items:center;gap:1.5rem;padding:.5rem .5rem .5rem 2rem;transition:background-color .3s,color .3s;display:flex}.hero-section-btn:hover{background-color:var(--btn-secondary)}.hero-section-btn img{width:44px;height:44px;transition:transform .3s}.hero-section-btn:hover img{transform:rotate(55deg)}@media (width<=768px){.hero-section-inner{gap:3.2rem}.hero-section-subtitle{width:100%;line-height:1.7}}@media (width<=599px){.scholarship-tag img{height:70px}}.Courses-section{align-content:center;width:100vw;height:100vh;position:relative;overflow:hidden}.Courses-container{font-family:var(--font-main);flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.Courses-title{text-align:center;font-size:clamp(4rem,6vw,6.4rem);font-family:var(--font-main)}.Courses-lead{color:#000;text-align:center;max-width:650px;font-size:clamp(1.8rem,2.5vw,2.4rem)}.courses-row{width:100%;min-height:275px;position:relative}.courses-row .alice-carousel{width:100%}.courses-row .alice-carousel__stage-item{box-sizing:border-box;padding:.5rem 1rem}.courses-row .course-card{box-sizing:border-box;width:100%;max-width:100%;min-height:325px;margin:0}@media (width<=600px){.courses-row .alice-carousel__stage-item{padding:.5rem .6rem}}.course-card{cursor:pointer;background:#fff;border:2px solid #c7c7c7;border-radius:16px;flex-direction:column;justify-content:center;gap:2rem;max-width:320px;padding:2rem;transition:transform .35s,border .35s,box-shadow .35s;display:flex;transform:scale(1);box-shadow:0 10px 26px #0000004d}.course-card:hover{border:2px solid #000;transform:scale(1.03);box-shadow:0 14px 32px #00000026}.course-card--active{opacity:1;transform:scale(1);box-shadow:0 10px 22px #0000004d}.course-card--active:hover{border:2px solid #000;transform:scale(1.03)}.course-card-title{width:100%;font-size:clamp(1.8rem,2vw,2.4rem);font-weight:700}.course-card-text{color:#000000b0;min-height:120px;font-size:clamp(1.6rem,1.6vw,2rem);line-height:1.5;font-family:var(--font-secondary)}@media (width<=900px){.course-card-text{min-height:100px}}.course-card-hr{background-color:#000;height:1px}.course-card-link{color:var(--body-primary);font-size:1.8rem;font-weight:600;text-decoration:none}.courses-nav{flex-direction:row;justify-content:center;align-items:center;gap:4rem;display:flex}.courses-nav button{all:unset;cursor:pointer;box-sizing:border-box;background:0 0;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;transition:background .25s,border-color .25s;display:flex}.courses-nav button:hover{background:var(--body-primary)}.courses-nav button:disabled{opacity:.3;cursor:not-allowed}.courses-nav button img{object-fit:contain;filter:brightness(0)saturate()invert(0);width:20px;height:20px;transition:filter .25s;display:block}.Course-nextbtn img{transform:scaleX(-1)}.courses-nav button:focus,.courses-nav button:active,.courses-nav button:focus-visible{outline:none}.courses-row .alice-carousel__stage{flex-direction:row;display:flex}.courses-row .alice-carousel__stage-item{box-sizing:border-box;flex:1 0 auto;padding:.5rem 1rem}@media (width<=650px){.alice-carousel__stage-item{display:inline-block;position:relative}.courses-row .course-card{min-width:200px;max-width:90%!important;margin:0 auto!important;transform:scale(1)!important}.courses-row .course-card:hover{transform:scale(1.03)!important}}.prev-btn{transform:rotate(180deg)}.next-btn{transform:rotate(0)!important}.why-section{align-content:center;width:100vw;padding:4rem 0;position:relative}.whyacademy-container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-family:SNPro,sans-serif;display:flex}.whysection-title{text-align:center;color:#111;font-size:clamp(3.5rem,6vw,5rem)}.whysection-lead{color:#000c;text-align:center;max-width:650px;font-size:2rem;line-height:1.3}.why-visual{justify-content:center;align-items:center;margin-top:2.5rem;display:flex;position:relative}.why-halo{z-index:1;border:30px solid #06a77d26;border-radius:50%;width:500px;height:500px;position:absolute}.why-halo-inner{border:5px solid #0c0c0c26;border-radius:50%;width:80%;height:80%;position:absolute;top:10%;left:10%}.why-card{width:300px;height:420px;box-shadow:var(--soft-shadow);z-index:2;border-radius:16px;position:relative;overflow:hidden}.why-card img{object-fit:cover;width:100%;height:100%;display:block}.overlay{z-index:3;background:#382e2e66;position:absolute;inset:0}.why-card-content{z-index:5;color:#fff;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;bottom:2%;left:0;right:0}.why-card-content-title{font-size:2rem;font-weight:700}.why-card-content-lead{font-size:1.6rem;font-weight:500}.feature-card{z-index:1;opacity:0;text-align:left;background:#fff;border:1px solid #0000000d;border-radius:12px;width:300px;padding:1.5rem;transition:all .8s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.6);box-shadow:0 4px 20px #00000014}.feature-card h3{color:#111;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.feature-card p{color:#666;font-size:1.6rem;font-weight:500;line-height:1.5}.why-visual.is-visible .card-tl{opacity:1;transform:translate(calc(-120% - 10rem),calc(-100% - 10rem))scale(1)}.why-visual.is-visible .card-tr{opacity:1;transform:translate(calc(4% + 15rem),calc(-90% - 9rem))scale(1)}.why-visual.is-visible .card-bl{opacity:1;transform:translate(calc(-130% - 10rem),calc(66% + 5rem))scale(1)}.why-visual.is-visible .card-br{opacity:1;transform:translate(calc(15% + 13rem),15rem)scale(1)}.card-tl{transition-delay:0s}.card-tr{transition-delay:.1s}.card-bl{transition-delay:.2s}.card-br{transition-delay:.3s}.why-mobile{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.why-mobile-card{text-align:left;opacity:1;background:#fff;border:1px solid #0000000d;border-radius:12px;width:90%;max-width:320px;padding:1.2rem;transform:none;box-shadow:0 4px 20px #00000014}@keyframes floatSmooth{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.why-card{will-change:transform;animation:3s ease-in-out infinite floatSmooth}@media (width<=950px){.why-halo{width:400px;height:400px;position:absolute;top:-5%}.why-card{width:230px;height:330px}.why-visual.is-visible .feature-card{display:none}.why-visual{flex-direction:column;gap:2rem;width:100%}.why-mobile{width:100%}.why-mobile-card{max-width:100%;height:auto}.why-mobile-title{font-size:2rem}.why-mobile-desc{font-size:1.6rem}}.Success-section{align-content:center;width:100vw;padding:5rem 0;position:relative;overflow:hidden}.Success-section-header{flex-direction:column;align-items:center;gap:2rem;display:flex}.Success-section-title{text-align:center;font-size:3.2rem;font-family:var(--font-main)}.Success-section-lead{color:#000;text-align:center;max-width:500px;font-size:1.6rem;line-height:1.6;font-family:var(--font-secondary)}.Success-carousel-wrapper{box-sizing:border-box;width:100%;padding:16px 8px}.Success-section-card{border:1px solid var(--body-primary);background:#fff;border-radius:14px;flex-direction:column;gap:2rem;min-height:320px;margin:0 .5rem;padding:2rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 4px 16px #00000040}.Success-section-card-active{border-color:#3b82f68c;transform:translateY(-10px);box-shadow:0 0 0 4px #3b82f621}.Success-card-top{align-items:flex-start;gap:1rem;display:flex}.Success-avatar{object-fit:cover;border-radius:50%;width:60px;height:60px}.Success-meta{flex-direction:column;gap:.5rem;display:flex}.Success-meta h3{font-size:1.6rem;font-weight:600;font-family:var(--font-main);margin:0}.Success-role-company{color:#666;font-size:1.3rem;font-family:var(--font-secondary)}.Success-stars{gap:2px;display:flex}.Success-stars .star{color:#ddd;font-size:1.8rem}.Success-stars .star.filled{color:#f59e0b}.Success-quote{color:#222;flex:1;font-size:clamp(15px,1vw,18px);line-height:1.65}.Success-quote.collapsed{-webkit-line-clamp:5;font-family:var(--font-secondary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.Success-quote.expanded{font-family:var(--font-secondary);display:block}.Success-card-footer{justify-content:space-between;align-items:center;display:flex}.read-more{color:var(--body-primary);cursor:pointer;font-size:1.4rem;font-family:var(--font-main);font-weight:500}.Success-section-card{overflow:hidden}.Success-linkedin{cursor:pointer;width:28px;height:28px}.Success-section-nav{justify-content:center;gap:1rem;display:flex}.Success-section-nav button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,transform .1s;display:flex}.Success-section-nav button:hover{background:#111;border-color:#111}.Success-section-nav button:hover img{filter:brightness(0)invert()}.Success-section-nav button:active{transform:scale(.94)}.success-next img{transform:rotate(180deg)}@media (width<=650px){.Success-section-card{margin:0 auto}.Success-section-card-active{transform:translateY(0)}.read-more{font-size:12px}.Success-meta h3{font-size:1.8rem;font-weight:600;font-family:var(--font-main);margin:0}.Success-role-company{color:#666;font-size:1.6rem;font-family:var(--font-secondary)}}.alice-carousel__wrapper{padding:2rem 0}.star-img{object-fit:contain;width:15px;height:15px}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.course-overview-section{width:100vw;font-family:var(--font-main);align-content:center;padding:9.6rem 2rem;position:relative;overflow:hidden}.course-overview-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid #eaeaea;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:9.6rem 3.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 30px #0000000f,inset 0 0 40px #ffffff4d}.course-overview-title{text-align:center;font-size:clamp(3rem,5vw,5rem);font-family:var(--font-main)}.course-overview-lead{color:#000;text-align:center;max-width:70%;font-size:1.8rem;line-height:1.6;font-family:var(--font-secondary)}.course-overview-btn{cursor:pointer;background-color:var(--btn-primary);color:#000;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;font-family:var(--font-main);letter-spacing:.5px;border:1px solid #000;border-radius:50px;align-items:center;gap:1.5rem;padding:.5rem .5rem .5rem 2rem;transition:all .3s,color .3s;display:flex}.course-overview-btn img{border-radius:50%;width:45px;height:45px;transition:transform .3s}.course-overview-btn:hover{background-color:var(--btn-secondary);transform:scaleX(1.06)}.course-overview-btn:hover img{transform:rotate(53deg)}.faq-section{width:100vw;height:100%;font-family:var(--font-main);align-content:center;padding:9rem 0;position:relative}.faq-container{flex-direction:column;justify-content:center;align-items:center;gap:2.4rem;display:flex}.faq-list{flex-direction:column;gap:1.5rem;width:80%;display:flex}.faq-center{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.faq-section-title{text-align:center;font-size:clamp(3.2rem, 5vw , 6rem);font-family:var(--font-main)}.faq-section-lead{text-align:center;font-size:clamp(1.6rem, 2.5vw , 2.4rem);color:#000000ba;width:100%;font-family:var(--font-secondary)}.faq-item{background:#fff;border:1px solid #eae9e9;border-radius:12px;padding:1.5rem 0;font-size:2rem;transition:all .28s;overflow:hidden}.faq-item-open .faq-q{color:#000}.faq-q{text-align:left;cursor:pointer;width:100%;font-size:1.8rem;font-weight:600;font-family:var(--font-main);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0 1.4rem;display:flex}.faq-a{color:var(--muted);font-size:1.6rem;font-family:var(--font-secondary);padding:0 1.4rem;transition:max-height .28s;overflow:hidden}.faq-plus{justify-content:center;align-items:center;width:3.6rem;height:3.6rem;font-size:3rem;display:flex}@media (width<=650px){.faq-list,.faq-section-lead{width:100%}}.build-skills-section{align-content:center;width:100vw;height:100vh;padding:9.6rem 2rem;font-family:SNPro,sans-serif;position:relative;overflow:hidden}.build-skills-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#b8ded8f2,#f4b5d4f2);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:9.6rem 3.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 30px #0000000f,inset 0 0 40px #ffffff4d}.build-skills-title{text-align:center;font-size:4.2rem}.build-skills-lead{color:#000;text-align:center;max-width:80%;font-size:1.8rem;line-height:1.6}.build-skills-btn{background-color:var(--background-btn);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;padding:.5rem;font-family:SNPro,sans-serif;font-size:1.6rem;transition:background-color .3s;display:flex}.book-slot-section{align-content:center;width:100vw;padding:9.6rem 2rem;font-family:SNPro,sans-serif;position:relative;overflow:hidden}.book-slot-container{flex-direction:row;justify-content:center;align-items:center;gap:4rem;display:flex}.become-instructor-card,.book-slot-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#b8ded8f2,#f4b5d4f2);border-radius:24px;flex-direction:row;gap:2rem;width:50%;padding:4rem 3.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 30px #0000000f,inset 0 0 40px #ffffff4d}.become-instructor-details,.book-slot-details{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;width:50%;display:flex}.book-slot-image,.become-instructor-image{width:50%;height:auto}.book-slot-image img,.become-instructor-image img{width:100%}.book-slot-btn,.become-instructor-btn{background-color:var(--background-btn);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;gap:1rem;width:fit-content;padding:.5rem 1rem;font-family:SNPro,sans-serif;font-size:1.8rem;transition:background-color .3s;display:flex}.book-slot-btn img,.become-instructor-btn img{width:30px}.book-slot-title,.become-instructor-title{color:#111;font-size:1.9rem;font-weight:700}.book-slot-lead,.become-instructor-lead{color:#000;font-size:1.7rem;line-height:1.6}@media (width<=1200px){.book-slot-container{flex-direction:column}.become-instructor-card,.book-slot-card{text-align:center;flex-direction:column-reverse;align-items:center;width:100%}.become-instructor-details,.book-slot-details{align-items:center;width:100%}.book-slot-image img,.become-instructor-image img{aspect-ratio:16/9;width:100%;height:200px}.book-slot-title,.become-instructor-title{font-size:2.2rem}.book-slot-lead,.become-instructor-lead{font-size:1.8rem}}.navbar{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar__inner{justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex}.navbar__brand{font-family:SNPro,sans-serif;font-size:clamp(1.6rem,1vw,1.6rem);font-weight:700}.navbar__links{flex:1;justify-content:center;align-items:center;gap:clamp(2rem,2.5vw,4rem);margin:0;padding:0;list-style:none;display:flex}.navbar__links a{color:var(--body-primary);font-size:clamp(1.5rem,1.8vw,2rem);font-weight:600;font-family:var(--font-main);text-decoration:none}.navbar__links li a:hover{color:var(--body-secondary);transition:all .2s}.navbar-cta{background-color:#111;border:2px solid #111;border-radius:24px;justify-content:center;align-items:center;gap:1rem;width:14rem;padding:.5rem 0 .5rem .5rem;display:flex}.navbar-cta img{transition:transform .3s}.navbar-cta:hover img{transform:rotate(45deg)}.active-link{color:var(--btn-secondary);font-weight:600}.btn-ghost{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:600;text-decoration:none;display:flex}.navbar__hamburger{cursor:pointer;background:0 0;border:none;font-size:3.5rem;line-height:1;display:none}.register-btn{background:0 0;border:none;margin-bottom:1rem;display:none}html.no-scroll{height:100%;overflow:hidden}@media (width<=768px){.navbar{-webkit-backdrop-filter:blur(18px);background:#ffffffbf;padding:.6rem 1.4rem;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s}.navbar__inner{padding:1.8rem 1.5rem!important}.navbar__hamburger{color:#163a65;z-index:100001;background:#ffffffe6;border:1px solid #000000b3;border-radius:50%;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;font-size:clamp(2rem,4vw,2.6rem);transition:transform .35s,background .35s,border-color .35s;display:flex;position:relative}.navbar__hamburger:active{transform:scale(.92)}.navbar__links{-webkit-backdrop-filter:blur(24px);opacity:0;visibility:hidden;pointer-events:none;z-index:99998;background:0 0;flex-direction:column;justify-content:center;align-items:flex-end;gap:clamp(1.8rem,4vw,3rem);width:100%;height:50dvh;margin:0;padding:clamp(10rem,14vw,12rem) clamp(2rem,6vw,4rem) 4rem;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),visibility .45s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-3%)}.navbar--open .navbar__links{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navbar__links li{opacity:0;justify-content:flex-end;width:100%;transition:opacity .45s,transform .45s;display:flex;transform:translate(40px)}.navbar--open .navbar__links li{opacity:1;transform:translate(0)}.navbar--open .navbar__links li:first-child{transition-delay:80ms}.navbar--open .navbar__links li:nth-child(2){transition-delay:.14s}.navbar--open .navbar__links li:nth-child(3){transition-delay:.2s}.navbar--open .navbar__links li:nth-child(4){transition-delay:.26s}.navbar__links a{color:#163a65;text-align:right;letter-spacing:-.04em;font-size:4rem;font-weight:500;line-height:1;transition:color .3s,transform .3s;display:inline-block;position:relative}.navbar__links a:hover{color:var(--btn-secondary);transform:translate(-6px)}.navbar__links a:after{content:"";background:var(--btn-secondary);width:0%;height:2px;transition:width .35s;position:absolute;bottom:-.6rem;right:0}.navbar__links a:hover:after{width:100%;left:auto}.navbar-cta{display:none}.navbar--open .navbar__links{z-index:99998;-webkit-overflow-scrolling:touch;background:linear-gradient(#fffffffa,#fafafafa);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:3rem;width:100%;height:40dvh;padding:2rem 3rem;position:fixed;inset:0;overflow-y:auto;display:flex!important}.navbar--open .navbar__links a{color:#111111e4;padding:.5rem 0;font-size:3.5rem;font-weight:500}.navbar--open .register-btn{z-index:100000;display:block;position:absolute;top:18px;right:18px}.navbar__hamburger{z-index:100001;position:relative}}@media (width<=650px){.navbar{padding:0 16px}}@media (width<=390px){.navbar--open .navbar__links{height:45dvh}}.footer-section{z-index:100;width:100%;font-family:var(--font-main);position:relative;overflow:visible}.footer-card-wrapper{z-index:20;pointer-events:none;justify-content:center;display:flex;position:relative}.footer-admission-card{pointer-events:all;color:#fff;white-space:nowrap;background:#111;border-radius:20px;justify-content:center;align-items:center;gap:2rem;min-width:520px;padding:2.4rem 3.2rem;display:flex;transform:translateY(-50%);box-shadow:0 8px 40px #00000038}.footer-admission-card p{letter-spacing:-.01em;margin:0;font-size:2rem;font-weight:600}.im-interested-btn{background:var(--btn-primary);color:#111;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:.8rem .8rem .8rem 1.5rem;font-family:SNPro,sans-serif;font-size:1.8rem;font-weight:600;text-decoration:none;transition:all .3s,color .3s;display:inline-flex}.im-interested-btn .arrow-wrap{background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:.2rem;transition:background .3s;display:inline-flex}.im-interested-btn .arrow-wrap img{width:28px;height:28px;transition:transform .3s,filter .3s}.im-interested-btn:hover{background:var(--btn-secondary);transform:scaleX(1.06)}.im-interested-btn:hover .arrow-wrap img{transform:rotate(57deg)}.footer-body{flex-direction:column;display:flex;position:relative}.footer-body>.container{padding-top:4rem;display:grid}.footer-main-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:start;gap:4rem;padding:5rem 4rem;display:grid}.footer-brand{flex-direction:column;gap:1.2rem;width:max-content;display:flex}.footer-logo{width:auto;height:48px}.footer-brand-desc{color:#444;max-width:240px;font-size:1.6rem;line-height:1.6}.footer-col-title{color:var(--body-primary);font-size:1.6rem;font-weight:700;font-family:var(--font-main);margin-bottom:1.2rem}.footer-col ul{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#222;font-size:1.6rem;font-weight:500;font-family:var(--font-secondary);text-decoration:none;transition:color .25s}.footer-col ul li a:hover{color:var(--body-primary)}.footer-contact-link{color:#111;font-size:1.6rem;font-family:var(--font-secondary);text-decoration:none}.footer-contact-item{color:#222;margin-bottom:.6rem;font-size:1.6rem;font-weight:500}.footer-social-list{flex-direction:column;gap:.8rem;display:flex}.footer-social-list a{color:#222;font-size:1.6rem;font-weight:400;text-decoration:none;transition:color .25s}.footer-social-list a:hover{color:var(--body-primary)}.footer-bottom-bar{background:var(--body-primary);width:100%;margin-top:auto;padding:1.8rem 2rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-nav{flex-wrap:wrap;gap:2rem;display:flex}.footer-bottom-nav a{font-size:1.6rem;font-family:var(--font-main);color:#fff;font-weight:500;text-decoration:none;transition:opacity .2s}.footer-bottom-nav a:hover{opacity:.75}.footer-bottom-copy{color:#fff;font-size:1.6rem;font-weight:400}.footer-bottom-brand{color:#fff;font-size:1.6rem;font-weight:500}@media (width>=600px) and (width<=991px){.footer-admission-card{gap:2rem;width:calc(100% - 4rem);min-width:0;max-width:600px;padding:2rem 2.4rem}.footer-admission-card p{white-space:normal;font-size:1.8rem}.footer-main-grid{grid-template-columns:1fr 1fr;gap:6rem 2rem;padding:3.5rem 2.5rem}.footer-body{padding-top:3rem}.footer-bottom-nav,.footer-bottom-brand{display:none}.footer-bottom-inner{text-align:center;justify-content:center}#footer-col-1{grid-column:1}}@media (width<=599px){.footer-admission-card{border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.4rem;width:100%;min-width:0;max-width:600px;padding:2rem}.footer-admission-card p{text-align:center;white-space:normal;font-size:2.5rem}.footer-body{padding-top:2rem}.footer-admission-card{align-items:center;margin:0 1rem;padding:3rem;transform:translateY(0%)}.footer-main-grid{grid-template-columns:1fr 1fr;gap:6rem 2rem;padding:3.5rem 2.5rem}.footer-brand{grid-column:1/-1}.footer-bottom-nav,.footer-bottom-brand{display:none}.footer-bottom-inner{text-align:center;justify-content:center}.footer-social-list a,.footer-col ul li a{font-size:1.6rem}}.footer-col-menu{display:none}@media (width<=991px){.footer-col-menu{display:block}}@media (width<=480px){.footer-admission-card{align-items:center;transform:translateY(0%)}.footer-admission-card p{text-align:center;font-size:3rem}.im-interested-btn{justify-content:center;gap:2rem;width:max-content;font-size:2.5rem}.footer-brand-desc{color:#444;max-width:100%;font-size:2rem;line-height:1.6}.footer-col-title{font-size:2rem}.footer-bottom-copy{font-size:1.6rem}.footer-main-grid{padding:3rem 2rem}.footer-brand-desc{max-width:300px;font-size:1.7rem}.footer-contact-link{font-size:1.6rem}}.ct-section{box-sizing:border-box;width:100vw;font-family:var(--font-main);background:0 0;padding:8rem 2rem;position:relative;overflow:hidden}.ct-loading-section{align-items:center;min-height:100vh;display:flex}.ct-skeleton-wrap{flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto;display:flex}.ct-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:12px;animation:1.4s infinite ct-shimmer}.ct-sk-title{width:50%;height:60px}.ct-sk-sub{width:80%;height:36px}.ct-sk-body{height:280px}@keyframes ct-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ct-container{flex-direction:column;gap:4rem;display:flex}.ct-faq-container{flex-direction:row;align-items:flex-start;gap:2rem;width:100%;display:flex;position:relative}.ct-faq-image{width:50%}.ct-faq-image img{width:100%;height:auto}.ct-hero{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:2rem;display:flex}.ct-title span{color:#000}.ct-hero-left{flex-direction:column;justify-content:center;gap:2rem;width:50%;display:flex}.ct-image{width:50%}.ct-image img{width:100%;height:300px}.ct-welcome{color:#7a7a7a;font-family:var(--font-main);font-size:3rem;display:block}.ct-title{color:var(--body-primary);font-size:4rem;font-family:var(--font-main)}.ct-sub{color:#333;font-size:1.8rem;font-weight:500;line-height:1.5;font-family:var(--font-secondary)}.ct-hero-cta{align-items:center;gap:.75rem;display:flex}.ct-apply{background:var(--btn-primary);border:1px solid var(--body-primary);color:#111;font-family:var(--font-secondary);cursor:pointer;z-index:1;border-radius:999px;align-items:center;gap:.8rem;padding:1rem 1.4rem;font-size:1.8rem;font-weight:500;transition:color .3s,gap .3s;display:flex;position:relative;overflow:hidden}.ct-apply:before{content:"";transform-origin:50%;z-index:-1;background:#ffcd00;width:140%;height:200%;transition:top .4s;position:absolute;top:130%;left:-20%;transform:rotate(-10deg)}.ct-apply:hover:before{top:-50%}.ct-apply:hover{gap:1.2rem}.ct-apply img{width:15px;transition:transform .3s,filter .3s}.ct-close{cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:999px;padding:.5rem .8rem}.ct-overview-wrap{flex-flow:column wrap;justify-content:space-between;gap:2rem;display:flex}.ct-overview-wrap h2{text-transform:uppercase;font-size:2rem}.ct-overview{color:#333;flex-direction:column;justify-content:space-around;gap:1.25rem;width:50%;height:25rem;font-size:1.6rem;display:flex}.ct-overview-details{background-color:#d4cfcf59;border-radius:10px;align-items:center;gap:1.5rem;width:max-content;padding:1rem;display:flex}.ct-overview-details img{width:30px;height:30px}.ct-overview-details-wrap{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.ct-tools{background-color:#e8e8e8;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:35%;padding:2rem;display:flex}.gray-divider-tool{background-color:#6e6c6c;align-self:center;width:90%;height:1px;margin-top:2rem;margin-bottom:2rem}.gray-divider{background-color:#dad0d0;align-self:center;width:110%;height:1px;margin-top:2rem;margin-bottom:2rem}.ct-tools-heading{align-items:center;gap:1rem;display:flex}.ct-tools-heading span{font-size:2rem}.ct-tools-heading img{width:25px;height:25px}.ct-tool{background:#fff;border:1px solid #eee;border-radius:8px;padding:.45rem .6rem}.ct-tools-used{flex-wrap:wrap;justify-content:center;gap:4rem;width:100%;max-width:100%;display:flex}.ct-tool-figure{flex-direction:column;align-items:center;gap:1rem;display:flex}.ct-tool-figure img{width:20px;height:20px}.ct-tool-name{font-size:1.8rem}.ct-syllabus h2{text-transform:uppercase;font-size:2.3rem;font-family:var(--font-main)}.ct-syllabus-grid{grid-template-columns:repeat(2,1fr);gap:3rem;padding:2rem 0;display:grid}.ct-syllabus-card{cursor:text;background:#e8faf5;border:2px solid #0000;border-radius:12px;flex-direction:column;gap:1.6rem;padding:1.8rem 1.6rem;transition:background .3s,border-color .3s;display:flex}.ct-syllabus-card-header{font-family:var(--font-main);align-items:flex-start;gap:1rem;display:flex}.ct-syllabus-duration{color:#111;text-transform:uppercase;letter-spacing:.5px;min-width:max-content;font-size:1.6rem;font-weight:700;transition:color .3s}.ct-syllabus-title{text-align:left;color:var(--logo-blue);font-size:clamp(1.6rem,1.5vw,18px);font-weight:800;line-height:1;transition:color .3s}.ct-syllabus-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ct-syllabus-item{font-size:1.6rem;font-family:var(--font-secondary);align-items:center;gap:1.2rem;display:flex}.ct-syllabus-num{color:#111;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:2.8rem;height:2.8rem;font-size:1.6rem;font-weight:700;transition:background .3s,color .3s;display:inline-flex}.ct-syllabus-text{color:#333;font-size:clamp(1.6rem,1.8vw,1.8rem);line-height:1.4;transition:color .3s}.ct-syllabus-card:hover .ct-syllabus-text,.ct-syllabus-card:hover .ct-syllabus-duration{color:#000}.ct-upcoming-batch-section{flex-direction:column;gap:4rem;padding:6rem 0;display:flex}.ct-upcoming-batch-section h2{text-transform:uppercase;font-size:2rem}.ct-upcoming-details{background-color:#e8e8e8;border-radius:10px;align-items:center;gap:1rem;width:max-content;padding:1.5rem;display:flex}.ct-upcoming-details img{width:25px;height:25px}.ct-upcoming-details span{font-family:var(--font-main);font-size:1.6rem}.bold-class{font-family:var(--font-secondary);font-weight:600}.ct-upcoming-batch-cards{flex-wrap:wrap;gap:4rem;display:flex}.uos-section{flex-direction:column;gap:4rem;padding:6rem 1rem;display:flex}.uos-section h2{text-transform:uppercase;font-size:2rem}.uos-cards{flex-wrap:wrap;gap:4rem;display:flex}.uos-details{background-color:#fff5f9;border-radius:22px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.uos-details img{width:25px;height:25px}.uos-details span{font-size:1.6rem}.ct-faq{flex-direction:column;gap:5rem;min-height:80dvh;display:flex}.ct-faq h2{font-size:2rem;font-family:var(--font-main);letter-spacing:1px}.ct-faq-list{flex-direction:column;gap:2rem;width:50%;display:flex}.ct-faq-list details{font-size:1.8rem;font-family:var(--font-secondary);background:#fff;border:1px solid #eee;border-radius:10px;padding:1.4rem .9rem}.ct-faq-item{cursor:pointer;background-color:#fff;border-radius:10px;padding:2rem .9rem;font-size:1.8rem;transition:all .8s;box-shadow:0 6px 15px #0000001a}.ct-faq-item:hover{box-shadow:0 6px 15px #0003}.ct-faq-item .ct-faq-toggle{background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.ct-faq-item .ct-faq-icon{text-align:center;color:#fff;background-color:#6e6c6c;border-radius:50%;width:25px}.ct-faq-q{font-size:1.6rem;font-weight:600}.ct-faq-answer{padding-top:1.5rem;font-size:1.6rem}.ct-cta{background:linear-gradient(135deg,#b3dff0 0%,#e8c4d4 100%);border-radius:24px;padding:6rem 2rem 5rem;position:relative;overflow:hidden}.ct-cta:after{content:"";pointer-events:none;background:linear-gradient(#0000,#ffffffd9);border-radius:0 0 24px 24px;width:100%;height:45%;position:absolute;bottom:0;left:0}.ct-download,.ct-register{cursor:pointer;letter-spacing:.5px;border-radius:50px;align-items:center;gap:1rem;padding:1.4rem 1rem;display:flex}.ct-download img{width:25px;height:25px}.ct-register img{width:35px;height:35px}.ct-download{color:#000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffbf;border:1.5px solid #000;padding:1rem 2rem;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:600}.ct-footer-journey{color:#ea4c89}.ct-footer-start{color:var(--background-btn)}.ct-register{color:#fff;background:#000;border:none;padding:1rem 2rem;font-family:SNPro,sans-serif;font-size:1.6rem}.ct-footer-container{z-index:1;color:#000;text-align:center;flex-direction:column;align-items:center;gap:2rem;font-size:1.6rem;display:flex;position:relative}.ct-footer-ready{color:#000;font-size:2.8rem;font-weight:700}.ct-footer-limits{color:#222;font-size:1.6rem}@media (width<=768px){.ct-hero{flex-direction:column-reverse;align-items:center}.ct-image{width:100%}.ct-image img{width:100%;height:250px}.ct-hero-left{text-align:left;align-items:flex-start;width:100%}.ct-overview-wrap{flex-direction:column;align-items:flex-start;gap:.5rem}.ct-overview-details-wrap{flex-direction:column}.ct-syllabus-grid{grid-template-columns:1fr}.ct-tools{width:100%}.ct-overview{width:100%;font-size:1.6rem}.ct-faq-list,.ct-faq-image{width:100%}.ct-faq-container{flex-direction:column-reverse}}@media (width<=410px){.ct-overview{font-size:1.4rem}}.book-session-page{flex-direction:column;align-content:center;height:100vh;display:flex}.book-session-section{background:radial-gradient(circle at 10% 30%,#cffcf3 0%,#ffffffeb 35%,#fbd7e0 100%);align-content:center;width:100vw;min-height:100vh;padding:9.6rem 2rem;font-family:SNPro,sans-serif;position:relative}.book-session-title{text-align:center;color:#111;font-size:3.5rem;font-weight:700}.book-session-container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.book-session-content{justify-content:space-between;align-items:flex-start;gap:var(--space-5);flex-direction:row;align-items:center;width:100%;display:flex}.book-session-form{flex-direction:column;flex:400px;gap:2rem;max-width:480px;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#111;font-size:1.6rem;font-weight:500}.booking-btn{background-color:var(--background-btn);color:#fff;cursor:pointer;box-shadow:var(--soft-shadow);border:none;border-radius:24px;padding:1rem 1.5rem;font-size:1.6rem;font-weight:600;transition:background-color .3s}.form-group input,.form-group select{border:1px solid var(--border-gray);box-shadow:var(--soft-shadow);letter-spacing:1px;border-radius:8px;outline:none;width:100%;padding:1.5rem 1rem;font-size:1.6rem}.form-group input:focus,.form-group select:focus{border-color:var(--accent-green)}.book-session-illustration{flex:380px;justify-content:center;align-items:center;display:flex}.book-session-illustration img{width:100%;max-width:420px;height:auto}@media (width<=768px){.book-session-content{align-items:center;gap:var(--space-4);flex-direction:column}.book-session-form{width:100%;max-width:500px}}@media (width<=640px){.book-session-illustration img{max-width:300px}}.contact-container{width:100%;min-height:100vh;padding:9.6rem 6%;font-family:SNPro,sans-serif;position:relative}.contact-top{justify-content:flex-start;align-items:center;gap:15rem;margin-bottom:4rem;display:flex}.contact-top-left{flex-direction:column;gap:1.5rem;display:flex}.contact-breadcrumb{color:#333;font-size:1.6rem}.contact-heading-block h1{font-size:clamp(2.8rem,4vw,4.4rem);font-family:var(--font-main);margin-bottom:10px;font-weight:700}.contact-heading-block p{color:#111;max-width:500px;font-size:1.6rem;font-family:var(--font-secondary)}.dot-grid{filter:blur(1px);opacity:.5;grid-template-columns:repeat(6,8px);gap:10px;display:grid}.dot-grid span{background:#000;border-radius:50%;width:6px;height:6px}.contact-content{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.contact-form{flex-direction:column;gap:15px;display:flex}.contact-form label{font-size:1.6rem;font-family:var(--font-main);font-weight:600}.contact-form input,.contact-form select{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:13px;font-size:1.6rem;box-shadow:2px 4px 4px #00000026}.contact-form textarea{font-family:var(--font-secondary);resize:vertical;background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;min-height:50px;padding:13px;font-size:1.6rem;box-shadow:2px 4px 4px #00000026}.course-label{align-items:center;gap:10px;display:flex}.info-icon{color:#333;cursor:pointer;z-index:2;background:#fff;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:1.6rem;font-weight:600;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.tooltip-box{color:#fff;text-align:center;background:#222;border-radius:8px;width:220px;padding:10px 14px;font-size:1.6rem;position:absolute;bottom:150%;left:50%;transform:translate(-50%)}.tooltip-box:after{content:"";border:8px solid #0000;border-top-color:#222;position:absolute;top:99%;left:50%;transform:translate(-50%)}.contact-btn{background:var(--logo-blue);color:#fff;cursor:pointer;font-size:2rem;font-weight:600;font-family:var(--font-main);border:none;border-radius:20px;width:100%;margin-top:1rem;padding:1rem}.contact-btn:hover{background:var(--logo-blue);transition:all .3s ease-in-out;box-shadow:2px 4px 4px #00000026}.contact-image-box img{object-fit:cover;width:100%}.contact-select-tag{align-items:center;display:flex;position:relative}.contact-select-tag select{appearance:none;background:#fff;border:2px solid #ddd;border-radius:6px;width:100%;padding:13px 40px 13px 13px;font-size:1.6rem}@media (width<=900px){.contact-top{flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:0}.contact-content{grid-template-columns:1fr}.contact-heading-block h1{font-size:32px}.dot-grid{align-self:flex-end}}@media (width<=480px){.contact-heading-block h1{font-size:26px}.tooltip-box{width:180px;font-size:1.6rem}}.mobile-contact-layout{display:none}@media (width<=500px){.contact-top,.contact-content{display:none!important}.mobile-contact-layout{flex-direction:column;gap:1.2rem;padding-top:1rem;display:flex}.mobile-block-1{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.mobile-block-1 .contact-breadcrumb{color:#333;font-size:1.6rem}.mobile-block-1 h1{color:#111;margin:0;font-size:2.4rem;font-weight:700;line-height:1.3}.mobile-block-1 .mobile-hero-img{object-fit:cover;width:70%;margin-top:.4rem;display:block}.mobile-block-2{justify-content:flex-end;display:flex}.mobile-block-3 p{color:#555;margin:0;font-size:1.6rem;line-height:1.6}.mobile-block-4 .contact-form{flex-direction:column;gap:15px;display:flex}.mobile-block-4 .contact-form label{text-align:left;font-size:1.6rem;font-weight:600}.mobile-block-4 .contact-form input,.mobile-block-4 .contact-form select{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:13px;font-size:15px;box-shadow:2px 4px 4px #00000026}.mobile-block-4 .contact-select-tag{align-items:center;display:flex;position:relative}.mobile-block-4 .contact-select-tag select{appearance:none;width:100%;padding-right:40px}.mobile-block-4 .contact-btn{background:var(--logo-blue);color:#fff;cursor:pointer;border:none;border-radius:20px;width:100%;margin-top:1rem;padding:1rem;font-family:SNPro;font-size:1.6rem;font-weight:600}.mobile-block-4 .contact-btn:hover{background:var(--logo-blue);transition:all .3s ease-in-out;box-shadow:2px 4px 4px #00000026}.tooltip-box{width:170px;font-size:1.6rem}}@media (width<=480px){.tooltip-box{transform:translate(-80%)}.tooltip-box:after{left:80%}}.success-overlay{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:360px;display:none}.success-card{text-align:center;-webkit-backdrop-filter:blur(18px);background:#ffffffa6;border:1px solid #009d7726;border-radius:16px;flex-direction:column;align-items:center;gap:1.4rem;width:100%;max-width:420px;padding:3.2rem 2.4rem;display:flex;box-shadow:0 8px 32px #009d771a,0 1.5px 4px #0000000f}.success-icon-wrap{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.2rem;display:flex;position:relative}.success-checkmark-svg{width:80px;height:80px}.check-circle,.check-path{fill:none}.success-title{color:#111;letter-spacing:-.02em;font-family:SNPro,sans-serif;font-size:2.6rem;font-weight:700}.success-subtitle{color:#555;max-width:320px;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.6}.success-back-btn{color:#009d77;cursor:pointer;background:0 0;border:2px solid #009d77;border-radius:20px;margin-top:.8rem;padding:.9rem 2.4rem;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:600;transition:all .3s}.success-back-btn:hover{color:#fff;background:#009d77;transform:translateY(-1px);box-shadow:0 4px 14px #009d774d}.success-back-btn:active{transform:translateY(0)}@media (width<=500px){.success-card{padding:2.4rem 1.6rem}.success-title{font-size:2.2rem}.success-subtitle{font-size:1.6rem}.success-back-btn{width:100%;font-size:1.6rem}}.Contactinfo-section{flex-direction:column;place-content:center;align-items:center;width:100vw;min-height:50dvh;padding:9.6rem 2rem;font-family:SNPro,sans-serif;display:flex;position:relative}.Contactinfo-container{justify-content:center;align-items:flex-start;gap:4rem;display:flex}#whatsapp-icon{background-color:#27639d;border-radius:5px;padding:1rem}.Contactinfo-phone,.Contactinfo-email,.Contactinfo-location{cursor:pointer;border:1px solid #33333321;border-radius:20px;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;width:100%;min-width:max-content;padding:2rem;display:flex;box-shadow:2px 4px 4px #00000026}.Contactinfo-details span{font-family:var(--font-main);color:#646464;font-size:1.6rem;font-weight:600}.Contactinfo-details p{color:#000;font-size:1.6rem;font-weight:600}#whatsapp-link{font-size:1.6rem}.Contactinfo-image{width:5rem;height:5rem}@media (width<=960px){.Contactinfo-details span{color:#646464;font-size:1.6rem;font-weight:600}.Contactinfo-details p{color:#000;font-size:1.6rem;font-weight:600}}@media (width<=780px){.Contactinfo-container{flex-direction:column;gap:4rem;width:100%}.Contactinfo-image{width:6rem;height:6rem}.Contactinfo-details span{color:#646464;font-size:1.8rem;font-weight:600}.Contactinfo-details p{color:#000;font-size:2rem;font-weight:600}}.Contact-section{box-sizing:border-box;width:100%;padding:0}.map-section{background:#f6f8fb;width:100%;height:100%;padding:1.25rem 1.25rem 2rem;position:relative}.map-wrapper{z-index:1;border-radius:8px;height:100%;position:relative;overflow:hidden;box-shadow:0 6px 18px #191e2414}.leaflet-map{width:100%;height:480px}.location-card{z-index:1000;background:#fff;border-radius:8px;flex-direction:column;align-items:flex-start;gap:12px;width:30rem;padding:12px;display:flex;position:absolute;top:10%;left:8%;box-shadow:0 12px 30px #0000001f}.location-thumb{background:#e9eef3;border-radius:6px;flex:0 0 84px;justify-content:center;align-items:center;width:100%;height:70px;display:flex;overflow:hidden}.location-thumb img{object-fit:cover;width:100%;height:100%;display:block}.location-body{flex:auto;width:100%;font-family:SNPro,sans-serif}.location-body h3{color:#111827;margin:0 0 6px;font-size:1.6rem;line-height:1.1}.location-address{color:#6b7280;margin:0 0 8px;font-size:1.6rem;line-height:1.35}.location-meta{justify-content:space-between;align-items:center;font-size:1.6rem;display:flex}.maps-link{cursor:pointer;border:1px solid #9f9c9c;border-radius:10px;justify-content:center;align-items:center;padding:5px;transition:all .3s;display:flex;box-shadow:0 0 4px 1px #ffd3e1}.maps-link:hover{transform:scale(1.02);box-shadow:0 0 4px 2px #009d77}.maps-link img{width:15px;height:15px}.maps-link p{color:#111827;font-size:1.6rem;font-weight:500}.rating{color:#f59e0b;align-items:center;gap:6px;font-weight:600;display:flex}.rating-stars{color:#f59e0b;letter-spacing:.5px;font-size:1.6rem}.rating-value{color:#111827;font-size:13px;font-weight:700}.phones{color:#374151;font-size:1.6rem}@media (width<=700px){.leaflet-map{height:320px}.location-body h3{font-size:1.6rem}.location-card{left:12%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.our-course-section{background:0 0;align-content:center;width:100vw;min-height:100vh;padding:11rem 2rem;position:relative;overflow:hidden}.our-course-container{-webkit-backdrop-filter:blur(12px);color:#000;text-align:center;font-family:var(--font-main);background-color:#fff5f9d9;border-radius:20px;flex-direction:column;align-items:center;gap:2.4rem;padding:4rem 3.2rem;display:flex;box-shadow:0 4px 32px #0000000f}.our-course-title{font-size:clamp(3.2rem, 5vw , 6rem);color:#000;font-weight:700;font-family:var(--font-main)}.our-course-title span{color:#000}.our-course-lead{color:#444;font-size:clamp(1.6rem,2vw,2rem);font-family:var(--font-secondary);max-width:70ch;line-height:1.3}.our-course-details{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:900px;display:grid}.our-course-info{cursor:pointer;will-change:transform;border-radius:16px;flex-direction:column;align-items:center;gap:1.4rem;padding:1.6rem 1.6rem 2rem;transition:box-shadow .28s,transform .22s;display:flex}.our-course-info:hover .our-course-card-title{transition:all .3s ease-in-out;transform:scale(1.15)}.our-course-info-img{border-radius:14px;justify-content:center;align-items:center;width:100%;padding:2rem 2.4rem;transition:background-color .3s;display:flex;overflow:hidden}.our-course-info-img img{object-fit:contain;will-change:transform;width:200px;height:175px;transition:transform .3s}.our-course-details-btn{font-size:1.6rem;font-family:var(--font-main);letter-spacing:.5px;color:#222;cursor:pointer;background:#ffffffbf;border:none;border-radius:50px;padding:.8rem 2rem;font-weight:400;transition:background .2s,box-shadow .2s;box-shadow:0 5px 2px #0000004d}.our-course-details-btn:hover{background:#fff;box-shadow:0 5px 10px #00000080}.our-course-name-info{flex-direction:column;align-items:center;gap:.6rem;display:flex}.our-course-card-title{font-size:2.8rem;font-family:var(--font-main);color:#000;font-weight:700;transition:all .3s ease-in-out}.our-course-card-desc{color:#555;font-size:1.6rem;font-family:var(--font-secondary);text-align:center;max-width:40ch;font-weight:400;line-height:1.2}.our-course-loading{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:900px;display:grid}.our-course-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:16px;height:340px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=768px){.our-course-details,.our-course-loading{grid-template-columns:1fr}.our-course-container{padding:3rem 1.6rem}.our-course-info-img img{width:160px;height:140px}}:root{--black:#000;--white:#fff;--muted:#656363;--background-btn:#009d77;--background:#8f221f;--btn-primary:#fffbf0;--btn-secondary:#ffe475;--text-color:#665c7c;--border-color:0 0 0 1px #665c7c52;--border-active:0 0 0 2px #8f221f;--table-box-shadow:0 4px 6px #0000001a;--radius-md:8px;--radius-lg:8px;--radius-xl:24px;--font-main:"SNPro", sans-serif;--font-secondary:"Inter", sans-serif;--logo-blue:#163a65;--body-primary:#27639d;--body-secondary:#ffe475;--body-border:#27639d}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}html,body{overflow-x:hidden}body{background-color:#0000}.homepage-wrapper{position:relative}.scholarship-tag{z-index:999;cursor:pointer;position:fixed;bottom:5%;right:5px}.scholarship-tag img{width:auto;height:70px}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-VariableFont_wght-DcaoeaBt.ttf)}@font-face{font-family:PublicSans;src:url(./assets/fonts/PublicSans-VariableFont_wght.ttf)}@font-face{font-family:SNPro;src:url(/assets/SNPro-VariableFont_wght-Ca7w9xbu.ttf)}.nimbus-container{max-width:128rem;margin:0 auto;padding:0 3.2rem}@media (width<=900px){html{font-size:55%}}@media (width<=650px){html{font-size:50%}.nimbus-container{padding:0 16px}}.aboutus-vision-section{width:100%;padding-top:5rem;font-family:SNPro,sans-serif;position:relative;overflow:hidden}.aboutus-top{flex-direction:column;gap:1.2rem;padding:2rem 2rem 1rem;display:flex}.aboutus-links{color:#646464;letter-spacing:.02em;font-size:1.6rem;font-weight:500}.aboutus-links span{color:#333;font-weight:600}.aboutus-top-heading{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-top:2rem;display:flex}.aboutus-top-heading h1{color:#2f2d2d;text-align:center;flex:1;width:100%;margin:0;font-size:clamp(2.8rem,4vw,4rem);font-weight:700;line-height:1.2}.aboutus-gray-grid{filter:blur(2px);flex-shrink:0;grid-template-rows:repeat(4,5px);grid-template-columns:repeat(6,15px);align-self:center;gap:10px;display:grid}.aboutus-gray-grid span{background-color:#c8c8c8;border-radius:50%;width:10px;height:8px;display:block}.aboutus-bottom-image{width:100vw;margin-top:1rem;line-height:0;position:relative;left:50%;transform:translate(-50%)}.aboutus-bottom-image img{object-fit:cover;width:100%;height:auto;display:block}@media (width<=1024px){.aboutus-top{padding:2rem 2rem 1rem}.aboutus-top-heading h1{max-width:65%}}@media (width<=768px){.aboutus-top{gap:1rem;padding:4rem 2rem 1rem}.aboutus-top-heading{flex-direction:column;align-items:flex-start;gap:1.6rem}.aboutus-top-heading h1{max-width:100%;font-size:clamp(2rem,6vw,2.8rem)}.aboutus-links{font-size:1.6rem}.aboutus-gray-grid{gap:7px}.aboutus-gray-grid span{width:7px;height:7px}}@media (width<=480px){.aboutus-top{padding:2.4rem 1.6rem 2rem}.aboutus-top-heading h1{font-size:2.8rem}.aboutus-links{font-size:1.6rem}}.aboutus-info-section{width:100vw;font-family:var(--font-main);box-sizing:border-box;padding:7rem 6rem;position:relative;overflow:hidden}.aboutUsInfo-Top{text-align:center;flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:5rem;display:flex}.aboutUsInfo-Top p{font-size:clamp(1.6rem,1.8vw,2rem);font-weight:500;font-family:var(--font-secondary);color:#000;max-width:65ch;margin:0}.aboutUsInfo-Bottom{flex-direction:row;justify-content:center;align-items:stretch;gap:4rem;display:flex}.aboutUsInfo-Card{perspective:1000px;flex:1;align-items:center;gap:0;display:flex;position:relative}.aboutUsInfo-ImageBlock{transform-origin:0;z-index:2;background:#fff;border:2px solid #0000;border-radius:16px;justify-content:center;align-items:center;width:50%;height:70%;transition:transform .3s;display:flex;position:absolute;transform:rotateY(40deg);box-shadow:0 8px 30px #0000001f}.aboutUsInfo-ContentBlock{transform-origin:100%;border-radius:20px;flex:1;padding:7% 7% 7% 35%;transition:transform .3s;transform:rotateY(-30deg);box-shadow:0 8px 30px #00000014}.aboutUsInfo-Card:first-child .aboutUsInfo-ImageBlock{border-color:var(--body-border)}.aboutUsInfo-Card:first-child .aboutUsInfo-ContentBlock{background:#ecf6ff}.aboutUsInfo-Card:nth-child(2) .aboutUsInfo-ImageBlock{border-color:var(--body-secondary)}.aboutUsInfo-Card:nth-child(2) .aboutUsInfo-ContentBlock{background:#fffdf5}.aboutUsInfo-Card-Icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:7rem;height:7rem;display:flex;box-shadow:0 2px 10px #0000001a}.aboutUsInfo-Card-Icon img{object-fit:contain;width:4rem;height:4rem}.aboutUsInfo-Card-Content{flex-direction:column;align-items:center;gap:1rem;display:flex}.aboutUsInfo-Card-Content h3{font-size:2.5rem;font-weight:600;font-family:var(--font-main);color:#111;align-self:flex-start;margin:0;line-height:1.2}.aboutUsInfo-Card-Content p{font-size:1.6rem;font-family:var(--font-secondary);color:#000;text-align:left;margin:0;font-weight:500;line-height:1.7}@media (width<=1024px){.aboutus-info-section{padding:6rem 4rem}.aboutUsInfo-Bottom{gap:2rem}}@media (width<=768px){.aboutus-info-section{padding:5rem 2.4rem}.aboutUsInfo-Bottom{flex-direction:column;align-items:center;gap:3rem}.aboutUsInfo-Card{width:100%;max-width:500px}.aboutUsInfo-ImageBlock{width:42%;height:80%;transform:rotateY(25deg)}.aboutUsInfo-ContentBlock{padding:8% 6% 8% 40%;transform:rotateY(-18deg)}}@media (width<=480px){.aboutus-info-section{padding:4rem 1.6rem}.aboutUsInfo-Top{margin-bottom:3.6rem}.aboutUsInfo-Card-Content h3{font-size:2rem}.aboutUsInfo-Card-Content p{font-size:1.6rem}.aboutUsInfo-ImageBlock{width:40%;height:80%;transform:rotateY(30deg)}.aboutUsInfo-ContentBlock{padding:10% 5% 10% 30%;transform:rotateY(-30deg)}}.aboutus-projects-section{width:100vw;font-family:var(--font-main);box-sizing:border-box;padding:7rem 6rem;position:relative;overflow:hidden}.aboutus-projects-top{text-align:center;flex-direction:column;align-items:center;gap:1.4rem;margin-bottom:5rem;display:flex}.aboutus-projects-top h1{font-size:4.8rem;font-family:var(--font-main);color:#111;margin:0;font-weight:700;line-height:1.2}.aboutus-projects-top p{color:#555;font-size:2rem;font-weight:400;font-family:var(--font-secondary);max-width:80ch;margin:0;line-height:1.6}.aboutus-projects-bottom{flex-direction:row;justify-content:center;align-items:stretch;gap:3rem;display:flex}.project-card{box-sizing:border-box;border-radius:24px;flex-direction:column;flex:1;align-items:flex-start;gap:2rem;max-width:35rem;padding:3.2rem 2.8rem;transition:transform .2s,box-shadow .2s;display:flex}.project-card:first-child{background:#f2e8ff;border:1px solid #e65f87}.project-card:first-child:hover{box-shadow:0 6px 12px #e65f87}.project-card:nth-child(2){background:#f1e7f5;border:1px solid #9d73f1}.project-card:nth-child(2):hover{box-shadow:0 6px 12px #ad8cf0}.project-card:nth-child(3){background:#dffaf2;border:1px solid #20c997}.project-card:nth-child(3):hover{box-shadow:0 6px 12px #20c997}.project-card-img{justify-content:center;align-items:center;width:6rem;height:6rem;display:flex}.project-card-img img{object-fit:contain;background:#e5d2eb;border-radius:10px;width:100%;height:100%;padding:.8rem}.project-card-content{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:1rem;display:flex}.project-card-title{font-size:clamp(16px,2vw,24px);font-family:var(--font-main);color:#111;margin:0;font-weight:600;line-height:1.3}.project-card-desc{font-size:1.6rem;font-family:var(--font-secondary);color:#111;margin:0;font-weight:500;line-height:1.7}.project-card-btn{all:unset;cursor:pointer;margin-top:auto}.project-card-btn a{color:#111;z-index:1;background:#fff;border-radius:999px;align-items:center;gap:.6rem;padding:1rem 2.2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:color .3s,gap .2s;display:inline-flex;position:relative;overflow:hidden}.project-card-btn a:before{content:"";transform-origin:50%;z-index:-1;background:#ffcd00;width:140%;height:200%;transition:top .4s;position:absolute;top:130%;left:-20%;transform:rotate(-10deg)}.project-card-btn a:hover:before{top:-50%}.project-card-btn a:hover{color:#fff}.project-card-btn a img{transition:all .3s}.project-card-btn a:hover{gap:1rem;transition:all .3s ease-in-out}.project-card-btn a:hover img{filter:brightness(0)invert();transform:rotate(-10deg)}@media (width<=1024px){.aboutus-projects-section{padding:6rem 4rem}.aboutus-projects-top h1{font-size:4rem}.aboutus-projects-top p{font-size:1.8rem}}@media (width<=768px){.aboutus-projects-section{padding:5rem 2.4rem}.aboutus-projects-bottom{flex-direction:column;align-items:center;gap:2rem}.project-card{width:100%;max-width:100%}.aboutus-projects-top h1{font-size:3.4rem}.aboutus-projects-top p{font-size:1.6rem}}@media (width<=480px){.aboutus-projects-section{padding:4rem 1.6rem}.aboutus-projects-top h1{font-size:2.8rem}.aboutus-projects-top p{font-size:1.6rem}}.aboutus-talent{box-sizing:border-box;width:100vw;padding:7rem 6rem;font-family:SNPro,sans-serif;position:relative;overflow:hidden}.aboutus-talent-top{flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:4rem;display:flex}.talent-subtitle{font-size:clamp(18px,2vw,24px);font-weight:600;font-family:var(--font-main);color:#111;margin:0;line-height:1.3}.aboutus-talent-top-line{flex-direction:row;align-items:baseline;gap:1.2rem;display:flex}.aboutus-talent-top-line h1{font-size:clamp(3.6rem,5vw,5.6rem);font-weight:700;font-family:var(--font-main);margin:0;line-height:1.1}.talent-EA4C89,.talent-009D77{color:var(--body-primary)}.talent-inline-text{font-size:2.4rem;font-weight:600;font-family:var(--font-main);color:#333;margin:0}.aboutus-talent-teachers{flex-flow:wrap;justify-content:flex-start;gap:2rem;display:flex}.talent-card{cursor:pointer;flex-direction:column;gap:1.4rem;width:calc(50% - 1.5rem);max-width:100%;display:flex}.talent-card-img-container{aspect-ratio:4/3;background:linear-gradient(90deg,#6f7fa6,#c3b6d9);border-radius:16px;width:100%;position:relative;overflow:hidden}.talent-person-img{object-fit:contain;transform-origin:50%;will-change:transform;z-index:1;width:100%;height:100%;position:absolute;inset:0}.talent-doodle-img{object-fit:contain;opacity:0;pointer-events:none;z-index:2;will-change:opacity;object-fit:contain;opacity:0;pointer-events:none;z-index:2;will-change:opacity;inset:0;width:100%;height:100%;position:absolute;inset:-5% 0 0}.talent-card-details{flex-direction:column;gap:.4rem;display:flex}.talent-card-name{color:#111;margin:0;font-size:2.5rem;font-weight:700}.talent-card-designation{color:#000;margin:0;font-size:1.8rem;font-weight:400}.teacher-slider-wrapper{z-index:1000;align-items:stretch;display:flex;position:fixed;inset:0}.teacher-slider-overlay{z-index:1001;background:#00000073;position:fixed;inset:0}.teacher-slider-panel{z-index:1002;box-sizing:border-box;will-change:transform, opacity;background:#fff;flex-direction:column;gap:2.4rem;width:100vw;height:100dvh;padding:10rem 4rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.teacher-slider-topbar{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.teacher-slider-domain{color:#888;letter-spacing:.04em;font-size:1.6rem;font-weight:600}.teacher-slider-close{all:unset;cursor:pointer;color:#111;font-size:1.6rem;font-weight:600;transition:opacity .2s}.teacher-slider-close:hover{opacity:.6}.teacher-slider-header{flex-direction:column;gap:.6rem;display:flex}.teacher-slider-name{color:#111;margin:0;font-size:clamp(2.8rem,4vw,4.4rem);font-weight:500;line-height:1.1}.teacher-slider-designation{color:#555;margin:0;font-size:1.6rem;font-weight:500}.teacher-slider-location{flex-direction:row;align-items:center;gap:.6rem;display:flex}.teacher-slider-location img{object-fit:contain;width:1.6rem;height:1.6rem}.teacher-slider-location span{color:#666;font-size:1.6rem;font-weight:500}.teacher-slider-body{flex-direction:row;flex:1;align-items:center;gap:4rem;margin-top:4rem;display:flex}.teacher-slider-img-wrap{aspect-ratio:4/4;background:linear-gradient(90deg,#6f7fa6,#c3b6d9);border-radius:20px;flex-shrink:0;width:38%;position:relative;overflow:hidden}.teacher-slider-person{object-fit:contain;z-index:1;border-radius:20px;width:100%;height:100%;position:absolute;inset:0}.teacher-slider-doodle{object-fit:contain;z-index:2;pointer-events:none;border-radius:20px;width:100%;height:100%;position:absolute;inset:-5% 0 0}.teacher-slider-content{flex-direction:column;flex:1;justify-content:space-between;gap:3rem;display:flex}.teacher-slider-desc{color:#333;white-space:pre-line;margin:0;font-size:1.6rem;font-weight:400;line-height:1.8}.teacher-slider-socials{flex-direction:row;gap:1.2rem;display:flex}.social-btn{all:unset;cursor:pointer;border:1.5px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;transition:border-color .2s,transform .2s;display:flex}.social-btn:hover{border-color:#0077b5;transform:scale(1.1)}.social-btn img{object-fit:contain;width:2rem;height:2rem}@media (width<=1024px){.aboutus-talent{padding:6rem 4rem}.teacher-slider-panel{padding:10rem 3rem}}@media (width<=768px){.aboutus-talent{padding:5rem 2.4rem}.talent-card{width:100%;max-width:100%}.teacher-slider-body{flex-direction:column;gap:2.4rem}.teacher-slider-img-wrap{aspect-ratio:4/3;width:100%}.teacher-slider-panel{gap:2rem;padding:8rem 2rem}}@media (width<=480px){.aboutus-talent{padding:4rem 1.6rem}.talent-subtitle{font-size:1.8rem}.talent-inline-text{font-size:1.6rem}.teacher-slider-panel{padding:8rem 1.6rem}}.aboutus-cta{box-sizing:border-box;align-items:center;width:100vw;min-height:50dvh;padding:4rem 6rem;font-family:SNPro,sans-serif;display:flex;position:relative}.aboutus-cta .nimbus-container{justify-content:center;align-items:center;width:100%;display:flex}.aboutus-cta-container{text-align:center;border:1px solid #0000000f;border-radius:28px;flex-direction:column;align-items:center;gap:1.6rem;width:100%;padding:6rem 4rem;display:flex;position:relative;overflow:hidden}.aboutus-cta-container h1{font-size:clamp(2.8rem,4vw,4.4rem);font-family:var(--font-main);color:#111;z-index:1;margin:0;font-weight:700;line-height:1.2;position:relative}.aboutus-cta-container p{color:#111;font-size:clamp(1.6rem,1.5vw,1.8rem);font-weight:400;font-family:var(--font-secondary);z-index:1;max-width:60ch;margin:0;line-height:1.7;position:relative}.aboutus-cta-btn{z-index:1;border-radius:50px;margin-top:.8rem;padding:.3rem;display:inline-flex;position:relative}.aboutus-cta-btn .aboutus-courseoverview-btn{cursor:pointer;background-color:var(--btn-primary);color:#000;letter-spacing:.5px;border:1px solid #000;border-radius:50px;align-items:center;gap:1.5rem;padding:.5rem .5rem .5rem 2.4rem;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:600;transition:all .3s,color .3s;display:flex}.aboutus-cta-btn .aboutus-courseoverview-btn:hover{background-color:var(--btn-secondary);transform:scaleX(1.04)}.aboutus-cta-btn .aboutus-courseoverview-btn img{background:#000;border-radius:50%;width:34px;height:34px;padding:3px;transition:transform .3s}.aboutus-cta-btn .aboutus-courseoverview-btn:hover img{transform:rotate(52deg)}@media (width<=1024px){.aboutus-cta{padding:4rem}}@media (width<=768px){.aboutus-cta{padding:3rem 2.4rem}.aboutus-cta-container{border-radius:20px;padding:5rem 2.4rem}.aboutus-cta-btn .aboutus-courseoverview-btn{gap:1.2rem;padding:.5rem .5rem .5rem 2rem;font-size:1.6rem}.aboutus-cta-btn .aboutus-courseoverview-btn img{width:38px;height:38px}}@media (width<=480px){.aboutus-cta{padding:2.4rem 1.6rem}.aboutus-cta-container{border-radius:16px;gap:1.4rem;padding:4rem 2rem}.aboutus-cta-btn .aboutus-courseoverview-btn{padding:.4rem .4rem .4rem 1.6rem;font-size:1.6rem}.aboutus-cta-btn .aboutus-courseoverview-btn img{width:34px;height:34px}}.aboutus-connect{box-sizing:border-box;align-items:center;width:100vw;padding:10rem 6rem;font-family:SNPro,sans-serif;display:flex;position:relative}.aboutus-connect .nimbus-container{flex-direction:row;align-items:stretch;gap:2.4rem;width:100%;display:flex}.connect-left,.connect-right{border-radius:24px;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:2rem;padding:3.2rem 3rem;display:flex;position:relative;overflow:hidden}.connect-left{background:#f0eef8}.connect-right{background:#fce8ee}.content,.content-right{flex-direction:column;flex:1;align-items:flex-start;gap:1.4rem;min-width:0;display:flex}.content h3,.content-right h3{color:#111;margin:0;font-size:2rem;font-weight:700;line-height:1.3}.content p,.content-right p{color:#111;font-size:1.6rem;font-weight:400;line-height:1.7;font-family:var(--font-secondary);margin:0}.connect-left>img,.connect-right>img{object-fit:contain;flex-shrink:0;align-self:flex-end;width:40%;max-width:200px}.left-cta-black,.right-cta-009D77{cursor:pointer;letter-spacing:.4px;border:1px solid #000;border-radius:50px;align-items:center;gap:1.4rem;padding:.5rem .5rem .5rem 2rem;font-family:SNPro,sans-serif;font-size:1.6rem;font-weight:600;transition:all .3s,color .3s;display:flex}.left-cta-black{background-color:var(--btn-primary);color:#000}.left-cta-black:hover{background-color:var(--btn-secondary);font-size:1.6rem}.right-cta-009D77{background-color:var(--btn-primary);color:#000}.right-cta-009D77:hover{background-color:var(--btn-secondary);font-size:1.6rem}.left-cta-black img,.right-cta-009D77 img{box-sizing:border-box;background:#000;border-radius:50%;flex-shrink:0;width:34px;height:34px;padding:3px;transition:transform .3s}.left-cta-black:hover img,.right-cta-009D77:hover img{transform:rotate(53deg)}@media (width<=1024px){.aboutus-connect{padding:8rem}.connect-left>img,.connect-right>img{width:35%}.aboutus-connect .nimbus-container{flex-direction:column}}@media (width<=768px){.aboutus-connect{padding:3rem 2.4rem}.connect-left,.connect-right{padding:2.8rem 2.4rem}.connect-left>img,.connect-right>img{width:38%;max-width:160px}}@media (width<=480px){.aboutus-connect{padding:2.4rem 1.6rem}.connect-left,.connect-right{flex-direction:column-reverse;align-items:flex-start;padding:2.4rem 2rem}.connect-left>img,.connect-right>img{align-self:center;width:60%;max-width:180px}.left-cta-black,.right-cta-009D77{font-size:1.6rem}}.aboutus-infinite-container{box-sizing:border-box;width:100vw;padding:7rem 0;font-family:SNPro,sans-serif;position:relative;overflow:hidden}.infinite-content{text-align:center;margin-bottom:4rem}.infinite-title{font-size:clamp(3.6rem,5vw,60px);font-weight:700;font-family:var(--font-main);margin-bottom:1rem}.infinite-desc{color:#111;font-size:clamp(16px,2vw,20px);font-family:var(--font-secondary);max-width:70ch;margin:0 auto;font-weight:400}.infinite-carousel{flex-direction:column;gap:2rem;display:flex;overflow:hidden}.track{will-change:transform;gap:2rem;width:max-content;display:flex}.track-left{animation:25s linear infinite scrollLeft}.track-right{animation:25s linear infinite scrollRight}@keyframes scrollLeft{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes scrollRight{0%{transform:translate(0%)}to{transform:translate(-50%)}}.tool-card{white-space:nowrap;background:#f5f5f5;border:1px solid #ddd;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;gap:.8rem;min-width:150px;padding:1rem 1.6rem;transition:transform .2s;display:flex}.tool-card:hover{transform:translateY(-3px)}.tool-card img{object-fit:contain;width:2rem;height:2rem}.tool-card span{color:#333;font-size:1.6rem;font-weight:500}.infinite-carousel:hover .track{animation-play-state:paused}@media (width<=1024px){.aboutus-infinite-container{padding:6rem 4rem}}@media (width<=768px){.aboutus-infinite-container{padding:5rem 2.4rem}.track-left{animation:18s linear infinite scrollLeft}.track-right{animation:18s linear infinite scrollRight}.tool-card{padding:.8rem 1.2rem}.tool-card img{width:3.6rem;height:3.6rem}.tool-card span{font-size:1.6rem}}@media (width<=480px){.aboutus-infinite-container{padding:4rem 1.6rem}.infinite-title{font-size:2.8rem}.infinite-desc{font-size:1.6rem}}.aboutus-motto-container{background-color:#093c67;height:150vh;font-family:SNPro,sans-serif;position:relative}.moto-sticky-wrapper{background-color:#093c67;flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:sticky;top:0;overflow:hidden}.aboutus-moto-top{text-align:center;width:100%;padding:4rem}.motto-subtitle{font-size:clamp(16px,3vw,40px);font-family:var(--font-main);color:var(--btn-secondary);margin:0 0 10px;font-weight:500}.motto-title{font-size:clamp(36px,3vw,50px);font-weight:700;font-family:var(--font-main);color:var(--btn-secondary);margin:0 0 10px;line-height:1.2}.motto-description{font-size:clamp(16px,1.6vw,20px);font-weight:400;font-family:var(--font-secondary);color:var(--btn-secondary);margin:0;line-height:1.65}.aboutus-moto-bottom{flex:1;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 48px 1fr;width:100%;max-width:900px;margin:0 auto;padding:0 24px 40px;display:grid;position:relative}.moto-timeline-col{flex-direction:column;grid-area:1/2/4/3;align-self:center;align-items:center;height:90%;display:flex}.moto-node{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .3s;display:flex}.node-circle{border:5px solid var(--btn-secondary)}.node-circle-inner{background:var(--btn-secondary);border-radius:50%;width:14px;height:14px}.node-triangle{border:5px solid var(--btn-secondary);opacity:.3}.node-triangle-inner{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:var(--btn-secondary);width:55%;height:55%}.node-diamond{border:5px solid var(--btn-secondary);opacity:.3}.moto-node.node-diamond{position:relative;top:-2px}.node-diamond-inner{background:var(--btn-secondary);width:40%;height:40%;transform:rotate(45deg)}.moto-node.node-circle{position:relative;top:2px}.moto-strip-track{background:trasparent;flex:1;width:10px;position:relative;top:1px;overflow:hidden}.moto-strip-track.second-strip{top:-1px}.moto-strip-fill{transform-origin:top;position:absolute;inset:0;transform:scaleY(0)}.strip1-fill,.strip2-fill{background:var(--btn-secondary)}.moto-item{opacity:0;align-items:center;gap:16px;transition:opacity .55s,transform .55s;display:flex;transform:translateY(28px)}.moto-item.item-right{flex-direction:row;grid-column:3/4;justify-content:flex-start;padding-left:18px}.moto-item.item-left{flex-direction:row-reverse;grid-column:1/2;justify-content:flex-start;padding-right:18px}.item-top{grid-row:1/2}.item-mid{grid-row:2/3}.item-bot{grid-row:3/4}.moto-icon-wrap{border:10px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15rem;height:15rem;display:flex;position:absolute}.moto-icon-wrap img{object-fit:contain;width:100%;height:100%;padding:2.5rem}.icon-teal{color:var(--btn-secondary);top:0;left:-100%}.icon-purple{color:var(--btn-secondary);right:-100%}.icon-pink{color:var(--btn-secondary);bottom:0;left:-100%}.moto-text{text-align:center;max-width:350px}.moto-text.odd-item{position:absolute;right:0}.moto-text.even-item{position:absolute;left:0}.moto-text.first-item{top:0}.moto-text.third-item{position:absolute;bottom:0}.moto-item-title{font-size:clamp(1.6rem,3.5vw,3rem);font-weight:700;font-family:var(--font-main);color:var(--btn-secondary);margin:0 0 5px;line-height:1.2}.moto-item-desc{color:var(--btn-secondary);font-size:clamp(1.6rem,3vw,2rem);font-weight:200;font-family:var(--font-secondary);text-align:center;max-width:25rem;margin:0;line-height:1.55}@media (width<=1110px){.aboutus-motto-container{height:115vh}}@media (width<=768px){.aboutus-motto-container{height:110vh}.moto-icon-wrap{border:6px solid;width:13rem;height:13rem}}@media (width<=550px){.moto-icon-wrap{border:7px solid;flex-shrink:0;width:12rem;height:12rem}}@media (width<=480px){.icon-pink{left:-115%}.icon-purple{right:-115%}.icon-teal{left:-115%}}@media (width<=520px){.moto-item-desc{max-width:20rem}}@media (width<=395px){.moto-icon-wrap{border:5px solid;flex-shrink:0;width:10rem;height:10rem}.moto-item-desc{max-width:15rem}}
