@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";html,body,#root{min-height:100%;margin:0}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#f79526;--white:#fff;--black:#000;--font-family-main:"Poppins", sans-serif;--font-size-page-title:42px;--font-size-section-title:28px;--font-size-subtitle:20px;--font-size-body:16px;--font-size-small:14px;--font-size-button:15px;--font-size-label:13px;--font-size-home-content:18px;--font-size-micro:10px;--font-size-tiny:8px;--font-weight-title:700;--font-weight-section:700;--font-weight-subtitle:600;--font-weight-body:400;--font-weight-button:600}html{scroll-behavior:smooth}body{font-family:var(--font-family-main);font-size:var(--font-size-body);font-weight:var(--font-weight-body);color:#000;background:#fff;line-height:1.6}#root{overflow-x:clip}.blog-detail-content img,.blog-detail-content video,.blog-detail-content iframe,.blog-detail-content table{max-width:100%}.blog-detail-content{overflow-wrap:anywhere}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.button-effect{--button-background:#f79526;--button-border:#f79526;--button-color:#fff;--button-hover-background:#000;--button-hover-border:#000;--button-hover-color:#fff;z-index:0;isolation:isolate;cursor:pointer;letter-spacing:2px;text-transform:uppercase;outline:0;position:relative;overflow:hidden;color:var(--button-color)!important;background-color:var(--button-background)!important;border:2px solid var(--button-border)!important;transition:color 1s,border-color 1s,transform 1s,box-shadow 1s!important}.button-effect--light{--button-background:#fff;--button-border:#fff;--button-color:#f79526}.button-effect--dark{--button-background:#000;--button-border:#000;--button-color:#fff;--button-hover-background:#fff;--button-hover-border:#fff;--button-hover-color:#000}.button-effect:before{content:"";z-index:-1;background-color:var(--button-hover-background);width:0;height:100%;transition:width 1s;position:absolute;top:0;left:-50px;transform:skew(45deg)}.button-effect:hover,.button-effect:focus-visible{box-shadow:4px 5px 17px -4px var(--button-hover-border);transform:scale(1.1);color:var(--button-hover-color)!important;border-color:var(--button-hover-border)!important}.button-effect:hover:before,.button-effect:focus-visible:before{width:250%}@media (prefers-reduced-motion:reduce){.button-effect,.button-effect:before{transition-duration:.01ms!important}}img{max-width:100%;display:block}ul,ol{list-style:none}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.logo{align-items:center;display:flex}.logo img{width:270px;height:auto;display:block}.site-header{z-index:1000;background:#fff;border-bottom:1px solid #eee;width:100%;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;min-height:120px;display:flex;position:relative}.logo{font-size:var(--font-size-section-title);font-weight:var(--font-weight-section)}.desktop-nav{align-items:center;gap:28px;display:flex}.desktop-nav a{font-size:var(--font-size-body);font-weight:var(--font-weight-body);color:inherit;isolation:isolate;padding:5px;transition:color .35s,opacity .35s;position:relative}.desktop-nav a.active{opacity:.65}.desktop-nav a:before{content:"";z-index:-1;background:#f79526;height:2px;transition:height .35s;position:absolute;bottom:0;left:0;right:0}.desktop-nav a:hover{color:#fff;opacity:1}.desktop-nav a:hover:before{height:100%}.menu-button{font-size:var(--font-size-section-title);cursor:pointer;background:0 0;border:none;display:none}.mobile-nav{display:none}.enroll-button{color:#fff;font-family:var(--font-family-main);font-size:var(--font-size-button);font-weight:var(--font-weight-button);background:#f79526;border-radius:6px;justify-content:center;align-items:center;padding:12px 22px;transition:all .3s;display:inline-flex}.enroll-button:hover{color:#fff;background:#000}.site-footer{color:#fff;background:#f79526;width:100%;margin-top:80px}.footer-container{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:50px;padding-top:60px;padding-bottom:50px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-logo{justify-content:center;margin-bottom:-25px;display:inline-flex}.footer-logo img{width:190px;height:auto;display:block}.social-links{justify-content:center;align-items:center;gap:24px;display:flex}.social-links a{color:#fff;border:1px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.social-links a:hover{color:#fff;background:#000;border-color:#000;transform:translateY(-3px)}.footer-column h3{font-size:var(--font-size-section-title);font-weight:var(--font-weight-section);color:#000;margin:0 0 20px}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a{color:#fff;font-size:var(--font-size-body);font-weight:var(--font-weight-body);align-items:center;gap:8px;transition:all .3s;display:flex}.footer-links a span{font-size:var(--font-size-body)}.footer-links a:hover{color:#000;transform:translate(4px)}.contact-item{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.contact-item span{font-size:var(--font-size-body);min-width:22px}.contact-item a,.contact-item p{color:#fff;font-size:var(--font-size-body);margin:0;line-height:1.6}.footer-bottom{border-top:1px solid #ffffff59}.footer-bottom-container{text-align:center;justify-content:space-between;align-items:center;gap:20px;min-height:65px;display:inline}.footer-bottom p{color:#fff;font-size:var(--font-size-small);margin:0}@media (width<=768px){.logo img{width:min(180px,100vw - 120px)}.header-container{min-height:70px;position:relative}.desktop-nav{display:none}.logo{order:1}.menu-button{color:#fff;font-size:var(--font-size-section-title);cursor:pointer;background:#f79526;border:none;border-radius:10px;order:2;height:48px;padding:7px;display:block}.header-container>.enroll-button{display:none}.mobile-nav{box-sizing:border-box;background:#fff;border-top:1px solid #eee;flex-direction:column;gap:0;width:100%;padding:20px;display:flex;position:absolute;top:70px;left:0}.mobile-nav a{font-size:var(--font-size-body);padding:8px 0}.mobile-nav .mobile-enroll{justify-content:center;width:fit-content;margin-top:5px;padding:12px 22px;display:inline-flex}.footer-container{grid-template-columns:1fr;gap:35px;padding:45px 20px}.footer-logo img{width:170px}.footer-bottom-container{text-align:center;flex-direction:column;justify-content:center;gap:8px;padding:18px 20px;display:flex}}@media (width<=700px){.blog-detail-page{padding:40px 20px!important}.blog-detail-layout{display:block!important}.blog-detail-image{margin-bottom:26px;position:static!important}.blog-detail-image img{height:min(68vw,380px)!important}.blog-detail-content h1{font-size:31px!important}}@media (width<=480px){.container{padding-left:14px;padding-right:14px}.social-links{flex-wrap:wrap}}@media (width<=768px){:root{--font-size-page-title:32px;--font-size-section-title:24px;--font-size-subtitle:18px;--font-size-body:14px;--font-size-small:12px;--font-size-button:14px;--font-size-label:12px;--font-size-home-content:18px;--font-size-micro:9px;--font-size-tiny:8px}}@media (width<=480px){:root{--font-size-page-title:30px;--font-size-section-title:22px;--font-size-subtitle:17px;--font-size-body:14px;--font-size-small:12px;--font-size-button:14px;--font-size-label:12px;--font-size-home-content:18px}}h1{font-size:var(--font-size-page-title)!important;font-weight:var(--font-weight-title)!important}h2{font-size:var(--font-size-section-title)!important;font-weight:var(--font-weight-section)!important}h3{font-size:var(--font-size-subtitle)!important;font-weight:var(--font-weight-subtitle)!important}p,li{font-weight:var(--font-weight-body);font-size:var(--font-size-body)!important}small,.fs-breadcrumb,.hero-small-title,.fs-badge,.course-meta,.blog-body>span{font-size:var(--font-size-small)!important;font-weight:var(--font-weight-subtitle)!important}strong,b{font-weight:var(--font-weight-subtitle)}button,.enroll-button,.hero-button,.more-button,.view-all,.cta a,.fs-hero-actions a,.fs-fee-actions a,.fs-bottom-cta a{font-size:var(--font-size-button)!important;font-weight:var(--font-weight-button)!important}.section-shell{width:min(1200px,100% - 40px);margin:0 auto}.site-preloader{z-index:9999;background:linear-gradient(135deg,#fff9f5 0%,#fff 52%,#fff1e6 100%);place-content:center;justify-items:center;gap:18px;display:grid;position:fixed;inset:0}.site-preloader img{width:min(250px,68vw);height:auto;animation:1.4s ease-in-out infinite alternate preloader-logo}.site-preloader-spinner{border:4px solid #ffd9c2;border-top-color:#f79526;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite preloader-spin}.site-preloader p{color:#4d5558;margin:0;font-size:14px;font-weight:600}@keyframes preloader-spin{to{transform:rotate(360deg)}}@keyframes preloader-logo{to{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.site-preloader img,.site-preloader-spinner{animation:none}}.hero-section{background:#fff9f5;padding:100px 0}.hero-container{grid-template-columns:1fr .86fr;align-items:center;gap:0;max-width:1200px;display:grid}.hero-small-title{color:#ff6810;margin-bottom:13px;font-size:13px;font-weight:800;display:block}.hero-content h1{max-width:100%;font-weight:800;line-height:1.18;font-size:58px!important}.hero-content h1 span{color:#ff6810}.hero-description{max-width:100%;margin:13px 30px 17px 0;font-size:13px;line-height:1.65}.hero-features{grid-template-columns:1fr 1fr;gap:8px 23px;margin-bottom:21px;display:grid}.hero-features div{align-items:center;gap:7px;font-size:10px;display:flex}.hero-features svg{color:#ff6810;stroke-width:3px;width:15px}.hero-button,.guidance-form button{color:#fff;cursor:pointer;background:#ff6810;border:none;font-size:11px;font-weight:700}.hero-button{border-radius:4px;align-items:center;gap:21px;padding:11px 18px;display:inline-flex}.hero-button svg{width:15px}.guidance-form{background:#fffcf9bf;border:1px solid #ffc295;border-radius:8px;width:463px;padding:21px 46px}.guidance-form h2{font-size:17px;line-height:1.2}.guidance-form>p{margin:7px 0 18px;font-size:10px}.guidance-form form{gap:12px;display:grid}.form-input{background:#fff;border:1px solid #ffd2b5;border-radius:5px;align-items:center;height:39px;padding:0 10px;display:flex}.form-input svg{color:#4d5558;width:15px;margin-right:11px}.form-input input{border:0;outline:0;width:100%;font-size:10px}.guidance-form button{border-radius:4px;height:39px;margin-top:7px}.section-title{text-align:center;margin-bottom:23px}.section-title h2{font-size:17px;font-weight:800;line-height:1.2}.section-title span{justify-content:center;align-items:center;gap:5px;margin-top:7px;display:flex}.section-title i{background:#ff6810;width:24px;height:1px;display:block}.section-title b{border:1px solid #ff6810;border-radius:50%;width:8px;height:8px;position:relative}.section-title b:after{content:"";background:#ff6810;border-radius:50%;position:absolute;inset:2px}.programs{padding:25px 0 20px}.program-layout{grid-template-columns:168px 1fr;gap:24px;display:grid}.course-tabs{border:1px solid #e4e7eb;border-radius:7px;height:max-content;overflow:hidden}.course-tabs button{text-align:left;background:#fff;border:0;border-bottom:1px solid #e4e7eb;align-items:center;gap:13px;width:100%;height:58px;padding:0 16px;font-size:12px;font-weight:600;display:flex}.course-tabs button:last-child{border:0}.course-tabs button.active{color:#fff;background:#f79526}.course-tabs svg{width:18px}.course-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.course-card{text-align:center;border:1px solid #e7ebef;border-radius:7px;flex-direction:column;align-items:center;min-height:208px;padding:10px 10px 9px;display:flex}.course-icon{border-radius:50%;place-items:center;width:54px;height:54px;margin-bottom:7px;display:grid}.course-icon svg{width:31px;height:31px}.orange{color:#e36b16;background:#fff0e1}.blue{color:#2585a8;background:#e5f6fb}.green{color:#498e54;background:#e9f6eb}.purple{color:#7454bf;background:#f0ecff}.cyan{color:#318f9b;background:#e3f8fa}.peach{color:#d86621;background:#fff0df}.course-card h3{color:#fff;font-size:10px;font-weight:800}.course-card>p{margin:7px 0;font-size:8.5px;line-height:1.45}.course-meta{white-space:nowrap;border-top:1px solid #edf0f2;justify-content:space-between;gap:3px;width:100%;padding-top:6px;font-size:7px;display:flex}.course-meta span{align-items:center;gap:2px;display:flex}.course-meta svg{color:#52758f;width:10px}.more-button{color:#ff6810;background-color:#fff;border:1px solid #ff7a32;border-radius:3px;margin-top:auto;padding:5px 18px;font-weight:800;display:inline-flex;font-size:12px!important}.more-button:hover{color:#fff;background-color:#000}.why{grid-template-columns:.95fr 1fr;align-items:center;gap:72px;padding-top:100px;display:grid}.why-image{background:linear-gradient(135deg,#eee2cf,#fff7e7 49%,#d5e4d6);border-radius:8px;position:relative;overflow:hidden}.why-image:before{content:"";background:radial-gradient(circle at 25% 15%,#fff 0 7%,#0000 26%),linear-gradient(25deg,#0000 55%,#ffffffb3);width:100%;height:100%;position:absolute}.laptop{background:#1d2224;border:8px solid #3b3d3d;border-radius:7px 7px 2px 2px;width:68%;height:111px;position:absolute;bottom:23px;left:15%;box-shadow:0 12px 8px #876c4f}.laptop:after{content:"";background:#94999a;border-radius:3px;width:130%;height:14px;position:absolute;bottom:-15px;left:-15%}.laptop svg{color:#ff7b27;width:34px;margin:22px}.why-copy .section-title{text-align:left;margin-bottom:15px}.why-copy .section-title span{justify-content:flex-start}.reason-list{gap:8px;display:grid}.reason{align-items:center;gap:12px;display:flex}.reason>div{color:#ff6810;border:1px solid #ff762b;border-radius:4px;flex:none;place-items:center;width:35px;height:35px;display:grid}.reason svg{width:19px}.reason p{font-size:8.5px;line-height:1.35;display:grid}.reason strong{font-size:10px}.reason span{color:#252525}.journey{margin-top:90px;padding-top:50px}.timeline{grid-template-columns:repeat(5,1fr);max-width:920px;margin:auto;display:grid;position:relative}.timeline:before{content:"";border-top:2px dashed #f7d4c8;position:absolute;top:27px;left:10%;right:10%}.journey-step{text-align:center;position:relative}.journey-icon{background:#fff;border:1px solid;border-radius:50%;place-items:center;width:55px;height:55px;margin:0 auto 5px;display:grid}.journey-step:first-child{color:#ff721c}.journey-step:nth-child(2){color:#4998e4}.journey-step:nth-child(3){color:#59a974}.journey-step:nth-child(4){color:#aa68e8}.journey-step:nth-child(5){color:#ff7623}.journey-icon svg{width:25px}.journey-step>b,.journey-step h3{font-size:10px}.journey-step p{color:#111;width:130px;margin:5px auto;font-size:8.5px;line-height:1.45}.testimonials{padding-top:100px}.testimonial-layout{grid-template-columns:35px 175px 1fr 35px;align-items:center;gap:18px;display:grid}.slide-arrow{color:#ff6810;background:#fff;border:1px solid #ffe0ce;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.slide-arrow svg{width:15px}.testimonial-intro>svg{color:#ff6810;fill:#ff6810;width:27px;height:27px}.testimonial-intro h2{margin:7px 0;font-size:19px;line-height:1.45}.testimonial-intro p{font-size:9px;line-height:1.75}.testimonial-cards{grid-template-columns:1fr 1fr;gap:18px;display:grid}.testimonial-card{border:1px solid #e5e7ea;border-radius:6px;min-height:155px;padding:17px 18px}.stars{color:#ff7a18;gap:2px;display:flex}.stars svg{width:13px}.testimonial-card>p{margin:9px 0 12px;font-size:10px;line-height:1.6}.student{align-items:center;gap:9px;display:flex}.student>span{color:#fff;background:linear-gradient(135deg,#f7b277,#282d37);border-radius:50%;place-items:center;width:34px;height:34px;font-size:9px;font-weight:700;display:grid}.student div{font-size:8px;display:grid}.student strong{font-size:16px}.student small{font-size:7.5px;line-height:1.45}.blog{padding-top:100px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.blog-card{border:1px solid #e5e8eb;border-radius:5px;overflow:hidden}.blog-image{place-items:center;height:99px;display:grid}.blog-image svg{color:#fff;filter:drop-shadow(0 3px 3px #0006);width:47px;height:47px}.blog-image.blue{background:linear-gradient(130deg,#9bc7ef,#294e89)}.blog-image.cloud{color:#3586b9;background:linear-gradient(130deg,#e8f4ff,#b3d6f2)}.blog-image.bug{background:linear-gradient(130deg,#648382,#1e3131)}.blog-body{padding:0 10px 9px}.blog-body>span{color:#fff;background:#ff6810;border-radius:2px;margin-top:-8px;padding:2px 6px;font-size:7px;display:inline-block;position:relative}.blog-body h3{margin:5px 0;font-size:10px;line-height:1.35}.blog-body p{color:#66717c;align-items:center;gap:4px;font-size:8px;display:flex}.blog-body svg{width:10px}.blog-body i{background:#c8cdd1;width:1px;height:10px;margin:0 4px}.view-all{color:#fff;background-color:#f79526;border:1px solid #ff762b;border-radius:4px;width:max-content;margin:30px auto 0;padding:6px 25px;font-size:8px;font-weight:800;display:flex}.view-all:hover{color:#fff;background-color:#000}.cta{color:#fff;text-align:center;background:#f79526;border-radius:8px;min-height:99px;margin-top:90px;padding:50px;position:relative;overflow:hidden}.cta h2{font-size:21px;line-height:1.25}.cta p{font-size:10px}.cta>div{justify-content:center;gap:12px;margin-top:12px;display:flex}.cta a{color:#ff6810;background:#fff;border-radius:3px;padding:6px 22px;font-size:8px;font-weight:700}.cta-decoration{opacity:.24;width:38px;position:absolute;top:28px}.cap{left:75px}.bag{right:68px}.chart{top:53px;right:22px}@media (width<=800px){.hero-container,.why{grid-template-columns:1fr;gap:32px}.hero-section{padding:35px 0}.program-layout{grid-template-columns:1fr}.course-tabs{grid-template-columns:repeat(4,1fr);display:grid}.course-tabs button{border-bottom:0;border-right:1px solid #e4e7eb;padding:0 8px;font-size:10px}.course-grid{grid-template-columns:repeat(2,1fr)}.why-image{order:2}.testimonial-layout{grid-template-columns:1fr}.slide-arrow{display:none}.testimonial-intro{text-align:center}.testimonial-cards{grid-template-columns:1fr 1fr}.site-footer{margin-top:50px}}@media (width<=540px){.section-shell{width:min(100% - 28px,1120px)}.hero-content h1{font-size:32px}.hero-features{grid-template-columns:1fr}.course-tabs{grid-template-columns:1fr 1fr}.course-tabs button{border-bottom:1px solid #e4e7eb}.course-grid,.blog-grid,.testimonial-cards{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:18px}.timeline:before{display:none}.journey-step p{width:auto}.why{gap:25px}.why-image{height:210px}.cta h2{font-size:17px}.cta>div{flex-wrap:wrap}.cta-decoration{display:none}}.cta{background:linear-gradient(112deg,#ff8a08 0%,#ff6810 53%,#ff5c06 100%);border-radius:14px;min-height:284px;margin-top:92px;padding:58px 48px;box-shadow:0 12px 28px #f768102e}.cta h2{font-size:34px!important;font-weight:800!important}.cta p{margin-top:12px;font-size:19px!important}.cta>div{gap:24px;margin-top:26px}.cta a{border-radius:5px;justify-content:center;min-width:235px;padding:15px 23px;font-size:17px!important}.cta a:after{content:"→";margin-left:16px;font-size:22px;line-height:.6}.cta a+a{color:#fff;background:#151515;border:0}.cta-decoration{opacity:.46;width:60px;top:88px}.cta .cap{left:11%}.cta .bag{right:10%}.cta .chart{display:none}.site-footer{color:#151515;background:#fff;margin-top:86px}.footer-container{grid-template-columns:1.35fr 1fr 1.12fr 1.05fr;gap:0;padding:2px 0 62px}.footer-column{padding:0 44px}.footer-column:first-child{padding-left:0}.footer-column+.footer-column{border-left:1px solid #ececec}.footer-logo{justify-content:flex-start;margin-bottom:-22px}.footer-logo img{width:270px}.footer-description{color:#242424;max-width:310px;margin-bottom:28px;line-height:1.75;font-size:17px!important}.social-links{justify-content:flex-start;gap:18px}.social-links a{color:#151515;border-color:#202020;width:48px;height:48px}.social-links a:hover{color:#fff;background:#ff6810;border-color:#ff6810}.footer-column h3{color:#151515;margin-bottom:35px;position:relative;font-size:23px!important}.footer-column h3:after{content:"";background:#ff6810;width:42px;height:3px;position:absolute;bottom:-13px;left:0}.footer-links{gap:18px}.footer-links a{color:#242424;gap:12px;font-size:17px!important}.footer-links a svg{color:#ff6810;stroke-width:3px;width:18px}.footer-links a:hover{color:#ff6810}.contact-item{align-items:center;gap:16px;margin-bottom:20px}.contact-item>svg{color:#ff6810;flex:0 0 25px;width:25px;height:25px}.contact-item a,.contact-item p{color:#242424;font-size:15px!important}.contact-item a:hover{color:#ff6810}.footer-bottom{background:linear-gradient(100deg,#171717,#080808);border:0}.footer-bottom-container{min-height:82px}.footer-bottom p{color:#fff;font-size:16px!important}.footer-bottom strong{color:#ff6810}.floating-contact-actions{z-index:900;gap:12px;display:grid;position:fixed;bottom:24px;right:24px}.floating-contact-actions button,.floating-contact-actions a{color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 7px 18px #00000038}.floating-contact-actions button:hover,.floating-contact-actions a:hover{transform:translateY(-4px)scale(1.06);box-shadow:0 12px 24px #00000047}.floating-contact-actions svg{width:25px;height:25px}.floating-contact-phone{background:#ff6810}.floating-contact-whatsapp{background:#25d366}.floating-contact-whatsapp svg{width:29px!important;height:29px!important}@media (width<=800px){.cta{min-height:0;padding:42px 24px}.cta h2{font-size:27px!important}.cta>div{flex-wrap:wrap}.footer-container{grid-template-columns:1fr 1fr;padding:48px 0}.footer-column{padding:25px}.footer-column:first-child{padding-left:25px}.footer-column:nth-child(3){border-left:0}}@media (width<=540px){.cta{margin-top:0}.cta h2{font-size:23px!important}.cta p{font-size:16px!important}.cta a{width:100%;min-width:0;font-size:13px!important}.cta-decoration{display:none}.footer-container{grid-template-columns:1fr;padding:35px 0}.footer-column,.footer-column:first-child{padding:25px 80px}.footer-column+.footer-column{border-top:1px solid #ececec;border-left:0}.footer-bottom-container{min-height:94px}.floating-contact-actions{gap:9px;bottom:15px;right:15px}.floating-contact-actions button,.floating-contact-actions a{width:46px;height:46px}}@media screen and (width<=425px) and (width>=320px){.programs .course-grid{grid-template-columns:repeat(1,1fr);gap:30px;display:grid}}.hero-section .hero-small-title,.hero-section .hero-description,.hero-section .hero-features div,.hero-section .guidance-form>p,.hero-section .form-input input,.hero-section .hero-button,.hero-section .guidance-form button{font-size:var(--font-size-home-content)!important}.hero-section .guidance-form h2{font-size:var(--font-size-subtitle)!important}.programs .course-tabs button,.programs .course-meta,.programs .more-button,.programs .view-all{font-size:var(--font-size-home-content)!important}.programs .course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.programs .course-card{background-color:#f79526;gap:10px;min-height:300px;transition:transform .28s,background-color .28s,border-color .28s,box-shadow .28s}.programs .course-card:hover{background-color:#fff7ef;border-color:#ff6810;transform:translateY(-10px)scale(1.025);box-shadow:0 16px 30px #f7952638}.programs .course-card .course-icon{transition:transform .28s,background-color .28s}.course-description{min-height:calc(var(--font-size-home-content) * 3.2);-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden;font-size:var(--font-size-home-content)!important}.programs .course-meta,.courses-page-grid .course-meta{white-space:normal;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;padding:10px 50px}.course-meta span{white-space:nowrap;font-size:13px}.why{align-items:start}.why .why-image{position:sticky;top:104px}.why .why-image:before{display:none}.why .why-image img{object-fit:cover;width:100%;height:100%}.why-copy .reason-list{gap:14px}.why-copy .reason{background:#fff;border:1px solid #f3d4b7;border-radius:8px;align-items:center;padding:14px;transition:transform .24s,background-color .24s,border-color .24s,box-shadow .24s}.why-copy .reason:hover{background:#fff4e9;border-color:#f79526;transform:translate(10px)scale(1.015);box-shadow:0 10px 22px #f7952626}.why-copy .reason>div{transition:transform .24s,background-color .24s,color .24s}.why-copy .reason:hover>div{color:#fff;background:#f79526;transform:rotate(-8deg)scale(1.08)}.why-copy .reason>div{width:48px;height:48px}.why-copy .reason strong{line-height:1.2;font-size:var(--font-size-subtitle)!important}.why-copy .reason span{line-height:1.5;font-size:var(--font-size-home-content)!important}.journey{padding-top:102px}.journey .timeline{background:linear-gradient(120deg,#f4f7ff 0%,#fafff8 50%,#f1f5ff 100%);border-radius:14px;grid-template-columns:repeat(5,1fr);align-items:center;gap:32px;max-width:none;min-height:440px;padding:28px 5.5% 10px;overflow:hidden}.journey .timeline:before{background:#d9e2ee;border:0;height:2px;top:50%;left:7%;right:7%;transform:translateY(-50%)}.journey .journey-step{display:grid;position:relative}.journey .journey-card{text-align:left;background:#fff;border:1px solid #e1e6ed;border-radius:22px;min-height:224px;padding:28px 24px 24px;box-shadow:0 3px 4px #192b4414}.journey .journey-icon{color:#0866b9;background:0 0;border:0;width:auto;height:auto;margin:0 0 34px;display:block}.journey .journey-icon svg{width:48px;height:48px}.journey .journey-card h3{text-transform:uppercase;line-height:1.15;font-size:var(--font-size-subtitle)!important}.journey .journey-card p{width:auto;font-weight:var(--font-weight-subtitle);color:#667085;margin:12px 0 0;line-height:1.55;font-size:var(--font-size-small)!important}.journey .journey-number{z-index:1;outline-offset:10px;color:#17233b;width:70px;height:70px;font-size:var(--font-size-subtitle);font-weight:var(--font-weight-title);background:#fff;border:2px solid #1671e8;border-radius:50%;outline:2px dotted #bed8ff;place-items:center;margin:auto;display:grid}.journey .journey-step:nth-child(odd){grid-template-rows:auto 60px auto}.journey .journey-step:nth-child(odd) .journey-card{grid-row:1}.journey .journey-step:nth-child(odd) .journey-number{grid-row:3}.journey .journey-step:nth-child(2n){grid-template-rows:auto 60px auto}.journey .journey-step:nth-child(2n) .journey-number{grid-row:1}.journey .journey-step:nth-child(2n) .journey-card{grid-row:3}.journey .journey-number,.journey .journey-step:after,.journey .journey-card{opacity:0}.journey .journey-number{transform:scale(.6)}.journey .journey-step:after{transform-origin:top;transform:translate(-50%)scaleY(0)}.journey .journey-card{transform:translateY(24px)}.journey.journey-visible .journey-number{animation:journey-circle-in .24s ease-out var(--step-delay) forwards}.journey.journey-visible .journey-step:after{animation:journey-connector-in .21s ease-out calc(var(--step-delay) + .25s) forwards}.journey.journey-visible .journey-card{animation:journey-card-in .31s ease-out calc(var(--step-delay) + .47s) forwards}@keyframes journey-circle-in{to{opacity:1;transform:scale(1)}}@keyframes journey-connector-in{to{opacity:1;transform:translate(-50%)scaleY(1)}}@keyframes journey-card-in{to{opacity:1;transform:translateY(0)}}@media (width>=801px){.journey .timeline{background:#fff;align-items:start;min-height:400px;padding:20px 3% 40px}.journey .timeline:before{background:#151515;height:4px;top:55px;left:1%;right:1%;transform:none}.journey .journey-step,.journey .journey-step:nth-child(odd),.journey .journey-step:nth-child(2n){z-index:1;grid-template-rows:70px 72px auto}.journey .journey-number,.journey .journey-step:nth-child(odd) .journey-number,.journey .journey-step:nth-child(2n) .journey-number{color:#fdfbfb;background:#f79526;border:2px solid #f79526;outline:0;grid-row:1;width:52px;height:52px}.journey .journey-step:after{content:"";transform-origin:top;background:#151515;width:4px;height:54px;position:absolute;top:67px;left:50%;transform:translate(-50%)scaleY(0)}.journey .journey-card,.journey .journey-step:nth-child(odd) .journey-card,.journey .journey-step:nth-child(2n) .journey-card{height:245px;box-shadow:none;border:2px solid #f79526;border-radius:10px;grid-row:3;padding:22px 18px}.journey .journey-icon{margin-bottom:24px}}.testimonials .testimonial-layout{grid-template-columns:30% 70%;align-items:center;gap:0}.testimonial-slider{grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:12px;display:grid}.testimonial-slider .testimonial-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;animation:.42s ease-out testimonial-slide-in}.testimonial-slider .slide-arrow{display:grid}.testimonial-card{min-width:0}.testimonial-feedback-button{color:#fff;letter-spacing:.03em;background:#f79526;border-radius:4px;justify-content:center;align-items:center;margin-top:14px;padding:10px 15px;font-size:11px;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.testimonial-card>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes testimonial-slide-in{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.video-testimonial-section{border-top:1px solid #f1ded2;grid-template-columns:30% 70%;align-items:center;margin-top:38px;padding-top:34px;display:grid}.video-testimonial-intro>span{color:#ff6810;letter-spacing:.12em;font-size:11px;font-weight:700}.video-testimonial-intro h2{color:#181818;margin:7px 0;font-size:25px;line-height:1.25}.video-testimonial-intro p{color:#555;max-width:240px;margin:0;font-size:13px;line-height:1.6}.video-testimonial-slider{grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:12px;display:grid}.video-slide-arrow{color:#ff6810;cursor:pointer;background:#fff;border:1px solid #ffe0ce;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.video-slide-arrow svg{width:15px}.video-testimonial-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;animation:.42s ease-out testimonial-slide-in;display:grid}.video-testimonial-card{background:#fff;border:1px solid #ffb278;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px #2f1e0f12}.video-preview{aspect-ratio:1;cursor:pointer;background:#111;border:0;width:100%;height:230px;padding:0;position:relative;overflow:hidden}.video-preview video{object-fit:cover;width:100%;height:278%;display:block}.youtube-play{color:#fff;background:red;border-radius:11px;place-items:center;width:52px;height:38px;animation:1.5s ease-in-out infinite youtube-pulse;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.youtube-play svg{width:21px;margin-left:2px}@keyframes youtube-pulse{0%,to{box-shadow:0 0 #ff000080}50%{box-shadow:0 0 0 11px #f000}}.video-testimonial-copy{padding:16px}.video-testimonial-copy h3{color:#181818;margin:0 0 8px;font-size:19px}.video-testimonial-copy p{color:#555;margin:0;font-size:13px;line-height:1.6}.video-modal{z-index:1000;background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.video-modal-content{width:min(900px,100%);max-height:82vh;position:relative}.video-modal-content video{background:#000;width:100%;max-height:82vh;display:block}.video-modal-close{z-index:1;color:#181818;cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:-38px;right:0}.video-modal-close svg{width:17px}.blog-read-more{color:#ff6810;font-weight:var(--font-weight-button);border:1px solid #ff762b;border-radius:4px;margin-top:12px;padding:8px 14px;display:inline-flex;font-size:var(--font-size-button)!important}.home-motion-section{opacity:0;transition:opacity .68s,transform .68s cubic-bezier(.22,1,.36,1)}.home-motion-left{transform:translate(-48px)scale(.96)}.home-motion-right{transform:translate(48px)scale(.96)}.home-motion-section.home-motion-visible{opacity:1;transform:none}@media (width>=801px){.why{align-items:start}.why .why-image{align-self:start;position:sticky;top:104px}}.courses-page{padding-bottom:48px}.courses-hero{background-position:50%;background-size:cover;align-items:center;display:flex;position:relative;min-height:600px!important}.courses-hero:before{content:"";background:linear-gradient(90deg,#0000008f,#0000001a);position:absolute;inset:0}.courses-hero-content{width:min(1120px,100% - 48px);margin:auto;position:relative}.courses-hero h1{color:#fff;letter-spacing:.04em;margin:0;animation:.8s cubic-bezier(.2,.9,.3,1.25) both courses-title-bounce;font-size:80px!important}@keyframes courses-title-bounce{0%{opacity:0;transform:translateY(-55px)}65%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.courses-content{padding-top:50px}.courses-content>h2,.courses-intro{text-align:center}.courses-content>h2{color:#181818;margin:0;font-size:32px}.courses-intro{max-width:760px;margin:12px auto 32px;font-size:var(--font-size-home-content)!important}.courses-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}.courses-page-grid .course-card{background:#fff;border-color:#ffb278;gap:10px;min-height:310px;transition:transform .25s,background-color .25s,box-shadow .25s;animation:.55s ease-out both course-card-enter;box-shadow:0 3px 12px #2f1e0f0d}.courses-page-grid .course-card h3{color:#181818}.courses-page-grid .course-card:hover{background:#fff5ed;transform:translateY(-6px)scale(1.025);box-shadow:0 12px 25px #ff681026}@keyframes course-card-enter{0%{opacity:0;transform:scale(.84)}to{opacity:1;transform:scale(1)}}.courses-page-grid .course-meta,.courses-page-grid .more-button{font-size:var(--font-size-home-content)!important}@media (width<=800px){.programs .course-grid,.courses-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials .testimonial-layout{grid-template-columns:1fr;gap:24px}.video-testimonial-section{grid-template-columns:1fr;gap:22px}.video-testimonial-intro p{max-width:520px}.why .why-image{position:static}.journey .timeline{grid-template-columns:1fr;gap:28px;min-height:0;padding:34px 30px;overflow:visible}.journey .timeline:before{width:2px;height:auto;inset:40px auto 40px 64px;transform:none}.journey .journey-step,.journey .journey-step:nth-child(odd),.journey .journey-step:nth-child(2n){grid-template-rows:1fr;grid-template-columns:90px 1fr;align-items:center}.journey .journey-step .journey-number,.journey .journey-step:nth-child(odd) .journey-number,.journey .journey-step:nth-child(2n) .journey-number{grid-area:1/1}.journey .journey-step .journey-card,.journey .journey-step:nth-child(odd) .journey-card,.journey .journey-step:nth-child(2n) .journey-card{grid-area:1/2}}@media (width<=540px){.programs .course-grid,.courses-page-grid,.testimonial-slider{grid-template-columns:1fr}.testimonial-slider .slide-arrow{display:none}.testimonial-slider .testimonial-cards,.video-testimonial-slider{grid-template-columns:1fr}.video-slide-arrow{display:none}.video-testimonial-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.home-motion-section,.home-motion-left,.home-motion-right,.journey .journey-number,.journey .journey-step:after,.journey .journey-card{opacity:1;transition:none;animation:none;transform:none}}.programs{isolation:isolate;clip-path:inset(0 -100vmax);background:#fffaf6;padding:34px 0 30px;position:relative;overflow:hidden;box-shadow:0 0 0 100vmax #fffaf6}.journey .timeline{background:0 0}.programs:before,.programs:after{content:"";z-index:-1;pointer-events:none;border:1px solid #f795261f;border-radius:50%;width:42%;height:125%;position:absolute}.programs:before{bottom:-91%;left:-29%}.programs:after{top:-92%;right:-30%}.programs .section-title{margin-bottom:20px}.programs .section-title h2{color:#161616;text-align:center;line-height:1.1;font-size:26px!important}.programs .section-title>span{justify-content:center}.programs .program-layout{grid-template-columns:170px minmax(0,1fr);gap:26px;max-width:1120px;margin:auto}.programs .course-tabs{background:#fff;border-color:#edf0f2;border-radius:6px;box-shadow:0 3px 12px #331e0c09}.programs .course-tabs button{color:#1c1c1c;cursor:pointer;border-color:#edf0f2;gap:10px;height:48px;padding:0 15px;transition:background-color .2s,color .2s;font-size:13px!important;font-weight:600!important}.programs .course-tabs button.active{background:#ff6810}.programs .course-tabs svg{width:15px;height:15px}.programs .course-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.programs .course-card{text-align:left;background:#fff;border-color:#edf0f2;border-radius:6px;align-items:flex-start;gap:0;min-height:180px;padding:25px 33px 10px;box-shadow:0 3px 13px #2f1e0f0e}.programs .course-card:hover{background:#fff;border-color:#ffb278;transform:translateY(-4px);box-shadow:0 10px 23px #f7952629}.programs .course-card .course-icon{color:#fff;background:#ff6810;width:33px;height:33px;margin-bottom:7px}.programs .course-card .course-icon svg{width:18px;height:18px}.programs .course-card:hover .course-icon{transform:none}.programs .course-card h3{color:#181818;line-height:1.18;font-size:20px!important;font-weight:700!important}.programs .course-card:hover h3{color:#181818}.programs .course-description{color:#4e4e4e;min-height:38px;margin:5px 0 22px;line-height:1.35;font-size:18px!important}.programs .course-meta{color:#3e3e3e;padding-top:5px;line-height:1;font-size:8px!important}.programs .course-meta svg{color:#ff6810;width:16px}.programs .more-button{border-radius:3px;justify-content:center;min-width:88px;margin:24px auto 26px;line-height:1;padding:10px 30px!important;font-size:14px!important}.programs .view-all{color:#fff;background:#121212;border-radius:3px;width:max-content;margin:15px auto 0;padding:15px 25px;display:flex;font-size:20px!important;font-weight:700!important}.programs .view-all:hover{color:#fff;background:#ff6810}@media (width<=800px){.programs .program-layout{grid-template-columns:145px minmax(0,1fr);gap:16px}.programs .course-grid{gap:12px}}@media (width<=540px){.programs{padding-inline:14px}.programs .program-layout{grid-template-columns:1fr}.programs .course-tabs{grid-template-columns:1fr 1fr;display:grid}.programs .course-tabs button:nth-child(3){border-bottom:0}}.blog{isolation:isolate;clip-path:inset(0 -100vmax);background:#fff9f5;margin-top:70px;padding-top:46px;padding-bottom:38px;position:relative;overflow:hidden;box-shadow:0 0 0 100vmax #fff9f5}.blog:before{top:43px;left:-43px}.blog:after{background:#fce4d3;border:0;top:12px;right:-34px}.blog .section-title{margin-bottom:27px}.blog .section-title h2{text-align:center;line-height:1.1;font-size:26px!important}.blog .section-title>span{justify-content:center}.blog .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.blog .blog-card{background:#fff;border-color:#eceff1;border-radius:7px;grid-template-columns:42% 58%;min-height:230px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 4px 15px #331e0c0e}.blog .blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 26px #f7952629}.blog .blog-image{object-fit:cover;object-position:center;width:100%;height:100%;min-height:230px}.blog .blog-body{flex-direction:column;padding:17px 15px;display:flex}.blog .blog-body>span{width:max-content;margin:0 0 9px;padding:4px 8px;line-height:1.1;font-size:18px!important}.blog .blog-body h3{color:#151515;margin:20px 0 25px;line-height:1.26;font-size:20px!important;font-weight:700!important}.blog .blog-body p{color:#69727c;flex-wrap:wrap;gap:5px;line-height:1.3;font-size:18px!important}.blog .blog-body svg{width:18px;height:18px}.blog .blog-body i{height:18px;margin:0 4px}.blog .blog-read-more{color:#ff6810;border:0;margin-top:auto;padding:0;font-size:18px!important;font-weight:700!important}.blog .view-all{margin-top:24px;padding:10px 21px;font-size:18px!important;font-weight:700!important}@media (width<=900px){.blog .blog-grid{grid-template-columns:1fr}.blog .blog-card{grid-template-columns:220px 1fr;min-height:205px}.blog .blog-image{min-height:205px}}@media (width<=540px){.blog{padding-inline:14px}.blog .blog-card{grid-template-columns:1fr}.blog .blog-image{height:220px;min-height:0}}.hero-section{isolation:isolate;background:#2c180d;height:680px;position:relative;overflow:hidden}.hero-background-video{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-section:after{content:"";z-index:-1;background:linear-gradient(100deg,#fff4ebe8,#ff771f75);position:absolute;inset:0}.hero-container{z-index:1;position:relative}.hero-slider{background:#fff;border:1px solid #ffd1b2;border-radius:12px;width:100%;min-height:400px;position:relative;overflow:hidden;box-shadow:0 15px 35px #7b43191f}.hero-content h1 .hero-codetalon-type{vertical-align:bottom;white-space:nowrap;width:0;animation:1.1s steps(9,end) .35s forwards codetalon-type;display:inline-block;overflow:hidden}@keyframes codetalon-type{to{width:10ch}}.hero-slider>img{object-fit:cover;object-position:center;width:100%;height:400px;animation:.35s both hero-image-in}@keyframes hero-image-in{0%{opacity:.25;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.hero-slide-arrow{z-index:1;color:#fff;cursor:pointer;opacity:0;pointer-events:none;background:#161616d6;border:0;border-radius:50%;place-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s,opacity .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-slider:hover .hero-slide-arrow,.hero-slider:focus-within .hero-slide-arrow{opacity:1;pointer-events:auto}.hero-slide-arrow:hover{background:#ff6810;transform:translateY(-50%)scale(1.08)}.hero-slide-arrow svg{width:23px;height:23px}.hero-slide-prev{left:15px}.hero-slide-next{right:15px}.hero-slide-dots{gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero-slide-dots button{cursor:pointer;background:#ffffffb8;border:0;border-radius:50%;width:9px;height:9px;padding:0}.hero-slide-dots button.active{background:#ff6810;border-radius:10px;width:27px}@media (width<=800px){.hero-slider{max-width:620px;min-height:330px;margin:auto}.hero-slider>img{height:330px}}@media (width<=540px){.hero-slider{min-height:245px}.hero-slider>img{height:245px}.hero-slide-arrow{width:38px;height:38px}.hero-slide-prev{left:10px}.hero-slide-next{right:10px}}.programs .course-card{min-height:180px;box-shadow:none;perspective:1000px;background:0 0;border:0;padding:0;display:block;overflow:visible}.programs .course-card:hover{box-shadow:none;background:0 0;border:0;transform:none}.programs .course-card-inner{width:100%;height:250px;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.2,.7,.2,1);position:relative}.programs .course-card:hover .course-card-inner,.programs .course-card:focus-within .course-card-inner{transform:rotateY(180deg)}.programs .course-card-face{backface-visibility:hidden;border:1px solid #ffb278;border-radius:6px;flex-direction:column;align-items:center;padding:4px 30px;display:flex;position:absolute;inset:0;box-shadow:0 3px 13px #2f1e0f0e}.programs .course-card-front{text-align:center;background:#fff;justify-content:center}.programs .course-card-front .course-description{margin-left:auto;margin-right:auto}.programs .course-card-back{color:#fff;text-align:center;background:linear-gradient(135deg,#ff7b20,#ff5c09);border-color:#ff6810;justify-content:center;align-items:center;transform:rotateY(180deg)}.programs .course-card-back h3{color:#fff;line-height:1.2;font-size:25px!important}.programs .course-card-back .course-meta{color:#fff;white-space:nowrap;border:0;flex-wrap:nowrap;gap:7px;width:auto;margin:12px 0 17px;padding:0}.programs .course-card-back .course-meta span{font-size:15px!important}.programs .course-card-back .course-meta svg{color:#fff}.programs .course-card-back .more-button{color:#ff6810;background:#fff;border-color:#fff;margin:0}.programs .course-card-back .more-button:hover{color:#fff;background:#161616;border-color:#161616}@media (width<=540px){.programs .course-card,.programs .course-card-inner{height:174px;min-height:174px}}.journey .journey-card,.journey .journey-step:nth-child(odd) .journey-card,.journey .journey-step:nth-child(2n) .journey-card{border-color:#f79526}.journey .journey-card h3{color:#ff6810}.journey .journey-icon{color:#ff6810;transition:transform .25s}.journey .journey-number,.journey .journey-step:nth-child(odd) .journey-number,.journey .journey-step:nth-child(2n) .journey-number{color:#fff;background:#f79526;border-color:#f79526}.journey .journey-step:hover .journey-icon{transform:scale(1.18)}.journey .journey-step:hover .journey-card{background:#fff8f1}.journey{clip-path:inset(0 -100vmax);background:linear-gradient(120deg,#ffe8d5 0%,#ffd9bc 52%,#ffebd8 100%);padding-bottom:70px;position:relative;overflow:hidden;box-shadow:0 0 0 100vmax #ffe6d0}@media screen and (width<=550px) and (width>=320px){.programs .course-grid{grid-template-columns:repeat(1,1fr)}.programs .course-card,.programs .course-card-inner{min-height:263px}.hero-content h1{text-align:start;font-size:43px!important}.journey{padding-top:30px}}html,body,#root{max-width:100%;overflow-x:clip}*{box-sizing:border-box}@media (width<=800px){.hero-section{height:auto;min-height:0;padding:30px 20px}.hero-container,.hero-slider{width:100%;max-width:100%;margin:0 auto}.hero-slider>img{object-fit:cover;width:100%;height:330px}.programs{padding-left:20px;padding-right:20px}.programs .program-layout{width:100%;max-width:100%}.programs .course-grid,.programs .course-card-inner{width:100%}.programs .course-card-face{width:100%;padding-left:20px;padding-right:20px}.why{width:100%;max-width:100%}.why .why-image{width:100%}.why .why-image img{width:100%;height:250px;display:block}.why-copy,.why-copy .reason{width:100%}.journey{width:100%;overflow:hidden}.journey .timeline{width:100%;max-width:100%}.journey .journey-card{min-width:0;max-width:100%}.testimonials{width:100%;overflow:hidden}.testimonial-slider{width:100%;max-width:100%}.testimonial-card{min-width:0;max-width:100%}.video-testimonial-section,.video-testimonial-slider{width:100%;max-width:100%}.video-testimonial-card{min-width:0;max-width:100%}.video-preview{width:100%}.blog{width:100%;overflow:hidden}.blog .blog-grid{width:100%}.blog .blog-card{min-width:0;max-width:100%}.blog .blog-image{width:100%}.contact{width:100%;max-width:100%}}@media (width<=540px){.home-motion-section{transform:none}.hero-section{height:auto;min-height:0;padding:20px 14px 25px}.hero-container{width:100%;padding:0}.hero-slider{border-radius:8px;width:100%;max-width:100%;min-height:0}.hero-slider>img{object-fit:cover;object-position:center;width:100%;height:245px}.hero-slide-arrow{width:34px;height:34px}.hero-slide-arrow svg{width:18px;height:18px}.hero-slide-prev{left:8px}.hero-slide-next{right:8px}.hero-slide-dots{gap:5px;bottom:10px}.hero-slide-dots button{width:7px;height:7px}.hero-slide-dots button.active{width:20px}.programs{width:100%;padding:35px 14px 30px}.programs .section-title{margin-bottom:20px}.programs .section-title h2{line-height:1.2;font-size:24px!important}.programs .program-layout{grid-template-columns:1fr;gap:18px;width:100%;display:grid}.programs .course-tabs{grid-template-columns:1fr 1fr;width:100%;display:grid}.programs .course-tabs button{width:100%;min-width:0;height:44px;padding:0 8px;font-size:12px!important}.programs .course-grid{grid-template-columns:1fr;gap:14px;width:100%;display:grid}.programs .course-card{width:100%;min-width:0;height:174px;min-height:0}.programs .course-card-inner{width:100%;height:174px;min-height:174px}.programs .course-card-face{border-radius:7px;width:100%;min-width:0;padding:15px 18px}.programs .course-card-front{justify-content:center}.programs .course-card-front .course-icon{width:32px;height:32px;margin-bottom:6px}.programs .course-card-front .course-icon svg{width:17px;height:17px}.programs .course-card h3{word-break:normal;overflow-wrap:anywhere;max-width:100%;line-height:1.2;font-size:18px!important}.programs .course-description{max-width:100%;min-height:0;margin:5px 0 10px;line-height:1.4;font-size:14px!important}.programs .course-meta{flex-wrap:wrap;gap:5px;width:100%;max-width:100%;padding:0}.programs .course-meta span{white-space:normal;font-size:12px!important}.programs .course-card-back h3{line-height:1.2;font-size:20px!important}.programs .course-card-back .course-meta{flex-wrap:wrap;justify-content:center;width:auto;margin:8px 0 12px}.programs .course-card-back .course-meta span{font-size:12px!important}.programs .course-card-back .more-button{margin:0;padding:9px 18px!important;font-size:12px!important}.programs .view-all{margin-top:20px;padding:11px 20px;font-size:15px!important}.why{width:100%;padding:10px 15px}.why-copy .section-title{text-align:center;margin-bottom:15px}.why-copy .section-title span{justify-content:center}.hero-small-title,.hero-description{text-align:justify;margin:10px auto}.why .why-image{width:100%;position:static!important}.why .why-image img{width:100%;height:250px;display:block}.why-copy{width:100%}.why-copy .reason-list{gap:10px}.why-copy .reason{gap:10px;width:100%;padding:12px}.why-copy .reason>div{flex-shrink:0;width:42px;height:42px}.why-copy .reason strong{line-height:1.25;font-size:17px!important}.why-copy .reason span{line-height:1.45;font-size:14px!important}.journey{width:100%;padding-bottom:45px}.journey .timeline{grid-template-columns:1fr;gap:22px;width:100%;padding:28px 14px;overflow:visible}.journey .timeline:before{width:2px;top:30px;bottom:30px;left:39px}.journey{margin-top:0}.journey .journey-step,.journey .journey-step:nth-child(odd),.journey .journey-step:nth-child(2n){grid-template-rows:1fr;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;width:100%}.journey .journey-step .journey-number,.journey .journey-step:nth-child(odd) .journey-number,.journey .journey-step:nth-child(2n) .journey-number{grid-area:1/1;width:42px;height:42px;margin:0 auto;font-size:14px}.journey .journey-step .journey-card,.journey .journey-step:nth-child(odd) .journey-card,.journey .journey-step:nth-child(2n) .journey-card{border-width:1px;border-radius:9px;grid-area:1/2;width:100%;min-width:0;height:auto;min-height:180px;padding:18px 15px}.journey .journey-icon{margin-bottom:12px}.journey .journey-icon svg{width:34px;height:34px}.journey .journey-card h3{line-height:1.2;font-size:17px!important}.journey .journey-card p{margin-top:8px;line-height:1.45;font-size:13px!important}.testimonials{width:100%;padding-left:14px;padding-right:14px;overflow:hidden}.testimonials .testimonial-layout{grid-template-columns:1fr;gap:20px;width:100%}.testimonial-slider{grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.testimonial-slider .slide-arrow{grid-row:2;margin-top:2px;display:grid}.testimonial-slider .slide-arrow:first-child{grid-column:1;justify-self:start}.testimonial-slider .slide-arrow:last-child{grid-column:2;justify-self:end}.testimonial-slider .testimonial-cards{grid-area:1/1/auto/-1;grid-template-columns:1fr;gap:14px;width:100%}.testimonial-slider .testimonial-card:nth-child(n+2){display:none}.testimonial-card{width:100%;min-width:0}.video-testimonial-section{text-align:center;grid-template-columns:1fr;gap:18px;width:100%;margin-top:25px;padding-top:25px}.video-testimonial-intro h2{text-align:center;font-size:28px!important}.video-testimonial-intro p{text-align:center;max-width:100%;font-size:13px}.video-testimonial-slider{grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.video-slide-arrow{grid-row:2;margin-top:2px;display:grid}.video-slide-arrow:first-child{grid-column:1;justify-self:start}.video-slide-arrow:last-child{grid-column:2;justify-self:end}.video-testimonial-cards{grid-area:1/1/auto/-1;grid-template-columns:1fr;gap:14px;width:100%}.video-testimonial-cards .video-testimonial-card:nth-child(n+2){display:none}.video-testimonial-card{width:100%;min-width:0}.video-preview{aspect-ratio:16/10;width:100%}.blog{width:100%;margin-top:35px;padding:35px 14px 30px}.blog .section-title{margin-bottom:20px}.blog .section-title h2{font-size:24px!important}.blog .blog-grid{grid-template-columns:1fr;gap:15px;width:100%}.blog .blog-card{grid-template-columns:1fr;width:100%;min-width:0;display:grid}.blog .blog-image{object-fit:cover;width:100%;height:190px;min-height:0}.blog .blog-body{width:100%;min-width:0;padding:15px}.blog .blog-body>span{font-size:12px!important}.blog .blog-body h3{margin:10px 0 12px;line-height:1.3;font-size:18px!important}.blog .blog-body p{line-height:1.45;font-size:14px!important}.blog .blog-read-more{font-size:14px!important}.blog .view-all{margin-top:18px;padding:10px 18px;font-size:14px!important}.contact{width:100%;max-width:100%;padding-left:14px;padding-right:14px;overflow:hidden}}@media (width<=375px){.hero-section{padding-left:10px;padding-right:10px}.hero-slider>img{height:210px}.programs{padding-left:10px;padding-right:10px}.programs .course-card,.programs .course-card-inner{height:165px;min-height:165px}.programs .course-card-face{padding-left:14px;padding-right:14px}.programs .course-card h3{font-size:16px!important}.programs .course-description{font-size:13px!important}.programs .course-meta span{font-size:11px!important}.programs .course-tabs button{padding:0 5px;font-size:11px!important}.journey .timeline{padding-left:8px;padding-right:8px}.journey .journey-step,.journey .journey-step:nth-child(odd),.journey .journey-step:nth-child(2n){grid-template-columns:46px minmax(0,1fr)}.journey .journey-step .journey-number,.journey .journey-step:nth-child(odd) .journey-number,.journey .journey-step:nth-child(2n) .journey-number{width:38px;height:38px;font-size:12px}.journey .timeline:before{left:31px}.journey .journey-card{min-height:165px!important;padding:15px 12px!important}.journey .journey-card h3{font-size:15px!important}.journey .journey-card p{font-size:12px!important}.blog{padding-left:10px;padding-right:10px}.blog .blog-image{height:170px}}.programs .course-meta span{font-size:14px!important}.course-form-error{color:#dc2626;margin-top:5px;font-size:12px;font-weight:500;line-height:1.4;display:block}.course-submit-error{color:#dc2626;grid-column:1/-1;margin:0;font-size:13px;font-weight:500}.fs-application-dialog input[aria-invalid=true],.fs-application-dialog select[aria-invalid=true]{border-color:#dc2626!important}.fs-application-dialog input[aria-invalid=true]:focus,.fs-application-dialog select[aria-invalid=true]:focus{box-shadow:0 0 0 3px #dc26261a;border-color:#dc2626!important}.course-gender-error{border-color:#dc2626!important}.course-gender-error .course-form-error{margin-top:6px}.course-application-success{text-align:center;color:#176b2c;background:#f1fbf3;border:1px solid #b9e3c0;border-radius:8px;padding:35px 20px}.course-application-success strong{margin-bottom:8px;font-size:20px;display:block}.course-application-success p{margin:0;font-size:14px}.fs-application-dialog button:disabled{cursor:not-allowed;opacity:.7}.fs-application-dialog label.fs-field-error>input,.fs-application-dialog label.fs-field-error>select{box-shadow:none!important;border-color:#ff2b2b!important}.fs-application-dialog fieldset.fs-field-error{border-color:#ff2b2b!important}.fs-error-message{color:#ff1f1f;margin-top:8px;font-size:14px;font-weight:500;line-height:1.4;display:block}.fs-submit-error{color:#ff1f1f;grid-column:1/-1;margin:0;font-size:14px;font-weight:500}.fs-gender-options{align-items:center;gap:38px;margin-top:10px;display:flex}.fs-gender-options label{flex-direction:row;align-items:center;gap:10px;width:auto!important;margin:0!important;display:inline-flex!important}.fs-gender-options input[type=radio]{cursor:pointer;box-sizing:border-box;background:#fff;border:2px solid #8b929b;flex:0 0 22px;position:relative;appearance:none!important;border-radius:50%!important;width:22px!important;height:22px!important;min-height:22px!important;max-height:22px!important;margin:0!important;padding:0!important}.fs-gender-options input[type=radio]:checked{border-color:#f79526}.fs-gender-options input[type=radio]:checked:after{content:"";background:#f79526;border-radius:50%;width:12px;height:12px;position:absolute;top:5px;left:4px}.fs-gender-options span{color:#131c2a;font-size:16px;font-weight:500;line-height:1}.fs-gender-options input[type=radio]:hover{border-color:#f79526}.fs-modal-close{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:background-color .2s,color .2s,transform .2s;display:flex;position:absolute;top:18px;right:20px;color:#53606d!important;background:#f3f5f7!important;border:0!important;padding:0!important}.fs-modal-close svg{width:23px;height:23px}.fs-modal-close:hover{transform:rotate(deg);color:#fff!important;background:#f79526!important}.fs-form-success{color:#176b2c;background:#f1fbf3;border:1px solid #b9e3c0;border-radius:8px;padding:30px}.fs-form-success strong{margin-bottom:7px;font-size:20px;display:block}.fs-form-success p{margin:0;font-size:15px}@media (width<=600px){.fs-gender-options{flex-wrap:wrap;gap:20px}.fs-modal-close{width:40px;height:40px;top:14px;right:14px}.fs-modal-close svg{width:20px;height:20px}.video-testimonial-intro>span{text-align:center;font-size:20px}}.about-page{color:#121b29;overflow:hidden}.about-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:600px;display:flex;position:relative}.about-banner:before{content:"";background:#07142547;position:absolute;inset:0}.about-banner .section-shell{width:min(1200px,100% - 40px);position:relative}.about-banner p{color:#fff;text-align:left;margin:0;line-height:1;font-size:clamp(48px,6vw,80px)!important;font-weight:800!important}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(36px,6vw,82px);padding-top:76px;padding-bottom:82px;display:grid}.about-image-wrap{border-radius:14px;position:relative;overflow:hidden;box-shadow:0 18px 42px #131f2e29}.about-image-wrap:after{content:"";opacity:.72;pointer-events:none;border:2px solid #f79526;border-radius:14px;position:absolute;inset:13px}.about-image-wrap img{aspect-ratio:1.16;object-fit:cover;width:100%;height:100%}.about-copy>span,.about-section-heading>span{color:#f47714;letter-spacing:.07em;font-size:14px;font-weight:700}.about-copy h1{letter-spacing:-.035em;margin:11px 0 18px;line-height:1.18;font-size:clamp(34px,3.4vw,51px)!important}.about-copy>p{color:#4d5968;margin:0 0 12px;line-height:1.8;font-size:16px!important}.about-feature{color:#182334;align-items:center;gap:12px;margin-top:23px;font-size:15px;font-weight:600;display:flex}.about-feature svg{color:#f57a18;flex:none;width:25px;height:25px}.about-stats{background:linear-gradient(105deg,#fff,#fff);padding:39px 0}.about-stats-grid{background:linear-gradient(105deg,#f47615,#ff962a);grid-template-columns:repeat(4,1fr);padding:39px 0;display:grid}.about-stats article{color:#fff;text-align:center;border-right:1px solid #ffffff61;justify-content:center;align-items:center;gap:2px;min-height:76px;display:grid}.about-stats article:last-child{border-right:0}.about-stats strong{letter-spacing:-.04em;font-size:40px;font-weight:800;line-height:1}.about-stats span{font-size:15px;font-weight:500}.about-values{padding-top:82px;padding-bottom:78px}.about-section-heading{text-align:center;max-width:600px;margin:0 auto 35px}.about-section-heading h2{margin:7px 0 9px;font-size:32px!important}.about-section-heading p{color:#566170;font-size:15px!important}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.about-values-grid article{text-align:center;background:#fff;border:1px solid #edf0f3;border-radius:12px;padding:30px 27px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 22px #17233412}.about-values-grid article:hover{transform:translateY(-5px);box-shadow:0 14px 28px #1723341f}.about-values-grid article>div{color:#f47714;background:#fff3e7;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:inline-flex}.about-values-grid svg{width:29px;height:29px}.about-values-grid h3{margin:17px 0 9px;font-size:20px!important}.about-values-grid p{color:#596474;line-height:1.75;font-size:14px!important}@media (width<=800px){.about-intro{grid-template-columns:1fr;padding-top:54px;padding-bottom:58px}.about-image-wrap{max-width:600px}.about-stats-grid{grid-template-columns:1fr 1fr}.about-stats article:nth-child(2){border-right:0}.about-stats article:nth-child(-n+2){border-bottom:1px solid #ffffff61}.about-values{padding-top:62px;padding-bottom:58px}.about-values-grid{grid-template-columns:1fr}}@media (width<=480px){.about-banner{height:170px}.about-banner p{font-size:20px!important}.about-intro{gap:29px}.about-copy h1{font-size:34px!important}.about-stats{padding:26px 0}.about-stats strong{font-size:32px}.about-stats span{font-size:13px}.about-values-grid article{padding:26px 20px}.courses-hero{height:190px!important}.courses-hero h1{font-size:40px!important}.courses-intro{gap:29px}.courses-copy h1{font-size:34px!important}.courses-stats{padding:26px 0}.courses-stats strong{font-size:32px}.courses-stats span{font-size:13px}.courses-values-grid article{padding:26px 20px}}.hire-page{color:#111b2a}.hire-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:600px;display:flex;position:relative}.hire-banner:after{content:"";background:linear-gradient(90deg,#fff3,#0000 55%);position:absolute;inset:0}.hire-banner .section-shell{z-index:1;width:min(1200px,100% - 40px);position:relative}.hire-banner h1{color:#121a26;margin:0;font-weight:800;animation:.8s both hire-bounce-in;font-size:clamp(48px,6vw,80px)!important}.hire-enquiry{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:75px;padding-top:90px;display:grid}.hire-copy>span,.hire-heading>span{color:#f77810;letter-spacing:.08em;font-size:14px;font-weight:800;display:block}.hire-copy h2{letter-spacing:-.04em;margin:12px 0 19px;line-height:1.14;font-size:clamp(34px,4vw,49px)!important}.hire-copy>p{color:#536071;margin:0;line-height:1.8;font-size:16px!important}.hire-copy>div{background:#fff7ee;border-left:4px solid #f79526;align-items:center;gap:15px;margin-top:28px;padding:16px;display:flex}.hire-copy>div svg{color:#f47717;flex:0 0 34px;width:34px;height:34px}.hire-copy>div p{color:#596474;margin:0;line-height:1.55;font-size:14px!important}.hire-copy>div strong{color:#1d2939}.hire-form-card{background:#fff;border:1px solid #eceff3;border-radius:13px;padding:33px;box-shadow:0 12px 30px #1a26361f}.hire-form-card h2{margin:0 0 23px;font-size:24px!important}.hire-form-card form{grid-template-columns:1fr 1fr;gap:19px 18px;display:grid}.hire-form-card label{color:#202938;font-size:13px;font-weight:700}.hire-form-card b{color:#f16621}.hire-form-card input,.hire-form-card select{appearance:none;color:#1c2735;background:#fff;border:1px solid #dce2e8;border-radius:6px;outline:none;width:100%;height:43px;margin-top:7px;padding:10px 12px;font-size:13px;display:block}.hire-form-card select{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E") right 12px center no-repeat;padding-right:36px}.hire-form-card input:focus,.hire-form-card select:focus{border-color:#f79526;box-shadow:0 0 0 3px #f7952621}.hire-form-card button{grid-column:1/-1;justify-content:center;justify-self:start;align-items:center;gap:15px;padding:12px 21px;display:inline-flex}.hire-form-card button svg{width:17px;height:17px}.hire-success{color:#176b2c;text-align:center;padding:25px 0}.hire-success svg{color:#25a85a;width:48px;height:48px;margin:0 auto 12px;display:block}.hire-success p{color:#586575;margin:7px 0 0;font-size:14px!important}.hire-courses{padding:100px 0 0}.hire-heading{text-align:center;max-width:660px;margin:0 auto 38px}.hire-heading h2{letter-spacing:-.04em;margin:11px 0;font-size:clamp(31px,4vw,46px)!important}.hire-heading p{color:#5a6676;margin:0;font-size:16px!important}.hire-course-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.hire-course-grid article{background:#fff;border:1px solid #edf0f3;border-radius:10px;align-items:center;gap:14px;min-height:100px;padding:18px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 3px 9px #14223212}.hire-course-grid article:hover{border-color:#f79526;transform:translateY(-6px);box-shadow:0 12px 22px #ee761529}.hire-course-grid article>div{color:#f47717;background:#fff4e8;border-radius:9px;flex:0 0 46px;justify-content:center;align-items:center;height:46px;transition:transform .25s;display:flex}.hire-course-grid article:hover>div{transform:rotate(-8deg)scale(1.08)}.hire-course-grid svg{width:24px;height:24px}.hire-course-grid h3{margin:0;line-height:1.35;font-size:13px!important}.hire-form-card .field-error{margin-top:5px;font-size:13px;font-weight:500;display:block;color:red!important}.hire-form-card .has-error input,.hire-form-card .has-error select{border-color:red!important}.hire-form-card .has-error input:focus,.hire-form-card .has-error select:focus{box-shadow:0 0 0 3px #ff000014;border-color:red!important}.hire-success{color:#176b2c;text-align:center;background:#f1fbf3;border:1px solid #b9e3c0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:35px 25px;display:flex}.hire-success svg{width:45px;height:45px;margin-bottom:15px}.hire-success strong{font-size:20px}.hire-success p{margin:7px 0 0;font-size:14px}@keyframes hire-bounce-in{0%{opacity:0;transform:scale(.35)}50%{opacity:1;transform:scale(1.08)}70%{transform:scale(.94)}to{transform:scale(1)}}@media (width<=950px){.hire-enquiry{grid-template-columns:1fr;gap:42px}.hire-course-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.hire-banner{background-position:62%;height:180px}.hire-banner h1{font-size:28px!important}.hire-enquiry{padding-top:55px}.hire-form-card{padding:25px 20px}.hire-form-card form{grid-template-columns:1fr}.hire-form-card button{justify-self:stretch}.hire-courses{padding:65px 0}.hire-course-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hire-course-grid article{text-align:center;flex-direction:column;min-height:128px;padding:14px 9px}}.contact-page{color:#101827}.contact-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:600px;display:flex;position:relative}.contact-banner:before{content:"";background:#07142547;position:absolute;inset:0}.contact-banner .section-shell{width:min(1200px,100% - 40px);position:relative}.contact-banner p{color:#fff;text-align:left;margin:0;line-height:1;font-size:clamp(48px,6vw,80px)!important;font-weight:800!important}.contact-content{padding-top:62px}.contact-main-grid{grid-template-columns:minmax(0,.87fr) minmax(540px,1.13fr);align-items:center;gap:58px;display:grid}.contact-intro>span{color:#f77810;letter-spacing:.02em;margin-bottom:12px;font-size:15px;font-weight:700;display:block}.contact-intro h1{color:#0d1726;letter-spacing:-.045em;margin:0;line-height:1.14;font-size:clamp(39px,4vw,57px)!important}.contact-intro>p{color:#3f4a59;margin:21px 0 0;line-height:1.7;font-size:15px!important}.contact-illustration{opacity:.94;background-image:radial-gradient(circle,#97a1ab2b 1.25px,#0000 1.7px),radial-gradient(at 25% 54%,#ccd2d75c 0 12%,#0000 12.5%),radial-gradient(at 50% 37%,#ccd2d757 0 19%,#0000 19.5%),radial-gradient(at 74% 53%,#ccd2d757 0 18%,#0000 18.5%);background-repeat:repeat,no-repeat;background-size:7px 7px,100% 100%,100% 100%,100% 100%;height:245px;margin:20px -40px -12px -58px;position:relative;overflow:hidden}.contact-illustration i{border-bottom:2px dashed #ff841f;border-radius:0 0 55% 47%;width:240px;height:105px;position:absolute;bottom:24px;left:27%;transform:rotate(-13deg)}.contact-illustration i:after{content:"";border:2px dashed #ff841f;border-left-color:#0000;border-radius:50%;width:66px;height:66px;position:absolute;bottom:-18px;left:-39px;transform:rotate(30deg)}.contact-illustration svg{color:#ff8218;fill:#ff8218;width:95px;height:95px;position:absolute;top:36px;left:68%;transform:rotate(-27deg)}.contact-form-card{background:#fff;border:1px solid #edf0f3;border-radius:11px;padding:29px 33px 28px;box-shadow:0 4px 12px #1522321a}.contact-form-card h2{color:#111b2a;margin:0 0 19px;font-size:35px!important}.contact-form-card form{grid-template-columns:1fr 1fr;gap:20px 18px;display:grid}.contact-form-card label{color:#131c2a;font-size:18px;font-weight:500;display:block}.contact-form-card b{color:#f16621}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{appearance:none;color:#111827;background:#fff;border:1px solid #dce1e7;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:13px;transition:border-color .2s,box-shadow .2s}.contact-form-card input,.contact-form-card select{height:40px}.contact-form-card label>input,.contact-form-card label>select,.contact-form-card label>textarea{margin-top:6px;display:block}.contact-form-card select{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E") right 12px center no-repeat;padding-right:36px}.contact-form-card textarea{resize:vertical;min-height:123px}.contact-form-card input::placeholder,.contact-form-card textarea::placeholder{color:#87909e}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#f79526;box-shadow:0 0 0 3px #f7952621}.contact-message-field{grid-column:1/-1}.contact-form-card button,.office-location a{color:#fff;cursor:pointer;background:linear-gradient(100deg,#f47717,#ff861e);border:0;border-radius:6px;justify-content:center;align-items:center;gap:31px;width:max-content;padding:12px 17px;transition:transform .2s,box-shadow .2s;display:inline-flex;font-size:14px!important;font-weight:600!important}.contact-form-card button:hover,.office-location a:hover{transform:translateY(-2px);box-shadow:0 8px 16px #f1701338}.contact-form-card button svg,.office-location a svg{width:18px;height:18px}.contact-success{color:#176b2c;background:#f1fbf3;border:1px solid #b9e3c0;border-radius:7px;padding:30px}.contact-success p{margin-top:5px;font-size:14px!important}.contact-info-grid{grid-template-columns:repeat(6,1fr);gap:15px;margin-top:22px;padding:70px 0;display:grid}.contact-info-grid article{grid-column:span 2}.contact-info-grid article:nth-child(4){grid-column:2/span 2}.contact-info-grid article:nth-child(5){grid-column:4/span 2}.contact-info-grid article{background:#fff;border:1px solid #eef0f2;border-radius:10px;align-items:center;gap:19px;min-height:140px;padding:22px 26px;display:flex;box-shadow:0 3px 9px #14223217}.contact-info-grid article>div{color:#f87a16;border:1px solid #ff8a2b;border-radius:50%;flex:0 0 59px;justify-content:center;align-items:center;height:59px;display:flex}.contact-info-grid svg{stroke-width:2.3px;width:29px;height:29px}.contact-info-grid p{color:#364152;margin:0;line-height:1.65;display:grid;font-size:13px!important}.contact-info-grid strong{color:#131c2a;margin-bottom:2px;font-size:16px}.office-location{background:#fff;border:1px solid #edf0f2;border-radius:10px;grid-template-columns:20% 1fr;gap:35px;min-height:248px;margin-top:15px;padding:25px 33px 22px 47px;display:grid;overflow:hidden;box-shadow:0 3px 9px #14223217}.office-location h2{margin:14px 0 24px;position:relative;font-size:22px!important}.office-location h2:after{content:"";background:#ff7917;width:30px;height:3px;position:absolute;bottom:-12px;left:0}.office-location p{color:#465162;max-width:245px;margin-bottom:20px;line-height:1.8;font-size:14px!important}.office-location a{color:#fff;background:#f79526;border:1px solid #f79526;gap:24px;padding:10px 17px}.contact-map{border:0;border-radius:8px;width:100%;min-height:210px}.form-field-error{color:#dc2626;margin-top:6px;font-size:13px;font-weight:500;line-height:1.4;display:block}.form-submit-error{color:#dc2626;grid-column:1/-1;margin:0;font-size:13px;font-weight:500}.contact-form-card input[aria-invalid=true],.contact-form-card select[aria-invalid=true],.contact-form-card textarea[aria-invalid=true]{border-color:#dc2626}.contact-form-card input[aria-invalid=true]:focus,.contact-form-card select[aria-invalid=true]:focus,.contact-form-card textarea[aria-invalid=true]:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.contact-form-card button:disabled{cursor:not-allowed;opacity:.7}@media (width<=900px){.contact-main-grid{grid-template-columns:1fr;gap:28px}.contact-intro{text-align:center}.contact-illustration{margin-left:0;margin-right:0}.contact-info-grid{grid-template-columns:1fr 1fr}.contact-info-grid article,.contact-info-grid article:nth-child(4),.contact-info-grid article:nth-child(5){grid-column:auto}}@media (width<=600px){.contact-banner{height:130px}.contact-banner p{font-size:18px!important}.contact-form-card h2{font-size:24px!important}.contact-info-grid{padding:0 10px}.contact-content{padding-top:38px}.contact-main-grid{gap:20px}.contact-intro h1{font-size:32px!important}.contact-intro>p br{display:none}.contact-illustration{height:180px}.contact-form-card{padding:23px 18px}.contact-form-card form{grid-template-columns:1fr;gap:16px}.contact-message-field{grid-column:auto}.contact-info-grid{grid-template-columns:1fr}.contact-info-grid article{min-height:104px;padding:18px 20px}.office-location{min-height:0;padding:15px 20px 20px;display:block}.office-location h2{margin-top:8px}.contact-map{min-height:185px;margin-top:23px}}.full-stack-page{--fs-orange:#f79526;--fs-orange-dark:#f47716;--fs-black:#111;--fs-text:#333;--fs-muted:#777;--fs-border:#e8e8e8;--fs-light-orange:#fff7ed;width:100%;color:var(--fs-black);background:#fff}.fs-page-width{width:min(1200px,100% - 40px);margin:0 auto}.fs-batch-marquee{white-space:nowrap;background:#fffaf5;border-top:1px solid #ffe1c7;border-bottom:1px solid #ffe1c7;align-items:center;width:100%;height:70px;display:flex;overflow:hidden}.fs-marquee-track{width:max-content;animation:28s linear infinite fs-marquee;display:flex}.fs-marquee-item{align-items:center;gap:22px;min-width:max-content;padding-right:45px;font-size:13px;display:flex}.fs-marquee-arrow{color:var(--fs-orange);font-size:17px;font-weight:800}.fs-marquee-item strong{color:#222;letter-spacing:.4px;font-size:20px}.fs-marquee-date{color:var(--fs-orange);font-size:20px;font-weight:600}.fs-marquee-item i{background:var(--fs-orange);border-radius:50%;width:0;height:0;display:block}@keyframes fs-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fs-hero{background:#fffaf5;padding:55px 0 58px}.fs-hero-inner{grid-template-columns:43% 57%;align-items:center;gap:30px;display:grid}.fs-hero-content{min-width:0}.fs-badge{background:var(--fs-orange);color:#fff;border-radius:5px;margin-bottom:15px;padding:7px 13px;font-size:12px;font-weight:700;display:inline-block}.fs-hero h1{letter-spacing:-1.5px;margin:0;font-size:clamp(42px,4vw,62px);font-weight:800;line-height:1.03}.fs-hero h1 strong{color:var(--fs-orange);display:block}.fs-hero-content>p{color:#555;max-width:570px;margin:22px 0 25px;font-size:17px;line-height:1.65}.fs-next-batch-box{background:#ffffffd9;border:1px solid #ffbd88;border-radius:9px;width:100%;max-width:500px;margin-bottom:18px;padding:16px}.fs-next-batch-title{color:var(--fs-orange);align-items:center;gap:9px;margin-bottom:12px;font-size:14px;font-weight:800;display:flex}.fs-next-batch-title svg{width:21px;height:21px}.fs-date-boxes{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.fs-date-box{text-align:center;background:#fff;border:1px solid #ffc89e;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;min-height:72px;display:flex}.fs-date-box strong{color:#151515;font-size:19px;font-weight:800;line-height:1.1}.fs-date-box span{color:#555;margin-top:5px;font-size:10px;font-weight:600}.fs-hero-actions{align-items:center;gap:12px;display:flex}.fs-hero-actions a{border:1px solid var(--fs-orange);border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:13px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.fs-hero-actions a:first-child{background:var(--fs-orange);color:#fff}.fs-hero-actions a:first-child:hover{background:var(--fs-orange-dark);border-color:var(--fs-orange-dark)}.fs-hero-actions a:nth-child(2){color:var(--fs-orange);background:#fff}.fs-hero-actions a:nth-child(2):hover{background:var(--fs-light-orange)}.fs-hero-actions svg{width:16px;height:16px}.fs-hero-actions b{font-size:16px}.fs-hero-art{width:100%;min-width:0;position:relative}.fs-hero-art>img{object-fit:cover;border-radius:15px;width:100%;height:510px;display:block}.fs-fee-badge{border:2px solid var(--fs-orange);text-align:center;z-index:5;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:180px;height:180px;padding:20px;display:flex;position:absolute;bottom:18px;right:18px;box-shadow:0 10px 30px #0000001f}.fs-fee-badge-title{color:#151515;margin-bottom:8px;font-size:14px;font-weight:800}.fs-fee-badge strong{color:var(--fs-orange);font-size:25px;font-weight:900;line-height:1}.fs-fee-badge-line{background:#f0d1b6;width:72%;height:1px;margin:10px 0}.fs-fee-badge b{color:#222;margin-bottom:4px;font-size:11px}.fs-fee-badge p{color:#666;max-width:145px;margin:0;font-size:8px;line-height:1.45}.fs-course-layout{grid-template-columns:280px 1fr;gap:35px;padding-top:55px;padding-bottom:55px;display:grid}.fs-highlights-panel{background:#fffaf5;border:1px solid #ffd5b5;border-radius:10px;align-self:start;padding:18px;position:sticky;top:100px}.fs-heading{margin-bottom:22px}.fs-heading h2{color:#151515;letter-spacing:-.5px;margin:0;font-size:25px;font-weight:800;line-height:1.1}.fs-heading span{background:var(--fs-orange);width:35px;height:3px;margin-top:9px;display:block}.fs-highlights-panel>.fs-heading h2{font-size:23px}.fs-highlights-panel>div{gap:10px;display:grid}.fs-highlights-panel article{background:#fff;border:1px solid #f0ded0;border-radius:7px;align-items:center;gap:12px;padding:13px;display:flex}.fs-highlights-panel article>svg{width:22px;height:22px;color:var(--fs-orange);flex-shrink:0}.fs-highlights-panel article p{flex-direction:column;gap:2px;margin:0;display:flex}.fs-highlights-panel article b{font-size:18px}.fs-highlights-panel article span{color:#666;font-size:16px}.fs-content{min-width:0}.fs-content section{margin-bottom:55px}.fs-content p{color:#555;font-size:15px;line-height:1.75}.fs-overview{border:1px solid var(--fs-border);border-radius:8px;padding:24px}.fs-overview p{margin-bottom:0}.fs-tech-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.fs-tech-grid article{background:#fff;border:1px solid #e8e8e8;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:75px;padding:25px;display:flex}.fs-tech-grid article svg{width:33px;height:33px;color:var(--fs-orange)}.fs-tech-grid article span{font-size:18px;font-weight:700}.fs-inclusions{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.fs-inclusions article{text-align:center;border:1px solid #e7e7e7;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;min-height:90px;padding:10px;display:flex}.fs-inclusions article>svg{width:23px;height:23px;color:var(--fs-orange);margin-bottom:7px}.fs-inclusions article p{color:#222;margin:0;font-size:18px;font-weight:700}.fs-learn-list{grid-template-columns:1fr 1fr;gap:10px 35px;margin:0;padding:0;list-style:none;display:grid}.fs-learn-list li{color:#444;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.fs-learn-list svg{width:16px;height:16px;color:var(--fs-orange);flex-shrink:0;margin-top:1px}.fs-project-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.fs-project-grid article{background:#fff;border:1px solid #e5e5e5;border-radius:7px;overflow:hidden}.fs-project-thumb{height:50px;position:relative;overflow:hidden}.fs-project-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fs-project-thumb span{color:#fff;background:#000000bf;border-radius:4px;padding:4px 7px;font-size:8px;font-weight:700;position:absolute;top:6px;right:6px}.fs-project-grid article h3{text-align:center;margin:20px 15px 15px;font-size:14px;line-height:1.2}.fs-project-grid article>p{text-align:center;margin:0 10px 8px;font-size:11px;line-height:1.4}.fs-project-grid article>div:last-child{text-align:center;flex-wrap:wrap;gap:3px;padding:20px 10px;display:flex}.fs-project-grid em{color:#616161;border-radius:4px;padding:3px 6px;font-size:8px;font-style:normal;font-weight:700}.fs-training{grid-template-columns:1fr 1fr;gap:10px;display:grid}.fs-training article{border:1px solid #ffbf91;border-radius:7px;align-items:center;gap:15px;padding:18px;display:flex}.fs-training article>svg{width:25px;height:25px;color:var(--fs-orange);flex-shrink:0}.fs-training h3{margin:0 0 5px;font-size:14px}.fs-training p{margin:0;font-size:11px;line-height:1.5}.fs-fees{border:1px solid #ffbd8d;border-radius:8px;grid-template-columns:45px 180px 1fr auto;align-items:center;gap:15px;min-height:110px;padding:18px;display:grid}.fs-fees>svg{width:28px;height:28px;color:var(--fs-orange)}.fs-fees>div:nth-child(2){flex-direction:column;gap:4px;display:flex}.fs-fees small{color:#222;font-size:9px;font-weight:700}.fs-fees strong{color:var(--fs-orange);font-size:23px;line-height:1}.fs-instalment{border-left:1px solid #ead8ca;flex-direction:column;gap:4px;padding-left:20px;display:flex}.fs-instalment span{color:#666;max-width:230px;font-size:9px;line-height:1.4}.fs-fee-actions{justify-content:flex-end;display:flex}.fs-fee-actions a{border:1px solid var(--fs-orange);color:var(--fs-orange);border-radius:5px;align-items:center;gap:6px;padding:9px 12px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex}.fs-fee-actions a:hover{background:var(--fs-orange);color:#fff}.fs-faq{border:1px solid #e5e5e5;border-radius:7px;overflow:hidden}.fs-faq article{border-bottom:1px solid #e8e8e8}.fs-faq article:last-child{border-bottom:none}.fs-faq button{text-align:left;cursor:pointer;background:#fff;border:none;grid-template-columns:25px 1fr 20px;align-items:center;gap:10px;width:100%;padding:15px;display:grid}.fs-faq button b{color:var(--fs-orange);font-size:12px}.fs-faq button span{color:#222;font-size:16px;font-weight:700}.fs-faq button svg{width:17px;height:17px;transition:transform .25s}.fs-faq article.open button svg{transform:rotate(180deg)}.fs-faq article>div{padding:0 50px 15px;display:none}.fs-faq article.open>div{display:block}.fs-faq article>div p{margin:0;font-size:12px;line-height:1.6}.fs-bottom-cta{color:#fff;background:linear-gradient(110deg,#ff9418,#ff5b13);border-radius:10px;grid-template-columns:70px 1fr 70px;align-items:center;min-height:190px;margin-bottom:60px;padding:30px 45px;display:grid}.fs-bottom-cta>svg{width:32px;height:32px}.fs-bottom-cta>svg:last-child{justify-self:end}.fs-bottom-cta h2{text-align:center;margin:0 0 10px;font-size:25px}.fs-bottom-cta p{text-align:center;margin:0 0 20px;font-size:13px}.fs-bottom-cta>div>div{justify-content:center;gap:12px;display:flex}.fs-bottom-cta a{border-radius:5px;justify-content:center;align-items:center;gap:7px;min-width:130px;min-height:42px;padding:0 15px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.fs-bottom-cta a:first-child{color:var(--fs-orange);background:#fff}.fs-bottom-cta a:nth-child(2){color:#fff;background:#111}.fs-application-modal{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fs-application-dialog{background:#fff;border-radius:12px;width:min(500px,100%);max-height:90vh;padding:30px;position:relative;overflow-y:auto}.fs-modal-close{cursor:pointer;background:0 0;border:none;font-size:28px;position:absolute;top:12px;right:15px}.fs-application-dialog h2{margin:0 0 25px;font-size:24px}.fs-application-dialog form{gap:15px;display:grid}.fs-application-dialog label{gap:7px;font-size:13px;font-weight:700;display:grid}.fs-application-dialog input,.fs-application-dialog select{box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;min-height:43px;padding:0 12px;font-size:14px}.fs-application-dialog fieldset{border:1px solid #ddd;border-radius:6px;gap:15px;padding:12px;display:flex}.fs-application-dialog fieldset label{align-items:center;gap:5px;font-size:12px;display:flex}.fs-form-submit{background:var(--fs-orange);color:#fff;cursor:pointer;border:none;border-radius:6px;min-height:45px;font-size:13px;font-weight:800}@media (width<=1000px){.fs-hero-inner{grid-template-columns:1fr}.fs-hero-content{max-width:700px}.fs-hero-art{max-width:700px;margin:0 auto}.fs-course-layout{grid-template-columns:230px 1fr}.fs-project-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.fs-page-width{width:min(100% - 28px,650px)}.fs-hero{padding:35px 0 40px}.fs-hero h1{font-size:42px}.fs-hero-content>p{font-size:15px}.fs-hero-art>img{height:390px}.fs-fee-badge{width:165px;height:165px;padding:14px;bottom:12px;right:12px}.fs-fee-badge strong{font-size:21px}.fs-fee-badge-title{font-size:12px}.fs-fee-badge p{font-size:7px}.fs-course-layout{padding-top:35px;display:block}.fs-highlights-panel{margin-bottom:35px;position:static}.fs-tech-grid{grid-template-columns:repeat(3,1fr)}.fs-inclusions{grid-template-columns:repeat(2,1fr)}.fs-learn-list{grid-template-columns:1fr}.fs-fees{grid-template-columns:40px 1fr}.fs-instalment{border-top:1px solid #ead8ca;border-left:none;grid-column:1/-1;padding-top:12px;padding-left:0}.fs-fee-actions{grid-column:1/-1;justify-content:flex-start}.fs-bottom-cta{text-align:center;grid-template-columns:1fr;gap:15px;padding:30px 20px}.fs-bottom-cta>svg{display:none}}@media (width<=520px){.fs-batch-marquee{height:36px}.fs-marquee-item{gap:12px;padding-right:30px}.fs-hero h1{font-size:35px}.fs-date-boxes{gap:6px}.fs-date-box{min-height:65px}.fs-date-box strong{font-size:15px}.fs-date-box span{font-size:8px}.fs-hero-actions{flex-direction:column;align-items:stretch}.fs-hero-actions a{box-sizing:border-box;width:100%}.fs-hero-art>img{height:300px}.fs-fee-badge{width:135px;height:135px;padding:10px;bottom:8px;right:8px}.fs-fee-badge-title{margin-bottom:5px;font-size:9px}.fs-fee-badge strong{font-size:17px}.fs-fee-badge-line{margin:6px 0}.fs-fee-badge b{font-size:8px}.fs-fee-badge p{max-width:100px;font-size:6px}.fs-tech-grid{grid-template-columns:repeat(2,1fr)}.fs-inclusions{grid-template-columns:1fr 1fr}.fs-project-grid,.fs-training{grid-template-columns:1fr}.fs-heading h2{font-size:22px}.fs-bottom-cta h2{font-size:20px}.fs-bottom-cta>div>div{flex-direction:column}.fs-bottom-cta a{width:100%}}.full-stack-page{overflow:visible}.fs-breadcrumb,.fs-badge{display:none}.fs-hero-art{background:0 0;border-radius:12px;overflow:hidden}.fs-hero-art img{object-fit:cover;width:100%;height:100%}.fs-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fs-project-grid article>div+div{gap:8px}.fs-project-grid em{font-size:var(--font-size-small);padding:4px 7px}.fs-fee-actions{grid-template-columns:1fr}.fs-fee-actions a{justify-content:center;align-items:center;display:inline-flex}.fs-fee-badge{animation:2.4s ease-in-out infinite fs-fee-badge-pulse}@keyframes fs-fee-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.fs-fees{grid-template-columns:minmax(180px,.9fr) minmax(220px,1.25fr) auto;gap:24px}.fs-fee-price{align-items:center;gap:14px;display:flex}.fs-fee-price>svg{width:30px;height:30px;color:var(--fs-orange);flex:none}.fs-fee-price>div{flex-direction:column;gap:4px;display:flex}.fs-instalment{border-left:1px solid #ead8ca}.fs-syllabus{background:#fffdfa;border:1px solid #ffbd8d;border-radius:8px;grid-template-columns:minmax(175px,.8fr) minmax(260px,1.5fr) auto;align-items:center;gap:24px;padding:20px;display:grid}.fs-syllabus-course{color:#222;align-items:center;gap:12px;display:flex}.fs-syllabus-course svg{width:28px;height:28px;color:var(--fs-orange)}.fs-syllabus-course strong{font-size:var(--font-size-label)}.fs-syllabus p{color:#666;font-size:var(--font-size-small);border-left:1px solid #ead8ca;margin:0;padding-left:24px;line-height:1.6}.fs-syllabus-download{background:var(--fs-orange);color:#fff;font-size:var(--font-size-button);white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-weight:800;transition:transform .22s,box-shadow .22s,background-color .22s;display:inline-flex}.fs-syllabus-download svg{width:16px;height:16px}.fs-syllabus-download:hover{background:#1d1d1d;transform:translateY(-3px);box-shadow:0 8px 16px #00000029}.fs-bottom-cta{background:#f79526}.fs-bottom-cta>div{text-align:center}.fs-bottom-cta>div>div{justify-content:center}.fs-hero-inner>div:first-child{animation:.65s ease-out both fs-enter-left}.fs-hero-art{transition:transform .3s,box-shadow .3s;animation:.7s ease-out .1s both fs-enter-right}.fs-hero-art:hover{transform:scale(1.025);box-shadow:0 16px 34px #f795263d}.fs-hero-actions a,.fs-bottom-cta a,.fs-fee-actions a{transition:transform .22s,box-shadow .22s,background-color .22s}.fs-hero-actions a:hover,.fs-bottom-cta a:hover,.fs-fee-actions a:hover{transform:translateY(-4px);box-shadow:0 9px 18px #0000002e}.fs-highlights-panel article,.fs-tech-grid article,.fs-inclusions article,.fs-project-grid article,.fs-training article,.fs-fees,.fs-faq article{transition:transform .24s,border-color .24s,box-shadow .24s,background-color .24s}.fs-highlights-panel article:hover,.fs-tech-grid article:hover,.fs-inclusions article:hover,.fs-project-grid article:hover,.fs-training article:hover,.fs-fees:hover{border-color:#f79526;transform:translateY(-6px);box-shadow:0 12px 24px #f7952629}.fs-tech-grid article svg,.fs-inclusions article svg,.fs-training article svg,.fs-project-thumb svg{transition:transform .26s}.fs-tech-grid article:hover svg,.fs-inclusions article:hover svg,.fs-training article:hover svg,.fs-project-grid article:hover .fs-project-thumb svg{transform:scale(1.15)rotate(-6deg)}.fs-project-grid article:hover .fs-project-thumb{filter:saturate(1.15)}.fs-faq article:hover{border-color:#f79526;box-shadow:0 5px 14px #f795261a}.fs-content>section{animation:.55s ease-out both fs-fade-up}.fs-content>section:first-child{animation-delay:80ms}.fs-content>section:nth-child(2){animation-delay:.14s}.fs-content>section:nth-child(3){animation-delay:.2s}.fs-content>section:nth-child(4){animation-delay:.26s}.fs-content>section:nth-child(5){animation-delay:.32s}.fs-content>section:nth-child(6){animation-delay:.38s}.fs-content>section:nth-child(7){animation-delay:.44s}.fs-content>section:nth-child(8){animation-delay:.5s}@keyframes fs-enter-left{0%{opacity:0;transform:translate(-34px)}to{opacity:1;transform:translate(0)}}@keyframes fs-enter-right{0%{opacity:0;transform:translate(34px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes fs-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.fs-hero-inner>div:first-child,.fs-hero-art,.fs-fee-badge,.fs-content>section{animation:none}.fs-hero-art,.fs-hero-actions a,.fs-bottom-cta a,.fs-fee-actions a,.fs-highlights-panel article,.fs-tech-grid article,.fs-inclusions article,.fs-project-grid article,.fs-training article,.fs-fees,.fs-faq article{transition:none}}@media (width<=700px){.fs-fees,.fs-syllabus{grid-template-columns:1fr;gap:16px}.fs-instalment,.fs-syllabus p{border-top:1px solid #ead8ca;border-left:0;padding:14px 0 0}.fs-fee-actions,.fs-syllabus-download{justify-self:stretch}}.fs-hero,.fs-hero-inner{min-height:500px}.fs-hero-art{height:420px}.fs-application-modal{z-index:2000;background:#1212129e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.fs-application-dialog{background:#fff;border-radius:14px;width:min(620px,130%);max-height:min(90vh,760px);padding:32px;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.fs-application-dialog h2{font-size:var(--font-size-section-title);margin-bottom:22px;padding-right:36px}.fs-modal-close{color:#f79526;cursor:pointer;background:#fff1e4;border:0;border-radius:50%;width:38px;height:38px;line-height:1;position:absolute;top:14px;right:16px;font-size:26px!important}.fs-application-dialog form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.fs-application-dialog form>label,.fs-application-dialog fieldset{color:#242424;font-size:var(--font-size-small);font-weight:var(--font-weight-subtitle);gap:7px;display:grid}.fs-application-dialog form>label b{color:#f16621}.fs-application-dialog fieldset{border:1px solid #f3d4b7;border-radius:7px;grid-column:1/-1;grid-template-columns:repeat(3,max-content);align-items:center;padding:10px 12px}.fs-application-dialog legend{padding-inline:5px}.fs-application-dialog fieldset label{font-weight:var(--font-weight-body);align-items:center;gap:6px;display:flex}.fs-application-dialog input:not([type=checkbox]),.fs-application-dialog select{color:#242424;width:100%;min-height:44px;font-size:var(--font-size-small);font-family:var(--font-family-main);border:1px solid #e0c7ae;border-radius:6px;padding:0 11px}.fs-form-submit{color:#fff;cursor:pointer;background:#f79526;border:0;border-radius:6px;grid-column:1/-1;min-height:46px}@media (width<=600px){.fs-hero,.fs-hero-inner{min-height:0}.fs-hero-inner{padding-block:0}.fs-hero-art{height:260px}.fs-application-dialog{padding:24px 18px}.fs-application-dialog form{grid-template-columns:1fr}.fs-application-dialog fieldset,.fs-form-submit{grid-column:1}}@media (width<=850px){.fs-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=600px){.fs-project-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.fs-highlights-panel{z-index:2;align-self:start}.fs-heading h2{font-size:var(--font-size-section-title);font-weight:var(--font-weight-section)}.fs-highlights-panel b,.fs-highlights-panel span{font-size:var(--font-size-label)}.fs-overview p{font-size:var(--font-size-body)}.fs-tech-grid span{font-size:var(--font-size-subtitle)}.fs-inclusions article p{font-size:18px}.fs-learn-list li{font-size:var(--font-size-body)}.fs-project-grid h3{font-size:var(--font-size-subtitle)}.fs-project-grid p{font-size:var(--font-size-small)}.fs-training h3{font-size:var(--font-size-label)}.fs-training p,.fs-fees small{font-size:var(--font-size-micro)}.fs-instalment b{font-size:var(--font-size-label)}.fs-instalment span{font-size:var(--font-size-micro)}.fs-faq button,.fs-faq button b{font-size:var(--font-size-button)}.fs-faq article>div p,.full-stack-page p{font-size:var(--font-size-body)}.full-stack-page .fs-heading h2{font-size:var(--font-size-section-title)}@media (width<=600px){.fs-highlights-panel{position:static}.full-stack-page p{font-size:var(--font-size-body)}.fs-heading h2{font-size:var(--font-size-section-title)}.fs-overview p,.fs-learn-list li{font-size:var(--font-size-body)}}.fs-project-grid article{flex-direction:column;min-height:360px;display:flex}.fs-project-thumb{background:#1f1f1f bottom/cover;width:100%;height:300px;position:relative;overflow:hidden}.fs-project-thumb:before{content:"";z-index:1;background:linear-gradient(#0c0c0c0a,#0c0c0c5c);display:block;position:absolute;inset:0}.fs-project-thumb img{width:100%;height:100%;transition:transform .26s;display:block}.fs-project-grid article:hover .fs-project-thumb img{transform:scale(1.06)}.fs-project-thumb>span{z-index:2;color:#fff;white-space:nowrap;background:#f79526;border-radius:3px;padding:11px 24px;font-size:14px;font-weight:800;display:inline-block;position:absolute;inset:auto auto 20px 50%;transform:translate(-50%)}.fs-project-grid article>.fs-project-content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;margin-top:0;padding:16px 22px;display:flex}.fs-project-grid .fs-project-content h3{color:#1c1c1c;font-size:var(--font-size-subtitle);text-align:center;margin:0;line-height:1.18}.fs-project-grid .fs-project-content p{color:#656565;font-size:var(--font-size-small);text-align:center;margin:0;line-height:1.35}.fs-bottom-cta{background:linear-gradient(112deg,#ff8a08 0%,#ff6810 53%,#ff5c06 100%);border:0;border-radius:14px;grid-template-columns:90px 1fr 90px;min-height:284px;margin-top:9px;padding:58px 48px;box-shadow:0 12px 28px #f768102e}.fs-bottom-cta h2{font-size:34px;font-weight:800}.fs-bottom-cta p{margin-top:12px;font-size:19px}.fs-bottom-cta>div>div{gap:24px;margin-top:26px}.fs-bottom-cta a{color:#ff6810;background:#fff;border:0;border-radius:5px;justify-content:center;min-width:235px;padding:15px 23px;font-size:17px;font-weight:700}.fs-bottom-cta a+a{color:#fff;background:#151515}.fs-bottom-cta a svg{display:none}.fs-bottom-cta a b{margin-left:16px;font-size:22px}.fs-bottom-cta>svg{opacity:.46;width:60px;height:60px}.fs-bottom-cta .course-page-enquiry:hover{transform:scale(1.1);box-shadow:4px 5px 17px -4px #fff}@media (width<=600px){.fs-bottom-cta{grid-template-columns:1fr;min-height:0;margin-top:0;padding:42px 24px}.fs-bottom-cta>svg{display:none}.fs-bottom-cta h2{font-size:23px}.fs-bottom-cta p{font-size:16px}.fs-bottom-cta>div>div{flex-wrap:wrap}.fs-bottom-cta a{width:100%;min-width:0}}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.course-popup-backdrop{z-index:2000;background:#08111da6;justify-content:center;align-items:center;padding:20px;animation:.25s course-popup-fade;display:flex;position:fixed;inset:0}.course-popup{background:#fff;border-radius:16px;width:100%;max-width:590px;max-height:calc(100dvh - 40px);padding:37px 40px 34px;animation:.32s ease-out course-popup-rise;position:relative;overflow-y:auto;box-shadow:0 25px 70px #00000052}.course-popup>span{color:#f47714;letter-spacing:.09em;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.course-popup h2{color:#101a2a;margin:0 0 7px;font-size:29px!important}.course-popup>p{color:#657080;margin-bottom:23px;line-height:1.6;font-size:14px!important}.course-popup-close{color:#263448;cursor:pointer;background:#f4f6f8;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}.course-popup-close:hover{color:#fff;background:#f47714}.course-popup-close svg{width:19px;height:19px}.course-popup form{grid-template-columns:1fr 1fr;gap:17px 16px;display:grid}.course-popup label{color:#152033;font-size:13px;font-weight:600;display:block}.course-popup b{color:#f16621}.course-popup input,.course-popup select{appearance:none;background:#fff;border:1px solid #dce1e7;border-radius:6px;outline:none;width:100%;height:43px;margin-top:6px;padding:10px 12px;font-size:13px;display:block}.course-popup select{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E") right 12px center no-repeat;padding-right:36px}.course-popup input:focus,.course-popup select:focus{border-color:#f79526;box-shadow:0 0 0 3px #f7952621}.course-popup-wide{grid-column:1/-1}.course-popup-submit,.course-popup-success button{color:#fff;cursor:pointer;background:linear-gradient(100deg,#f47717,#ff861e);border:0;border-radius:6px;justify-self:start;padding:12px 29px;font-size:14px!important;font-weight:700!important}.course-popup-success{text-align:center;padding:20px 5px 7px}.course-popup-success>svg{color:#25a85a;width:52px;height:52px}.course-popup-success h2{margin-top:7px}.course-popup-success p{color:#647082;max-width:330px;margin:8px auto 20px;font-size:14px!important}@keyframes course-popup-fade{0%{opacity:0}to{opacity:1}}@keyframes course-popup-rise{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=560px){.course-popup{padding:34px 22px 25px}.course-popup h2{font-size:25px!important}.course-popup form{grid-template-columns:1fr}.course-popup-wide{grid-column:auto}.course-popup-submit{justify-self:stretch}}
