:root{
  --navy:#0f4c81;
  --royal:#1a419e;
  --blue:#6db9e8;
  --sky:#e6f5ff;
  --lavender:#dad8f3;
  --red:#ed1b24;
  --ink:#222;
  --white:#fff;
  --container:1600px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Inter Tight",Arial,sans-serif;font-size:18px;line-height:30px}
img{display:block;max-width:100%}
.draw-svg .draw-path{stroke-dasharray:1;stroke-dashoffset:1}.draw-svg.is-drawn .draw-path{animation:draw-svg-path 2.4s cubic-bezier(.4,0,.2,1) infinite}.draw-svg .draw-path-fill{fill-opacity:0}.draw-svg.is-drawn .draw-path-fill{animation:draw-svg-path 2.4s cubic-bezier(.4,0,.2,1) infinite,draw-svg-fill 2.4s cubic-bezier(.4,0,.2,1) infinite}.draw-reveal{clip-path:inset(0 100% 0 0)}.draw-reveal.is-drawn{animation:draw-fill-reveal 2.4s cubic-bezier(.4,0,.2,1) infinite}@keyframes draw-svg-path{0%,8%{stroke-dashoffset:1}55%,86%{stroke-dashoffset:0}100%{stroke-dashoffset:-1}}@keyframes draw-svg-fill{0%,46%{fill-opacity:0}58%,86%{fill-opacity:1}100%{fill-opacity:0}}@keyframes draw-fill-reveal{0%,8%{clip-path:inset(0 100% 0 0)}55%,86%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(0 0 0 100%)}}@media (prefers-reduced-motion:reduce){.draw-svg .draw-path{stroke-dashoffset:0}.draw-svg .draw-path-fill{fill-opacity:1}.draw-svg.is-drawn .draw-path,.draw-svg.is-drawn .draw-path-fill,.draw-reveal.is-drawn{animation:none}.draw-reveal{clip-path:none}}
.draw-svg-dashed{clip-path:inset(0 100% 0 0)}.draw-svg-dashed .draw-path-original-dash{fill-opacity:0}.draw-svg-dashed.is-drawn{animation:draw-fill-reveal 2.4s cubic-bezier(.4,0,.2,1) infinite}@media (prefers-reduced-motion:reduce){.draw-svg-dashed{clip-path:none}.draw-svg-dashed.is-drawn{animation:none}}
.placement-title-underline.draw-svg{clip-path:none!important;animation:none!important;overflow:visible}.testimonials-title-underline{position:absolute;left:calc(50% - 43px);top:110px;width:228px;height:17px;overflow:visible}
.placement-copy:after{content:none}.placement-doodle{z-index:1;overflow:visible}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Inter,Arial,sans-serif}
h2{margin-bottom:0;color:var(--navy);font-size:56px;line-height:60px;font-weight:500;letter-spacing:-2.24px}
h3{margin-bottom:0;font-size:24px;line-height:30px;font-weight:500;letter-spacing:-.96px}
.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:#fff;padding:10px 16px}.skip-link:focus{top:16px}
.topbar{height:56px;display:flex;align-items:center;justify-content:center;gap:8px;background:#1a419e;color:#fff;font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px;white-space:nowrap}.topbar a{color:inherit;text-decoration:none}
.site-header{position:absolute;z-index:20;top:56px;left:0;width:100%;height:141px;padding:0 50px;display:flex;align-items:center;background:transparent;transition:height .28s ease,background-color .28s ease,box-shadow .28s ease,transform .28s ease}.site-header.is-sticky{position:fixed;z-index:100;top:0;height:92px;background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(15,76,129,.12);animation:sticky-header-in .28s ease both;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@keyframes sticky-header-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}
body.admin-bar .site-header{top:calc(56px + var(--mnp-adminbar-height,32px))}
body.admin-bar .site-header.is-sticky{top:var(--mnp-adminbar-height,32px)}
.logo{width:137px;height:141px;display:flex;align-items:center;justify-content:center;flex:none;transition:width .28s ease,height .28s ease}.logo img{width:100%;height:100%;object-fit:cover}.site-header.is-sticky .logo{width:78px;height:80px}
.nav{width:894px;height:40px;display:flex;align-items:center;gap:50px;margin-left:auto;font:600 16px/24px "Inter Tight",Arial,sans-serif;letter-spacing:0}
.nav-home{display:inline-flex!important;flex:none;visibility:visible;opacity:1}
.nav a:hover,.nav>a.is-active,.nav-dropdown.is-active>.training-link{color:var(--royal)}
.nav>a,.nav-dropdown>.training-link{position:relative}
.nav>a.is-active:after,.nav-dropdown.is-active>.training-link:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:999px;background:var(--royal)}
.training-link{display:inline-flex;align-items:center}.submenu-toggle{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.submenu-toggle:is(:hover,:focus-visible){background:#e6f5ff;outline:0}.training-caret{width:8.97px;height:4.934px;display:flex;align-items:center;justify-content:center;flex:none}.training-caret img{width:4.934px;height:8.97px;max-width:none;flex:none;transform:rotate(-90deg);transition:transform .2s ease}.nav-dropdown{position:relative;height:40px;display:flex;align-items:center;gap:4px}.nav-submenu{position:absolute;z-index:40;left:-18px;top:calc(100% + 12px);width:240px;padding:10px;border:1px solid rgba(15,76,129,.1);border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(15,76,129,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.nav-submenu:before{content:"";position:absolute;left:0;right:0;top:-13px;height:13px}.nav-submenu a{width:100%;min-height:42px;padding:9px 12px;display:flex;align-items:center;border-radius:9px;color:var(--ink);font:600 15px/22px "Inter Tight",Arial,sans-serif}.nav-submenu a:is(:hover,:focus-visible),.nav-submenu a.is-active{background:#e6f5ff;color:var(--royal);outline:0}.nav-dropdown:is(:hover,:focus-within) .nav-submenu,.nav-dropdown.submenu-open .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown:is(:hover,:focus-within)>.submenu-toggle .training-caret img,.nav-dropdown.submenu-open>.submenu-toggle .training-caret img{transform:rotate(90deg)}
.menu-toggle{display:none}
.nav-mega-menu{left:50%;top:calc(100% + 12px);width:min(1580px,calc(100vw - 40px));max-height:calc(100vh - 130px);padding:22px 10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));align-items:start;gap:0;overflow-y:auto;border:1px solid rgba(15,76,129,.12);border-radius:0;background:#fff;box-shadow:0 20px 45px rgba(15,76,129,.12);transform:translate(-50%,8px)}.nav-mega-group{min-width:0;min-height:310px;padding:0 18px;border:0;border-left:1px solid #e4e9ef;border-radius:0;background:#fff}.nav-mega-group:first-child{border-left:0}.nav-mega-group-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:0;padding:0 0 10px;border:0}.nav-mega-menu .nav-mega-group-title{min-height:0;padding:0;border:0;background:transparent;color:#111;font:800 14px/18px "Inter Tight",Arial,sans-serif;letter-spacing:0}.nav-mega-menu .nav-mega-group-title:is(:hover,:focus-visible),.nav-mega-menu .nav-mega-group-title.is-active{border:0;background:transparent;color:var(--royal)}.nested-submenu-toggle,.course-branch-toggle{display:none;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.nested-submenu-toggle:is(:hover,:focus-visible),.course-branch-toggle:is(:hover,:focus-visible){background:#e6f5ff;outline:0}.nav-mega-group-items{display:grid;grid-template-columns:1fr;gap:0;padding-top:0}.nav-mega-group-items a,.nav-mega-menu>a{min-height:0;padding:3px 0;border:0;border-radius:0;background:transparent;color:#283241;font:500 12px/18px "Inter Tight",Arial,sans-serif;letter-spacing:0}.nav-mega-group-items a:is(:hover,:focus-visible),.nav-mega-group-items a.is-active,.nav-mega-menu>a:is(:hover,:focus-visible),.nav-mega-menu>a.is-active{border:0;background:transparent;color:var(--royal);outline:0}.nav-mega-course-branch{grid-column:auto;display:grid;gap:0;margin:10px 0 2px;padding:0;border:0;border-radius:0;background:transparent}.nav-mega-course-branch:first-child{margin-top:0}.nav-mega-course-heading{display:block}.nav-mega-course-branch .nav-mega-course-parent{min-height:0;padding:0 0 5px;background:transparent;color:#111;font:800 13px/18px "Inter Tight",Arial,sans-serif}.nav-mega-child-links{display:grid;grid-template-columns:1fr;gap:0}.nav-mega-child-links a{min-height:0;padding:3px 0;background:transparent;font-size:12px;line-height:18px}.nav-dropdown:is(:hover,:focus-within) .nav-mega-menu,.nav-dropdown.submenu-open .nav-mega-menu{transform:translate(-50%,0)}
.nav-mega-menu.is-columns{display:grid}
.menu-toggle-icon{position:relative;display:block;width:26px;height:20px}
.menu-toggle-icon i{position:absolute;left:0;width:26px;height:2px;border-radius:2px;background:var(--navy);transform-origin:center;transition:top .22s ease,transform .22s ease,opacity .18s ease}
.menu-toggle-icon i:nth-child(1){top:1px}.menu-toggle-icon i:nth-child(2){top:9px}.menu-toggle-icon i:nth-child(3){top:17px}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(1){top:9px;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(3){top:9px;transform:rotate(-45deg)}
.btn,.hero-button{display:inline-flex;align-items:center;justify-content:space-between;border-radius:100px;font-family:Inter,Arial,sans-serif;font-weight:600}
.btn{min-height:48px;padding:12px 20px;gap:12px;background:var(--navy);color:#fff;font-size:16px;line-height:24px}
.btn img,.hero-button img,.audience-card a img,.course-card a img{width:12px;height:12px;object-fit:contain}
.btn i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ffffff33;font-style:normal}
.header-cta{width:176px;height:48px;margin-left:50px;font-family:"Inter Tight",Arial,sans-serif}.header-cta span{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;background:#ffffff33}.header-cta span img{width:12px;height:12px}

/* Branded not-found page using the shared site header and footer. */
.error404-page{position:relative;isolation:isolate;min-height:850px;padding:270px 24px 140px;display:grid;place-items:center;overflow:hidden;text-align:center;background:linear-gradient(180deg,transparent calc(100% - 180px),#e6f5ff 100%),radial-gradient(circle at 18% 28%,rgba(109,185,232,.2),transparent 25%),radial-gradient(circle at 84% 72%,rgba(218,216,243,.8),transparent 28%),linear-gradient(180deg,#fff 0%,#e6f5ff 100%)}
.error404-content{position:relative;z-index:2;width:min(100%,850px)}
.error404-eyebrow{min-height:30px;padding:7px 12px;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(237,27,36,.14);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2px}
.error404-eyebrow i{width:6px;height:6px;flex:none;border-radius:50%;background:var(--red)}
.error404-code{margin:24px 0 12px;color:var(--royal);font:800 clamp(130px,14vw,240px)/.78 Inter,Arial,sans-serif;letter-spacing:-.075em;text-shadow:0 18px 50px rgba(26,65,158,.14)}
.error404-page h1{margin:32px auto 0;color:var(--navy);font:600 clamp(38px,4vw,60px)/1.08 Inter,Arial,sans-serif;letter-spacing:-.045em}
.error404-message{width:min(100%,660px);margin:24px auto 0;font-size:20px;line-height:32px}
.error404-actions{margin-top:34px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.error404-primary,.error404-secondary{min-width:190px;height:56px;padding:14px 18px 14px 24px;justify-content:space-between}
.error404-primary i,.error404-secondary i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;font-style:normal}
.error404-primary i{background:rgba(255,255,255,.2)}
.error404-primary i img,.error404-secondary i img{width:12px;height:12px}
.error404-secondary{display:inline-flex;align-items:center;border:2px solid var(--blue);border-radius:100px;background:#fff;color:var(--blue);font:600 16px/24px Inter,Arial,sans-serif;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.error404-secondary i{background:var(--blue)}
.error404-secondary:is(:hover,:focus-visible){border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(15,76,129,.2);outline:0}
.error404-secondary:is(:hover,:focus-visible) i{background:rgba(255,255,255,.2)}
.error404-orbit{position:absolute;z-index:1;border:2px dashed rgba(26,65,158,.16);border-radius:50%;pointer-events:none}
.error404-orbit-one{left:-120px;top:180px;width:360px;height:360px}
.error404-orbit-two{right:-90px;bottom:80px;width:280px;height:280px}

/* Banner — node 5224:4 */
.hero{position:relative;isolation:isolate;height:1061px;overflow:hidden;background:#fff}
.hero>img.hero-pattern{position:absolute;inset:0;width:1920px;height:1061px;max-width:none;object-fit:cover;opacity:.025;z-index:-4}
.hero>img.hero-person{position:absolute;left:817px;top:72px;width:1050px;height:1015px;max-width:none;object-fit:fill;object-position:bottom;filter:drop-shadow(-30px 14px 54px rgba(0,0,0,.15));z-index:1}
.hero-doodle{position:absolute;left:672px;top:682px;z-index:2;width:70px;height:66px;display:grid;place-items:center}.hero-doodle svg{width:56.789px;height:50.909px;max-width:none;overflow:visible;transform:rotate(17.94deg) scaleX(-1)}
.hero-copy{position:absolute;left:max(calc((100% - var(--container))/2),30px);top:218px;width:749px;z-index:2}
.hero-copy h1{width:749px;margin:0;color:#000;font-size:75px;line-height:85px;font-weight:500;letter-spacing:-3.68px}
.hero-copy h1 strong{color:var(--navy);font-weight:700}
.hero-copy>p{width:749px;margin:25px 0 0;font-size:18px;line-height:30px}
.hero-actions{display:flex;gap:20px;margin-top:25px}
.hero-button{height:56px;padding:14px 24px;font-size:18px;line-height:24px;letter-spacing:-.54px}
.hero-button-primary{width:212px;color:#fff;background:var(--navy)}
.hero-button-secondary{width:256px;color:var(--blue);border:2px solid var(--blue);background:#fff}
.hero-button span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ffffff33}.hero-button-secondary span{background:var(--blue)}
.hero-rating{height:36px;margin-top:26px;display:flex;align-items:center;gap:5px;font-family:Inter,Arial,sans-serif}.hero-rating .stars{width:117px;height:23.4px}.hero-rating>strong{font-size:18px;line-height:24px;font-weight:600;letter-spacing:-.54px;white-space:nowrap}
.reviewers{position:relative;width:132px;height:36px;flex:none}.reviewers>img,.reviewers>span{position:absolute;top:0;width:36px;height:36px;border-radius:50%;overflow:hidden}.reviewers>img{object-fit:cover}.reviewers>img:nth-child(1){left:0}.reviewers>img:nth-child(2){left:24px}.reviewers>img:nth-child(3){left:48px}.reviewers>img:nth-child(4){left:72px}.reviewers>span{left:96px}.reviewers>span img{width:36px;height:36px;object-fit:cover}.reviewers b{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:#0f4c8170;font:600 10px/12px "Inter Tight",Arial,sans-serif}
.mnp-section-curve{position:absolute;z-index:0;left:0;width:100%;height:165px;max-width:none;object-fit:fill;pointer-events:none}.hero>img.hero-wave{position:absolute;z-index:3;left:0;bottom:0;width:100%;height:165px;max-width:none;object-fit:fill}.testimonials-top-wave,.testimonials-bottom-wave{left:0;width:100%;object-fit:fill;transform:scaleY(-1)}

/* Statistics — node 5224:5 */
.stats{position:relative;z-index:2;height:444px;padding:74px max(calc((100% - var(--container))/2),30px) 100px;display:grid;grid-template-columns:repeat(4,377px);gap:30px;background:var(--sky)}
.stats>article{position:relative;height:270px;overflow:hidden;border-radius:20px;background:var(--royal);color:#fff;text-align:center}
.stat-icon{position:absolute;left:146px;top:30px;width:86px;height:86px;display:block}.stat-icon.lower{top:35px}.stat-halo{position:absolute;left:-84px;top:-60px;width:254px;height:254px;max-width:none}.stat-glyph{position:absolute;left:23px;top:23px;width:40px;height:40px;object-fit:contain}
.stat-copy{position:absolute;left:78px;top:136px;width:221px;display:flex;flex-direction:column;align-items:center;gap:5px}.stat-copy.wide{left:63px;width:auto}
.stats b{font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.stats .stat-copy>span{margin:0;font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px;white-space:nowrap}

/* Starting point — node 5224:6 */
.section{padding-left:max(calc((100% - var(--container))/2),30px);padding-right:max(calc((100% - var(--container))/2),30px)}
.default-page-main{min-height:720px;padding-top:245px;padding-bottom:120px;background:linear-gradient(180deg,#fff 0,#f7fbff 100%)}
.default-page-main>article{width:min(100%,1100px);margin:0 auto;padding:54px 60px;border:1px solid rgba(15,76,129,.12);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(15,76,129,.08)}
.default-page-main h1{margin:0 0 34px;color:var(--navy);font:600 56px/1.08 Inter,Arial,sans-serif;letter-spacing:-2.24px}
.default-page-main .entry-content{color:#334155;font-size:18px;line-height:1.75}
.default-page-main .entry-content h2{margin:38px 0 12px;color:var(--navy);font:600 30px/1.25 Inter,Arial,sans-serif;letter-spacing:-.8px}
.default-page-main .entry-content h2:first-child{margin-top:0}
.default-page-main .entry-content p{margin:0 0 18px}
.default-page-main .entry-content ul{margin:0 0 20px;padding-left:24px}
.default-page-main .entry-content li+li{margin-top:8px}
.default-page-main .entry-content a{color:var(--royal);text-decoration:underline;text-underline-offset:3px}

@media(max-width:1200px){
  .default-page-main{padding-top:70px;padding-bottom:80px}
}

@media(max-width:767px){
  .default-page-main{padding:45px 18px 60px}
  .default-page-main>article{padding:32px 22px;border-radius:18px}
  .default-page-main h1{margin-bottom:26px;font-size:38px;line-height:1.12;letter-spacing:-1.4px}
  .default-page-main .entry-content{font-size:16px;line-height:1.65}
  .default-page-main .entry-content h2{margin-top:30px;font-size:25px}
}
.start{height:1084px;padding-top:100px}
.section-title{position:relative;text-align:center}.section-title h2{width:815px;margin:20px auto 0}.start-eyebrow{width:138px;height:30px;margin:auto;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;white-space:nowrap}.start-eyebrow i{width:6px;height:6px;flex:none;border-radius:50%;background:var(--red)}.start-title-underline{position:absolute;left:50%;top:179px;width:193px;height:14px;max-width:none;transform:translateX(-50%)}
.audience-grid{margin-top:93px;display:grid;grid-template-columns:repeat(3,513px);gap:30px}
.audience-card{position:relative;height:696px;padding-top:120px;border-radius:30px;color:#fff;overflow:hidden;transition:color .25s ease}
.audience-card:before{content:"";position:absolute;inset:120px 0 0;border-radius:30px;background:var(--royal);transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}
.audience-card>img{position:absolute;z-index:1;left:30px;top:0;width:453px;height:380px;border-radius:30px;object-fit:cover}
.audience-icon{position:absolute;z-index:3;left:214px;top:337px;width:86px;height:86px}.audience-icon.single img{position:absolute;left:-84px;top:-60px;width:254px;height:254px;max-width:none}.audience-halo{position:absolute;left:-84px;top:-60px;width:254px;height:254px;max-width:none}.audience-glyph{position:absolute;object-fit:contain}.professional-icon{left:20px;top:20px;width:47px;height:47px}.switching-icon{left:21px;top:21px;width:45px;height:45px}
.audience-card>div{position:absolute;z-index:2;left:55px;top:440px;width:403px;text-align:center}
.audience-card h3{margin:0 0 20px;font-size:32px;line-height:40px;letter-spacing:-1.28px}
.audience-card p{height:90px;margin:0 0 20px;font-size:18px;line-height:30px}
.audience-card a{width:403px;height:56px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;border:2px solid var(--blue);border-radius:100px;background:#fff;color:var(--blue);font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px}
.audience-card a i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;background:var(--blue);font-style:normal}.audience-card a i img{width:12px;height:12px}

/* A card adopts the supplied white/outlined design while its CTA is hovered or focused. */
.audience-card:has(>div>a:is(:hover,:focus-visible)){color:var(--ink)}
.audience-card:has(>div>a:is(:hover,:focus-visible)):before{
  background:#fff;border:2px solid var(--royal);box-shadow:0 24px 84px rgba(6,7,41,.1)
}
.audience-card:has(>div>a:is(:hover,:focus-visible)) h3{
  color:var(--navy);text-decoration:underline
}
.audience-card:has(>div>a:is(:hover,:focus-visible)) a:is(:hover,:focus-visible){
  border-color:var(--blue);background:#fff;color:var(--blue);box-shadow:none;outline:0
}
.audience-card:has(>div>a:is(:hover,:focus-visible)) a:is(:hover,:focus-visible) i{background:var(--blue)}

/* Courses — node 5224:7 */
.courses{position:relative;height:3386px;padding-top:228px;background:var(--sky);overflow:hidden}.courses:before,.courses:after{content:"";position:absolute;z-index:0;left:0;width:1920px;height:165px;background-repeat:no-repeat;background-size:1920px 165px;pointer-events:none}.courses:before{top:0;background-image:url('../icons/courses-top.svg');transform:rotate(180deg)}.courses:after{bottom:0;background-image:url('../icons/courses-bottom.svg')}.courses>*{position:relative;z-index:1}
.course-heading{display:grid;grid-template-columns:815px 709px;gap:33px;align-items:end}.course-heading>div{position:relative;display:flex;flex-direction:column;gap:20px}.course-heading p{margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.course-heading h2{width:815px;margin:0;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.course-eyebrow{width:max-content;height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;white-space:nowrap}.course-eyebrow i{width:6px;height:6px;flex:none;border-radius:50%;background:var(--red)}.course-title-underline{position:absolute;left:0;top:180px;width:257px;height:13px;max-width:none}
.eyebrow{display:inline-flex;align-items:center;width:max-content;min-height:30px;margin-bottom:0;padding:6px 10px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font-size:14px;line-height:17px;font-weight:600;letter-spacing:2.1px;text-transform:capitalize}
.start-eyebrow,.course-eyebrow,.journey-eyebrow,.learning-eyebrow,.placement-eyebrow,.testimonials-eyebrow,.faq-eyebrow,.sap-eyebrow,.error404-eyebrow{text-transform:capitalize}
.course-grid{margin-top:75px;display:grid;grid-template-columns:repeat(3,513px);grid-auto-rows:476px;gap:30px}
.course-card{position:relative;height:456px;margin-top:20px;padding:50px 30px 30px;border-radius:30px;background:#fff;box-shadow:0 14px 44px rgba(0,0,0,.08);display:flex;flex-direction:column}.course-card:nth-child(13){grid-column:2}
.duration{position:absolute;left:50%;top:-20px;transform:translateX(-50%);height:40px;padding:8px 15px;border-radius:10px;background:var(--lavender);font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px;white-space:nowrap}
.course-card h3{font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.course-card>p{height:60px;margin:15px 0;font:400 18px/30px "Inter Tight",Arial,sans-serif}
.topics{height:180px;min-height:180px;padding:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;column-gap:12px;border-radius:15px;background:#f6f5ff}.topics b{grid-column:1/-1;display:block;margin-bottom:8px;font:500 20px/32px "Inter Tight",Arial,sans-serif}.topics span{width:auto;min-width:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.topics span:last-child:nth-of-type(odd){grid-column:1/-1}.topics span:before{content:"•";margin-right:8px}
.course-card>a{height:56px;margin-top:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;border:2px solid var(--blue);border-radius:100px;color:var(--blue);font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.course-card>a i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;background:var(--blue);font-style:normal;transition:background-color .25s ease}.course-card>a:hover,.course-card>a:focus-visible{border-color:var(--navy);background:var(--navy);color:#fff}.course-card>a:hover i,.course-card>a:focus-visible i{background:rgba(255,255,255,.2)}
.other-courses{position:absolute;left:50%;bottom:185px;transform:translateX(-50%);width:1189px;text-align:center;display:flex;flex-direction:column;align-items:center}.other-courses b{font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.other-courses span{margin-top:2px;font-size:18px;line-height:30px}.other-courses .btn{width:224px;height:56px;margin-top:20px;background:var(--navy);font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px}

/* Why us — node 5224:9 */
.why{position:relative;height:1257px;padding-top:76px;padding-bottom:0}.why-title-underline{display:none}.why-title-draw{position:absolute;left:max(calc((100% - var(--container))/2 + 9px),39px);top:205px;width:311px;height:17px;max-width:none}
.why-intro{height:248px;position:relative}.why-intro h2{width:815px;margin:0;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.why-title-underline{position:absolute;left:9px;top:129px;width:311px;height:13px;max-width:none}.why-intro p{width:609px;margin:42px 0 0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.why-doodle{position:absolute;left:813px;top:47px;width:264.144px;height:126.735px;display:flex;align-items:center;justify-content:center}.why-doodle svg{width:260.135px;height:53.696px;max-width:none;transform:rotate(17.07deg);overflow:visible}.why-doodle-mask{stroke-dasharray:0 1;stroke-dashoffset:0}.why-doodle-arrow{opacity:0}.why.is-drawn .why-doodle-mask{animation:why-line-draw 2.8s cubic-bezier(.4,0,.2,1) infinite}.why.is-drawn .why-doodle-arrow{animation:why-arrow-in 2.8s ease-in-out infinite}@keyframes why-line-draw{0%,8%{stroke-dasharray:0 1}55%,86%{stroke-dasharray:1 1}100%{stroke-dasharray:0 1}}@keyframes why-arrow-in{0%,50%{opacity:0}58%,86%{opacity:1}100%{opacity:0}}@media (prefers-reduced-motion:reduce){.why.is-drawn .why-doodle-mask{animation:none;stroke-dasharray:1 1}.why.is-drawn .why-doodle-arrow{animation:none;opacity:1}}.trained{position:absolute;right:0;top:8px;width:486px;height:112px;padding:20px;gap:25px;border-radius:10px;background:#fff;box-shadow:20px 24px 17px rgba(26,65,158,.1);display:flex;align-items:center}.trained-reviewers{position:relative;width:200px;height:72.333px;flex:none}.trained-avatar,.trained-count{position:absolute;top:0;width:72.333px;height:72.333px;border-radius:50%;overflow:hidden}.trained-avatar-1{left:0}.trained-avatar-2{left:42.333px}.trained-avatar-3{left:84.667px}.trained-count{left:127px;display:grid;place-items:center;background:var(--navy);color:#fff;font:500 20px/32px "Inter Tight",Arial,sans-serif;white-space:nowrap}.trained-avatar img{position:absolute;max-width:none}.trained-avatar-1 img{left:-68px;top:-2px;width:154px;height:103px}.trained-avatar-2 img{left:-3.333px;top:-5px;width:82px;height:117px}.trained-avatar-3 img{left:-34.667px;top:0;width:138px;height:92px}.trained>div:last-child{width:221px;display:flex;flex-direction:column;gap:5px}.trained b{color:var(--navy);font:500 32px/40px Inter,Arial,sans-serif;letter-spacing:-1.28px}.trained>div:last-child span{font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px}
.why-layout{display:grid;grid-template-columns:699px 842px;gap:60px;align-items:start}.why-visual{position:relative;width:699px;height:796px}.why-background{position:absolute;left:0;top:131px;width:679px;height:712px;border-radius:20px;object-fit:cover}.why-feature-image{position:absolute;left:50%;top:0;width:104%;height:100%;max-width:none;transform:translateX(-50%);object-fit:contain}.why-learner{position:absolute;left:-26px;top:47px;width:727px;height:796px;max-width:none;object-fit:contain}
.benefit-grid{height:792px;display:grid;grid-template-columns:repeat(2,376px);grid-template-rows:271px 245px 276px;column-gap:90px;border-top:1px solid #e7ebef;border-bottom:1px solid #e7ebef}
.benefit-grid article{padding:20px 0;border-bottom:1px solid #e7ebef}.benefit-grid article:nth-child(odd){padding-right:0}.benefit-grid article:nth-child(even){border-left:1px solid #e7ebef;padding-left:58px}
.benefit-icon{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:#ecf1f5}.benefit-icon img{width:54px;height:54px;object-fit:contain}.benefit-grid article:nth-child(-n+3) .benefit-icon img,.benefit-grid article:nth-child(6) .benefit-icon img{width:44px;height:44px}.benefit-grid article:nth-child(5) .benefit-icon img{width:51px;height:51px}
.benefit-grid h3{margin:20px 0 15px;font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.benefit-grid p{width:376px;margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.benefit-grid article:nth-child(even) p{width:318px}
.why>.why-demo-button{position:absolute;left:919px;top:1145px;width:max-content;height:48px;min-height:48px;margin:0;padding:12px 20px;display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;border-radius:100px;background:var(--navy);color:#fff;font:600 16px/24px "Inter Tight",Arial,sans-serif;letter-spacing:0;white-space:nowrap}.why>.why-demo-button i{width:24px;height:24px;padding:6px;display:grid;place-items:center;flex:none;border-radius:50%;background:rgba(255,255,255,.2)}.why>.why-demo-button i img{width:12px;height:12px;max-width:none}

/* Why grid content-safe dotted separators */
.why{height:1297px}.benefit-grid{height:832px;grid-template-rows:291px 265px 276px;border-top:1px dotted #d8e0e7;border-bottom:1px dotted #d8e0e7}.benefit-grid article{border-bottom:1px dotted #d8e0e7}.benefit-grid article:nth-child(even){border-left:1px dotted #d8e0e7}.benefit-grid article:nth-child(n+5){border-bottom:0}.why>.why-demo-button{top:1186px}

/* Exact Figma separator assets — nodes 5183:3667 / 5183:3669 */
.benefit-grid{position:relative;border:0;background-image:url('../icons/benefit-line-horizontal.svg'),url('../icons/benefit-line-horizontal.svg'),url('../icons/benefit-line-horizontal.svg'),url('../icons/benefit-line-horizontal.svg');background-repeat:no-repeat;background-position:0 0,0 291px,0 556px,0 831px;background-size:842px 1px}.benefit-grid:before{content:"";position:absolute;z-index:0;left:407px;top:0;width:765px;height:1px;background:url('../icons/benefit-line-vertical.svg') no-repeat 0 0/765px 1px;transform:rotate(90deg);transform-origin:top left;pointer-events:none}.benefit-grid article,.benefit-grid article:nth-child(even),.benefit-grid article:nth-child(n+5){position:relative;z-index:1;border:0}

/* Content-safe separators: lines follow the real row and grid height. */
.benefit-grid{height:auto;min-height:832px;grid-template-rows:minmax(291px,auto) minmax(265px,auto) minmax(276px,auto);background-image:url('../icons/benefit-line-horizontal.svg');background-position:0 0;background-size:100% 1px}.benefit-grid:before{width:1px;height:100%;background:repeating-linear-gradient(to bottom,rgba(0,0,0,.2) 0 3px,transparent 3px 6px);transform:none}.benefit-grid article:nth-child(odd):after{content:"";position:absolute;left:0;bottom:0;width:842px;height:1px;background:url('../icons/benefit-line-horizontal.svg') no-repeat 0 0/100% 1px;pointer-events:none}.why{height:auto;padding-bottom:63px}.why>.why-demo-button{position:relative;left:auto;top:auto;margin:30px 0 0 759px}

/* Journey — node 5224:10 */
.journey{position:relative;height:928px;background:var(--royal);color:#fff;text-align:center;overflow:hidden}.journey-background{position:absolute;inset:0;width:1924px;height:928px;max-width:none}.journey-eyebrow{position:absolute;left:50%;top:208px;height:30px;padding:0 10px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:100px;background:rgba(255,255,255,.18);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;white-space:nowrap}.journey-eyebrow i{width:6px;height:6px;border-radius:50%;background:#fff}.journey h2{position:absolute;left:50%;top:258px;width:659px;margin:0;transform:translateX(-50%);color:#fff;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.journey-title-underline{position:absolute;left:50%;top:383px;width:311px;height:17px;transform:translateX(-50%)}.journey-intro{position:absolute;left:50%;top:409px;width:609px;margin:0;transform:translateX(-50%);font:400 18px/30px "Inter Tight",Arial,sans-serif}.journey ol{position:absolute;inset:0;margin:0;padding:0;list-style:none}.journey li{position:absolute;top:0;width:320px;height:928px;text-align:center;opacity:0;transform:translateY(18px) scale(.96)}.journey li:nth-of-type(1){left:162px}.journey li:nth-of-type(2){left:482px}.journey li:nth-of-type(3){left:802px}.journey li:nth-of-type(4){left:1122px}.journey li:nth-of-type(5){left:1442px}.journey-step-icon{position:absolute;left:95px;width:130px;height:130px;border:1px dashed rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center}.journey-step-icon:before{content:"";position:absolute;width:105px;height:105px;border-radius:50%;background:rgba(255,255,255,.1)}.journey-step-icon:after{content:"";position:absolute;width:75px;height:75px;border-radius:50%;background:#fff}.journey-step-icon img{position:relative;z-index:1;width:40px;height:40px;object-fit:contain}.journey li:nth-of-type(odd) .journey-step-icon{top:533px}.journey li:nth-of-type(2) .journey-step-icon{top:668px}.journey li:nth-of-type(4) .journey-step-icon{top:663px}.journey li>div{position:absolute;left:0;width:320px;display:flex;flex-direction:column;align-items:center;gap:15px}.journey li:nth-of-type(odd)>div{top:693px}.journey li:nth-of-type(2)>div{top:503px}.journey li:nth-of-type(4)>div{top:498px}.journey li h3{margin:0;color:#fff;font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.journey li p{margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.journey li:nth-of-type(1) p{width:268px}.journey li:nth-of-type(2) p{width:320px}.journey li:nth-of-type(3) p{width:238px}.journey li:nth-of-type(4) p{width:284px}.journey li:nth-of-type(5) p{width:256px}.journey li>b{position:absolute;z-index:-1;left:50%;transform:translateX(-50%);color:rgba(15,76,129,.05);font:700 116px/60px "Inter Tight",Arial,sans-serif}.journey li:nth-of-type(odd)>b{top:731px}.journey li:nth-of-type(2)>b{top:541px}.journey li:nth-of-type(4)>b{top:541px}.journey-connector{position:absolute;width:348.233px;border-top:1px dashed rgba(255,255,255,.65);transform-origin:left center;transform:scaleX(0)}.connector-1{left:322px;top:599px;--journey-angle:22.81deg}.connector-2{left:642px;top:734px;--journey-angle:-22.81deg}.connector-3{left:962px;top:599px;--journey-angle:22.81deg}.connector-4{left:1282px;top:734px;--journey-angle:-22.81deg}.journey.is-journey-active .journey-connector{animation:journey-line-in .7s ease-out forwards}.journey.is-journey-active .connector-1{animation-delay:.15s}.journey.is-journey-active .connector-2{animation-delay:.45s}.journey.is-journey-active .connector-3{animation-delay:.75s}.journey.is-journey-active .connector-4{animation-delay:1.05s}.journey.is-journey-active li{animation:journey-step-in .55s ease-out forwards}.journey.is-journey-active li:nth-of-type(1){animation-delay:.05s}.journey.is-journey-active li:nth-of-type(2){animation-delay:.35s}.journey.is-journey-active li:nth-of-type(3){animation-delay:.65s}.journey.is-journey-active li:nth-of-type(4){animation-delay:.95s}.journey.is-journey-active li:nth-of-type(5){animation-delay:1.25s}@keyframes journey-line-in{to{transform:rotate(var(--journey-angle)) scaleX(1)}}@keyframes journey-step-in{to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.journey .journey-connector{transform:rotate(var(--journey-angle)) scaleX(1)}.journey li{opacity:1;transform:none}.journey.is-journey-active .journey-connector,.journey.is-journey-active li{animation:none}}

.journey{background:none}
.journey-connector{transform:rotate(var(--journey-angle)) scaleX(0)}

/* Learning formats — node 5224:13 */
.learn{height:910px;padding-top:100px}.section-row{height:110px;display:flex;align-items:flex-end;justify-content:space-between}.section-row>div{width:659px;display:flex;flex-direction:column;gap:20px}.learning-eyebrow{width:max-content;height:30px;padding:0 10px;display:flex;align-items:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px}.learning-eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--red)}.section-row h2{margin:0;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.learning-cta{width:193px;height:48px;padding:12px 20px;display:flex;align-items:center;gap:12px;border-radius:100px;background:var(--navy);color:#fff;font:600 16px/24px "Inter Tight",Arial,sans-serif;white-space:nowrap}.learning-cta i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2)}.learning-cta i img{width:12px;height:12px}.learn-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,513px);gap:30px}.learn-grid article{position:relative;height:600px;border-radius:30px;background:var(--sky);text-align:center}.learn-photo{position:absolute;z-index:1;left:30px;top:0;width:453px;height:380px;border-radius:30px;overflow:hidden;background:var(--royal)}.learn-photo img{position:absolute;left:50%;top:50%;width:578px;height:386px;max-width:none;transform:translate(-50%,-50%);object-fit:cover}.learn-grid article:nth-child(2) .learn-photo img{width:608px;height:405px}.learn-grid article:nth-child(3) .learn-photo img{left:calc(50% - 34px);width:609px;height:405px}.learn-icon{position:absolute;z-index:2;left:214px;top:337px;width:86px;height:86px}.learn-icon-halo{position:absolute;left:-84px;top:-60px;width:254px;height:254px;max-width:none}.learn-icon-glyph{position:absolute;left:23px;top:23px;width:40px;height:40px;object-fit:contain}.learn-icon.corporate-mode img{position:absolute;left:-84px;top:-60px;width:254px;height:254px;max-width:none}.learn-copy{position:absolute;left:55px;top:440px;width:403px;display:flex;flex-direction:column;align-items:center;gap:20px}.learn-grid h3{margin:0;color:var(--navy);font:500 32px/40px Inter,Arial,sans-serif;letter-spacing:-1.28px}.learn-grid p{margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}

/* Placement — node 5224:14 */
.placement{position:relative;height:1024px;overflow:hidden;background:var(--sky)}
.placement-wave{position:absolute;z-index:0;left:0;top:0;width:100%;height:165px;max-width:none;object-fit:fill;transform:scaleY(-1)}
.placement-copy{position:absolute;z-index:2;left:max(calc((100% - var(--container))/2),30px);top:268px;width:699px}
.placement-eyebrow{width:max-content;height:30px;padding:0 10px;display:flex;align-items:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;white-space:nowrap}.placement-eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--red)}
.placement h2{margin:17px 0 0;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.placement-title-underline{width:229px;height:17px;margin-top:6px}.placement-copy>p{width:683px;margin:5px 0 0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.placement ul{width:562px;margin:25px 0 0;padding:0;display:grid;gap:20px;list-style:none}.placement li{display:flex;align-items:center;gap:15px;font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px;white-space:nowrap}.placement li>img{width:23.57px;height:24px;flex:none}.placement-button{margin-top:35px}.placement-button i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2)}.placement-button i img{width:12px;height:12px}.placement-doodle{position:absolute;/* Figma 5183:3456 visual bounding box: x 535.71, y 803.50 */left:382.13px;top:542.94px;width:57px;height:51px;max-width:none;transform:rotate(17.94deg) scaleX(-1)}
.placement-photo{position:absolute;z-index:1;left:calc(50% + 15px);top:203px;width:785px;height:672px;overflow:hidden;border-radius:20px;background:var(--royal)}.placement-photo>img{position:absolute;left:-120px;top:-5px;width:1026px;height:683px;max-width:none;object-fit:cover}.placement-dots{position:absolute;z-index:1;left:calc(50% + 680px);top:776px;width:173px;height:151px;background:rgba(26,65,158,.4);-webkit-mask:url('../images/placement-dots-mask.png') 0 5px/173px 142px no-repeat;mask:url('../images/placement-dots-mask.png') 0 5px/173px 142px no-repeat}
.testimonials-dots,.testimonials-heading>img,.faq-heading>img,.cta-dots{clip-path:inset(0 100% 0 0)}.testimonials-dots.is-drawn,.testimonials-heading>img.is-drawn,.faq-heading>img.is-drawn,.cta-dots.is-drawn{animation:section-svg-reveal 2.4s cubic-bezier(.4,0,.2,1) infinite}@keyframes section-svg-reveal{0%,8%{clip-path:inset(0 100% 0 0)}55%,86%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(0 0 0 100%)}}@media (prefers-reduced-motion:reduce){.testimonials-dots,.testimonials-heading>img,.faq-heading>img,.cta-dots{clip-path:none}.testimonials-dots.is-drawn,.testimonials-heading>img.is-drawn,.faq-heading>img.is-drawn,.cta-dots.is-drawn{animation:none}}

/* Testimonials — node 5224:15 */
.testimonials{position:relative;height:821px;background:var(--royal);color:#fff;overflow:hidden}.testimonials-top-wave{position:absolute;z-index:0;left:50%;top:0;width:1920px;height:165px;max-width:none;transform:translateX(-50%) scaleY(-1)}.testimonials-bottom-wave{position:absolute;z-index:2;left:50%;bottom:-5px;width:1921px;height:88px;max-width:none;transform:translateX(-50%) scaleY(-1)}.testimonials-dots{position:absolute;z-index:1;left:120px;top:244px;width:173px;height:157px;background:#fff;-webkit-mask:url('../images/testimonials-dots-mask.png') 0 11px/173px 142px no-repeat;mask:url('../images/testimonials-dots-mask.png') 0 11px/173px 142px no-repeat}.testimonials-heading{position:absolute;z-index:3;left:50%;top:169px;width:815px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:20px}.testimonials-eyebrow{height:30px;padding:0 10px;display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.01);border-radius:100px;background:rgba(255,255,255,.18);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;white-space:nowrap}.testimonials-eyebrow i{width:6px;height:6px;border-radius:50%;background:#fff}.testimonials h2{margin:0;color:#fff;font:500 56px/60px Inter,Arial,sans-serif;letter-spacing:-2.24px}.testimonials-heading>img{position:absolute;left:calc(50% - 43px);top:110px;width:228px;height:17px}.testimonial-viewport{position:absolute;z-index:3;left:50%;top:332px;width:1600px;overflow:hidden;transform:translateX(-50%)}.testimonial-track{display:flex;gap:30px;transition:transform .48s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonial-card{position:relative;width:513px;height:314px;padding:30px;flex:0 0 513px;border-radius:30px;background:#fff;color:var(--ink)}.testimonial-quote{position:absolute;right:30px;top:30px;width:52px;height:37px}.testimonial-card header{height:60px;display:flex;align-items:center;gap:20px}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:top}.testimonial-card header div{display:flex;flex-direction:column;gap:3px}.testimonial-card h3{margin:0;font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.testimonial-card header p{margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.testimonial-stars{width:68px;height:12px;margin-top:30px}.testimonial-copy{width:453px;margin:20px 0 0;font:italic 400 18px/30px "Inter Tight",Arial,sans-serif}.testimonial-copy strong{font-weight:700}.testimonial-arrow{position:absolute;z-index:5;top:475px;width:30px;height:30px;padding:6px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.testimonial-arrow img{width:12px;height:12px}.testimonial-prev{left:90px}.testimonial-next{right:90px}.testimonial-arrow:hover,.testimonial-arrow:focus-visible{background:#fff;transform:scale(1.08);box-shadow:0 8px 18px rgba(0,0,0,.16);outline:0}.testimonial-arrow:active{transform:scale(.96)}

.testimonial-prev img{transform:rotate(180deg)}.testimonial-next img{filter:brightness(0) invert(1)}.testimonial-next:hover img,.testimonial-next:focus-visible img{filter:none}.testimonial-prev:hover img,.testimonial-prev:focus-visible img{filter:brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(1973%) hue-rotate(206deg) brightness(82%) contrast(96%)}
.testimonial-card{height:332px}
.home .testimonials.has-review-link{height:960px}
.home .testimonials .testimonials-review-link{position:absolute;z-index:5;left:50%;top:706px;width:auto;min-width:224px;height:56px;padding:0 12px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:2px solid #65bdf0;border-radius:100px;background:#fff;color:#65bdf0;font:600 18px/24px Inter,Arial,sans-serif;text-decoration:none;transform:translateX(-50%);transition:background-color .25s,color .25s,border-color .25s,box-shadow .25s}
.home .testimonials .testimonials-review-link i{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:50%;background:#65bdf0}
.home .testimonials .testimonials-review-link img{width:12px;height:12px;min-width:12px;max-width:12px;display:block;object-fit:contain}
.home .testimonials .testimonials-review-link:is(:hover,:focus-visible){border-color:#0f4c81;background:#0f4c81;color:#fff;box-shadow:0 10px 24px rgba(15,76,129,.2);outline:0}
.home .testimonials .testimonials-review-link:is(:hover,:focus-visible) i{background:rgba(255,255,255,.2)}

.testimonial-video-trigger{position:relative;width:453px;height:174px;margin-top:20px;padding:0;overflow:hidden;border:0;border-radius:14px;background:#071a3c;cursor:pointer}.testimonial-video-trigger>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 24%}.testimonial-video-trigger>span{position:absolute;left:50%;top:50%;width:54px;height:54px;border:3px solid #fff;border-radius:50%;background:rgba(32,73,166,.9);transform:translate(-50%,-50%);box-shadow:0 8px 24px rgba(0,0,0,.28);transition:transform .2s ease,background-color .2s ease}.testimonial-video-trigger>span:after{content:"";position:absolute;left:21px;top:15px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #fff}.testimonial-video-trigger:is(:hover,:focus-visible)>span{background:#62bdf0;transform:translate(-50%,-50%) scale(1.08)}.testimonial-video-trigger:focus-visible{outline:3px solid #62bdf0;outline-offset:3px}.testimonial-video-dialog{width:min(430px,calc(100% - 32px));max-width:430px;max-height:90vh;padding:0;overflow:visible;border:0;border-radius:18px;background:#050505;box-shadow:0 30px 90px rgba(0,0,0,.55)}.testimonial-video-dialog::backdrop{background:rgba(1,9,28,.82);backdrop-filter:blur(5px)}.testimonial-video-dialog video{width:100%;max-height:88vh;display:block;border-radius:18px;background:#000}.testimonial-video-close{position:absolute;z-index:2;right:-14px;top:-14px;width:42px;height:42px;padding:0;border:2px solid #fff;border-radius:50%;background:#2049a6;color:#fff;font:400 30px/36px Arial,sans-serif;cursor:pointer}.testimonial-video-close:is(:hover,:focus-visible){background:#62bdf0;outline:0}

/* FAQ — node 5224:16 */
.faq{height:820px;padding-top:87px}.faq-heading{position:relative;width:693px;height:133px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.faq-eyebrow{height:30px;padding:0 10px;display:flex;align-items:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px}.faq-eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--red)}.faq h2{margin:0;text-align:center;white-space:nowrap}.faq-heading>img{position:absolute;left:205px;top:120px;width:311px;height:17px;max-width:none}.accordion{width:1328px;margin:60px auto 0;display:flex;flex-direction:column;gap:20px}.accordion details{overflow:hidden;border-radius:5px;background:#f3f2ff}.accordion summary{height:80px;padding:23px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font:500 24px/30px Inter,Arial,sans-serif;letter-spacing:-.96px}.accordion summary::-webkit-details-marker{display:none}.accordion summary::marker{display:none;content:""}.accordion summary>span{display:flex;align-items:center;gap:10px}.accordion summary b{font:inherit}.faq-toggle{position:relative;width:34px;height:34px;flex:none;font-style:normal}.faq-toggle img{position:absolute;inset:0;width:34px;height:34px;max-width:none}.faq-minus{display:none}.accordion details[open] summary{border-bottom:1px solid rgba(0,0,0,.1);border-radius:5px 5px 0 0}.accordion details[open] .faq-plus{display:none}.accordion details[open] .faq-minus{display:block}.accordion details>p{margin:0;padding:20px;background:#f3f2ff;font:400 18px/30px "Inter Tight",Arial,sans-serif}

.accordion details>p{overflow:hidden}.faq-toggle img{display:block;transition:opacity .22s ease,transform .22s ease}.faq-minus{opacity:0;transform:scale(.7) rotate(-90deg)}.accordion details[open] .faq-plus{display:block;opacity:0;transform:scale(.7) rotate(90deg)}.accordion details[open] .faq-minus{display:block;opacity:1;transform:scale(1) rotate(0)}

/* CTA — node 5224:17 */
.cta{position:relative;height:732px;margin:0;padding:0;overflow:hidden}.cta-panel{position:absolute;left:max(calc((100% - var(--container))/2),30px);top:103px;width:1600px;height:584px;overflow:hidden;border-radius:40px;background:var(--lavender)}.cta-shape-right{position:absolute;z-index:0;right:-205px;top:0;width:693px;height:804px;max-width:none;opacity:1;visibility:visible;pointer-events:none}.cta-shape-left{position:absolute;z-index:0;left:50px;top:182px;width:612.767px;height:559.373px;max-width:none;opacity:1;visibility:visible;pointer-events:none}.cta-dots{position:absolute;z-index:1;left:unset;top:unset;right:118px;bottom:30px;width:192.453px;height:152.038px;background-color:transparent;background-position:42.34px 14.755px;background-size:100.076px 102px;background-repeat:no-repeat;filter:grayscale(1) brightness(0);opacity:.5;pointer-events:none}.cta-student{position:absolute;z-index:1;left:max(calc((100% - var(--container))/2 + 36px),66px);top:0;width:673px;height:687px;overflow:hidden}.cta-student>img{position:absolute;left:-236px;top:-48px;width:1111px;height:735px;max-width:none}.cta-copy{position:absolute;z-index:2;left:max(calc((100% - var(--container))/2 + 718px),748px);top:236px;width:815px}.cta-copy h2{width:815px;margin:0}.cta-eyebrow{height:30px;width:max-content;padding:0 12px;display:flex;align-items:center;gap:12px;border:1px solid rgba(237,27,36,.1);border-radius:100px;background:rgba(237,27,36,.1);color:var(--red);font:600 14px/14px "Inter Tight",Arial,sans-serif;letter-spacing:2.1px;text-transform:capitalize}.cta-eyebrow i{width:6px;height:6px;flex:none;border-radius:50%;background:var(--red)}.cta-eyebrow+h2{margin-top:24px}.cta-title-underline{width:257px;height:17px;margin-top:16px}.cta-title-underline-custom{width:424px}.cta-title-underline-custom .draw-svg{display:block;width:100%;height:100%;overflow:visible}.cta-copy>p{width:729px;margin:17px 0 0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.cta-actions{margin-top:30px;display:flex;align-items:flex-start;gap:10px}.cta-actions a{height:48px;padding:12px 11px 12px 20px;display:inline-flex;align-items:center;gap:12px;border-radius:100px;font:600 16px/24px "Inter Tight",Arial,sans-serif;white-space:nowrap}.cta-actions i{width:24px;height:24px;padding:6px;display:grid;place-items:center;border-radius:50%;font-style:normal}.cta-actions i img{width:12px;height:12px}.cta-primary{background:var(--navy);color:#fff}.cta-primary i{background:rgba(255,255,255,.2)}.cta-secondary{border:2px solid var(--blue);background:#fff;color:var(--blue)}.cta-secondary i{background:var(--blue)}.about-shared-cta .cta-copy{top:201px}

.cta-title-underline{display:block}

/* New course CTAs: the dot cluster is real inline SVG path artwork. */
.cta-dots.cta-dots-svg{display:block;background:none!important;filter:none;clip-path:none!important;animation:none!important;opacity:.42;overflow:visible}
.cta-dots-svg .cta-dot-path{fill:none;stroke:#8f8cad;stroke-width:5;stroke-linecap:square;stroke-dasharray:1;stroke-dashoffset:1;opacity:0}
.cta-dots-svg.is-drawn .cta-dot-path{animation:cta-dot-path-draw 3.2s cubic-bezier(.4,0,.2,1) infinite}
@keyframes cta-dot-path-draw{0%,8%{stroke-dashoffset:1;opacity:0}28%{opacity:1}55%,86%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-1;opacity:0}}
@media (prefers-reduced-motion:reduce){.cta-dots-svg .cta-dot-path{stroke-dashoffset:0;opacity:1}.cta-dots-svg.is-drawn .cta-dot-path{animation:none}}

/* Footer — node 5224:18 */
.footer{height:716px;padding:216px max(calc((100% - var(--container))/2),30px) 0;background:var(--royal) url('../icons/footer-background.svg') top center/1920px 716px no-repeat;color:#fff}.footer-grid{position:relative;height:388px}.footer-about,.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-about{position:absolute;left:0;top:0;width:513px}.footer-logo{width:173px;height:178px;margin:0 0 34px;display:block}.footer-logo img{width:173px;height:178px;object-fit:cover;filter:brightness(0) invert(1)}.footer-about>p{width:513px;margin:0;font:400 18px/30px "Inter Tight",Arial,sans-serif}.footer h3{margin:0;color:#fff;font:500 32px/40px Inter,Arial,sans-serif;letter-spacing:-1.28px}.footer-navigation{position:absolute;left:603.5px;top:0;width:484px;padding:0}.footer-link-columns{width:407px;margin-top:47px;display:grid;grid-template-columns:77px 183px;column-gap:147px;justify-content:start}.footer-link-columns>div{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-link-columns a{margin:0;font:600 18px/24px Inter,Arial,sans-serif;letter-spacing:-.54px}.footer-contact{position:absolute;left:1178px;top:0;width:422px;gap:17px}.footer-contact-list{width:422px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.footer-contact-row{height:57px;display:flex;align-items:center;gap:16px}.footer-contact-icon{width:56px;height:56px;flex:none;border-radius:50%;background:var(--royal);display:grid;place-items:center}.footer-contact-icon img{width:24px;height:24px}.footer-contact-row>div{display:flex;flex-direction:column;align-items:flex-start}.footer-contact-row>div>span{color:rgba(255,255,255,.6);font:400 18px/30px "Inter Tight",Arial,sans-serif}.footer-contact-row a{margin:0;font:500 20px/32px "Inter Tight",Arial,sans-serif;letter-spacing:0}.footer-map{display:block;width:422px;height:160px;border-radius:10px;object-fit:cover}.copyright{position:relative;height:70px;padding:0;border-top:1px solid rgba(255,255,255,.1);font:400 16px/26px Inter,Arial,sans-serif}.copyright p{position:absolute;left:0;top:33px;width:400px;margin:0;white-space:nowrap;font:inherit}.copyright p>a{color:inherit;text-decoration:none}.copyright p>a:is(:hover,:focus-visible){text-decoration:underline;outline:0}.footer-socials{position:absolute;left:616.5px;top:29.5px;width:max-content;height:44px;display:flex;align-items:center;gap:12px;pointer-events:none}.footer-socials a{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#122f75;pointer-events:auto}.footer-socials img{width:24px;height:24px}.footer-socials a:nth-child(n+2) img{width:21px;height:21px}.footer-legal{position:absolute;left:1116px;top:33px;height:26px;display:flex;align-items:center;gap:24px;white-space:nowrap}.footer-legal a,.footer-legal span{font:400 16px/26px Inter,Arial,sans-serif}.footer-legal span a{text-decoration:underline}
.footer{height:auto;min-height:960px}.footer-grid{height:620px}.footer-contact,.footer-contact-list{width:450px}.footer-location-row{height:auto;align-items:flex-start}.footer-location-row .footer-contact-icon{margin-top:4px}.footer-location-row>div{min-width:0}.footer-location-link{display:flex;flex-direction:column;align-items:flex-start;color:#fff;text-decoration:none}.footer-location-link:is(:hover,:focus-visible) strong,.footer-location-link:is(:hover,:focus-visible) address{text-decoration:underline}.footer-location-link:focus-visible,.footer-map-link:focus-visible{outline:2px solid #fff;outline-offset:4px}.footer-location-row strong{color:#fff;font:600 18px/24px Inter,Arial,sans-serif}.footer-location-row address{max-width:378px;margin:0;color:#fff;font:600 18px/24px Inter,Arial,sans-serif;font-style:normal}.footer-map-link{display:block;width:422px;max-width:100%;border-radius:10px}.footer-map{border:0}

@media(max-width:650px){.footer-location-row strong,.footer-location-row address{font-size:16px;line-height:24px}}

@media(max-width:1700px) and (min-width:1201px){
  body{min-width:1200px}
  .site-header,.hero,.stats,.start,.courses,.why,.journey,.learn,.placement,.testimonials,.faq,.cta,.footer{zoom:calc(var(--mnp-layout-width,100vw) / 1920px)}
  body:not(.sap-page)>.site-header{top:var(--mnp-scaled-header-top,56px)}
  body.admin-bar:not(.sap-page)>.site-header{top:var(--mnp-scaled-header-top,88px)}
}

/* Preserve the 1920px Figma canvas on ultrawide screens instead of pinning it to the left edge. */
@media(min-width:1921px){
  body:not(.sap-page)>main{width:1920px;margin-left:auto;margin-right:auto}
  body:not(.sap-page)>.site-header{left:50%;width:1920px;transform:translateX(-50%)}
  body:not(.sap-page)>.site-header.is-sticky{left:50%;transform:translateX(-50%);animation:none}
  .sap-page>main,.sap-page>.site-header{width:1920px;margin-left:auto;margin-right:auto}
  /* Full-bleed footer surface; the existing 1600px padding keeps Figma content centered. */
  body:not(.sap-page)>.footer,.sap-page>.footer{width:100%;margin-left:0;margin-right:0}
}

@media(max-width:1200px){
  .nav-mega-menu{position:static;display:none;width:100%;max-height:none;grid-column:1/-1;grid-template-columns:1fr;padding:8px 0 0 14px;border:0;border-radius:0;box-shadow:none;overflow:visible;opacity:1;visibility:visible;transform:none}.nav-dropdown.submenu-open>.nav-mega-menu{display:grid;gap:8px;transform:none}.nav-mega-group{min-height:0;padding:0;border:0;border-left:0;border-radius:0;background:transparent}.nav-mega-group-heading{min-height:44px;padding:0;border:0}.nav-mega-menu .nav-mega-group-title{padding:8px 12px;color:var(--ink);font-size:15px;line-height:22px}.nested-submenu-toggle{display:grid;flex:none}.nested-submenu-toggle .training-caret img{transform:rotate(-90deg)}.nav-mega-group.nested-submenu-open .nested-submenu-toggle .training-caret img{transform:rotate(90deg)}.nav-mega-group-items{display:none;grid-template-columns:1fr;gap:4px;padding:0 0 4px 16px}.nav-mega-group.nested-submenu-open>.nav-mega-group-items{display:grid}.nav-mega-group-items a,.nav-mega-menu>a{min-height:40px;padding:8px 12px;border:0;background:transparent}.nav-mega-course-branch{grid-column:auto;gap:4px;margin:0;padding:0;border:0;background:transparent}.nav-mega-course-branch>.nav-mega-course-parent{background:transparent;color:var(--ink)}.nav-mega-child-links{grid-template-columns:1fr;padding-left:14px}.nav-mega-child-links a{min-height:38px;padding:7px 12px;background:transparent;font-size:14px}
  h2{font-size:44px;line-height:50px;letter-spacing:-1.76px}
  .topbar{height:auto;min-height:48px;padding:10px 20px;text-align:center}
  .site-header{position:relative;top:auto;height:92px;padding:0 24px;background:#fff}.logo{width:78px;height:68px}.menu-toggle{width:48px;height:48px;margin-left:auto;padding:0;place-items:center;border:1px solid rgba(15,76,129,.14);border-radius:50%;background:#fff;cursor:pointer}.menu-toggle{display:grid}.menu-toggle:is(:hover,:focus-visible){background:#e6f5ff;border-color:rgba(15,76,129,.35);outline:0}.header-cta{display:none}.nav,.sap-page .site-header .nav{display:none;position:absolute;z-index:30;left:20px;right:20px;top:88px;width:auto;height:auto;max-height:calc(100vh - 108px);overflow-y:auto;padding:18px 24px;background:#fff;box-shadow:0 20px 40px #0002;flex-direction:column;align-items:flex-start;gap:8px!important}.nav.open,.sap-page .site-header .nav.open{display:flex}.nav>a{display:flex;width:100%;min-height:40px;align-items:center}.nav>a.is-active:after,.nav-dropdown.is-active>.training-link:after{right:auto;width:48px;bottom:2px}.nav-dropdown{position:relative;width:100%;height:auto;display:grid;grid-template-columns:auto 44px;align-items:center;gap:0}.nav-dropdown>.training-link{width:max-content;min-height:40px}.nav-dropdown>.submenu-toggle{width:44px;height:44px;justify-self:start}.nav-submenu{position:static;display:none;width:100%;grid-column:1/-1;padding:8px 0 0 14px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-dropdown.submenu-open>.nav-submenu{display:grid;gap:8px}.nav-submenu:before{display:none}.nav-submenu a{min-height:40px;padding:8px 12px}.nav-dropdown:not(.submenu-open)>.submenu-toggle .training-caret img{transform:rotate(-90deg)}.nav-dropdown.submenu-open>.submenu-toggle .training-caret img{transform:rotate(90deg)}
  .hero{height:auto;min-height:900px;padding:80px 24px 180px}.hero-copy{position:relative;left:auto;top:auto;width:100%}.hero-copy h1{width:min(100%,760px);font-size:54px;line-height:62px;letter-spacing:-2.16px}.hero-copy>p{width:min(100%,700px)}.hero>img.hero-person{left:auto;right:-240px;top:auto;bottom:50px;opacity:.3}.hero-doodle{display:none}.hero>img.hero-wave{width:100%;height:auto}
  .stats,.audience-grid,.course-grid,.benefit-grid,.learn-grid,.quote-grid,.footer-grid{height:auto;width:auto;grid-template-columns:1fr 1fr;grid-auto-rows:auto}
  .benefit-grid{background:none}.benefit-grid:before{display:none}.benefit-grid article{border-bottom:1px dotted rgba(0,0,0,.2)}.benefit-grid article:nth-child(even){border-left:1px dotted rgba(0,0,0,.2)}
  .stats{padding:50px 24px}.start,.courses,.why,.journey,.learn,.placement,.testimonials,.faq,.cta,.footer{height:auto;padding:80px 24px}.audience-card,.course-card,.learn-grid article{width:100%}.courses{overflow:visible}.course-heading{grid-template-columns:1fr;gap:30px}.other-courses{position:static;transform:none;width:auto;margin-top:60px}.why-layout{grid-template-columns:1fr}.why-layout>img{margin:auto}.benefit-grid article:nth-child(even){padding-left:30px}.why>.btn{margin:30px 0 0}.journey ol{height:auto;width:auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}.journey li,.journey li:nth-child(n){position:relative;left:auto;top:auto}.journey li>b,.journey li:nth-child(even)>b{position:relative;left:auto;top:auto;margin:0 auto 20px}.journey ol:before{display:none}.placement{grid-template-columns:1fr}.placement>div,.placement>div>p{width:auto}.placement>img{width:100%}.quote-grid blockquote{height:auto}.accordion{width:auto}.cta img{width:100%;height:auto}.footer-grid{gap:50px}.copyright{height:auto}
  .placement{padding-top:150px}.placement-copy{position:relative;left:auto;top:auto;width:auto}.placement-photo{position:relative;left:auto;top:auto;width:min(100%,785px);height:auto;aspect-ratio:785/672;margin:50px auto 0}.placement-photo>img{width:131%;height:102%;left:-15.3%;top:-.75%}.placement-dots{display:none}
  .testimonials{height:821px;padding:0}.testimonial-viewport{width:calc(100% - 160px)}.testimonial-prev{left:40px}.testimonial-next{right:40px}.testimonials-dots{left:40px}
  .faq{min-height:820px}.faq-heading{width:100%}.accordion{width:100%}
  .cta{height:auto;min-height:650px;padding:150px 40px 100px}.cta-panel{left:24px;right:24px;top:80px;width:auto;height:auto;bottom:40px}.cta-shape-right{width:693px;height:804px}.cta-shape-left{width:613px;height:560px}.cta-student{left:-80px;top:0;opacity:.22}.cta-student>img{width:1111px;height:735px}.cta-copy,.about-shared-cta .cta-copy{position:relative;left:auto;top:auto;width:min(100%,815px);margin-left:auto}.cta-copy h2{width:auto}.cta-copy>p{width:min(100%,729px)}.cta-title-underline{width:257px;height:17px}.cta-title-underline-custom{width:min(424px,100%)}.cta-actions i img{width:12px;height:12px}
}

@media(min-width:651px) and (max-width:1200px){
  .cta{
    overflow:hidden;
  }
  .cta-student{
    display:block;
    left:56%;
    top:46px;
    bottom:auto;
    width:min(560px,78vw);
    height:420px;
    opacity:.12;
    pointer-events:none;
    transform:translateX(-50%);
  }
  .cta-student>img{
    left:50%;
    top:-28px;
    width:660px;
    height:auto;
    max-width:none;
    transform:translateX(-50%);
  }
  .cta-shape-left{
    display:block!important;
    left:50%;
    top:450px;
    bottom:auto;
    width:min(720px,94vw);
    height:auto;
    opacity:.18;
    transform:translateX(-50%);
  }
}

@media(max-width:650px){
  body{font-size:16px;line-height:26px}h2{font-size:36px;line-height:42px;letter-spacing:-1.44px}.hero{min-height:820px}.hero-copy h1{font-size:40px;line-height:47px;letter-spacing:-1.6px}.hero-actions{flex-direction:column}.hero-button-primary,.hero-button-secondary{width:100%;max-width:280px}.hero-rating{height:auto;flex-wrap:wrap}.hero-rating>strong{font-size:14px}.hero>img.hero-person{right:-360px}.stats,.audience-grid,.course-grid,.benefit-grid,.learn-grid,.quote-grid,.footer-grid,.journey ol{grid-template-columns:1fr}.stats>article{width:100%}.section-title h2,.course-heading h2,.journey h2,.journey>p{width:auto}.audience-card{height:650px}.course-card{min-height:456px}.why-layout>img{width:100%;height:auto}.benefit-grid article:nth-child(even){border-left:0;padding-left:0}.benefit-grid p,.benefit-grid article:nth-child(even) p{width:auto}.placement>img{height:auto}.footer-grid>div:first-child p{width:auto}.copyright{gap:16px;flex-direction:column}.copyright span{word-spacing:normal}
  .placement h2{font-size:36px;line-height:42px;letter-spacing:-1.44px}.placement li{align-items:flex-start;font-size:18px;line-height:26px;letter-spacing:-.72px;white-space:normal}.placement-doodle{display:none}
  .testimonials{height:970px}.home .testimonials.has-review-link{height:1120px}.testimonials-heading{top:150px;width:calc(100% - 48px)}.testimonials h2{font-size:36px;line-height:42px;letter-spacing:-1.44px}.testimonials-heading>img{top:90px;width:180px}.testimonials-title-underline{top:90px;width:180px}.testimonial-viewport{top:285px;width:calc(100% - 96px)}.testimonial-card{width:100%;height:560px;flex-basis:100%}.testimonial-copy{width:auto}.testimonial-video-trigger{width:100%;height:390px}.testimonial-arrow{top:545px}.testimonial-prev{left:12px}.testimonial-next{right:12px}.testimonials-dots{display:none}.home .testimonials .testimonials-review-link{top:auto;bottom:118px;width:min(224px,calc(100% - 36px));min-width:0;max-width:224px;overflow:hidden}
  .faq-heading{height:120px}.faq h2{white-space:normal}.faq-heading>img{left:50%;top:103px;width:220px;transform:translateX(-50%)}.accordion{margin-top:40px}.accordion summary{height:auto;min-height:80px;padding:18px 16px;font-size:18px;line-height:26px;letter-spacing:-.72px}.accordion summary>span{align-items:flex-start}.accordion details>p{padding:16px;font-size:16px;line-height:26px}
  .cta{min-height:620px;padding:130px 24px 80px}.cta-panel{left:12px;right:12px;top:60px;bottom:30px;border-radius:24px}.cta-student{display:none}.cta-copy{margin:0}.cta-copy h2{font-size:36px;line-height:42px;letter-spacing:-1.44px}.cta-copy>p{font-size:16px;line-height:26px}.cta-eyebrow{height:auto;min-height:30px;white-space:normal}.cta-actions{flex-direction:column}.cta-actions a{width:max-content}.cta-shape-right{right:-390px}.cta-shape-left{left:-250px}
}

@media(max-width:1200px){
  .footer{padding-top:150px;background-size:auto 100%}.footer-grid{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:50px}.footer-about,.footer-navigation,.footer-contact{position:static;width:auto;margin:0}.footer-contact{grid-column:1/-1}.footer-link-columns{width:min(100%,407px)}.footer-contact-list{width:100%}.footer-map{max-width:422px;height:auto;aspect-ratio:422/160}.footer-about>p{width:auto}.copyright{height:auto;margin-top:60px;padding-top:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.copyright p,.footer-socials,.footer-legal{position:static;margin:0}.footer-legal{flex-wrap:wrap;height:auto}
}

@media(max-width:650px){
  .footer{padding:120px 24px 50px}.footer-grid{grid-template-columns:1fr;gap:48px}.footer-navigation,.footer-contact{grid-column:auto}.footer-link-columns{grid-template-columns:1fr 1fr;gap:30px}.footer-map{width:100%;max-width:422px}.footer-logo{width:140px;height:144px;margin-bottom:26px}.footer-logo img{width:140px;height:144px}.footer-about>p{font-size:16px;line-height:26px}.footer h3{font-size:28px;line-height:36px}.footer-link-columns a{font-size:16px}.footer-contact-row>div>span{font-size:16px;line-height:26px}.footer-contact-row a{font-size:17px;line-height:28px}.footer-contact-icon{width:48px;height:48px}.footer-contact-icon img{width:21px;height:21px}.copyright{align-items:flex-start}.copyright p{width:auto;white-space:normal}.footer-socials{order:3}.footer-legal{gap:12px 20px;white-space:normal}.footer-legal a,.footer-legal span{font-size:14px;line-height:22px}
}

/* Consistent inverse hover states for every CTA/button type */
.btn,.hero-button,.audience-card a,.course-card>a,.learning-cta,.cta-actions a,.testimonial-arrow,.footer-socials a{transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.btn,.hero-button-primary,.learning-cta,.cta-primary{border:2px solid transparent}
.btn i,.btn span,.hero-button span,.audience-card a i,.course-card>a i,.learning-cta i,.cta-actions i{transition:background-color .25s ease,transform .25s ease}
.btn img,.hero-button img,.audience-card a img,.course-card>a img,.learning-cta img,.cta-actions img,.footer-socials img{transition:filter .25s ease,transform .25s ease}

.btn:is(:hover,:focus-visible),.hero-button-primary:is(:hover,:focus-visible),.learning-cta:is(:hover,:focus-visible),.cta-primary:is(:hover,:focus-visible){border-color:var(--navy);background:#fff;color:var(--navy);box-shadow:0 10px 24px rgba(15,76,129,.16);outline:0}
.btn:is(:hover,:focus-visible) i,.btn:is(:hover,:focus-visible) span,.hero-button-primary:is(:hover,:focus-visible) span,.learning-cta:is(:hover,:focus-visible) i,.cta-primary:is(:hover,:focus-visible) i{background:var(--navy)}

.hero-button-secondary:is(:hover,:focus-visible),.audience-card a:is(:hover,:focus-visible),.course-card>a:is(:hover,:focus-visible),.cta-secondary:is(:hover,:focus-visible){border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(15,76,129,.2);outline:0}
.hero-button-secondary:is(:hover,:focus-visible) span,.audience-card a:is(:hover,:focus-visible) i,.course-card>a:is(:hover,:focus-visible) i,.cta-secondary:is(:hover,:focus-visible) i{background:rgba(255,255,255,.2)}

.btn:active,.hero-button:active,.audience-card a:active,.course-card>a:active,.learning-cta:active,.cta-actions a:active{transform:scale(.98)}
.footer-socials a:is(:hover,:focus-visible){background:#fff;transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.18);outline:0}.footer-socials a:is(:hover,:focus-visible) img{filter:brightness(0) saturate(100%) invert(22%) sepia(40%) saturate(2092%) hue-rotate(175deg) brightness(87%) contrast(94%)}
.footer-map-link iframe.footer-map{width:100%;height:160px;aspect-ratio:auto}

/* Keep the View All Training right-arrow at its exact Figma proportions */
.learning-cta i{width:24px!important;height:24px!important;flex:0 0 24px;padding:6px!important;overflow:hidden}.learning-cta i img{display:block!important;width:12px!important;height:12px!important;min-width:12px;max-width:none!important;object-fit:contain!important;transform:none!important}

/* Figma mask group 5183:3679 — testimonial dotted decoration must remain visible */
.testimonials-dots,.testimonials-dots.draw-reveal,.testimonials-dots.is-drawn{background:transparent url('../images/testimonials-dots-mask.png') 0 11px/173px 142px no-repeat!important;-webkit-mask:none!important;mask:none!important;filter:invert(1);clip-path:none!important;animation:none!important;opacity:1!important;visibility:visible;pointer-events:none}
/* FAQ title underline must never disappear during the shared reveal cycle */
.faq-heading>img,.faq-heading>img.is-drawn{clip-path:none!important;animation:none!important;opacity:1!important;visibility:visible}
.faq-title-underline{position:absolute;left:205px;top:120px;width:311px;height:17px;max-width:none;overflow:visible}

@media(max-width:650px){.faq-title-underline{left:50%;top:103px;width:220px;transform:translateX(-50%)}}
@media(max-width:650px){.placement-copy:after{display:none}}
.trained b{font-variant-numeric:tabular-nums}
.stats b{font-variant-numeric:tabular-nums}
@media(max-width:767px){
  .stats b{
    font-variant-numeric:tabular-nums;
    font-size:40px;
  }
}
@media (prefers-reduced-motion:reduce){.site-header.is-sticky{animation:none}.site-header,.logo{transition:none}}

/* Tablet/mobile safety: never retain the scaled 1920px desktop canvas below 1200px. */
@media(max-width:1200px){
  html,body{width:100%;min-width:0!important;max-width:100%;overflow-x:hidden}
  body>.topbar,body>.site-header,body>main,body>.footer,
  .site-header,.hero,.stats,.start,.courses,.why,.journey,.learn,.placement,.testimonials,.faq,.cta,.footer{
    zoom:1!important;width:auto;max-width:100%;
  }
  body>main{width:100%;overflow:hidden}
  .container{width:100%;max-width:100%;padding-left:24px;padding-right:24px}
  .site-header.is-sticky{position:fixed;z-index:100;top:0;left:0;right:0;width:100%;transform:none}
  img,svg{max-width:100%}
  .cta-shape-left{display:none!important}
  .error404-page{min-height:700px;padding:100px 24px}
}

/* Responsive matrix hardening: fluid internals, ratio-aware type and straight dividers. */
@media(max-width:1200px){
  h2,.section-title h2,.course-heading h2,.why-intro h2,.journey h2,.section-row h2,
  .placement h2,.testimonials h2,.faq h2,.cta-copy h2{
    font-size:clamp(34px,min(4.8vw,6.4vh),44px);
    line-height:1.14;
    letter-spacing:-.035em;
  }
  .hero-copy h1{font-size:clamp(40px,min(5.8vw,7.2vh),54px);line-height:1.12;letter-spacing:-.04em}

  /* The 1920px curved masks distort when cropped into tablet/mobile canvases. */
  .hero>img.hero-wave,.courses:before,.courses:after,.placement-wave,
  .testimonials-top-wave,.testimonials-bottom-wave{display:none}
  .courses,.placement,.testimonials{border-top:1px solid rgba(15,76,129,.16)}

  .stat-icon{left:50%;transform:translateX(-50%)}
  .stat-copy,.stat-copy.wide{left:50%;width:calc(100% - 32px);transform:translateX(-50%)}

  .audience-card>img{left:20px;width:calc(100% - 40px);height:clamp(250px,46vw,380px)}
  .audience-icon{left:50%;top:calc(clamp(250px,46vw,380px) - 43px);transform:translateX(-50%)}
  .audience-card>div{left:24px;top:calc(clamp(250px,46vw,380px) + 58px);width:calc(100% - 48px)}
  .audience-card p{height:auto;min-height:90px}
  .audience-card a{width:100%}

  .course-heading h2,.section-title h2{width:100%}
  .course-card{height:auto;min-height:456px}
  .course-card>p{height:auto;min-height:60px}
  .topics{height:250px;min-height:250px;grid-template-columns:1fr}
  .topics span{grid-column:1!important;white-space:nowrap}

  .why-intro{height:auto;padding-bottom:48px}
  .why-intro h2,.why-intro p{width:min(100%,815px)}
  .why-intro p{margin-top:28px}
  .why-doodle,.trained,.why-title-draw{display:none}
  .why-visual{width:min(100%,699px);height:auto;aspect-ratio:699/796;margin-inline:auto}
  .why-background{top:16%;width:97%;height:89%}
  .why-learner{left:-3.7%;top:5.9%;width:104%;height:100%}
  .benefit-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}
  .benefit-grid article:nth-child(odd):after{width:calc(200% + 32px)}
  .benefit-grid p,.benefit-grid article:nth-child(even) p{width:100%}
  .why>.why-demo-button{margin-left:0}

  .journey{height:auto;padding:80px 24px;background:var(--royal)}
  .journey-background{display:none}
  .journey-eyebrow,.journey h2,.journey-title-underline,.journey-intro,.journey ol{
    position:relative;inset:auto;left:auto;top:auto;width:auto;transform:none;
  }
  .journey-eyebrow{display:inline-flex;margin:0 auto 20px}
  .journey h2{margin:0 auto;width:min(100%,659px)}
  .journey-title-underline{display:block;width:min(311px,72vw);height:auto;margin:8px auto 18px}
  .journey-intro{width:min(100%,609px);margin:0 auto}
  .journey ol{margin:52px auto 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:980px}
  .journey li,.journey li:nth-child(n){position:relative;left:auto;top:auto;width:100%;height:auto;min-height:330px;padding:30px 24px;display:flex;align-items:center;flex-direction:column;border-top:1px dashed rgba(255,255,255,.65);opacity:1;transform:none}
  .journey-step-icon,.journey li:nth-of-type(n) .journey-step-icon{position:relative;left:auto;top:auto;order:1}
  .journey li>div,.journey li:nth-of-type(n)>div{position:relative;left:auto;top:auto;width:100%;margin-top:22px;order:2}
  .journey li p,.journey li:nth-of-type(n) p{width:100%}
  .journey li>b,.journey li:nth-of-type(n)>b{position:absolute;z-index:0;left:50%;top:190px;margin:0;transform:translateX(-50%);font-size:92px;order:0}
  .journey li>div,.journey-step-icon{z-index:1}
  .journey-connector{display:none!important}

  .section-row{height:auto;align-items:flex-start;gap:24px;flex-wrap:wrap}
  .section-row>div{width:min(100%,659px)}
  .learn-photo{left:20px;width:calc(100% - 40px);height:clamp(250px,46vw,380px)}
  .learn-icon{left:50%;top:calc(clamp(250px,46vw,380px) - 43px);transform:translateX(-50%)}
  .learn-copy{left:24px;top:calc(clamp(250px,46vw,380px) + 58px);width:calc(100% - 48px)}
  .learn-grid article{height:clamp(560px,72vw,600px)}
}

@media(max-width:650px){
  h2,.section-title h2,.course-heading h2,.why-intro h2,.journey h2,.section-row h2,
  .placement h2,.testimonials h2,.faq h2,.cta-copy h2{
    font-size:clamp(30px,min(8.5vw,5.8vh),36px);line-height:1.16;
  }
  .hero-copy h1{font-size:clamp(34px,min(9.5vw,6.5vh),40px);line-height:1.15}
  .audience-card h3,.learn-grid h3{font-size:clamp(25px,7.4vw,30px);line-height:1.22}
  .benefit-grid{grid-template-columns:1fr;min-height:0}
  .benefit-grid:before,.benefit-grid article:nth-child(odd):after{display:none}
  .journey ol{grid-template-columns:1fr}
  .journey li{min-height:315px}
  .learn-grid article{height:560px}
  .topics span{display:block;width:100%;overflow-wrap:anywhere}
}

/* Mobile contract: below the 768px tablet boundary every card grid is one column. */
@media(max-width:767px){
  .error404-page{min-height:620px;padding:72px 18px}
  .error404-code{margin-top:20px;font-size:clamp(112px,38vw,160px)}
  .error404-page h1{margin-top:26px;font-size:clamp(34px,9vw,42px)}
  .error404-message{margin-top:18px;font-size:17px;line-height:27px}
  .error404-actions{margin-top:28px;flex-direction:column}
  .error404-primary,.error404-secondary{width:min(100%,280px)}
  .error404-orbit-one{left:-190px;top:80px}.error404-orbit-two{right:-170px;bottom:40px}

  .start,.courses,.why,.journey,.learn,.placement,.faq,.footer{padding-left:18px;padding-right:18px}
  .start,.courses,.why,.journey,.learn,.faq{padding-top:56px;padding-bottom:56px}

  .stats,.audience-grid,.course-grid,.benefit-grid,.journey ol,.learn-grid,
  .quote-grid,.footer-grid{grid-template-columns:minmax(0,1fr)!important;gap:22px!important}

  .stats>article,.audience-card,.course-card,.learn-grid>article,
  .quote-grid>blockquote,.footer-grid>div{
    width:100%;max-width:560px;margin-left:auto;margin-right:auto;
  }
  .course-card:nth-child(n){grid-column:auto!important}
  .topics{height:250px;min-height:250px;grid-template-columns:1fr}
  .topics span{grid-column:1!important;display:block;width:100%;white-space:nowrap}

  .benefit-grid{display:grid;min-height:0;background:none}
  .benefit-grid:before,.benefit-grid article:after{display:none!important}
  .benefit-grid article,.benefit-grid article:nth-child(even){padding:22px 0;border:0;border-bottom:1px dotted #d8e0e7}
  .benefit-grid article:last-child{border-bottom:0}

  .journey ol{max-width:560px;margin-top:36px}
  .journey li{max-width:560px;margin-inline:auto;min-height:300px}
  .audience-grid,.course-grid,.learn-grid{margin-top:42px}
  .course-grid{grid-auto-rows:auto}
  .course-card{margin-top:16px}

  .footer-contact{grid-column:auto}
  .footer-link-columns{gap:24px}
}

/* Compact mobile rhythm: remove empty fixed-card space and scale content imagery down. */
@media(max-width:767px){
  .start,.courses,.why,.journey,.learn,.faq{padding-top:40px;padding-bottom:40px}
  .stats,.audience-grid,.course-grid,.benefit-grid,.journey ol,.learn-grid,
  .quote-grid,.footer-grid{gap:14px!important}
  .audience-grid,.course-grid,.learn-grid{margin-top:28px}
  .course-card{min-height:0;margin-top:14px;padding:42px 18px 20px}

  .audience-card{height:auto;min-height:0;padding:0 18px 22px;display:flex;align-items:center;flex-direction:column;overflow:hidden}
  .audience-card:before{inset:72px 0 0}
  .audience-card>img{position:relative;left:auto;top:auto;width:min(100%,360px);height:auto;aspect-ratio:453/380;flex:none}
  .audience-icon{position:relative;left:auto;top:auto;margin:-43px auto 0;transform:none;flex:none}
  .audience-card>div{position:relative;left:auto;top:auto;width:100%;margin:14px auto 0}
  .audience-card p{height:auto;min-height:0;margin-bottom:16px}

  .learn-grid article{height:auto;min-height:0;padding:0 18px 22px;display:flex;align-items:center;flex-direction:column}
  .learn-photo{position:relative;left:auto;top:auto;width:min(100%,360px);height:auto;aspect-ratio:453/340;flex:none}
  .learn-icon{position:relative;left:auto;top:auto;margin:-43px auto 0;transform:none;flex:none}
  .learn-copy{position:relative;left:auto;top:auto;width:100%;margin:14px auto 0;gap:12px}

  .why-intro{padding-bottom:24px}
  .why-layout{gap:28px}
  .why-visual{max-width:440px}
  .journey ol{margin-top:28px}
  .journey li{min-height:0;padding:24px 18px}
  .placement-photo{max-width:440px;margin-top:28px}
  .cta-student{
    display:block;
    left:56%;
    top:42px;
    bottom:auto;
    width:min(440px,104vw);
    height:360px;
    opacity:.11;
    pointer-events:none;
    transform:translateX(-50%);
  }
  .cta-student>img{
    left:50%;
    top:-18px;
    width:510px;
    height:auto;
    transform:translateX(-50%);
  }
  .cta-shape-left{
    display:none!important;
  }
  .cta{padding-top:90px;padding-bottom:60px}

  .placement-copy{width:100%;max-width:100%;min-width:0}
  .placement-copy>p,.placement ul{width:100%;max-width:100%;min-width:0}
  .placement ul{grid-template-columns:minmax(0,1fr);gap:14px}
  .placement li{
    width:100%;max-width:100%;min-width:0;align-items:flex-start;
    white-space:normal;overflow-wrap:anywhere;word-break:normal;
  }
  .placement li>img{margin-top:2px;flex:0 0 auto}
  .placement-button{max-width:100%;white-space:normal;text-align:left}
}

@media(max-width:480px){
  .audience-card>img,.learn-photo{max-width:300px}
  .why-visual,.placement-photo{max-width:310px}
}

/* Footer curve: scale by viewport width, never by the variable footer height. */
@media(max-width:1600px){
  .footer{
    background-color:var(--royal);
    background-image:url('../icons/footer-background.svg');
    background-position:top center;
    background-size:100% min(716px,37.291667vw);
    background-repeat:no-repeat;
  }
}

/* Match the 404 surface above the shared footer curve without changing other pages. */
.error404-page + .footer{background-image:url('../icons/footer-background-404.svg')}

@media(max-width:1200px){
  .footer{padding-top:clamp(90px,13.5vw,162px);padding-bottom:60px}
}

@media(max-width:767px){
  .footer{padding:clamp(72px,13.5vw,104px) 18px 40px}
  .footer-grid{gap:32px!important}
  .footer-logo,.footer-logo img{width:120px;height:124px}
  .footer-logo{margin-bottom:20px}
  .footer-navigation{margin-top:4px}
  .footer-link-columns{margin-top:28px;column-gap:24px;row-gap:14px}
  .footer-contact{margin-top:4px}
  .copyright{margin-top:40px}
}

@media(max-width:360px){
  .footer{padding-left:16px;padding-right:16px}
  .footer-link-columns{grid-template-columns:minmax(0,1fr);gap:14px}
}

/* Mobile FAQ title: keep the decorative underline in flow below wrapped text. */
@media(max-width:767px){
  .faq{padding-top:32px;padding-bottom:40px}
  .faq-heading{height:auto;min-height:0;gap:12px}
  .faq h2{width:100%;white-space:normal;text-align:center}
  .faq-heading>img,.faq-title-underline{
    position:relative;left:auto;top:auto;width:min(220px,65vw);height:auto;
    margin:0 auto;transform:none;
  }
  .accordion{margin-top:28px}
}

@media(max-width:480px){
  .faq h2{font-size:32px;line-height:1.16}
  .faq-heading>img,.faq-title-underline{width:min(190px,60vw)}
  .accordion{margin-top:22px}
}

/* iPad/tablet: center odd final cards and keep hand-drawn lines below headings. */
@media(min-width:768px) and (max-width:1200px){
  /* Keep two tablet columns, but let each Starting Point card grow with its copy. */
  .audience-card{
    height:auto;min-height:0;padding:0 20px 32px;
    display:flex;align-items:center;flex-direction:column;overflow:hidden;
  }
  .audience-card:before{inset:120px 0 0}
  .audience-card>img{
    position:relative;left:auto;top:auto;width:100%;
    height:clamp(250px,46vw,380px);flex:none;
  }
  .audience-icon{
    position:relative;left:auto;top:auto;margin:-43px auto 0;
    transform:none;flex:none;
  }
  .audience-card>div{
    position:relative;left:auto;top:auto;width:100%;margin:15px auto 0;
  }

  .audience-grid>:last-child:nth-child(odd),
  .course-grid>:last-child:nth-child(odd),
  .benefit-grid>:last-child:nth-child(odd),
  .journey ol>:last-child:nth-child(odd),
  .learn-grid>:last-child:nth-child(odd),
  .quote-grid>:last-child:nth-child(odd){
    grid-column:1/-1!important;width:min(100%,560px);justify-self:center;
  }
  .course-card:nth-child(13){grid-column:1/-1!important}

  .start-title-underline,.course-title-underline,.testimonials-title-underline{
    position:relative;left:auto;top:auto;display:block;height:auto;
    margin:10px auto 0;transform:none;
  }
  .start-title-underline{width:min(193px,32vw)}
  .course-title-underline{width:min(257px,36vw);margin-left:0}
  .testimonials-title-underline{width:min(228px,32vw)}

  .faq-heading{height:auto;min-height:0;gap:14px}
  .faq h2{width:100%;white-space:normal;text-align:center}
  .faq-heading>img,.faq-title-underline{
    position:relative;left:auto;top:auto;width:min(260px,34vw);height:auto;
    margin:0 auto;transform:none;
  }
  .accordion{margin-top:36px}
}

/*
 * Shared testimonial carousel controls.
 * Keep both arrows outside the text-card viewport with a consistent clear gap
 * on Home, About, Contact, and every course template.
 */
.testimonials .testimonial-prev{
  left:max(12px,calc(50% - 870px));
}
.testimonials .testimonial-next{
  right:max(12px,calc(50% - 870px));
}

@media(max-width:1200px){
  .testimonials .testimonial-prev{left:20px}
  .testimonials .testimonial-next{right:20px}
}

@media(max-width:650px){
  .testimonials .testimonial-prev{left:2px}
  .testimonials .testimonial-next{right:2px}
}

/* Home hero: keep the complete learner image inside iPad/tablet viewports. */
@media(min-width:768px) and (max-width:1200px){
  .home .hero>img.hero-person{
    left:auto;
    right:0;
    top:48px;
    bottom:auto;
    width:min(62vw,620px);
    height:auto;
    max-height:calc(100% - 96px);
    object-fit:contain;
    object-position:right top;
  }
}

/* Shared curved section transitions use one fluid SVG geometry site-wide. */
.testimonials-top-wave,
.testimonials-bottom-wave{
  left:0;
  width:100%;
  object-fit:fill;
  transform:scaleY(-1);
}
.testimonials-top-wave{
  top:-1px;
  transform:none;
}

@media(max-width:1200px){
  .nav,
  .sap-page .site-header .nav{
    overflow-x:hidden;
    gap:6px!important;
  }
  .nav-dropdown{
    grid-template-columns:minmax(0,1fr) 44px;
    width:100%;
    min-width:0;
  }
  .nav-dropdown>.training-link{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .nav-submenu.nav-mega-menu,
  .nav-mega-menu.is-columns{
    display:none;
  }
  .nav-dropdown.submenu-open>.nav-submenu.nav-mega-menu{
    display:block;
  }
  .nav-mega-menu{
    width:100%;
    min-width:0;
    padding:6px 0 0;
    overflow:hidden;
  }
  .nav-mega-group{
    width:100%;
    min-width:0;
    margin:0;
    padding:0;
    border:0;
    background:transparent;
  }
  .nav-mega-group-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) 40px;
    align-items:center;
    width:100%;
    min-height:42px;
    gap:0;
    border-radius:10px;
  }
  .nav-mega-menu .nav-mega-group-title{
    display:flex;
    align-items:center;
    width:100%;
    min-width:0;
    padding:9px 12px;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .nested-submenu-toggle{
    display:grid;
    width:40px;
    height:40px;
    justify-self:end;
  }
  .course-branch-toggle{
    display:grid;
    width:38px;
    height:38px;
    justify-self:end;
  }
  .course-branch-toggle .training-caret img{
    transform:rotate(-90deg);
  }
  .nav-mega-course-branch.course-branch-open .course-branch-toggle .training-caret img{
    transform:rotate(90deg);
  }
  .nav-mega-group-items{
    width:100%;
    min-width:0;
    padding:0 0 8px 12px;
  }
  .nav-mega-group.nested-submenu-open>.nav-mega-group-items{
    display:grid;
  }
  .nav-mega-group-items a,
  .nav-mega-menu>a,
  .nav-mega-course-parent,
  .nav-mega-child-links a{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .nav-mega-course-branch{
    width:100%;
    min-width:0;
    margin:0;
  }
  .nav-mega-course-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) 38px;
    align-items:center;
    width:100%;
  }
  .nav-mega-course-branch .nav-mega-course-parent{
    display:flex;
    align-items:center;
    min-height:38px;
    padding:7px 12px;
    color:var(--ink);
    font-size:14px;
    line-height:20px;
  }
  .nav-mega-child-links{
    display:none;
    width:100%;
    min-width:0;
    padding-left:12px;
  }
  .nav-mega-course-branch.course-branch-open>.nav-mega-child-links,
  .nav-mega-course-branch.is-active>.nav-mega-child-links{
    display:grid;
  }
}

@media(max-width:480px){
  .nav,
  .sap-page .site-header .nav{
    left:14px;
    right:14px;
    padding:16px 18px;
  }
  .nav-submenu{
    padding-left:0;
  }
  .nav-mega-group-items{
    padding-left:8px;
  }
}

/* Mega menu redesign rollback marker: start */
@media(min-width:1025px){
  .nav-dropdown-mega .nav-mega-menu{
    left:-960px;
    width:1920px;
    height:auto;
    max-height:none;
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    align-items:start;
    gap:14px;
    overflow:visible;
    padding:18px;
    border:1px solid rgba(15,76,129,.12);
    border-top:4px solid var(--royal);
    border-radius:0 0 20px 20px;
    background:#fff;
    box-shadow:0 28px 70px rgba(15,76,129,.18);
    transform:none;
  }
  .nav-dropdown-mega:is(:hover,:focus-within) .nav-mega-menu,
  .nav-dropdown-mega.submenu-open .nav-mega-menu{
    transform:none;
  }
  .nav-dropdown-mega .nav-mega-menu:before{
    left:0;
    right:0;
    top:-20px;
    height:20px;
  }
  .nav-dropdown-mega .nav-mega-group{
    min-height:0;
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:0 0 14px;
    padding:0;
    border:1px solid #e3edf7;
    border-radius:16px;
    background:#fbfdff;
    box-shadow:0 10px 26px rgba(15,76,129,.07);
    overflow:hidden;
  }
  .nav-dropdown-mega .nav-mega-menu.is-masonry{
    align-items:start;
  }
  .nav-dropdown-mega .nav-mega-column{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .nav-dropdown-mega .nav-mega-column .nav-mega-group{
    margin:0;
  }
  .nav-dropdown-mega .nav-mega-group-heading{
    min-height:0;
    padding:0;
  }
  .nav-dropdown-mega .nav-mega-group-title{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:44px;
    padding:10px 14px;
    border:0;
    border-radius:0;
    background:#eef7ff;
    color:#07192d;
    font:800 14px/19px "Inter Tight",Arial,sans-serif;
  }
  .nav-dropdown-mega .nav-mega-group-title:after{
    display:none;
  }
  .nav-dropdown-mega .nav-mega-group-title:before{
    content:"";
    width:18px;
    height:18px;
    flex:0 0 18px;
    background:url('../icons/menu-book.svg') center/18px 18px no-repeat;
  }
  .nav-dropdown-mega .nav-mega-group-title span,
  .nav-dropdown-mega .nav-mega-group-title{
    min-width:0;
  }
  .nav-dropdown-mega .nav-mega-group-title:after{
    display:none;
  }
  .nav-dropdown-mega .nav-mega-group.is-active .nav-mega-group-title,
  .nav-dropdown-mega .nav-mega-group-title:is(:hover,:focus-visible){
    background:#e5f2ff;
    color:var(--royal);
  }
  .nav-dropdown-mega .nav-mega-group-title.is-active{
    text-decoration:underline;
    text-decoration-thickness:2px;
    text-underline-offset:4px;
  }
  .nav-dropdown-mega .nav-mega-group.is-active{
    border-color:rgba(15,76,129,.22);
    box-shadow:0 14px 30px rgba(15,76,129,.11);
  }
  .nav-dropdown-mega .nav-mega-group-items{
    gap:1px;
    padding:10px 10px 12px;
  }
  .nav-dropdown-mega .nav-mega-group-items a,
  .nav-dropdown-mega .nav-mega-child-links a,
  .nav-dropdown-mega .nav-mega-menu>a{
    position:relative;
    min-height:30px;
    padding:6px 8px 6px 12px;
    border-radius:8px;
    color:#2c3949;
    font:500 12px/17px "Inter Tight",Arial,sans-serif;
  }
  .nav-dropdown-mega .nav-mega-group-items a:before,
  .nav-dropdown-mega .nav-mega-child-links a:before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    bottom:9px;
    width:3px;
    border-radius:999px;
    background:transparent;
  }
  .nav-dropdown-mega .nav-mega-group-items a:is(:hover,:focus-visible),
  .nav-dropdown-mega .nav-mega-group-items a.is-active,
  .nav-dropdown-mega .nav-mega-child-links a:is(:hover,:focus-visible),
  .nav-dropdown-mega .nav-mega-child-links a.is-active{
    background:#eef7ff;
    color:var(--royal);
    outline:0;
  }
  .nav-dropdown-mega .nav-mega-group-items a.is-active,
  .nav-dropdown-mega .nav-mega-child-links a.is-active,
  .nav-dropdown-mega .nav-mega-course-parent.is-active{
    text-decoration:underline;
    text-decoration-thickness:2px;
    text-underline-offset:4px;
  }
  .nav-dropdown-mega .nav-mega-group-items a:is(:hover,:focus-visible):before,
  .nav-dropdown-mega .nav-mega-group-items a.is-active:before,
  .nav-dropdown-mega .nav-mega-child-links a:is(:hover,:focus-visible):before,
  .nav-dropdown-mega .nav-mega-child-links a.is-active:before{
    background:var(--royal);
  }
  .nav-dropdown-mega .nav-mega-course-branch{
    margin:8px 0 2px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .nav-dropdown-mega .nav-mega-course-branch.is-active{
    background:transparent;
    box-shadow:none;
  }
  .nav-dropdown-mega .nav-mega-course-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .nav-dropdown-mega .nav-mega-course-branch .nav-mega-course-parent{
    padding:6px 8px 6px 12px;
    border-radius:8px;
    color:#07192d;
    font:800 12px/17px "Inter Tight",Arial,sans-serif;
  }
  .nav-dropdown-mega .nav-mega-course-branch .nav-mega-course-parent:is(:hover,:focus-visible),
  .nav-dropdown-mega .nav-mega-course-branch .nav-mega-course-parent.is-active{
    background:#eef7ff;
    color:var(--royal);
    outline:0;
  }
  .nav-dropdown-mega .nav-mega-child-links{
    gap:1px;
    padding-left:10px;
  }
}

@media(min-width:1701px){
  .nav-dropdown-mega .nav-mega-menu{
    position:fixed;
    left:0;
    top:var(--mnp-mega-top,132px);
    width:var(--mnp-layout-width,100vw);
    max-height:calc(100vh - var(--mnp-mega-top,132px) - 18px);
    height:auto;
    overflow-y:auto;
  }
}

@media(max-width:1024px){
  .nav,
  .sap-page .site-header .nav{
    border:1px solid rgba(15,76,129,.1);
    border-radius:18px;
  }
  .nav-dropdown.submenu-open{
    padding:8px;
    border-radius:14px;
    background:#f7fbff;
  }
  .nav-dropdown>.training-link,
  .nav>a{
    border-radius:10px;
  }
  .nav>a.is-active,
  .nav-dropdown.is-active>.training-link{
    background:#eef7ff;
    color:var(--royal);
  }
  .nav-submenu.nav-mega-menu{
    padding:8px 0 0;
  }
  .nav-mega-column{
    display:contents;
  }
  .nav-mega-group{
    border:1px solid #e3edf7;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
  }
  .nav-mega-group-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) 42px;
    align-items:center;
    padding:0;
    background:#fff;
  }
  .nav-mega-group.nested-submenu-open,
  .nav-mega-group.is-active{
    background:#eef7ff;
    border-color:rgba(15,76,129,.18);
  }
  .nav-mega-menu .nav-mega-group-title{
    width:100%;
    min-height:46px;
    display:flex;
    align-items:center;
    padding:11px 14px;
    color:#111;
    font:800 15px/20px "Inter Tight",Arial,sans-serif;
  }
  .nav-mega-group-items{
    padding:8px 10px 12px 16px;
    background:#fff;
  }
  .nav-mega-group-items a.is-active,
  .nav-mega-child-links a.is-active,
  .nav-mega-course-parent.is-active{
    color:var(--royal);
    font-weight:800;
  }
  .nav-mega-course-branch{
    border:1px solid #edf2f8;
    border-radius:10px;
    overflow:hidden;
  }
  .nav-mega-course-branch.course-branch-open,
  .nav-mega-course-branch.is-active{
    background:#f7fbff;
  }
  .nav-mega-course-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) 38px;
    align-items:center;
  }
  .nav-mega-course-branch .nav-mega-course-parent{
    width:100%;
    min-height:40px;
    display:flex;
    align-items:center;
    padding:9px 12px;
    color:#111;
    font-weight:800;
  }
}
/* Mega menu redesign rollback marker: end */

.floating-whatsapp{
  position:fixed;
  z-index:80;
  left:22px;
  bottom:22px;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 14px 28px rgba(0,0,0,.22);
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease;
}
.floating-whatsapp img{
  width:31px;
  height:31px;
  object-fit:contain;
}
.floating-whatsapp:is(:hover,:focus-visible){
  background:#1ebe5d;
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(0,0,0,.28);
  outline:0;
}

.book-demo-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.book-demo-modal.is-open{
  display:flex;
}
.book-demo-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,24,44,.62);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.book-demo-modal__dialog{
  position:relative;
  z-index:1;
  width:min(680px,100%);
  max-height:calc(100vh - 48px);
  padding:34px;
  overflow:auto;
  border-radius:24px;
  background:#fff;
  box-shadow:0 26px 80px rgba(0,0,0,.24);
}
.book-demo-modal__dialog h2{
  margin:0 44px 24px 0;
  color:var(--navy);
  font:600 32px/40px Inter,Arial,sans-serif;
  letter-spacing:0;
}
.book-demo-modal__close{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#e4f5ff;
  color:var(--navy);
  font:400 30px/36px Arial,sans-serif;
  cursor:pointer;
}
.book-demo-modal__close:is(:hover,:focus-visible){
  background:var(--navy);
  color:#fff;
  outline:0;
}
.book-demo-modal__form.contact-form-card{
  min-height:0;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.book-demo-modal__form .gform_fields{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}
.book-demo-modal__form .gfield{
  grid-column:span 1!important;
}
.book-demo-modal__form #field_1_5,
.book-demo-modal__form .gfield--type-textarea,
.book-demo-modal__form .gfield--type-captcha{
  grid-column:1/-1!important;
}
.book-demo-modal__form label{
  margin-bottom:8px!important;
  color:var(--navy)!important;
  font:600 14px/20px Inter,Arial,sans-serif!important;
}
.book-demo-modal__form input,
.book-demo-modal__form select,
.book-demo-modal__form textarea{
  width:100%!important;
  padding:14px 16px!important;
  border:1px solid #d9e1e7!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#101010!important;
  font:400 15px/22px "Inter Tight",Arial,sans-serif!important;
}
.book-demo-modal__form input,
.book-demo-modal__form select{
  height:52px!important;
}
.book-demo-modal__form textarea{
  height:120px!important;
  resize:vertical;
}
.book-demo-modal__form .gform_footer{
  margin:22px 0 0!important;
  padding:0!important;
}
.book-demo-modal__form .gform_button{
  min-width:170px!important;
  height:50px!important;
  margin:0!important;
  padding:0 26px!important;
  border:0!important;
  border-radius:100px!important;
  background:var(--navy)!important;
  color:#fff!important;
  font:600 15px/22px Inter,Arial,sans-serif!important;
}
.book-demo-modal__form .mnp-course-search{
  position:relative;
  width:100%;
}
.book-demo-modal__form #field_1_5 .ginput_container_select > select.gfield_select{
  display:none!important;
}
.book-demo-modal__form .mnp-course-search-native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.book-demo-modal__form .mnp-course-search-input{
  width:100%!important;
  padding-right:58px!important;
}
.book-demo-modal__form .mnp-course-search-toggle{
  position:absolute!important;
  top:50%!important;
  right:14px!important;
  width:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#0f4c81 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center/14px 14px no-repeat!important;
  transform:translateY(-50%)!important;
  cursor:pointer;
}
.book-demo-modal__form .mnp-course-search-options{
  position:absolute;
  z-index:20;
  top:calc(100% + 8px);
  left:0;
  right:0;
  max-height:240px;
  margin:0;
  padding:6px;
  overflow:auto;
  border:1px solid #d4d4d4;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 36px rgba(15,76,129,.14);
  list-style:none;
}
.book-demo-modal__form .mnp-course-search:not(.is-open) .mnp-course-search-options{
  display:none;
}
.book-demo-modal__form .mnp-course-search-option,
.book-demo-modal__form .mnp-course-search-empty{
  padding:10px 12px;
  border-radius:6px;
  color:#222;
  font:500 14px/20px "Inter Tight",Arial,sans-serif;
}
.book-demo-modal__form .mnp-course-search-option{
  cursor:pointer;
}
.book-demo-modal__form .mnp-course-search-option:hover,
.book-demo-modal__form .mnp-course-search-option.is-active{
  background:#e4f5ff;
  color:#0f4c81;
}
body.book-demo-modal-open{
  overflow:hidden;
}

@media(max-width:650px){
  .floating-whatsapp{
    left:10px;
    bottom:10px;
    width:44px;
    height:44px;
  }
  .floating-whatsapp img{
    width:24px;
    height:24px;
  }
  .book-demo-modal{
    padding:14px;
  }
  .book-demo-modal__dialog{
    max-height:calc(100vh - 28px);
    padding:26px 18px;
    border-radius:18px;
  }
  .book-demo-modal__dialog h2{
    font-size:26px;
    line-height:32px;
  }
  .book-demo-modal__form .gform_fields{
    grid-template-columns:1fr!important;
  }
  .book-demo-modal__form .gfield{
    grid-column:1/-1!important;
  }
}

.ui-datepicker,
.gform-theme-datepicker{
  z-index:99999!important;
  box-sizing:border-box;
  max-width:calc(100vw - 32px);
}
.ui-datepicker table,
.gform-theme-datepicker table{
  width:100%;
  table-layout:fixed;
}
.ui-datepicker th,
.ui-datepicker td,
.gform-theme-datepicker th,
.gform-theme-datepicker td{
  text-align:center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.gform-theme-datepicker .ui-datepicker-prev,
.gform-theme-datepicker .ui-datepicker-next{
  min-width:32px;
  min-height:32px;
}

@media(max-width:810px){
  .ui-datepicker,
  .gform-theme-datepicker{
    left:16px!important;
    right:16px!important;
    width:auto!important;
    min-width:0!important;
    padding:12px!important;
  }
  .ui-datepicker .ui-datepicker-title,
  .gform-theme-datepicker .ui-datepicker-title{
    display:flex;
    justify-content:center;
    gap:8px;
    margin:0 38px;
  }
  .ui-datepicker select,
  .gform-theme-datepicker select{
    min-width:0;
    max-width:48%;
  }
}

@media(max-width:767px){
  .testimonials .testimonials-review-link{
    width:max-content!important;
    min-width:244px!important;
    max-width:calc(100% - 36px)!important;
    white-space:nowrap!important;
    justify-content:center!important;
    overflow:hidden;
  }
  .testimonials .testimonials-review-link i{
    flex:0 0 24px!important;
  }
}

@media(max-width:1200px){
  .animated-svg-static,
  .draw-reveal,
  .sap-hero-doodle,
  .fico-hero-doodle,
  .sap-fees-doodle,
  .sap-fees-doodle-figma,
  .why-doodle,
  .placement-doodle,
  .about-why-doodle,
  .about-trust-doodle,
  .testimonials-dots,
  .cta-dots{
    display:none!important;
    animation:none!important;
  }
  .draw-svg,
  .draw-svg *,
  .draw-svg-dashed,
  .draw-svg-dashed *{
    animation:none!important;
  }
}
