:root{--stp-navy: #010332;--stp-blue: #0F73FF;--stp-teal: #21DCBE;--stp-gray: #55647a;--stp-light: #f4f6fa;--stp-bdr: #e3e8f0;--stp-font: "Montserrat", sans-serif}.stp-sec{padding:4.5rem 0}.stp-bg-white{background:#fff}.stp-bg-light{background:var(--stp-light)}.stp-eyebrow,.stp-label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--stp-font);font-size:1rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--stp-blue);margin:0 0 1rem}.stp-eyebrow:before,.stp-label:before{content:"";display:block;flex-shrink:0;width:20px;height:1.5px;background:currentColor}.stp-label--teal{color:var(--stp-teal)}.stp-label--center{display:flex;justify-content:center}.stp-h2{font-family:var(--stp-font);font-size:clamp(1.4rem,2.4vw,2.4rem);font-weight:800;line-height:1.18;color:var(--stp-navy);margin:0 0 1.5rem}.stp-h2--white{color:#fff}.stp-h2--center{text-align:center}.stp-accent-blue,.stp-accent-teal{color:var(--stp-blue)}.stp-body{font-family:var(--stp-font);font-size:1rem;line-height:2;color:var(--stp-gray);margin:0 0 1rem}.stp-body--faint{color:#fff9}.stp-body strong{color:var(--stp-navy)}.stp-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--stp-font);font-size:.95rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:4px;padding:.75rem 1.5rem;white-space:nowrap;transition:background .2s,transform .2s,box-shadow .2s}.stp-btn--teal{background:var(--stp-teal);color:#fff!important}.stp-btn--teal:hover{background:var(--stp-blue);color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 28px #0f73ff4d}.stp-btn--navy{background:var(--stp-navy);color:#fff}.stp-btn--navy:hover{background:#030a4d;transform:translateY(-2px);box-shadow:0 8px 28px #01033240}.stp-btn--blue{background:var(--stp-blue);color:#fff}.stp-btn--blue:hover{background:var(--stp-teal);color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #21dcbe4d}.stp-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden}.stp-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center}.stp-hero-overlay{position:absolute;inset:0;background:linear-gradient(108deg,#010332,#010332ed 42%,#01033280 68%,#01033205)}.stp-hero .container{position:relative;z-index:1}.stp-hero-body{padding:9rem 0 7.5rem;max-width:760px}.stp-hero .stp-eyebrow{color:var(--stp-teal);margin-bottom:1.25rem}.stp-hero-h1{font-family:var(--stp-font);font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1.12;color:#fff;margin:0 0 1.1rem}.stp-hero-h1 em{color:var(--stp-blue);font-style:normal}.stp-nowrap{white-space:nowrap}.stp-hero-sub{font-family:var(--stp-font);font-size:.9rem;font-weight:500;color:#fff;letter-spacing:.03em;margin:0 0 2.4rem}.stp-hero-btns{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.stp-stats{background:var(--stp-navy);border-top:1px solid rgba(33,220,190,.2)}.stp-stats-inner{display:flex;align-items:center;padding:2.25rem 0}.stp-stat-item{flex:1;text-align:center;font-family:var(--stp-font);display:flex;flex-direction:column;align-items:center;gap:.4rem}.stp-stat-item strong{font-size:2.1rem;font-weight:800;color:var(--stp-teal);line-height:1}.stp-stat-item strong sup{font-size:55%;vertical-align:super}.stp-stat-item span{font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff61}.stp-stat-div{width:1px;height:44px;background:#ffffff1a;flex-shrink:0}.stp-two-col{display:grid;grid-template-columns:2fr 3fr;gap:5.5rem;align-items:center}.stp-two-col>*{min-width:0}.stp-two-col--80-20{grid-template-columns:4fr 1fr;gap:4rem}.stp-two-col--text-first .stp-prose{order:0}.stp-two-col--text-first .stp-feat-grid{order:1}.stp-two-col--stretch{align-items:stretch}.stp-two-col--stretch .stp-media{display:flex}.stp-media-frame{border-radius:22px;overflow:hidden;box-shadow:0 28px 70px #01033221;line-height:0}.stp-media-frame--fill{flex:1;display:flex}.stp-media-img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.stp-media-img--fill{aspect-ratio:unset;height:100%;min-height:340px}.stp-check-list{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.65rem}.stp-check-list li{font-family:var(--stp-font);font-size:.9rem;font-weight:600;color:var(--stp-navy);display:flex;align-items:center;gap:.75rem}.stp-check-list li:before{content:"";display:inline-flex;flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#0f73ff1a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F73FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat}.stp-section-hdr{text-align:center;margin-bottom:3.5rem}.stp-feat-grid{display:flex;flex-direction:column;gap:1.5rem}.stp-feat-row{display:flex;align-items:center;gap:1.1rem}.stp-feat-icon{width:46px;height:46px;flex-shrink:0;border-radius:12px;background:#fff;border:1px solid var(--stp-bdr);color:var(--stp-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #01033212}.stp-feat-title{font-family:var(--stp-font);font-size:1.125rem;font-weight:700;color:var(--stp-navy);margin:0;line-height:1.3}.stp-feat-body{font-family:var(--stp-font);font-size:.82rem;line-height:1.6;color:var(--stp-gray);margin:0}.stp-bundles{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.stp-bundle-card{background:#fff;border:1px solid var(--stp-bdr);border-radius:16px;overflow:hidden;box-shadow:0 2px 14px #0103320f;transition:transform .24s,box-shadow .24s}.stp-bundle-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #01033221}.stp-bundle-thumb{background:var(--stp-light);height:165px;display:flex;align-items:center;justify-content:center;padding:1rem}.stp-bundle-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.stp-bundle-body{padding:1.1rem 1.2rem 1.35rem}.stp-bundle-title{font-family:var(--stp-font);font-size:1.125rem;font-weight:700;color:var(--stp-navy);margin:0 0 .4rem}.stp-bundle-desc{font-family:var(--stp-font);font-size:.77rem;line-height:1.65;color:var(--stp-gray);margin:0}.stp-impact{position:relative;padding:7rem 0;overflow:hidden}.stp-impact-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.stp-impact-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#010332f7,#010332e0 48%,#0103326b)}.stp-impact .container{position:relative;z-index:1}.stp-rd-grid{display:grid;grid-template-columns:4fr 1fr;gap:4rem;align-items:center}.stp-rd-pills{display:flex;flex-direction:column;gap:.65rem}.stp-pill{display:flex;align-items:center;gap:.75rem;font-family:var(--stp-font);font-size:.85rem;font-weight:600;color:#ffffffe0;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.85rem 1.2rem;width:100%}.stp-pill svg{color:var(--stp-teal);flex-shrink:0}.stp-elig-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:.9rem}.stp-elig-list li{display:flex;align-items:center;gap:.95rem;font-family:var(--stp-font);font-size:.9rem;font-weight:600;color:var(--stp-navy)}.stp-elig-chk{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:#21dcbe1a;border:1px solid rgba(33,220,190,.3);color:var(--stp-teal);display:flex;align-items:center;justify-content:center}.stp-carousel{border-radius:20px;overflow:hidden;border:1px solid var(--stp-bdr);box-shadow:0 16px 56px #0103321a}.stp-carousel-track{display:flex;width:100%;transition:transform .42s ease}.stp-carousel-slide{min-width:100%;width:100%;flex-shrink:0}.stp-carousel-img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.stp-carousel-nav{display:flex;align-items:center;justify-content:center;gap:.9rem;padding:.9rem 1.5rem 1.25rem;background:#fff;border-top:1px solid var(--stp-bdr)}.stp-carousel-btn{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--stp-bdr);background:#fff;color:var(--stp-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .18s,color .18s}.stp-carousel-btn:hover{border-color:var(--stp-blue);color:var(--stp-blue)}.stp-carousel-dots{display:flex;align-items:center;gap:.4rem}.stp-carousel-dot{width:7px;height:7px;border-radius:50%;background:var(--stp-bdr);cursor:pointer;transition:background .2s,transform .2s}.stp-carousel-dot.active{background:var(--stp-blue);transform:scale(1.35)}.stp-partner-body{padding:1.6rem 1.8rem 2rem;background:#fff;font-family:var(--stp-font)}.stp-partner-tag{display:inline-block;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--stp-teal);background:#21dcbe14;border:1px solid rgba(33,220,190,.2);border-radius:20px;padding:.2rem .75rem;margin-bottom:.85rem}.stp-inline-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--stp-blue);text-decoration:none;transition:gap .2s}.stp-inline-link:hover{gap:.7rem}.stp-cta-band{background:var(--stp-navy);border-top:1px solid rgba(33,220,190,.15)}.stp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4.5rem 0}.stp-cta-h2{font-family:var(--stp-font);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:800;color:#fff;margin:0 0 .5rem}.stp-cta-sub{font-family:var(--stp-font);font-size:.88rem;color:#fff;margin:0}@media(max-width:1280px){.stp-bundles{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.stp-sec{padding:5.5rem 0}.stp-two-col{grid-template-columns:1fr;gap:3.5rem}.stp-two-col--text-first .stp-prose{order:0}.stp-two-col--text-first .stp-feat-grid{order:1}.stp-cta-inner{flex-direction:column;text-align:center}}@media(max-width:900px){.stp-bundles{grid-template-columns:repeat(2,1fr)}.stp-stats-inner{flex-wrap:wrap;gap:1.25rem;padding:2rem 0}.stp-stat-item{flex:1 0 40%}.stp-stat-div{display:none}}@media(max-width:900px){.stp-rd-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.stp-sec{padding:4.5rem 0}.stp-hero-body{padding:7rem 0 5rem}.stp-hero-h1{font-size:clamp(2rem,9vw,2.8rem)}.stp-impact{padding:5rem 0}.stp-two-col{gap:2.5rem}.stp-hero-btns{flex-direction:column;align-items:flex-start}}@media(max-width:540px){.stp-bundles{grid-template-columns:1fr 1fr}}@media(max-width:380px){.stp-bundles{grid-template-columns:1fr}}
