*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif}code{font-family:source-code-pro,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif}body{margin:0}.highlight{color:#2563eb}.section-tag{font-weight:600;margin-bottom:8px;text-transform:uppercase}.header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;min-height:76px;padding:14px 60px;position:relative;z-index:1000}.header,.logo{align-items:center;display:flex}.logo{flex-shrink:0;text-decoration:none}.logo img{display:block;height:45px;object-fit:contain;object-position:left center;width:150px}.nav-links{align-items:center;display:flex;gap:32px}.nav-links a{color:#111;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s ease}.nav-links a:hover{color:#2563eb}.programs-nav-item{align-items:center;display:flex;height:76px;position:relative}.programs-nav-button{align-items:center;background:#0000;border:none;color:#111;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:5px;outline:none;padding:8px 0;transition:color .2s ease}.programs-nav-button.active,.programs-nav-button:hover{color:#2563eb}.programs-arrow{font-size:12px;line-height:1;margin-top:-2px;transition:transform .2s ease}.programs-nav-button.active .programs-arrow{transform:rotate(180deg)}.programs-mega-menu{animation:programsMenuShow .18s ease-out;background:#fff;border:1px solid #d7dee8;border-radius:10px;box-shadow:0 12px 30px #0f172a1f,0 3px 8px #0f172a0d;display:grid;grid-template-columns:200px 1fr;left:50%;max-width:calc(100vw - 30px);overflow:hidden;position:absolute;top:65px;transform:translateX(-50%);width:650px}@keyframes programsMenuShow{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.programs-menu-left{background:#f4f7fb;border-right:1px solid #d7dee8;display:flex;flex-direction:column;gap:5px;max-height:390px;overflow-y:auto;padding:8px}.program-menu-category{grid-gap:5px;align-items:center;background:#fff;border:1px solid #d5dde8;border-radius:7px;box-shadow:0 1px 2px #0f172a08;color:#475569;cursor:pointer;display:grid;font-family:Poppins,sans-serif;gap:5px;grid-template-columns:23px minmax(0,1fr) 12px;min-height:32px;padding:5px 7px;text-align:left;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;width:100%}.program-menu-category:hover{background:#f8fbff;border-color:#60a5fa;color:#1d4ed8;transform:translateX(1px)}.program-menu-category.selected{background:#eff6ff;border:1.5px solid #2563eb;box-shadow:0 2px 6px #2563eb14;color:#1d4ed8}.program-menu-number{align-items:center;background:#e8edf3;border-radius:5px;color:#64748b;display:flex;font-size:7px;font-weight:700;height:21px;justify-content:center;letter-spacing:.1px;width:21px}.program-menu-category.selected .program-menu-number,.program-menu-category:hover .program-menu-number{background:#dbeafe;color:#1d4ed8}.program-menu-title{color:inherit;font-size:9px;font-weight:600;line-height:1.2}.program-menu-chevron{color:#64748b;font-size:9px;line-height:1;text-align:right;transition:color .18s ease,transform .18s ease}.program-menu-category.selected .program-menu-chevron,.program-menu-category:hover .program-menu-chevron{color:#2563eb;transform:translateX(1px)}.programs-menu-right{align-items:flex-start;background:#fff;display:flex;max-height:390px;min-width:0;overflow-y:auto;padding:12px}.program-sub-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.program-sub-item{align-items:center;background:#fff;border:1px solid #e7ebf0;border-radius:7px;color:#1e293b;display:flex;gap:7px;min-height:45px;padding:7px;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease}.program-sub-item:hover{background:#fafcff;border-color:#d7e3f5;transform:translateY(-1px)}.program-menu-icon{align-items:center;background:#f1f6fd;border:1px solid #e1ebf8;border-radius:6px;color:#2563eb;display:flex;flex-shrink:0;height:25px;justify-content:center;transition:transform .2s ease;width:25px}.program-sub-item:hover .program-menu-icon{background:#f1f6fd;color:#2563eb;transform:scale(1.02)}.program-menu-icon svg{display:block;height:13px;width:13px}.program-sub-content{align-items:center;display:flex;flex:1 1;gap:4px;justify-content:space-between;min-width:0}.program-sub-title{color:#475569;font-size:9px;font-weight:600;line-height:1.25}.program-sub-item:hover .program-sub-title{color:#2563eb}.program-sub-arrow{color:#a8b3c2;flex-shrink:0;font-size:9px;transition:color .2s ease,transform .2s ease}.program-sub-item:hover .program-sub-arrow{color:#2563eb;transform:translateX(1px)}.programs-menu-left::-webkit-scrollbar,.programs-menu-right::-webkit-scrollbar{width:4px}.programs-menu-left::-webkit-scrollbar-track,.programs-menu-right::-webkit-scrollbar-track{background:#edf1f5}.programs-menu-left::-webkit-scrollbar-thumb,.programs-menu-right::-webkit-scrollbar-thumb{background:#b8c2ce;border-radius:10px}@media (max-width:900px){.programs-mega-menu{grid-template-columns:185px 1fr;width:600px}.programs-menu-right{padding:10px}}@media (max-width:768px){.programs-mega-menu{grid-template-columns:1fr;left:15px;max-height:calc(100vh - 120px);max-width:none;overflow:hidden;position:fixed;right:15px;top:100px;transform:none;width:auto}.programs-menu-left{border-bottom:1px solid #d7dee8;border-right:none;max-height:210px}.programs-menu-right{max-height:260px;padding:10px}.program-sub-grid{grid-template-columns:1fr}}.cta-btn{background:#2563eb;border:none;border-radius:24px;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;outline:none;padding:11px 22px;transition:background .25s ease,transform .25s ease}.cta-btn,.cta-btn:hover{color:#fff!important;text-decoration:none!important}.cta-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.hero{background-color:#eef2ff;padding:40px 20px 60px;text-align:center}.hero-image{border-radius:12px;box-shadow:0 10px 30px #0000001a;margin-bottom:32px;max-width:90%;width:900px}.hero-content h1{font-size:28px;font-weight:700;line-height:1.4;margin:0 auto 24px;max-width:700px}.hero-btn{background-color:#2563eb;border:none;border-radius:24px;color:#fff;cursor:pointer;font-weight:600;padding:12px 28px;transition:background .25s ease}.hero-btn:hover{background-color:#1d4ed8}.impact{background:#1e3a8a;margin:0 auto;max-width:1300px;padding:55px 60px}.impact-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:35px;justify-content:space-between;margin-bottom:-55px}.impact-top-text{flex:1 1 420px;max-width:520px}.impact .section-tag{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:700;gap:10px;margin-bottom:10px}.impact .slashes{color:#fff;font-weight:800}.impact .section-tag:after{background:#fff;content:"";height:2px;width:55px}.impact-top-text h2{color:#fff;font-size:30px;font-weight:800;line-height:1.25;margin:0 0 14px}.impact-top-text h2 .highlight{color:#60a5fa}.impact-desc{color:#fff;font-size:14px;font-weight:400;line-height:1.65;margin:0 0 10px}.impact-top-image{flex:0 0 500px;width:500px}.impact-top-image img{display:block;max-height:430px;object-fit:contain;width:100%}.impact-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin:0 auto 28px;max-width:1080px;width:100%}.impact-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;min-height:155px;padding:16px 17px;transition:transform .25s ease,box-shadow .25s ease}.impact-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-3px)}.impact-icon-circle{align-items:center;border-radius:50%;display:flex;font-size:16px;height:36px;justify-content:center;margin-bottom:9px;width:36px}.impact-card h3{font-size:25px;font-weight:800;line-height:1;margin:0 0 4px}.impact-label{color:#111;font-size:13px;font-weight:700;margin:0 0 6px}.impact-underline{border-radius:2px;display:block;height:2px;margin-bottom:7px;width:30px}.impact-sub{color:#666;display:block;font-size:11px;line-height:1.4}.impact-banner{background:#fff;border-radius:14px;box-sizing:border-box;margin:0 auto;max-width:1180px;min-height:78px;padding:15px 20px;width:100%}.banner-item,.impact-banner{align-items:center;display:flex}.banner-item{color:#1e3a8a;flex:1 1;font-size:13px;font-weight:600;gap:9px;line-height:1.3;min-width:0}.banner-item>span:last-child{display:block}.banner-icon{align-items:center;background:#eef2ff;border-radius:50%;display:flex;flex-shrink:0;font-size:16px;height:34px;justify-content:center;width:34px}.banner-divider{background:#1e3a8a;flex-shrink:0;height:32px;margin:0 14px;opacity:.25;width:1px}.partner-btn{border-radius:6px;display:inline-block;font-size:14px;margin-left:18px;padding:8px 14px;text-decoration:none!important;transition:background .2s ease;white-space:nowrap}.partner-btn,.partner-btn:hover{background:#2563eb!important;color:#fff!important}.partner-btn:hover{transform:none}.programs{padding:55px 55px 35px;text-align:center}.programs .section-tag{margin-bottom:8px;text-align:center}.programs h2{color:#111;font-size:30px;font-weight:800;line-height:1.3;margin:0 0 12px;text-align:center}.programs h2 .highlight{color:#2563eb}.programs-subtitle{color:#666;font-size:14px;line-height:1.7;margin:0 auto;max-width:700px}.programs-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:35px}.program-card{border:1px solid #eee;border-radius:12px;min-height:350px;text-align:left;transition:all .25s ease}.program-card:hover{border-color:#2563eb;box-shadow:0 10px 25px #00000014;transform:translateY(-5px)}.program-thumb{align-items:center;background:#f5f5ff;display:flex;height:160px;justify-content:center;overflow:hidden;width:100%}.program-thumb img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.program-content{display:flex;flex-direction:column;min-height:175px;padding:18px 20px 20px}.program-content h3{color:#111;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 9px}.program-content p{color:#666;font-size:12px;line-height:1.6;margin:0}.program-learn-more{align-items:center;display:inline-flex;font-weight:600;gap:6px;margin-top:auto;padding-top:15px;text-decoration:none;transition:all .25s ease}.program-learn-more span{font-size:17px;transition:transform .25s ease}.program-learn-more:hover{color:#1d4ed8}.program-learn-more:hover span{transform:translateX(4px)}.partners{background:#fafafa;overflow:hidden;padding:20px 60px 60px;text-align:center}.partners-description{color:#666;font-size:15px;line-height:1.7;margin:15px auto 35px;max-width:650px}.logo-slider{margin-top:35px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7%,#000 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7%,#000 93%,#0000);overflow:hidden;width:100%}.logo-track{display:flex;gap:20px;width:max-content}.logo-group{display:flex;flex-shrink:0;gap:20px}.logo-track-left{animation:partnersScrollLeft 35s linear infinite}.logo-track-right{animation:partnersScrollRight 35s linear infinite;margin-top:20px}.logo-slider:hover .logo-track{animation-play-state:paused}@keyframes partnersScrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes partnersScrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.partner-logo{align-items:center;background:#fff;border:1px solid #e7e7e7;border-radius:12px;display:flex;flex:0 0 160px;height:80px;justify-content:center;padding:12px 20px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:160px}.partner-logo img{filter:grayscale(100%);max-height:100%;max-width:100%;object-fit:contain;opacity:.75;transition:filter .3s ease,opacity .3s ease}.partner-logo:hover{border-color:#2563eb;box-shadow:0 10px 25px #2563eb1f;transform:translateY(-4px)}.partner-logo:hover img{filter:grayscale(0);opacity:1}.testimonials{padding:30px 50px;text-align:center}.testimonials h2{margin-bottom:15px}.testimonial-filters{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:30px;display:flex;gap:3px;justify-content:center;margin:15px auto 22px;padding:4px;width:fit-content}.testimonial-filters button{background:#0000;border:none;border-radius:20px;color:#444;cursor:pointer;font-size:11px;font-weight:500;padding:6px 12px}.testimonial-filters button.active{background:#1557d5;color:#fff}.testimonial-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.testimonial-card{background:#fff;border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:column;min-height:195px;padding:15px 17px 14px;position:relative;text-align:left;transition:all .25s ease}.testimonial-card:hover{border-color:#c8d8ff;box-shadow:0 6px 15px #0000000f;transform:translateY(-2px)}.testimonial-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.testimonial-icon{align-items:center;background:#eef3ff;border-radius:50%;color:#1557d5;display:flex;font-size:15px;height:32px;justify-content:center;width:32px}.testimonial-tag{color:#1557d5;font-size:10px;font-weight:700}.testimonial-tag.csr-tag{color:#059669}.testimonial-content{padding-left:11px;position:relative}.quote-mark{color:#1557d5;font-size:22px;font-weight:800;left:-2px;line-height:1;position:absolute;top:-3px}.testimonial-quote{color:#363636;font-size:12px;line-height:1.35;margin:0 0 9px}.testimonial-person{margin-top:3px}.testimonial-person p{font-size:11px;line-height:1.25;margin:1px 0}.testimonial-name{color:#111;font-size:13px!important;font-weight:700}.testimonial-link{color:#1557d5;font-size:11px;font-weight:600;margin-top:auto;padding-top:8px;text-decoration:none}.testimonial-video-card{background:#0958be;border:1px solid #d8d8d8;border-radius:12px;height:225px;overflow:hidden;transition:all .25s ease}.testimonial-video-card:hover{box-shadow:0 6px 15px #00000014;transform:translateY(-2px)}.video-brand-bar{align-items:center;background:linear-gradient(135deg,#0752ad,#1469db);color:#fff;display:flex;gap:8px;height:34px;justify-content:center}.video-brand{font-size:14px;font-weight:700}.video-divider{background:#ffffff73;height:15px;width:1px}.video-program{font-size:10px;font-weight:500}.video-wrapper{background:#000;height:191px;position:relative;width:100%}.video-wrapper iframe{border:none;display:block;height:100%;width:100%}.video-tag{background:#153f7c;border-radius:12px;color:#fff;font-size:8px;font-weight:700;left:8px;padding:2px 7px;pointer-events:none;position:absolute;top:6px;z-index:5}.footer{grid-gap:40px;background:#1e3a8a;color:#fff;display:grid;gap:40px;grid-template-columns:1.5fr 1fr 1fr 1.5fr;margin-top:0;padding:42px 60px 35px;position:relative}.footer-company{margin-top:-10px;max-width:300px}.footer-logo{display:block;height:38px;margin-bottom:8px;object-fit:contain;object-position:left center;width:110px}.footer-tagline{color:#fff;font-size:10px;font-weight:700;letter-spacing:1.5px;margin:0 0 10px}.footer-description{color:#ffffffe0;font-size:12px;line-height:1.6;margin:0}.footer-col h4{color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;margin:0 0 16px;position:relative}.footer-col h4:after{background:#fff;content:"";display:block;height:2px;margin-top:7px;width:25px}.footer-link{background:none;border:none;color:#ffffffe0;cursor:pointer;display:block;font-size:12px;margin-bottom:9px;padding:0;text-decoration:none;transition:all .25s ease}.footer-link:hover{color:#fff;transform:translateX(3px)}.newsletter{background:#fff;border-radius:7px;display:flex;margin-top:14px;max-width:290px;overflow:hidden;width:100%}.newsletter input{border:none;color:#333;flex:1 1;font-size:12px;min-width:0;outline:none;padding:10px 12px}.newsletter input::placeholder{color:#999}.newsletter button{background:#1e3a8a;border:none;color:#fff;cursor:pointer;font-size:16px;transition:background .25s ease;width:40px}.newsletter button:hover{background:#172554}.socials{gap:9px;margin-top:17px}.socials,.socials a{align-items:center;display:flex}.socials a{background:#fff;border:1px solid #fff;border-radius:50%;color:#1e3a8a!important;height:32px;justify-content:center;text-decoration:none;transition:transform .25s ease;width:32px}.socials a svg{fill:none;stroke:#1e3a8a!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:#1e3a8a!important;height:15px;width:15px}.socials a .social-fill{fill:#1e3a8a!important;stroke:none}.socials a:hover{background:#fff;border-color:#fff;color:#1e3a8a!important;transform:translateY(-2px)}.socials a:hover svg{stroke:#1e3a8a!important;color:#1e3a8a!important}.socials a:hover .social-fill{fill:#1e3a8a!important}.footer:after{background:#ffffff2e;bottom:18px;content:"";height:1px;left:60px;position:absolute;right:60px}@media (max-width:1100px){.impact{padding:50px 30px}.impact-top-image{flex:0 0 450px;width:450px}.impact-grid{max-width:900px}.impact-banner{flex-wrap:wrap;gap:15px}.banner-item{flex:1 1 40%}.banner-divider{display:none}.partner-btn{margin-left:0}}@media (max-width:1000px){.header{padding:14px 30px}.nav-links{gap:20px}.programs-mega-menu{grid-template-columns:225px 1fr;width:680px}.programs-menu-left{padding:9px}.program-menu-title{font-size:10px}.programs-menu-right{padding:15px}.program-sub-title{font-size:10px}.impact,.partners,.programs,.testimonials{padding:50px 30px}.footer,.impact-grid,.programs-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.footer{gap:30px;padding:40px 30px 70px}.footer:after{bottom:20px;left:30px;right:30px}}@media (max-width:900px){.impact-top{flex-direction:column;margin-bottom:25px;text-align:center}.impact-top-text{max-width:100%}.impact .section-tag{justify-content:center}.impact .section-tag:after{display:none}.impact-top-image{flex:none;margin:0 auto;max-width:500px;width:100%}.impact-grid{grid-template-columns:repeat(2,1fr)}.impact-banner{justify-content:center}.partner-logo{flex-basis:145px;height:75px;width:145px}}@media (max-width:700px){.header{flex-direction:column;gap:15px;padding:15px 20px}.logo img{height:40px;width:140px}.nav-links{flex-wrap:wrap;gap:15px;justify-content:center}.programs-nav-item{height:auto}.programs-mega-menu{grid-template-columns:1fr;left:50%;max-height:75vh;max-width:none;overflow-y:auto;position:fixed;top:145px;transform:translateX(-50%);width:calc(100vw - 20px)}.programs-menu-left{border-bottom:1px solid #edf0f4;border-right:none;padding:8px}.program-menu-category{min-height:34px}.programs-menu-right{padding:12px}.program-sub-grid{grid-template-columns:1fr}.cta-btn{display:none}.hero{padding:30px 15px 45px}.hero-content h1{font-size:24px}.impact,.partners,.programs,.testimonials{padding:45px 20px}.impact-grid,.programs-grid,.testimonial-grid{grid-template-columns:1fr}.impact h2{font-size:27px}.partners{padding:50px 0}.partners-description{font-size:14px;padding:0 20px}.logo-group,.logo-track{gap:14px}.partner-logo{flex:0 0 125px;height:65px;padding:8px 14px;width:125px}.logo-track-left,.logo-track-right{animation-duration:28s}.footer{gap:28px;grid-template-columns:1fr;padding:35px 25px 65px}.footer-company{margin-top:-5px;max-width:100%}.footer-logo{height:32px;width:95px}.footer:after{bottom:18px;left:25px;right:25px}}@media (max-width:480px){.programs-mega-menu{top:140px;width:calc(100vw - 12px)}.programs-menu-left{padding:8px}.program-menu-category{min-height:36px;padding:6px 7px}.program-menu-title{font-size:10px}.program-menu-number{font-size:9px}.programs-menu-right{padding:12px}.program-sub-item{min-height:56px;padding:9px}.program-sub-title{font-size:11px}}.about-hero{align-items:center;background:#1e3a8a;border-radius:16px;color:#fff;display:flex;margin:20px 40px;min-height:320px;overflow:hidden;padding:0;position:relative;width:calc(100% - 80px)}.about-hero-text{box-sizing:border-box;padding:60px;position:relative;width:40%;z-index:2}.about-hero-text h1{font-size:40px;font-weight:700;margin:0 0 12px}.about-hero-text p{font-size:16px;line-height:1.6;margin:0;max-width:450px;opacity:.95}.about-hero-image-wrap{height:100%;overflow:hidden;position:absolute;right:0;top:0;width:60%}.about-hero-img{display:block;height:100%;object-fit:cover;width:100%}.about-hero-image-wrap:before{display:none}@media (max-width:900px){.about-hero{flex-direction:column;margin:15px 30px;min-height:auto;width:calc(100% - 60px)}.about-hero-text{padding:45px 30px;text-align:center;width:100%}.about-hero-text h1{font-size:36px}.about-hero-text p{margin:0 auto}.about-hero-image-wrap{height:280px;position:relative;right:auto;top:auto;width:100%}}@media (max-width:600px){.about-hero{margin:15px 20px;width:calc(100% - 40px)}.about-hero-text{padding:40px 25px}.about-hero-text h1{font-size:32px}.about-hero-text p{font-size:15px}.about-hero-image-wrap{height:220px}}.about-intro{align-items:center;display:flex;flex-direction:row;gap:65px;padding:45px 60px}.about-intro-img-wrap{flex-shrink:0;width:430px}.about-intro-img{border-radius:50% 50% 45% 45%/55% 55% 45% 45%;display:block;height:400px;object-fit:cover;width:100%}.about-intro-text{flex:1 1;text-align:left}.about-intro-text h2{color:#1e3a8a;font-size:30px;font-weight:700;margin:0 0 18px;text-decoration:underline;text-underline-offset:8px}.about-intro-text p{color:#444;font-size:15px;line-height:1.7;margin:0 0 14px}@media (max-width:900px){.about-intro{align-items:center;flex-direction:column;gap:30px;padding:40px 30px;text-align:center}.about-intro-img-wrap{width:350px}.about-intro-img{height:350px}.about-intro-text{text-align:center;width:100%}}@media (max-width:600px){.about-intro{gap:25px;padding:35px 25px}.about-intro-img-wrap{width:280px}.about-intro-img{height:280px}.about-intro-text h2{font-size:27px}.about-intro-text p{font-size:14px}}.vision-mission{background:#f8faff;padding:45px 60px;text-align:center}.vm-heading{color:#1e3a8a;display:inline-block;font-size:34px;font-weight:700;margin:0 0 55px;position:relative}.vm-heading:after{background:#2563eb;border-radius:10px;content:"";display:block;height:4px;margin:14px auto 0;width:65px}.vm-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px}.vm-card{background:#fff;border:1px solid #e5eaf5;border-radius:20px;box-shadow:0 8px 25px #1e3a8a14;overflow:hidden;padding:45px 40px;position:relative;text-align:left;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.vm-card:before{background:linear-gradient(90deg,#1e3a8a,#2563eb);content:"";height:5px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;width:100%}.vm-card:hover{border-color:#2563eb;box-shadow:0 20px 45px #1e3a8a29;transform:translateY(-10px)}.vm-card:hover:before{transform:scaleX(1)}.vm-icon{align-items:center;background:#eef4ff;border-radius:16px;color:#1e3a8a;display:flex;font-size:27px;height:62px;justify-content:center;margin-bottom:22px;transition:transform .35s ease,background .35s ease;width:62px}.vm-card:hover .vm-icon{background:#1e3a8a;color:#fff;transform:scale(1.08) rotate(-3deg)}.vm-card h3{color:#1e3a8a;font-size:22px;font-weight:700;margin:0 0 20px}.vm-card p{color:#555;font-size:15px;line-height:1.8;margin:0 0 15px}.vm-card p:last-child{margin-bottom:0}.founding-team{background:#fff;padding:20px 40px}.founding-team-box{border:1px solid #e5eaf5;border-radius:16px;padding:40px;text-align:center}.founding-team-box h2{color:#1e3a8a;font-size:26px;font-weight:700;margin:0 0 32px}.team-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.team-card{background:#fff;border-radius:12px;overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 12px 30px #1e3a8a26;transform:translateY(-6px)}.team-photo-placeholder{aspect-ratio:1/1;background:#e2e8f0;overflow:hidden;width:100%}.team-photo-placeholder img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.founder-one-photo{align-items:center;display:flex;justify-content:center}.founder-one-photo img{height:100%;object-fit:cover;width:100%}.team-info{background:#1e3a8a;color:#fff;min-height:58px;padding:12px 14px;position:relative}.team-name{font-size:14px;font-weight:700;margin:0}.team-role{font-size:12px;margin:2px 0 0;opacity:.9}.team-linkedin{align-items:center;background:#fff;border:none;border-radius:3px;bottom:10px;color:#1e3a8a;cursor:pointer;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;position:absolute;right:12px;width:18px}@media (max-width:900px){.team-grid{grid-template-columns:1fr 1fr}.founding-team{padding:50px 30px}}@media (max-width:600px){.team-grid{grid-template-columns:1fr}.founding-team-box{padding:30px 20px}}.founder-message{background:#eef2ff;padding:40px 60px;text-align:center}.founder-message h2{color:#1e3a8a;font-size:24px;font-weight:700;margin:0 0 16px}.founder-message p{color:#333;font-size:14px;line-height:1.7;margin:0 auto;max-width:900px}@media (max-width:900px){.about-hero{flex-direction:column;min-height:auto;padding:45px 30px;text-align:center}.about-hero-text{width:100%}.about-hero-text p{margin:0 auto}.about-hero-image-wrap{height:260px;margin-top:25px;max-width:500px;position:relative;width:100%}.about-hero-img{height:100%}.about-hero-image-wrap:before{width:35%}}.section-heading{margin:0 auto 48px;max-width:720px;text-align:center}.section-heading p:first-child{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:1.5px;margin:0 0 10px;text-transform:uppercase}.section-heading h2{color:#173b8f;font-size:34px;font-weight:800;margin:0}.cjr-hero{align-items:stretch;background:#173b8f;border-radius:26px;box-shadow:0 24px 60px #173b8f33;margin:24px 40px;min-height:360px;overflow:hidden;padding:0}.cjr-hero,.cjr-hero-content{display:flex;position:relative}.cjr-hero-content{background:linear-gradient(135deg,#102f78,#173b8f);flex:0 0 60%;flex-direction:column;justify-content:center;padding:45px 40px 45px 50px;width:60%;z-index:5}.cjr-hero-label{align-items:center;background:#ffffff1c;border:1px solid #ffffff38;border-radius:30px;color:#dbeafe;display:inline-flex;font-size:10px;font-weight:800;letter-spacing:1.8px;margin:0 0 16px;padding:8px 14px;text-transform:uppercase;width:fit-content}.cjr-hero-content h1{color:#fff;font-size:43px;font-weight:750;letter-spacing:-1.1px;line-height:1.1;margin:0 0 17px}.cjr-hero-content h1 span{color:#dbeafe;display:block;font-weight:400;margin-top:4px;opacity:.95}.cjr-hero-description{color:#dbeafe;font-size:14px;line-height:1.8;margin:0;max-width:500px}.cjr-hero-image{background:linear-gradient(135deg,#173b8f,#1e3a8a 15%,#0b1224);flex:0 0 40%;min-height:360px;overflow:hidden;position:relative;width:40%}.cjr-hero-image:before{background:linear-gradient(90deg,#173b8f,#173b8f59 12%,#173b8f00 30%);content:"";inset:0;pointer-events:none;position:absolute;z-index:2}.cjr-hero-image img{border:none;border-radius:0;display:block;filter:brightness(.94) saturate(1.05);height:100%;object-fit:cover;object-position:center;width:100%}.cjr-hero:before{border:1px solid #ffffff29;border-radius:inherit;inset:0;z-index:10}.cjr-hero:after,.cjr-hero:before{content:"";pointer-events:none;position:absolute}.cjr-hero:after{border:1px solid #ffffff1f;border-radius:50%;bottom:-165px;box-shadow:0 0 0 45px hsla(0,0%,100%,.025),0 0 0 90px hsla(0,0%,100%,.018);height:330px;right:-120px;width:330px;z-index:8}@media (max-width:1100px){.cjr-hero{margin:20px 25px;min-height:340px}.cjr-hero-content{flex-basis:42%;padding:40px 30px;width:42%}.cjr-hero-image{flex-basis:58%;min-height:340px;width:58%}.cjr-hero-content h1{font-size:36px}.cjr-hero-description{font-size:13px}}@media (max-width:700px){.cjr-hero{border-radius:21px;flex-direction:column;margin:15px;min-height:auto}.cjr-hero-content{align-items:center;flex:none;padding:38px 25px;text-align:center;width:100%}.cjr-hero-label{font-size:9px;padding:7px 12px}.cjr-hero-content h1{font-size:30px;letter-spacing:-.5px}.cjr-hero-content h1 span{margin-top:3px}.cjr-hero-description{font-size:13px;line-height:1.7;max-width:500px}.cjr-hero-image{flex:none;height:280px;min-height:280px;width:100%}.cjr-hero-image img{height:100%;object-fit:cover;object-position:center;width:100%}}@media (max-width:430px){.cjr-hero{border-radius:18px;margin:10px}.cjr-hero-content{padding:32px 20px}.cjr-hero-content h1{font-size:27px}.cjr-hero-description{font-size:12px}.cjr-hero-image{height:230px;min-height:230px}}``` .gap-solution{grid-gap:0!important;align-items:center!important;background:#f7f9ff;box-sizing:border-box;display:grid!important;gap:0!important;grid-auto-flow:column!important;grid-template-columns:1fr auto 1fr!important;margin:0 auto;max-width:1200px;padding:40px 60px;width:100%}.gap-block{align-items:flex-start;background:#0000;border:none;border-radius:0;box-shadow:none;display:flex!important;flex-direction:row!important;gap:20px;min-width:0;overflow:visible;padding:0 30px;position:relative;width:100%}.gap-arrow{align-items:center;align-self:stretch;color:#2563eb;display:flex;font-size:19px;justify-content:center;margin:0 24px;position:relative;width:44px}.gap-arrow:after,.gap-arrow:before{background:#dce5f0;content:"";left:50%;position:absolute;width:1px}.gap-arrow:before{height:calc(50% - 22px);top:0}.gap-arrow:after{bottom:0;height:calc(50% - 22px)}.gap-block h3{color:#173b8f;font-size:17px;font-weight:700;line-height:1.35;margin:0 0 8px}.gap-block .solution-title{color:#15803d}.gap-block p{color:#64748b;font-size:13px;line-height:1.7;margin:0}.cjr-different{background:#fff;padding:76px 60px}.different-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.different-card{align-items:center;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #dce5f0;border-radius:19px;box-shadow:0 7px 22px rgba(15,23,42,.045);display:flex;flex-direction:column;min-height:255px;overflow:hidden;padding:34px 26px 31px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.different-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa,#93c5fd);content:"";height:4px;left:0;opacity:.75;position:absolute;top:0;transition:height .3s ease,opacity .3s ease;width:100%}.different-card:after{background:rgba(37,99,235,.035);border-radius:50%;bottom:-65px;content:"";height:120px;position:absolute;right:-65px;transition:transform .3s ease;width:120px}.different-card:hover{border-color:#9bb9e9;box-shadow:0 20px 42px #2563eb21;transform:translateY(-9px)}.different-card:hover:before{height:5px;opacity:1}.different-card:hover:after{transform:scale(1.6)}.different-icon{align-items:center;background:linear-gradient(145deg,#f1f6ff,#e8f0ff);border:1px solid #dce8fa;border-radius:18px;box-shadow:0 7px 18px #2563eb17;color:#2563eb;display:flex;font-size:30px;height:75px;justify-content:center;margin:0 auto 19px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:75px;z-index:2}.different-card:hover .different-icon{box-shadow:0 0 0 6px rgba(37,99,235,.065),0 10px 22px #2563eb26;transform:scale(1.07)}.different-card h4{color:#173b8f;font-size:15px;font-weight:700;line-height:1.45;margin:0 0 10px;position:relative;z-index:2}.different-card p{color:#64748b;font-size:13px;line-height:1.68;margin:0;position:relative;z-index:2}.five-pillars{background:radial-gradient(circle at 90% 10%,#60a5fa33,#0000 28%),radial-gradient(circle at 10% 100%,#2563eb1f,#0000 28%),linear-gradient(135deg,#102f78,#173b8f,#1e3a8a);padding:76px 60px}.five-pillars .section-heading p:first-child{color:#93c5fd}.five-pillars .section-heading h2{color:#fff}.pillars-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1250px}.pillar-card{align-items:center;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #ffffff8c;border-radius:19px;box-shadow:0 12px 30px #0000001f;display:flex;flex-direction:column;min-height:235px;overflow:hidden;padding:31px 20px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.pillar-card:before{background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:0 0 8px 8px;content:"";height:3px;left:12%;opacity:.65;position:absolute;top:0;width:76%}.pillar-card:hover{border-color:#8fb4ed;box-shadow:0 22px 44px #0003;transform:translateY(-9px)}.pillar-card:after{background:#f1f6ff;border:1px solid #dce8fa;border-radius:50%;color:#6d96d0;content:attr(data-number);font-size:9px;font-weight:800;height:25px;position:absolute;right:13px;top:12px;width:25px}.pillar-card:after,.pillar-icon{align-items:center;display:flex;justify-content:center}.pillar-icon{background:linear-gradient(145deg,#f1f6ff,#e9f1ff);border:1px solid #dce8fa;border-radius:17px;box-shadow:0 6px 16px #2563eb14;color:#2563eb;font-size:28px;height:70px;margin:0 auto 17px;transition:transform .3s ease,box-shadow .3s ease;width:70px}.pillar-card:hover .pillar-icon{box-shadow:0 0 0 5px #2563eb12,0 9px 20px #2563eb24;transform:scale(1.07)}.pillar-card h4{color:#173b8f;font-size:14px;font-weight:700;line-height:1.45;margin:0 0 10px}.pillar-card p{color:#64748b;font-size:12px;line-height:1.62;margin:0}.badge-journey{background:linear-gradient(180deg,#fff,#fbfcff);padding:76px 60px}.badge-row{align-items:flex-start;display:flex;gap:10px;justify-content:center;margin:0 auto;max-width:1200px;position:relative}.badge-row:before{background:linear-gradient(90deg,#dbe5f3,#b9cbe5,#dbe5f3);content:"";height:2px;left:8%;position:absolute;right:8%;top:57px;z-index:0}.badge-item{background:#fff;border:1px solid #e0e7f1;border-radius:17px;box-shadow:0 6px 18px #0f172a0a;padding:21px 12px 20px;position:relative;text-align:center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:165px;z-index:1}.badge-item:hover{border-color:#efc56d;box-shadow:0 17px 32px #f59e0b1f;transform:translateY(-7px)}.badge-medal{align-items:center;background:linear-gradient(145deg,#fffaf2,#ffedd5);border:1px solid #fed7aa;border-radius:50%;box-shadow:0 8px 20px #f59e0b1c;display:flex;font-size:38px;height:88px;justify-content:center;margin:0 auto 14px;transition:transform .3s ease,box-shadow .3s ease;width:88px}.badge-item:hover .badge-medal{box-shadow:0 0 0 6px #f59e0b14,0 12px 25px #f59e0b2e;transform:scale(1.07)}.badge-star{color:#f59e0b;font-size:11px;font-weight:800;letter-spacing:.5px;margin:0 0 6px}.badge-item h4{color:#173b8f;font-size:13px;font-weight:700;line-height:1.45;margin:0 0 8px}.badge-item>p:last-child{color:#64748b;font-size:11px;line-height:1.58;margin:0}.badge-arrow{color:#94a3b8;font-size:19px;margin-top:50px;text-align:center;width:30px}.badge-tests{align-items:center;background:#f8faff;border:1px solid #dfe7f2;border-radius:15px;box-shadow:0 8px 22px #0f172a0a;color:#475569;display:flex;flex-wrap:wrap;font-size:12px;gap:25px;justify-content:center;margin:42px auto 0;max-width:650px;padding:18px 24px}.stakeholder-value{background:linear-gradient(180deg,#f8faff,#f5f8fd);padding:76px 60px}.stakeholder-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.stakeholder-card{background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #dce5f0;border-radius:19px;box-shadow:0 7px 23px rgba(15,23,42,.045);min-height:230px;overflow:hidden;padding:29px 28px 29px 33px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.stakeholder-card:before{background:linear-gradient(180deg,#2563eb,#60a5fa);content:"";height:100%;left:0;opacity:.55;position:absolute;top:0;transition:opacity .3s ease,width .3s ease;width:4px}.stakeholder-card:after{background:rgba(37,99,235,.035);border-radius:50%;bottom:-45px;content:"";height:110px;position:absolute;right:-45px;width:110px}.stakeholder-card:hover{border-color:#91afe1;box-shadow:0 19px 40px #2563eb1c;transform:translateY(-8px)}.stakeholder-card:hover:before{opacity:1;width:5px}.stakeholder-icon{align-items:center;background:linear-gradient(145deg,#f1f6ff,#e9f1ff);border:1px solid #dce8fa;border-radius:16px;box-shadow:0 6px 15px #2563eb12;color:#2563eb;display:flex;font-size:27px;height:65px;justify-content:center;margin-bottom:16px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:65px;z-index:2}.stakeholder-card:hover .stakeholder-icon{box-shadow:0 0 0 5px #2563eb0f,0 8px 18px #2563eb21;transform:scale(1.06)}.stakeholder-card h4{color:#173b8f;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 14px;position:relative;z-index:2}.stakeholder-card ul{margin:0;padding-left:18px;position:relative;z-index:2}.stakeholder-card li{color:#64748b;font-size:12px;line-height:1.6;margin-bottom:8px}.stakeholder-card li::marker{color:#2563eb}.cjr-impact-banner{align-items:center;background:radial-gradient(circle at 90% 50%,#60a5fa40,#0000 30%),linear-gradient(135deg,#173b8f,#2563eb);border-radius:20px;box-shadow:0 17px 38px #1e3a8a29;color:#fff;display:flex;gap:25px;justify-content:space-between;margin:42px auto 0;max-width:1200px;overflow:hidden;padding:30px 34px;position:relative}.cjr-impact-banner:before{border:1px solid #ffffff26;border-radius:inherit;content:"";inset:0;position:absolute}.cjr-impact-banner strong{font-size:16px;font-weight:700;position:relative;z-index:2}.cjr-impact-banner p{color:#dbeafe;font-size:12px;line-height:1.55;margin:6px 0 0;position:relative;z-index:2}.partner-btn{background:#fff;border:none;border-radius:30px;box-shadow:0 7px 18px #0000001a;color:#173b8f;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:700;padding:12px 24px;position:relative;transition:transform .2s ease,box-shadow .2s ease;z-index:2}.partner-btn:hover{box-shadow:0 10px 24px #0000002b;transform:translateY(-3px)}@media (max-width:1100px){.cjr-hero{gap:40px;padding:52px}.cjr-hero h1{font-size:36px}.different-grid{grid-template-columns:repeat(2,1fr)}.pillars-grid{grid-template-columns:repeat(3,1fr)}.stakeholder-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.section-heading{margin-bottom:32px}.section-heading h2{font-size:25px}.cjr-hero{border-radius:21px;flex-direction:column;gap:30px;margin:15px;min-height:auto;padding:40px 25px;text-align:center}.cjr-hero-text{max-width:100%}.cjr-hero h1{font-size:30px;letter-spacing:-.5px}.cjr-hero h2{font-size:17px}.cjr-hero p{font-size:13px}.gap-solution{grid-gap:0!important;align-items:center!important;background:#f7f9ff;box-sizing:border-box;display:none!important;display:grid!important;flex-direction:column;gap:0!important;gap:15px;grid-template-columns:1fr auto 1fr!important;margin:0 auto;max-width:1200px;padding:40px 60px;padding:38px 20px;width:100%}.gap-arrow{margin:8px auto;transform:rotate(90deg)}.gap-icon{font-size:25px;height:60px;width:60px}.badge-journey,.cjr-different,.five-pillars,.stakeholder-value{padding:52px 20px}.different-grid{gap:17px;grid-template-columns:1fr}.different-card{min-height:auto;padding:30px 23px}.different-icon{font-size:28px;height:68px;width:68px}.pillars-grid{gap:14px;grid-template-columns:1fr 1fr}.pillar-card{min-height:215px;padding:25px 14px}.pillar-icon{font-size:25px;height:62px;width:62px}.badge-row{flex-wrap:wrap;gap:10px}.badge-row:before{display:none}.badge-item{width:calc(50% - 5px)}.badge-arrow{display:none}.badge-medal{font-size:34px;height:78px;width:78px}.badge-tests{gap:15px;padding:15px}.stakeholder-grid{gap:17px;grid-template-columns:1fr}.stakeholder-card{min-height:auto;padding:27px 25px 27px 30px}.stakeholder-icon{font-size:25px;height:60px;width:60px}.cjr-impact-banner{border-radius:18px;flex-direction:column;margin-top:30px;padding:27px 20px;text-align:center}.partner-btn{width:100%}}@media (max-width:430px){.cjr-hero{margin:10px;padding:34px 20px}.cjr-hero h1{font-size:27px}.section-heading h2{font-size:23px}.pillars-grid{grid-template-columns:1fr}.pillar-card{min-height:auto;padding:27px 18px}.badge-item{width:100%}.gap-icon{font-size:24px;height:58px;width:58px}.different-icon{font-size:27px;height:65px;width:65px}.pillar-icon{font-size:24px;height:60px;width:60px}.stakeholder-icon{font-size:24px;height:58px;width:58px}.badge-medal{font-size:32px;height:75px;width:75px}}.programs-hero{align-items:stretch;background:#1e3a8a;border-radius:26px;box-shadow:0 24px 60px #1e3a8a33;display:flex;margin:24px 40px;min-height:340px;overflow:hidden;padding:0;position:relative}.programs-hero-text{background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;flex:0 0 60%;flex-direction:column;justify-content:center;max-width:none;padding:45px 40px 45px 50px;position:relative;width:60%;z-index:5}.programs-label{background:#ffffff1c;border:1px solid #ffffff38;border-radius:30px;color:#bfdbfe;display:inline-flex;font-size:12px;font-weight:800;letter-spacing:1.8px;margin:0 0 16px;padding:8px 14px;text-transform:uppercase;width:fit-content}.programs-hero-text h1{color:#fff;font-size:40px;font-weight:750;letter-spacing:-1px;line-height:1.1;margin:0 0 17px}.programs-hero-text h1 span{color:#bfdbfe;display:block;font-weight:400;margin-top:4px;opacity:.95}.programs-hero-description{color:#dbeafe;font-size:14px;line-height:1.8;margin:0 0 26px;max-width:500px}.programs-explore-btn{background:#fff;border-radius:30px;box-shadow:0 7px 18px #0000001a;color:#1e3a8a;display:inline-block;font-size:13px;font-weight:700;padding:12px 24px;text-decoration:none;transition:all .25s ease;width:fit-content}.programs-explore-btn:hover{box-shadow:0 10px 24px #0000002b;transform:translateY(-2px)}.programs-hero-image{background:linear-gradient(135deg,#1e3a8a,#2563eb);flex:0 0 40%;min-height:340px;overflow:hidden;position:relative;width:40%}.programs-hero-image img{display:block;filter:brightness(.95) saturate(1.02);height:100%;object-fit:cover;object-position:center;width:100%}.programs-hero-image:before{background:linear-gradient(120deg,#1e3a8a,#2563eb 22%,#2563eba6 38%,#2563eb40 52%,#2563eb00 68%);z-index:3}.programs-hero-border,.programs-hero-image:before{content:"";inset:0;pointer-events:none;position:absolute}.programs-hero-border{border:1px solid #ffffff29;border-radius:inherit;z-index:10}@media (max-width:1100px){.programs-hero{margin:20px 25px;min-height:320px}.programs-hero-text{flex-basis:42%;padding:40px 30px;width:42%}.programs-hero-image{flex-basis:58%;min-height:320px;width:58%}.programs-hero-text h1{font-size:34px}.programs-hero-description{font-size:13px}}@media (max-width:700px){.programs-hero{border-radius:21px;flex-direction:column;margin:15px;min-height:auto}.programs-hero-text{align-items:center;flex:none;padding:38px 25px;text-align:center;width:100%}.programs-hero-text h1{font-size:30px;letter-spacing:-.5px}.programs-hero-description{font-size:13px;line-height:1.7}.programs-hero-image{flex:none;height:260px;min-height:260px;width:100%}.programs-hero-image:before{background:linear-gradient(180deg,#1e3a8a,#2563eb80 25%,#2563eb00 50%)}}@media (max-width:430px){.programs-hero{border-radius:18px;margin:10px}.programs-hero-text{padding:32px 20px}.programs-hero-text h1{font-size:27px}.programs-hero-description{font-size:12px}.programs-hero-image{height:220px;min-height:220px}}.programs-intro{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:.9fr 1.1fr;margin:0 auto;max-width:1200px;padding:55px 40px}.intro-image-placeholder,.programs-intro-image{display:flex;justify-content:center}.intro-image-placeholder{align-items:center;background:linear-gradient(135deg,#eef2ff,#dbeafe);border-radius:22px;box-shadow:0 15px 35px #1e3a8a14;height:320px;max-width:430px;overflow:hidden;position:relative;width:100%}.intro-image-placeholder:before{background:#2563eb1f;border-radius:50%;content:"";height:220px;position:absolute;right:-60px;top:-70px;width:220px}.intro-image-placeholder:after{background:#1e3a8a14;border-radius:50%;bottom:-60px;content:"";height:160px;left:-40px;position:absolute;width:160px}.intro-image-placeholder span{align-items:center;background:#fff;border-radius:50%;box-shadow:0 10px 25px #00000014;display:flex;font-size:42px;height:90px;justify-content:center;position:relative;width:90px;z-index:2}.programs-intro-content{max-width:600px}.section-tag{color:#2563eb;font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:10px}.programs-intro-content h2{color:#111827;font-size:38px;line-height:1.2;margin:0 0 22px}.programs-intro-content h2 span{color:#2563eb}.programs-intro-content p:not(.section-tag){color:#4b5563;font-size:15px;line-height:1.75;margin:0 0 14px}@media (max-width:1000px){.programs-intro{gap:40px;grid-template-columns:1fr}.programs-intro-image{justify-content:center}.programs-intro-content{margin:0 auto;max-width:700px}}@media (max-width:700px){.programs-intro{padding:45px 25px;text-align:center}.intro-image-placeholder{height:260px}.programs-intro-content h2{font-size:30px}}.programs-grid-section{margin:0 auto;max-width:1400px;padding:20px 60px 70px}.programs-grid-header{margin:0 auto 40px;max-width:650px;text-align:center}.programs-grid-header h2{color:#111827;font-size:34px;line-height:1.25;margin:0 0 14px}.programs-grid-header h2 span{color:#2563eb}.programs-grid-header>p:last-child{color:#6b7280;font-size:14px;line-height:1.6;margin:0}.programs-card-grid{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.program-card-wrapper{position:relative;width:100%}.program-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;min-height:300px;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.program-card:before{background:#2563eb;content:"";height:3px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%;z-index:4}.program-card:hover{border-color:#bfdbfe;box-shadow:0 15px 35px #1e3a8a1a;transform:translateY(-6px)}.program-card:hover:before{transform:scaleX(1)}.program-card-active{border-color:#bfdbfe;box-shadow:0 12px 30px #1e3a8a1a}.program-card-image{align-items:center;background:#f3f6ff;display:flex;height:150px;justify-content:center;overflow:hidden;position:relative;width:100%}.program-card-image>img{display:block;height:100%;object-fit:contain;object-position:center;transition:transform .4s ease;width:100%}.program-card:hover .program-card-image>img{transform:scale(1.04)}.program-number{background:#ffffffe6;border-radius:20px;color:#1e3a8a;font-size:12px;font-weight:700;padding:4px 9px;position:absolute;right:12px;top:12px;z-index:2}.program-icon-badge{background:#fff;border-radius:14px;bottom:-24px;box-shadow:0 8px 18px #1e3a8a26;height:52px;left:24px;overflow:hidden;padding:6px;position:absolute;width:52px;z-index:3}.program-icon-badge img{border-radius:9px;height:100%;object-fit:cover;width:100%}.program-card-body{padding:36px 28px 28px}.program-title-row{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:10px}.program-card h3{color:#111827;font-size:18px;line-height:1.35;margin:0}.program-dropdown-icon{align-items:center;background:#fff;border:1px solid #dbe4f0;border-radius:50%;color:#2563eb;display:flex;font-size:17px;font-weight:700;height:34px;justify-content:center;min-width:34px;transition:all .3s ease;width:34px}.program-dropdown-icon.rotate,.program-dropdown-icon:hover{background:#eff6ff;border-color:#bfdbfe}.program-dropdown-icon.rotate{transform:rotate(180deg)}.program-card p{color:#6b7280;font-size:13px;line-height:1.65;margin:0 0 22px}.program-learn-more{background:#0000;border:none;color:#2563eb;cursor:pointer;font-size:13px;font-weight:700;padding:0}.program-learn-more span{margin-left:5px;transition:margin-left .2s ease}.program-card:hover .program-learn-more span{margin-left:10px}.program-sub-dropdown{background:#fff;border:0 solid #e5e7eb;border-radius:0 0 16px 16px;box-sizing:border-box;max-height:0;opacity:0;overflow:hidden;padding:0 18px;transition:max-height .4s ease,opacity .3s ease,padding .3s ease,border .3s ease;width:100%}.program-sub-dropdown.show{border-width:0 1px 1px;box-shadow:0 12px 30px #1e3a8a14;max-height:180px;opacity:1;padding:18px}.sub-program-content{width:100%}.sub-program-label{color:#2563eb;display:block;font-size:10px;font-weight:800;letter-spacing:1.4px;margin-bottom:10px;text-transform:uppercase}.sub-program-item{align-items:center;background:#f5f7fa;border:1px solid #edf0f5;border-radius:9px;box-sizing:border-box;color:#172033;display:flex;font-size:13px;font-weight:600;gap:12px;padding:12px 14px;transition:all .3s ease;width:100%}.sub-program-item:hover{background:#eff6ff;border-color:#dbeafe}.sub-program-icon{align-items:center;background:#fff;border-radius:8px;box-shadow:0 3px 8px #1e3a8a14;color:#2563eb;display:flex;font-size:14px;height:30px;justify-content:center;min-width:30px;width:30px}.sub-program-arrow{color:#2563eb;font-size:17px;margin-left:auto;transition:transform .2s ease}.sub-program-item:hover .sub-program-arrow{transform:translateX(4px)}@media (max-width:1000px){.programs-hero{padding:55px 45px}.programs-hero-text h1{font-size:38px}.programs-hero-visual{min-width:280px;width:280px}.programs-intro{gap:35px;grid-template-columns:1fr}.programs-intro-highlight{display:grid;grid-template-columns:repeat(3,1fr)}.programs-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.programs-hero{flex-direction:column;gap:35px;margin:15px 15px 0;padding:45px 25px;text-align:center}.programs-hero-text h1{font-size:32px}.programs-hero-description{font-size:14px}.programs-hero-visual{min-width:0;width:100%}.hero-visual-card{max-width:300px;width:100%}.programs-intro{padding:50px 25px;text-align:center}.programs-intro-highlight{grid-template-columns:1fr}.programs-grid-section{padding:20px 20px 50px}.programs-grid-header h2{font-size:28px}.programs-card-grid{grid-template-columns:1fr}.program-card{min-height:auto}.program-title-row{gap:10px}.program-card h3{font-size:17px}.program-dropdown-icon{height:32px;min-width:32px;width:32px}.program-sub-dropdown.show{max-height:200px}}.ContactUs{background:#fff;color:#111827;font-family:Poppins,sans-serif}.contact-hero{align-items:center;background:linear-gradient(135deg,#172554,#2563eb);border-radius:18px;color:#fff;display:flex;justify-content:center;margin:24px 40px 0;min-height:260px;overflow:hidden;padding:50px 30px;position:relative;text-align:center}.contact-hero:before{background:#ffffff14;height:300px;right:-80px;top:-150px;width:300px}.contact-hero:after,.contact-hero:before{border-radius:50%;content:"";position:absolute}.contact-hero:after{background:#ffffff0f;bottom:-100px;height:200px;left:-50px;width:200px}.contact-hero-text{position:relative;z-index:2}.contact-hero-text h1{font-size:42px;font-weight:700;letter-spacing:1px;margin:0 0 10px}.contact-hero-text p{font-size:17px;margin:0;opacity:.9}.contact-intro{color:#374151;font-size:18px;font-weight:500;line-height:1.7;margin:35px auto 30px;padding:0 20px;text-align:center}.offices-form-section{grid-gap:30px;align-items:stretch;display:grid;gap:30px;grid-template-columns:.9fr 1.4fr;margin:0 auto;max-width:1200px;padding:10px 30px 45px}.offices-card{background:linear-gradient(145deg,#172554,#1e3a8a);border-radius:18px;box-shadow:0 10px 30px #1e3a8a26;color:#fff;padding:32px}.offices-card h3{border-bottom:2px solid #60a5fa;display:inline-block;font-size:23px;font-weight:700;margin:0 0 5px;padding-bottom:6px}.offices-sub{color:#dbeafe;font-size:14px;margin:0 0 28px}.office-item{border-bottom:1px solid #ffffff26;display:flex;gap:14px;padding:18px 0}.office-item:last-child{border-bottom:none}.office-pin{flex-shrink:0;font-size:20px}.office-name{font-size:15px;font-weight:700;margin:0 0 7px}.office-address{color:#dbeafe;font-size:13px;line-height:1.6;margin:0 0 7px}.office-email{color:#93c5fd;font-size:13px;margin:0}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 35px #0000000f;padding:32px}.form-card-header{gap:14px;margin-bottom:22px}.form-card-header,.form-icon{align-items:center;display:flex}.form-icon{background:#eff6ff;border-radius:50%;font-size:20px;height:45px;justify-content:center;width:45px}.form-card-header h3{color:#172554;font-size:21px;font-weight:700;margin:0}.form-sub{color:#6b7280;font-size:13px;margin:3px 0 0}.form-card form label{color:#374151;display:block;font-size:13px;font-weight:600;margin:15px 0 7px}.form-card form input,.form-card form textarea{border:1px solid #d1d5db;border-radius:9px;box-sizing:border-box;font-family:inherit;font-size:14px;outline:none;padding:12px 13px;transition:.2s;width:100%}.form-card form input:focus,.form-card form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-card form textarea{min-height:120px;resize:vertical}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.form-col{min-width:0}.form-col label{margin-top:15px}.send-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:20px;padding:12px 25px;transition:all .2s}.send-btn:hover{background:#1d4ed8;box-shadow:0 5px 15px #2563eb40;transform:translateY(-1px)}.map-section{margin-top:5px;overflow:hidden;width:100%}.map-section iframe{border:0;display:block;width:100%}@media (max-width:900px){.contact-hero{margin:15px 20px 0;min-height:220px}.contact-hero-text h1{font-size:34px}.offices-form-section{grid-template-columns:1fr;padding:10px 20px 40px}}@media (max-width:600px){.contact-intro br{display:none}.form-row{grid-template-columns:1fr}.contact-hero{border-radius:14px;margin:10px 15px 0}.contact-hero-text h1{font-size:30px}.form-card,.offices-card{padding:24px}}.map-section{margin-bottom:50px}#contact-form{scroll-margin-top:90px}.aws-restart-registration-page{background:#f5f8fc;color:#172033;font-family:Poppins,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.aws-restart-registration-page *,.aws-restart-registration-page :after,.aws-restart-registration-page :before{box-sizing:border-box}.restart-registration-container{margin:0 auto;max-width:1120px;padding-left:24px;padding-right:24px;width:100%}.restart-registration-hero{background:linear-gradient(135deg,#1e3a8a,#2563eb);border-bottom:none;box-shadow:0 20px 50px #1e3a8a29;overflow:hidden;padding:58px 0 55px;position:relative;width:100%}.restart-registration-hero:before{background:#ffffff12;border-radius:50%;content:"";height:380px;pointer-events:none;position:absolute;right:-130px;top:-175px;width:380px}.restart-registration-hero:after{background:#ffffff0f;border-radius:50%;bottom:-180px;content:"";height:250px;pointer-events:none;position:absolute;right:170px;width:250px}.restart-registration-hero-content{max-width:780px;position:relative;z-index:2}.restart-registration-tag{align-items:center;background:#ffffff1a;border:1px solid #ffffff38;border-radius:30px;color:#dbeafe;display:inline-flex;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:15px;padding:6px 14px;text-transform:uppercase}.restart-registration-hero h1{color:#fff;font-size:40px;font-weight:750;letter-spacing:-.5px;line-height:1.15;margin:0 0 13px}.restart-registration-hero h1 span{color:#bfdbfe;font-weight:400}.restart-registration-hero p{color:#dbeafe;font-size:13px;line-height:1.75;margin:0;max-width:720px}.restart-registration-section{padding:55px 0 75px;width:100%}.restart-registration-card{background:#fff;border:1px solid #e1e8f0;border-radius:18px;box-shadow:0 12px 38px #1e40af12;padding:38px 42px;width:100%}.restart-form-heading{border-bottom:1px solid #e5eaf0;margin-bottom:30px;padding-bottom:25px}.restart-form-heading>span{color:#1769e0;display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.4px;margin-bottom:7px;text-transform:uppercase}.restart-form-heading h2{color:#111827;font-size:27px;font-weight:750;letter-spacing:-.2px;line-height:1.25;margin:0 0 8px}.restart-form-heading p{color:#667085;font-size:13px;line-height:1.65;margin:0}.restart-form-section-title{align-items:flex-start;display:flex;gap:13px;margin:32px 0 20px}.restart-form-section-title>span{align-items:center;background:#1769e0;border-radius:9px;box-shadow:0 5px 12px #1769e026;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:800;height:36px;justify-content:center;width:36px}.restart-form-section-title h3{color:#172033;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 3px}.restart-form-section-title p{color:#718096;font-size:11px;line-height:1.5;margin:0}.restart-form-grid{grid-gap:19px 24px;display:grid;gap:19px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.restart-form-group{width:100%}.restart-form-group.full-width{grid-column:1/-1}.restart-captcha-section>label,.restart-form-group label{color:#263447;display:block;font-size:12px;font-weight:600;line-height:1.5;margin-bottom:7px}.restart-captcha-section label span,.restart-form-group label span{color:#e11d48;margin-left:3px}.restart-captcha-section input,.restart-form-group input,.restart-form-group select{background:#fff;border:1px solid #d5dde8;border-radius:8px;color:#172033;font-family:inherit;font-size:13px;height:46px;outline:none;padding:0 13px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.restart-captcha-section input::placeholder,.restart-form-group input::placeholder{color:#9aa6b5}.restart-captcha-section input:focus,.restart-form-group input:focus,.restart-form-group select:focus{background:#fff;border-color:#1769e0;box-shadow:0 0 0 3px #1769e017}.restart-captcha-section small,.restart-form-group small{color:#7a8797;display:block;font-size:10px;line-height:1.5;margin-top:6px}.restart-radio-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:3px}.restart-radio-option{align-items:center;background:#f8fafc;border:1px solid #dce3ec;border-radius:8px;cursor:pointer;display:flex!important;gap:8px;min-width:115px;padding:10px 14px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.restart-radio-option:hover{background:#f1f6ff;border-color:#1769e0;box-shadow:0 3px 10px #1769e00f}.restart-radio-option input{accent-color:#1769e0;cursor:pointer;height:16px!important;margin:0;width:16px!important}.restart-radio-option span{color:#344054!important;font-size:12px!important;font-weight:600!important;margin:0!important}.restart-declaration-box{background:#f8fafc;border:1px solid #dfe6ef;border-radius:11px;margin-top:8px;padding:20px}.restart-declaration-box h4{color:#172033;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 8px}.restart-declaration-box p{color:#5f6c7d;font-size:12px;line-height:1.65;margin:0 0 15px}.restart-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:10px}.restart-checkbox input{accent-color:#1769e0;cursor:pointer;flex-shrink:0;height:17px;margin-top:2px;width:17px}.restart-checkbox span{color:#344054;font-size:12px;line-height:1.6}.restart-checkbox b{color:#e11d48;margin-left:3px}.restart-captcha-section{margin-top:28px;max-width:450px}.restart-captcha-box{align-items:center;background:repeating-linear-gradient(-20deg,#eef3fa,#eef3fa 4px,#fff 0,#fff 8px);border:1px solid #d4dce7;border-radius:8px;display:flex;height:58px;justify-content:center;margin-bottom:11px;width:190px}.restart-captcha-box strong{color:#172033;font-family:Courier New,monospace;font-size:21px;letter-spacing:4px;transform:rotate(-2deg)}.restart-submit-area{align-items:center;border-top:1px solid #e5eaf0;display:flex;justify-content:center;margin-top:35px;padding-top:25px;text-align:center;width:100%}.restart-registration-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);border:none;border-radius:9px;box-shadow:0 8px 20px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:700;gap:10px;height:48px;justify-content:center;min-width:185px;padding:0 24px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.restart-registration-btn span{font-size:17px;line-height:1}.restart-registration-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a);box-shadow:0 12px 26px #2563eb45;transform:translateY(-2px)}.restart-registration-btn:active{transform:translateY(0)}.restart-success-message{margin:0 auto;max-width:600px;padding:35px 20px;text-align:center}.restart-success-icon{align-items:center;background:#eaf8f0;border-radius:50%;color:#159957;display:flex;font-size:31px;font-weight:800;height:65px;justify-content:center;margin:0 auto 20px;width:65px}.restart-success-message h2{color:#172033;font-size:27px;line-height:1.3;margin:0 0 12px}.restart-success-message p{color:#667085;font-size:13px;line-height:1.7;margin:0 auto 25px}@media (max-width:900px){.restart-registration-hero{padding:52px 0 48px}.restart-registration-hero h1{font-size:36px}.restart-registration-hero p{font-size:13px}.restart-registration-card{padding:32px}}@media (max-width:700px){.restart-registration-container{padding-left:16px;padding-right:16px}.restart-registration-hero{padding:42px 0 40px}.restart-registration-hero h1{font-size:30px}.restart-registration-hero p{font-size:12px;line-height:1.7}.restart-registration-tag{font-size:10px;padding:6px 12px}.restart-registration-section{padding:35px 0 55px}.restart-registration-card{border-radius:14px;padding:24px 18px}.restart-form-heading{margin-bottom:25px;padding-bottom:20px}.restart-form-heading h2{font-size:23px}.restart-form-heading p{font-size:12px}.restart-form-grid{gap:17px;grid-template-columns:1fr}.restart-form-group.full-width{grid-column:auto}.restart-form-section-title{gap:10px;margin-bottom:18px;margin-top:28px}.restart-form-section-title>span{border-radius:8px;font-size:11px;height:33px;width:33px}.restart-form-section-title h3{font-size:16px}.restart-form-section-title p{font-size:10px}.restart-captcha-section input,.restart-form-group input,.restart-form-group select{font-size:12px;height:45px}.restart-radio-group{flex-direction:column;gap:8px}.restart-radio-option{width:100%}.restart-declaration-box{padding:17px}.restart-declaration-box h4{font-size:14px}.restart-checkbox span,.restart-declaration-box p{font-size:11px}.restart-captcha-box{height:55px;width:180px}.restart-captcha-box strong{font-size:19px}.restart-submit-area{justify-content:center;margin-top:30px;padding-top:22px}.restart-registration-btn{font-size:12px;height:46px;min-width:180px;width:auto}}@media (max-width:450px){.restart-registration-hero{padding:36px 0 35px}.restart-registration-hero h1{font-size:27px}.restart-registration-hero p{font-size:11px}.restart-registration-tag{font-size:9px;letter-spacing:.8px;padding:5px 11px}.restart-registration-card{padding:20px 15px}.restart-form-heading h2{font-size:21px}.restart-form-heading p{font-size:11px}.restart-form-section-title h3{font-size:15px}.restart-captcha-section>label,.restart-form-group label{font-size:11px}.restart-captcha-section input,.restart-form-group input,.restart-form-group select{font-size:12px;height:43px;padding:0 11px}.restart-declaration-box{padding:15px}.restart-registration-btn{font-size:12px;height:44px;min-width:170px}}.aws-registration-page{background:#f8fafc;color:#111827;font-family:Poppins,sans-serif;width:100%}.aws-registration-hero{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:26px;box-shadow:0 24px 60px #1e3a8a2e;display:flex;margin:24px 40px 0;min-height:300px;overflow:hidden;position:relative}.aws-registration-hero:before{background:#ffffff12;border-radius:50%;content:"";height:420px;position:absolute;right:-140px;top:-180px;width:420px}.aws-registration-hero:after{background:#ffffff0f;border-radius:50%;bottom:-190px;content:"";height:280px;position:absolute;right:150px;width:280px}.aws-registration-hero-content{max-width:700px;padding:55px 60px;position:relative;z-index:2}.aws-registration-tag{align-items:center;background:#ffffff1a;border:1px solid #ffffff38;border-radius:30px;color:#dbeafe;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:18px;padding:8px 15px;text-transform:uppercase;width:fit-content}.aws-registration-hero h1{color:#fff;font-size:42px;font-weight:750;letter-spacing:-1px;line-height:1.1;margin:0 0 16px}.aws-registration-hero h1 span{color:#bfdbfe;font-weight:400}.aws-registration-hero p{color:#dbeafe;font-size:14px;line-height:1.8;margin:0;max-width:620px}.aws-registration-section{padding:70px 40px 90px}.aws-registration-container{margin:0 auto;max-width:1100px;width:100%}.aws-registration-heading{margin-bottom:35px;text-align:center}.aws-registration-heading>span{color:#2563eb;display:block;font-size:12px;font-weight:800;letter-spacing:1.8px;margin-bottom:10px;text-transform:uppercase}.aws-registration-heading h2{color:#111827;font-size:34px;font-weight:700;line-height:1.2;margin:0 0 12px}.aws-registration-heading h2 strong{color:#2563eb}.aws-registration-heading p{color:#64748b;font-size:14px;line-height:1.8;margin:0 auto;max-width:650px}.aws-registration-form{display:flex;flex-direction:column;gap:24px}.aws-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 35px #0f172a0d;padding:32px}.aws-form-section-title{align-items:center;border-bottom:1px solid #eef2f7;display:flex;gap:15px;margin-bottom:28px;padding-bottom:20px}.aws-form-number{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:13px;color:#2563eb;display:flex;flex:0 0 46px;font-size:13px;font-weight:800;height:46px;justify-content:center;width:46px}.aws-form-section-title h3{color:#111827;font-size:19px;font-weight:700;margin:0 0 3px}.aws-form-section-title p{color:#94a3b8;font-size:12px;margin:0}.aws-form-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.aws-full-width{grid-column:1/-1}.aws-form-group{display:flex;flex-direction:column;gap:8px}.aws-form-group label{color:#334155;font-size:12px;font-weight:600;line-height:1.5}.aws-form-group label span{color:#2563eb}.aws-form-group input,.aws-form-group select,.aws-form-group textarea{background:#fff;border:1px solid #dbe3ee;border-radius:10px;color:#1e293b;font-family:Poppins,sans-serif;font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.aws-form-group input,.aws-form-group select{height:46px;padding:0 14px}.aws-form-group textarea{line-height:1.7;min-height:110px;padding:13px 14px;resize:vertical}.aws-form-group input::placeholder,.aws-form-group textarea::placeholder{color:#a1aebe}.aws-form-group input:focus,.aws-form-group select:focus,.aws-form-group textarea:focus{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb14}.aws-declaration{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;padding:26px 28px}.aws-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.aws-checkbox+.aws-checkbox{border-top:1px solid #2563eb1f;margin-top:18px;padding-top:18px}.aws-checkbox input{accent-color:#2563eb;cursor:pointer;flex:0 0 17px;height:17px;margin:2px 0 0;width:17px}.aws-checkbox span{color:#475569;font-size:12px;line-height:1.75}.aws-submit-area{align-items:center;display:flex;flex-direction:column;padding-top:8px;text-align:center}.aws-submit-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);border:none;border-radius:30px;box-shadow:0 12px 28px #2563eb38;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;gap:12px;justify-content:center;min-height:50px;padding:0 28px;transition:transform .25s ease,box-shadow .25s ease}.aws-submit-btn svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;height:19px;width:19px}.aws-submit-btn:hover{box-shadow:0 16px 32px #2563eb47;transform:translateY(-2px)}.aws-submit-btn:active{transform:translateY(0)}.aws-submit-area p{color:#94a3b8;font-size:11px;margin:13px 0 0}@media (max-width:900px){.aws-registration-hero{margin:20px 25px 0}.aws-registration-hero-content{padding:45px 40px}.aws-registration-hero h1{font-size:36px}.aws-registration-section{padding:55px 25px 70px}}@media (max-width:700px){.aws-registration-hero{border-radius:20px;margin:16px 15px 0;min-height:280px}.aws-registration-hero-content{padding:40px 28px}.aws-registration-tag{font-size:10px}.aws-registration-hero h1{font-size:30px}.aws-registration-hero p{font-size:13px}.aws-registration-section{padding:45px 15px 60px}.aws-registration-heading h2{font-size:28px}.aws-form-section{border-radius:16px;padding:24px 20px}.aws-form-grid{gap:18px;grid-template-columns:1fr}.aws-full-width{grid-column:auto}.aws-form-section-title{margin-bottom:23px}.aws-form-section-title h3{font-size:17px}.aws-declaration{padding:22px 20px}.aws-submit-btn{max-width:360px;width:100%}}@media (max-width:450px){.aws-registration-hero-content{padding:35px 22px}.aws-registration-hero h1{font-size:27px}.aws-registration-heading h2{font-size:25px}.aws-form-section{padding:20px 16px}.aws-form-number{flex-basis:40px;height:40px;width:40px}.aws-checkbox span{font-size:11px}}.aws-page{background:#fff;color:#172033;font-family:Poppins,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.aws-page *,.aws-page :after,.aws-page :before{box-sizing:border-box}.aws-container{margin:0 auto;width:min(1180px,calc(100% - 80px))}.aws-eyebrow{align-items:center;background:#eef2ff;border:1px solid #dbeafe;border-radius:30px;color:#2563eb;display:inline-flex;font-size:10px;font-weight:700;gap:8px;letter-spacing:1.4px;margin:0 0 12px;padding:6px 12px;text-transform:uppercase;width:fit-content}.aws-eyebrow:before{background:#2563eb;border-radius:50%;content:"";flex:0 0 6px;height:6px;width:6px}.aws-section-heading{margin:0 auto 34px;max-width:680px;text-align:center}.aws-section-heading h2{color:#172033;font-size:clamp(26px,3vw,34px);font-weight:700;letter-spacing:-.8px;line-height:1.18;margin:0 0 10px}.aws-section-heading h2 span{color:#2563eb}.aws-section-heading p{color:#64748b;font-size:12px;line-height:1.75;margin:0 auto;max-width:600px}.aws-btn{align-items:center;border:0;border-radius:24px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;gap:8px;justify-content:center;min-height:40px;padding:0 18px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.aws-btn:hover{transform:translateY(-2px)}.aws-btn-primary{background:#2563eb;box-shadow:0 7px 18px #2563eb33;color:#fff}.aws-btn-primary:hover{background:#1d4ed8}.aws-btn-secondary{background:#fff;border:1px solid #dbeafe;color:#1e3a8a}.aws-btn-secondary:hover{background:#f8fafc;border-color:#93c5fd}.aws-card-icon{align-items:center;background:linear-gradient(145deg,#fff,#eff6ff);border:1px solid #bfdbfe;border-radius:14px;box-shadow:0 8px 20px #2563eb1f,inset 0 0 0 1px #fffc;color:#2563eb;display:flex;flex:0 0 50px;height:50px;justify-content:center;margin:0;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;width:50px}.aws-card-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;height:25px;width:25px}.aws-card-icon.small{background:#ffffff24;border-color:#ffffff38;border-radius:8px;box-shadow:none;color:#bfdbfe;flex:0 0 28px;height:28px;width:28px}.aws-card-icon.small svg{height:15px;width:15px}.aws-card-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px;min-height:50px}.aws-grid-label{align-items:center;background:#eef2ff;border-radius:50%;color:#2563eb;display:inline-flex;font-size:9px;font-weight:800;height:29px;justify-content:center;width:29px}.aws-hero{align-items:stretch;background:#1e3a8a;border-radius:24px;box-shadow:0 20px 50px #1e3a8a2b;display:flex;margin:22px 40px 0;min-height:350px;overflow:hidden;position:relative}.aws-hero-grid{align-items:stretch;display:grid;grid-template-columns:60% 40%;width:100%}.aws-hero-content{background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;flex-direction:column;justify-content:center;padding:40px 40px 40px 48px;position:relative;z-index:5}.aws-hero-content:after{background:#ffffff0f;border-radius:50%;bottom:-140px;content:"";height:250px;pointer-events:none;position:absolute;right:-110px;width:250px}.aws-hero-content .aws-eyebrow{background:#ffffff1a;border-color:#ffffff2e;color:#bfdbfe}.aws-hero-content .aws-eyebrow:before{background:#bfdbfe}.aws-hero-content h1{color:#fff;font-size:clamp(36px,4.2vw,52px);font-weight:750;letter-spacing:-1.7px;line-height:1.08;margin:0 0 15px;max-width:620px}.aws-hero-content h1 span{color:#bfdbfe;display:block;font-weight:450;margin-top:3px}.aws-hero-content>p{color:#dbeafe;font-size:13px;line-height:1.75;margin:0 0 22px;max-width:550px}.aws-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:25px}.aws-hero-actions .aws-btn-primary{background:#fff;box-shadow:0 7px 18px #0000001a;color:#1e3a8a}.aws-hero-actions .aws-btn-primary:hover{background:#eff6ff}.aws-hero-actions .aws-btn-primary .aws-card-icon{background:#eef2ff;border-color:#dbeafe;color:#2563eb}.aws-hero-actions .aws-btn-secondary{background:#ffffff14;border-color:#ffffff40;color:#fff}.aws-hero-points{grid-gap:14px;border-top:1px solid #fff3;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);max-width:590px;padding-top:17px}.aws-hero-points div{grid-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto}.aws-hero-points .aws-card-icon{grid-row:1/span 2}.aws-hero-points strong{align-self:end;color:#fff;font-size:11px;font-weight:700}.aws-hero-points span{color:#bfdbfe;font-size:9px;line-height:1.45}.aws-hero-visual{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;justify-content:center;min-height:350px;overflow:hidden;position:relative}.aws-hero-visual:before{background:linear-gradient(120deg,#1e3a8a,#2563eb 20%,#2563eb9e 38%,#2563eb38 58%,#2563eb00 75%);content:"";inset:0;pointer-events:none;position:absolute;z-index:3}.aws-hero-card{background:#ffffff1a;border:1px solid #ffffff2b;border-radius:20px;box-shadow:0 18px 40px #0000001a;margin:auto;min-height:275px;overflow:hidden;padding:25px;position:relative;width:calc(100% - 45px);z-index:5}.aws-hero-card-icon{margin-bottom:14px}.aws-hero-card-icon .aws-card-icon{background:#ffffff24;border-color:#fff3;box-shadow:none;color:#fff;height:58px;width:58px}.aws-hero-card-icon .aws-card-icon svg{height:30px;width:30px}.aws-hero-card>span{color:#fff;display:block;font-size:15px;font-weight:700;margin-bottom:17px}.aws-path{display:flex;flex-direction:column}.aws-path-step{align-items:center;display:flex;gap:12px;padding:7px 0}.aws-path-step b{align-items:center;background:#ffffff1f;border-radius:50%;color:#dbeafe;display:flex;flex:0 0 30px;font-size:9px;height:30px;justify-content:center;width:30px}.aws-path-step span{color:#dbeafe;font-size:11px;font-weight:600}.aws-path-step.active b{background:#fff;color:#2563eb}.aws-path-step.active span{color:#fff}.aws-path-line{background:#ffffff40;height:10px;margin-left:15px;width:1px}.aws-future{background:#fff;padding:65px 0}.aws-feature-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.aws-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;box-shadow:0 7px 22px rgba(15,23,42,.035);min-height:235px;overflow:hidden;padding:25px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.aws-feature-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.aws-feature-card:hover:before{transform:scaleX(1)}.aws-feature-card:hover{border-color:#bfdbfe;box-shadow:0 17px 38px #2563eb1a;transform:translateY(-5px)}.aws-feature-card:hover .aws-card-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 22px #2563eb38;color:#fff;transform:translateY(-2px)}.aws-feature-card h3{color:#172033;font-size:16px;font-weight:700;line-height:1.35;margin:0 0 9px}.aws-feature-card p{color:#64748b;font-size:12px;line-height:1.7;margin:0}.aws-center-button{display:flex;justify-content:center;margin-top:27px}.aws-journey{background:#eef2ff;padding:65px 0}.aws-journey-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.aws-journey-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;box-shadow:0 7px 20px rgba(37,99,235,.035);min-height:195px;overflow:hidden;padding:22px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.aws-journey-card:after{background:#eef2ff;border-radius:50%;bottom:-30px;content:"";height:85px;position:absolute;right:-30px;transition:transform .25s ease;width:85px}.aws-journey-card:hover:after{transform:scale(1.3)}.aws-journey-card:hover{border-color:#93c5fd;box-shadow:0 15px 35px #2563eb1a;transform:translateY(-5px)}.aws-journey-card:hover .aws-card-icon{background:#2563eb;border-color:#2563eb;color:#fff}.aws-journey-card h3{color:#172033;font-size:15px;font-weight:700;margin:0 0 8px;position:relative;z-index:2}.aws-journey-card p{color:#64748b;font-size:11px;line-height:1.65;margin:0;position:relative;z-index:2}.aws-benefits{background:#fff;padding:65px 0}.aws-benefit-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.aws-benefit-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-height:180px;padding:22px;position:relative;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.aws-benefit-card:hover{background:#fff;border-color:#bfdbfe;box-shadow:0 14px 32px #2563eb17;transform:translateY(-5px)}.aws-benefit-card:hover .aws-card-icon{background:#2563eb;border-color:#2563eb;color:#fff}.aws-benefit-card h3{color:#172033;font-size:14px;font-weight:700;line-height:1.35;margin:0 0 7px}.aws-benefit-card p{color:#64748b;font-size:11px;line-height:1.65;margin:0}.aws-how{background:#1e3a8a;padding:65px 0}.aws-how .aws-section-heading h2{color:#fff}.aws-how .aws-section-heading h2 span{color:#bfdbfe}.aws-how .aws-section-heading p{color:#dbeafe}.aws-how .aws-eyebrow{background:#ffffff14;border-color:#ffffff26;color:#bfdbfe}.aws-how .aws-eyebrow:before{background:#bfdbfe}.aws-how-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(5,1fr)}.aws-how-step{background:#fff;border:1px solid #dbeafe;border-radius:16px;min-height:205px;padding:22px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.aws-how-step .aws-card-icon{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:14px;box-shadow:0 8px 18px #2563eb1a;color:#2563eb;display:flex;flex:0 0 50px;height:50px;justify-content:center;width:50px}.aws-how-step .aws-card-icon svg{fill:none;stroke:#2563eb;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;height:25px;width:25px}.aws-how-step .aws-grid-label{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:50%;color:#2563eb;display:inline-flex;font-size:9px;font-weight:800;height:29px;justify-content:center;width:29px}.aws-how-step .aws-card-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px;min-height:50px}.aws-how-step h3{color:#2563eb;font-size:14px;font-weight:700;margin:0 0 8px}.aws-how-step p{color:#2563eb;font-size:11px;line-height:1.65;margin:0}.aws-how-step:hover{background:#fff;border-color:#dbeafe;box-shadow:0 12px 25px #2563eb1a;transform:translateY(-4px)}.aws-how-step:hover .aws-card-icon{background:#fff;border-color:#bfdbfe;box-shadow:0 8px 18px #2563eb1a;color:#2563eb}.aws-how-step:hover .aws-card-icon svg{stroke:#2563eb}.aws-how-step:hover .aws-grid-label{background:#fff;border-color:#bfdbfe;color:#2563eb}.aws-how-step:hover h3,.aws-how-step:hover p{color:#2563eb}@media (max-width:1050px){.aws-how-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.aws-how-grid{grid-template-columns:1fr}.aws-how-step{min-height:auto}}.aws-restart{background:#f8fafc;padding:70px 0}.aws-restart .aws-container{grid-gap:55px;align-items:center;display:grid;gap:55px;grid-template-columns:.85fr 1.15fr}.aws-restart-content h2{color:#172033;font-size:clamp(28px,3.3vw,38px);font-weight:700;letter-spacing:-1px;line-height:1.15;margin:0 0 15px}.aws-restart-content h2 span{color:#2563eb}.aws-restart-content>p{color:#64748b;font-size:13px;line-height:1.75;margin:0 0 12px}.aws-restart-highlight{align-items:center;background:#fff;border-left:4px solid #2563eb;border-radius:0 12px 12px 0;box-shadow:0 10px 25px #2563eb0f;display:flex;gap:14px;margin-top:22px;padding:15px 18px}.aws-restart-highlight .aws-card-icon{flex:0 0 44px;height:44px;margin:0;width:44px}.aws-restart-highlight strong{color:#1e3a8a;display:block;font-size:22px}.aws-restart-highlight span{color:#64748b;display:block;font-size:10px}.aws-learning-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.aws-learning-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;min-height:135px;overflow:hidden;padding:20px;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.aws-learning-card:before{background:#2563eb;bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:4px}.aws-learning-card:hover:before{opacity:1}.aws-learning-card:hover{border-color:#bfdbfe;box-shadow:0 13px 28px #2563eb14;transform:translateY(-4px)}.aws-learning-card:hover .aws-card-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 20px #2563eb2e;color:#fff}.aws-learning-card h3{color:#172033;font-size:14px;font-weight:700;margin:0}.aws-eligibility{background:#eef2ff;padding:65px 0}.aws-eligibility-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.aws-eligibility-card{background:#fff;border:1px solid #dbeafe;border-radius:17px;box-shadow:0 8px 25px #2563eb0a;padding:28px;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.aws-eligibility-card:hover{border-color:#bfdbfe;box-shadow:0 14px 30px #2563eb17;transform:translateY(-4px)}.aws-eligibility-card:hover .aws-card-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 20px #2563eb2e;color:#fff}.aws-eligibility-card h3{color:#172033;font-size:17px;font-weight:700;margin:0 0 18px}.aws-eligibility-card ul{display:flex;flex-direction:column;gap:11px;list-style:none;margin:0;padding:0}.aws-eligibility-card li{color:#64748b;font-size:12px;line-height:1.65;padding-left:27px;position:relative}.aws-eligibility-card li:before{align-items:center;background:#eef2ff;border-radius:50%;color:#2563eb;content:"✓";display:flex;font-size:9px;font-weight:800;height:18px;justify-content:center;left:0;position:absolute;top:1px;width:18px}.aws-final-cta{background:radial-gradient(circle at 50% 0,#60a5fa2e,#0000 38%),linear-gradient(135deg,#1e3a8a,#2563eb);margin:0 0 38px;overflow:hidden;padding:34px 20px;position:relative;text-align:center}.aws-final-cta:before{bottom:-100px;height:160px;left:-70px;width:160px}.aws-final-cta:after,.aws-final-cta:before{background:#ffffff0d;border-radius:50%;content:"";position:absolute}.aws-final-cta:after{height:150px;right:-70px;top:-100px;width:150px}.aws-final-cta .aws-container{position:relative;z-index:2}.aws-final-cta .aws-eyebrow{background:#ffffff17;border-color:#ffffff29;color:#bfdbfe;font-size:9px;justify-content:center;margin-bottom:7px;padding:5px 11px}.aws-final-cta .aws-eyebrow:before{background:#bfdbfe}.aws-final-icon{display:flex;justify-content:center;margin:2px 0 8px}.aws-final-icon .aws-card-icon{background:#ffffff21;border-color:#fff3;border-radius:13px;box-shadow:none;color:#fff;height:46px;width:46px}.aws-final-icon .aws-card-icon svg{height:23px;width:23px}.aws-final-cta h2{color:#fff;font-size:clamp(24px,3vw,33px);font-weight:700;letter-spacing:-.8px;line-height:1.15;margin:0 auto 8px;max-width:600px}.aws-final-cta h2 span{color:#bfdbfe}.aws-final-cta p{color:#dbeafe;font-size:11px;line-height:1.65;margin:0 auto 14px;max-width:530px}.aws-final-cta .aws-btn{border-radius:20px;font-size:9px;min-height:32px;padding:0 15px;width:auto}.aws-final-cta .aws-btn-primary{background:#fff;box-shadow:0 6px 15px #0000001a;color:#1e3a8a}.aws-final-cta .aws-btn-primary:hover{background:#eff6ff}.aws-final-cta .aws-btn-primary .aws-card-icon{background:#eef2ff;border-color:#dbeafe;color:#2563eb;flex:0 0 23px;height:23px;width:23px}@media (max-width:1050px){.aws-container{width:min(100% - 60px,1180px)}.aws-hero{margin:20px 30px 0}.aws-hero-grid{grid-template-columns:55% 45%}.aws-hero-content{padding:35px}.aws-hero-content h1{font-size:42px}.aws-benefit-grid,.aws-feature-grid,.aws-journey-grid{grid-template-columns:repeat(2,1fr)}.aws-how-grid{grid-template-columns:repeat(3,1fr)}.aws-restart .aws-container{gap:40px;grid-template-columns:1fr}}@media (max-width:700px){.aws-container{width:min(100% - 30px,1180px)}.aws-hero{border-radius:20px;margin:14px;min-height:auto}.aws-hero-grid{grid-template-columns:1fr}.aws-hero-content{padding:35px 24px 30px}.aws-hero-content h1{font-size:35px;letter-spacing:-1.4px}.aws-hero-content>p{font-size:12px}.aws-hero-actions{align-items:stretch;flex-direction:column}.aws-btn{width:100%}.aws-hero-points{gap:10px;grid-template-columns:1fr}.aws-hero-visual{min-height:285px}.aws-hero-card{min-height:auto;padding:23px 20px;width:calc(100% - 32px)}.aws-benefits,.aws-eligibility,.aws-future,.aws-how,.aws-journey,.aws-restart{padding:55px 0}.aws-section-heading{margin-bottom:30px}.aws-section-heading h2{font-size:26px}.aws-section-heading p{font-size:12px}.aws-benefit-grid,.aws-eligibility-grid,.aws-feature-grid,.aws-how-grid,.aws-journey-grid,.aws-learning-grid{grid-template-columns:1fr}.aws-benefit-card,.aws-eligibility-card,.aws-feature-card,.aws-how-step,.aws-journey-card,.aws-learning-card{padding:23px}.aws-benefit-card,.aws-feature-card,.aws-how-step,.aws-journey-card{min-height:auto}.aws-card-icon{flex-basis:50px;height:50px;width:50px}.aws-card-icon svg{height:25px;width:25px}.aws-restart-content h2{font-size:30px}.aws-final-cta{margin-bottom:28px;padding:32px 18px}.aws-final-cta h2{font-size:27px}.aws-final-cta p{font-size:11px;margin-bottom:14px}.aws-final-cta .aws-btn{min-width:120px;width:auto}}@media (max-width:450px){.aws-hero{margin:10px}.aws-container{width:calc(100% - 24px)}.aws-hero-content{padding:30px 20px}.aws-hero-content h1{font-size:32px}.aws-hero-content>p{font-size:11px}.aws-hero-points strong{font-size:10px}.aws-hero-points span{font-size:8px}.aws-section-heading h2{font-size:25px}.aws-benefit-card,.aws-eligibility-card,.aws-feature-card,.aws-how-step,.aws-journey-card,.aws-learning-card{padding:21px}.aws-restart-content h2{font-size:29px}.aws-final-cta{margin-bottom:22px;padding:30px 15px}.aws-final-cta h2{font-size:25px}}.restart-page{background:#fff;color:#172033;font-family:Poppins,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.restart-page *,.restart-page :after,.restart-page :before{box-sizing:border-box}.restart-container{margin:0 auto;width:min(1180px,calc(100% - 80px))}.restart-eyebrow{align-items:center;background:#eef2ff;border:1px solid #dbeafe;border-radius:30px;color:#2563eb;display:inline-flex;font-size:10px;font-weight:700;gap:8px;letter-spacing:1.4px;margin:0 0 12px;padding:6px 12px;text-transform:uppercase;width:fit-content}.restart-eyebrow:before{background:#2563eb;border-radius:50%;content:"";flex:0 0 6px;height:6px;width:6px}.restart-section-heading{margin:0 auto 34px;max-width:680px;text-align:center}.restart-section-heading h2{color:#172033;font-size:clamp(26px,3vw,34px);font-weight:700;letter-spacing:-.8px;line-height:1.18;margin:0 0 10px}.restart-section-heading h2 span{color:#2563eb}.restart-section-heading p{color:#64748b;font-size:12px;line-height:1.75;margin:0 auto;max-width:600px}.restart-btn{align-items:center;border:0;border-radius:24px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;gap:8px;justify-content:center;min-height:40px;padding:0 18px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.restart-btn:hover{transform:translateY(-2px)}.restart-btn-primary{background:#2563eb;border:1px solid #2563eb;box-shadow:0 7px 18px #2563eb33;color:#fff}.restart-btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.restart-btn-secondary{background:#fff;border:1px solid #dbeafe;color:#1e3a8a}.restart-btn-secondary:hover{background:#f8fafc;border-color:#93c5fd;color:#1e3a8a}.restart-icon{align-items:center;display:inline-flex;justify-content:center;line-height:1}.restart-benefit>.restart-icon,.restart-card-icon,.restart-eligibility-card li .restart-icon,.restart-hero-points .restart-icon,.restart-learning-card>.restart-icon{align-items:center;background:linear-gradient(145deg,#fff,#eff6ff);border:1px solid #bfdbfe;box-shadow:0 8px 20px #2563eb1f,inset 0 0 0 1px #fffc;color:#2563eb;display:flex;justify-content:center}.restart-hero{align-items:stretch;background:#1e3a8a;border-radius:24px;box-shadow:0 20px 50px #1e3a8a2b;display:flex;margin:22px 40px 0;min-height:350px;overflow:hidden;position:relative}.restart-hero-grid{align-items:stretch;display:grid;grid-template-columns:60% 40%;width:100%}.restart-hero-content{background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;flex-direction:column;justify-content:center;padding:40px 40px 40px 48px;position:relative;z-index:5}.restart-hero-content:after{background:#ffffff0f;border-radius:50%;bottom:-140px;content:"";height:250px;pointer-events:none;position:absolute;right:-110px;width:250px}.restart-hero-content .restart-eyebrow{background:#ffffff1a;border-color:#ffffff2e;color:#bfdbfe}.restart-hero-content .restart-eyebrow:before{background:#bfdbfe}.restart-hero-content h1{color:#fff;font-size:clamp(36px,4.2vw,52px);font-weight:750;letter-spacing:-1.7px;line-height:1.08;margin:0 0 15px;max-width:620px}.restart-hero-content h1 span{color:#bfdbfe;display:block;font-weight:450;margin-top:3px}.restart-hero-content>p{color:#dbeafe;font-size:13px;line-height:1.75;margin:0 0 22px;max-width:550px}.restart-hero-buttons{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:25px}.restart-hero-buttons .restart-btn-primary{background:#fff;border-color:#fff;box-shadow:0 7px 18px #0000001a;color:#1e3a8a}.restart-hero-buttons .restart-btn-primary:hover{background:#eff6ff;border-color:#eff6ff;color:#1e3a8a}.restart-hero-buttons .restart-btn-secondary{background:#ffffff14;border-color:#ffffff40;color:#fff}.restart-hero-buttons .restart-btn-secondary:hover{background:#ffffff24;border-color:#fff6;color:#fff}.restart-hero-points{grid-gap:14px;border-top:1px solid #fff3;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);max-width:590px;padding-top:17px}.restart-hero-points div{grid-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto}.restart-hero-points .restart-icon{background:#ffffff24;border-color:#ffffff38;border-radius:8px;box-shadow:none;color:#bfdbfe;flex:0 0 28px;grid-row:1/span 2;height:28px;width:28px}.restart-hero-points strong{align-self:end;color:#fff;font-size:11px;font-weight:700}.restart-hero-points span{color:#bfdbfe;font-size:9px;line-height:1.45}.restart-hero-visual{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;justify-content:center;min-height:350px;overflow:hidden;position:relative}.restart-hero-visual:before{background:linear-gradient(120deg,#1e3a8a,#2563eb 20%,#2563eb9e 38%,#2563eb38 58%,#2563eb00 75%);content:"";inset:0;pointer-events:none;position:absolute;z-index:3}.restart-visual-card{background:#ffffff1a;border:1px solid #ffffff2b;border-radius:20px;box-shadow:0 18px 40px #0000001a;margin:auto;min-height:275px;overflow:hidden;padding:25px;position:relative;width:calc(100% - 45px);z-index:5}.restart-visual-card:before{background:#ffffff1a;border:1px solid #ffffff26;border-radius:30px;color:#bfdbfe;content:"AWS re/START";display:inline-flex;font-size:9px;font-weight:700;letter-spacing:1.3px;margin-bottom:17px;padding:6px 11px}.restart-visual-item{align-items:center;display:flex;gap:12px;padding:7px 0}.restart-visual-icon{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:8px;color:#bfdbfe;display:flex;flex:0 0 30px;font-size:13px;height:30px;justify-content:center;width:30px}.restart-visual-item strong{color:#fff;display:block;font-size:11px;font-weight:700;margin-bottom:2px}.restart-visual-item small{color:#bfdbfe;font-size:8px;line-height:1.4}.restart-line{background:#ffffff40;height:10px;margin-left:15px;width:1px}.restart-section{background:#fff;padding:65px 0}.restart-section-light{background:#f8fafc}.restart-intro-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.restart-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;box-shadow:0 7px 22px rgba(15,23,42,.035);min-height:235px;overflow:hidden;padding:25px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.restart-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.restart-card:hover:before{transform:scaleX(1)}.restart-card:hover{border-color:#bfdbfe;box-shadow:0 17px 38px #2563eb1a;transform:translateY(-5px)}.restart-card-icon{border-radius:14px;font-size:21px;height:50px;margin:0 0 20px;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;width:50px}.restart-card:hover .restart-card-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 22px #2563eb38;color:#fff;transform:translateY(-2px)}.restart-card h3{color:#172033;font-size:16px;font-weight:700;line-height:1.35;margin:0 0 9px}.restart-card p{color:#64748b;font-size:12px;line-height:1.7;margin:0}.restart-learning-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.restart-learning-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:180px;overflow:hidden;padding:22px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.restart-learning-card:before{background:#2563eb;bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:4px}.restart-learning-card:hover:before{opacity:1}.restart-learning-card:hover{border-color:#bfdbfe;box-shadow:0 15px 35px #2563eb17;transform:translateY(-5px)}.restart-learning-card>.restart-icon{border-radius:12px;font-size:20px;height:48px;margin-bottom:17px;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;width:48px}.restart-learning-card:hover>.restart-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 20px #2563eb2e;color:#fff}.restart-learning-card h3{color:#172033;font-size:14px;font-weight:700;margin:0 0 8px}.restart-learning-card p{color:#64748b;font-size:11px;line-height:1.65;margin:0}.restart-journey{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.restart-journey-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;box-shadow:0 7px 20px rgba(37,99,235,.035);min-height:195px;overflow:hidden;padding:22px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.restart-journey-card:after{background:#eef2ff;border-radius:50%;bottom:-30px;content:"";height:85px;position:absolute;right:-30px;transition:transform .25s ease;width:85px}.restart-journey-card:hover:after{transform:scale(1.3)}.restart-journey-card:hover{border-color:#93c5fd;box-shadow:0 15px 35px #2563eb1a;transform:translateY(-5px)}.restart-step{align-items:center;background:#eef2ff;border:1px solid #dbeafe;border-radius:50%;color:#2563eb;display:inline-flex;font-size:11px;font-weight:800;height:42px;justify-content:center;margin-bottom:18px;position:relative;width:42px;z-index:2}.restart-journey-card h3{color:#172033;font-size:15px;font-weight:700;margin:0 0 8px;position:relative;z-index:2}.restart-journey-card p{color:#64748b;font-size:11px;line-height:1.65;margin:0;position:relative;z-index:2}.restart-benefits-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.restart-benefit{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:15px;padding:22px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.restart-benefit:hover{border-color:#bfdbfe;box-shadow:0 14px 32px #2563eb17;transform:translateY(-5px)}.restart-benefit>.restart-icon{border-radius:13px;flex:0 0 50px;font-size:20px;height:50px;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;width:50px}.restart-benefit:hover>.restart-icon{background:#2563eb;border-color:#2563eb;box-shadow:0 9px 20px #2563eb2e;color:#fff}.restart-benefit h3{color:#172033;font-size:14px;font-weight:700;line-height:1.35;margin:0 0 7px}.restart-benefit p{color:#64748b;font-size:11px;line-height:1.65;margin:0}.restart-eligibility-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.restart-eligibility-card{background:#fff;border:1px solid #dbeafe;border-radius:17px;box-shadow:0 8px 25px #2563eb0a;padding:28px;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.restart-eligibility-card:hover{border-color:#bfdbfe;box-shadow:0 14px 30px #2563eb17;transform:translateY(-4px)}.restart-eligibility-card h3{color:#172033;font-size:17px;font-weight:700;margin:0 0 18px}.restart-eligibility-card ul{display:flex;flex-direction:column;gap:11px;list-style:none;margin:0;padding:0}.restart-eligibility-card li{color:#64748b;font-size:12px;line-height:1.65;padding-left:27px;position:relative}.restart-eligibility-card li .restart-icon{background:#eef2ff;border:0;border-radius:50%;box-shadow:none;color:#2563eb;font-size:9px;font-weight:800;height:18px;left:0;position:absolute;top:1px;width:18px}.restart-how{background:#1e3a8a;padding:65px 0}.restart-how .restart-section-heading h2{color:#fff}.restart-how .restart-section-heading h2 span{color:#bfdbfe}.restart-how .restart-section-heading p{color:#dbeafe}.restart-how .restart-eyebrow{background:#ffffff14;border-color:#ffffff26;color:#bfdbfe}.restart-how .restart-eyebrow:before{background:#bfdbfe}.restart-how-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(5,1fr)}.restart-how-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;min-height:205px;padding:22px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.restart-how-card:hover{background:#fff;border-color:#dbeafe;box-shadow:0 12px 25px #2563eb1a;transform:translateY(-4px)}.restart-how-card>span{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:50%;color:#2563eb;display:inline-flex;font-size:9px;font-weight:800;height:29px;justify-content:center;line-height:1;margin-bottom:20px;width:29px}.restart-how-card h3{color:#2563eb;font-size:14px;font-weight:700;margin:0 0 8px}.restart-how-card p{color:#2563eb;font-size:11px;line-height:1.65;margin:0}.restart-final-cta{background:radial-gradient(circle at 50% 0,#60a5fa2e,#0000 38%),linear-gradient(135deg,#1e3a8a,#2563eb);margin:0 0 38px;overflow:hidden;padding:34px 20px;position:relative;text-align:center}.restart-final-cta:before{bottom:-100px;height:160px;left:-70px;width:160px}.restart-final-cta:after,.restart-final-cta:before{background:#ffffff0d;border-radius:50%;content:"";position:absolute}.restart-final-cta:after{height:150px;right:-70px;top:-100px;width:150px}.restart-final-content{margin:0 auto;max-width:700px;position:relative;z-index:2}.restart-final-content .restart-eyebrow{background:#ffffff17;border-color:#ffffff29;color:#bfdbfe;font-size:9px;justify-content:center;margin-bottom:7px;padding:5px 11px}.restart-final-content .restart-eyebrow:before{background:#bfdbfe}.restart-final-content h2{color:#fff;font-size:clamp(24px,3vw,33px);font-weight:700;letter-spacing:-.8px;line-height:1.15;margin:0 auto 8px;max-width:600px}.restart-final-content h2 span{color:#bfdbfe}.restart-final-content p{color:#dbeafe;font-size:11px;line-height:1.65;margin:0 auto 14px;max-width:530px}.restart-final-content .restart-btn{border-radius:20px;font-size:9px;min-height:32px;padding:0 15px;width:auto}.restart-final-content .restart-btn-primary{background:#fff;border-color:#fff;box-shadow:0 6px 15px #0000001a;color:#1e3a8a}.restart-final-content .restart-btn-primary:hover{background:#eff6ff;border-color:#eff6ff;color:#1e3a8a}@media (max-width:1050px){.restart-container{width:min(100% - 60px,1180px)}.restart-hero{margin:20px 30px 0}.restart-hero-grid{grid-template-columns:55% 45%}.restart-hero-content{padding:35px}.restart-hero-content h1{font-size:42px}.restart-benefits-grid,.restart-intro-grid,.restart-journey,.restart-learning-grid{grid-template-columns:repeat(2,1fr)}.restart-how-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.restart-container{width:min(100% - 30px,1180px)}.restart-hero{border-radius:20px;margin:14px;min-height:auto}.restart-hero-grid{grid-template-columns:1fr}.restart-hero-content{padding:35px 24px 30px}.restart-hero-content h1{font-size:35px;letter-spacing:-1.4px}.restart-hero-content>p{font-size:12px}.restart-hero-buttons{align-items:stretch;flex-direction:column}.restart-btn{width:100%}.restart-hero-points{gap:10px;grid-template-columns:1fr}.restart-hero-visual{min-height:285px}.restart-visual-card{min-height:auto;padding:23px 20px;width:calc(100% - 32px)}.restart-how,.restart-section{padding:55px 0}.restart-section-heading{margin-bottom:30px}.restart-section-heading h2{font-size:26px}.restart-section-heading p{font-size:12px}.restart-benefits-grid,.restart-eligibility-grid,.restart-how-grid,.restart-intro-grid,.restart-journey,.restart-learning-grid{grid-template-columns:1fr}.restart-benefit,.restart-card,.restart-eligibility-card,.restart-how-card,.restart-journey-card,.restart-learning-card{padding:23px}.restart-card,.restart-how-card,.restart-journey-card,.restart-learning-card{min-height:auto}.restart-card-icon{height:50px;width:50px}.restart-final-cta{margin-bottom:28px;padding:32px 18px}.restart-final-content h2{font-size:27px}.restart-final-content p{font-size:11px;margin-bottom:14px}.restart-final-content .restart-btn{min-width:120px;width:auto}}@media (max-width:450px){.restart-hero{margin:10px}.restart-container{width:calc(100% - 24px)}.restart-hero-content{padding:30px 20px}.restart-hero-content h1{font-size:32px}.restart-hero-content>p{font-size:11px}.restart-hero-points strong{font-size:10px}.restart-hero-points span{font-size:8px}.restart-section-heading h2{font-size:25px}.restart-benefit,.restart-card,.restart-eligibility-card,.restart-how-card,.restart-journey-card,.restart-learning-card{padding:21px}.restart-final-cta{margin-bottom:22px;padding:30px 15px}.restart-final-content h2{font-size:25px}}.App{text-align:left}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.065d5f46.css.map*/