@import "https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;1,400;0,700;1,700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;height:100%}
body{font-family:'Karla',sans-serif;background-color:#F6F6F6;color:#2c2c2c;line-height:1.6;min-height:100%;display:flex;flex-direction:column}
main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.header-grid-container-v2{max-width:1200px;margin:0 auto;padding:20px 25px;background:linear-gradient(135deg,#0F5F95 0%,#F6F6F6 100%);box-shadow:0 4px 8px #00000026}
.top-row-split-v1{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;margin-bottom:18px;padding-bottom:15px;border-bottom:2px solid #fea30866}
.logo-zone-v3{display:flex;align-items:center}
.logo-link-wrap-v2{display:block;width:90px;height:90px;background-color:#fff;border-radius:8px;padding:8px;box-shadow:0 3px 6px #0003}
.brand-logo-img-v1{width:100%;height:100%;object-fit:contain}
.company-title-zone-v1{display:flex;justify-content:flex-end;align-items:center}
.business-name-text-v2{font-size:32px;font-weight:700;color:#0F5F95;text-shadow:1px 1px 3px #0000001a;background-color:#ffffffd9;padding:8px 20px;border-radius:6px}
.bottom-row-nav-v2{margin-top:10px}
.main-site-navigation-v1{display:flex;gap:35px;justify-content:center;flex-wrap:wrap}
.main-site-navigation-v1 .nav-link-item-v3{font-size:17px;font-weight:600;color:#fff;text-decoration:none;padding:10px 18px;background-color:#0f5f95bf;border-radius:6px;transition:background-color .25s ease;border:1px solid #fea30880}
.main-site-navigation-v1 .nav-link-item-v3:hover{background-color:#FEA308;color:#0F5F95}
.footer-wrapper-container-v1{max-width:1200px;margin:0 auto;padding:50px 25px 30px;background:linear-gradient(180deg,#0F5F95 0%,#2c3e50 100%);color:#F6F6F6}
.footer-sections-stack-v2{display:flex;flex-direction:column;gap:35px}
.footer-info-block-v1{text-align:center}
.footer-heading-v2{font-size:26px;font-weight:700;margin-bottom:12px;color:#FEA308}
.footer-address-v1{font-size:15px;line-height:1.7;margin-bottom:10px}
.footer-contact-v1{font-size:15px;line-height:1.7}
.contact-phone-v2,.contact-email-v2{display:inline-block}
.footer-nav-block-v2{text-align:center}
.footer-menu-v1{display:flex;flex-direction:column;gap:12px;align-items:center}
.footer-menu-v1 .footer-link-v3{font-size:15px;color:#F6F6F6;text-decoration:none;padding:6px 12px;transition:color .25s ease;border-bottom:1px solid transparent}
.footer-menu-v1 .footer-link-v3:hover{color:#FEA308;border-bottom-color:#FEA308}
.footer-copyright-v1{text-align:center;padding-top:20px;border-top:1px solid #f6f6f64d}
.copyright-text-v2{font-size:14px;color:#b8c2cc}
.cookie-popup-box-v1{position:fixed;bottom:20px;right:20px;width:340px;background-color:#fff;border:2px solid #0F5F95;border-radius:8px;box-shadow:0 6px 12px #00000040;padding:20px;z-index:9999;transform:translateY(400px);opacity:0;transition:transform .35s ease,opacity .35s ease}
.cookie-popup-box-v1[data-consent-state="visible"]{transform:translateY(0);opacity:1}
.cookie-popup-box-v1[data-consent-state="hidden"]{transform:translateY(-400px);opacity:0;pointer-events:none}
.cookie-content-wrap-v2{display:flex;flex-direction:column;gap:14px}
.cookie-title-v1{font-size:19px;font-weight:700;color:#0F5F95;margin-bottom:6px}
.cookie-description-v2{font-size:14px;line-height:1.5;color:#333}
.cookie-options-accordion-v1{display:flex;flex-direction:column;gap:10px;margin:8px 0}
.cookie-option-item-v2{display:flex;align-items:center}
.cookie-label-v1{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}
.cookie-checkbox-v2{width:18px;height:18px;cursor:pointer}
.cookie-option-name-v1{color:#2c2c2c}
.cookie-actions-v1{display:flex;gap:12px;margin-top:10px}
.cookie-btn-accept-v2,.cookie-btn-decline-v2{flex:1;padding:10px 16px;font-size:14px;font-weight:600;border:2px solid #0F5F95;background-color:transparent;color:#0F5F95;border-radius:6px;cursor:pointer;transition:background-color .25s ease,color .25s ease}
.cookie-btn-accept-v2:hover{background-color:#0F5F95;color:#fff}
.cookie-btn-decline-v2:hover{background-color:#FEA308;color:#fff;border-color:#FEA308}
@media (max-width: 768px) {
.header-grid-container-v2{padding:15px}
.top-row-split-v1{grid-template-columns:1fr;gap:15px;text-align:center;margin-bottom:15px}
.logo-zone-v3{justify-content:center}
.logo-link-wrap-v2{width:75px;height:75px}
.company-title-zone-v1{justify-content:center}
.business-name-text-v2{font-size:24px;padding:6px 15px}
.main-site-navigation-v1{flex-direction:column;gap:12px;align-items:stretch}
.main-site-navigation-v1 .nav-link-item-v3{text-align:center;font-size:16px}
.footer-wrapper-container-v1{padding:30px 15px 20px}
.footer-menu-v1{gap:10px}
.cookie-popup-box-v1{width:calc(100% - 40px);right:20px;left:20px}
}
@media (max-width: 480px) {
.business-name-text-v2{font-size:20px}
.logo-link-wrap-v2{width:65px;height:65px}
.cookie-title-v1{font-size:17px}
.cookie-description-v2{font-size:13px}
}
.z-terms-text{max-width:1200px;margin:0 auto;padding:60px 20px;background:#FFF}
.z-terms-text h1{font-size:42px;line-height:1.2;color:#0F5F95;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.z-terms-text h2{font-size:32px;line-height:1.3;color:#0F5F95;margin:48px 0 24px;font-weight:600;letter-spacing:-.3px}
.z-terms-text h3{font-size:24px;line-height:1.4;color:#0F5F95;margin:36px 0 18px;font-weight:600}
.z-terms-text h4{font-size:20px;line-height:1.4;color:#333;margin:28px 0 14px;font-weight:600}
.z-terms-text h5{font-size:18px;line-height:1.5;color:#333;margin:24px 0 12px;font-weight:600}
.z-terms-text h6{font-size:16px;line-height:1.5;color:#555;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.z-terms-text p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.z-terms-text strong,.z-terms-text b{font-weight:700;color:#0F5F95}
.z-terms-text em,.z-terms-text i{font-style:italic;color:#444}
.z-terms-text a{color:#0F5F95;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s ease,color .2s ease}
.z-terms-text a:hover{color:#FEA308;border-bottom-color:#FEA308}
.z-terms-text a:focus{outline:2px solid #FEA308;outline-offset:3px}
.z-terms-text ul,.z-terms-text ol{margin:0 0 24px;padding-left:28px}
.z-terms-text ul li,.z-terms-text ol li{font-size:16px;line-height:1.8;color:#333;margin-bottom:12px}
.z-terms-text ul li{list-style-type:disc}
.z-terms-text ol li{list-style-type:decimal}
.z-terms-text ul ul,.z-terms-text ol ol,.z-terms-text ul ol,.z-terms-text ol ul{margin:12px 0 0}
.z-terms-text hr{border:none;height:2px;background:linear-gradient(90deg,#0F5F95 0%,#F6F6F6 50%,#FEA308 100%);margin:48px 0}
.z-terms-text div{margin:0 0 20px}
.z-terms-text blockquote{margin:32px 0;padding:20px 24px;border-left:4px solid #FEA308;background:#F6F6F6;font-style:italic;color:#555}
.z-terms-text blockquote p{margin:0}
.z-terms-text table{width:100%;border-collapse:collapse;margin:32px 0;box-shadow:0 2px 8px #0f5f951a}
.z-terms-text table th,.z-terms-text table td{padding:14px 16px;text-align:left;border-bottom:1px solid #E0E0E0;font-size:15px;line-height:1.6}
.z-terms-text table th{background:#0F5F95;color:#FFF;font-weight:600}
.z-terms-text table tr:last-child td{border-bottom:none}
.z-terms-text table tr:nth-child(even){background:#F6F6F6}
.z-terms-text code{background:#F6F6F6;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#0F5F95}
.z-terms-text pre{background:#F6F6F6;padding:20px;border-radius:6px;overflow-x:auto;margin:24px 0;box-shadow:0 2px 6px #00000014}
.z-terms-text pre code{background:transparent;padding:0;font-size:14px;line-height:1.6}
@media (max-width: 768px) {
.z-terms-text{padding:40px 16px}
.z-terms-text h1{font-size:32px;margin-bottom:24px}
.z-terms-text h2{font-size:26px;margin:36px 0 20px}
.z-terms-text h3{font-size:22px;margin:28px 0 16px}
.z-terms-text h4{font-size:18px;margin:24px 0 12px}
.z-terms-text p,.z-terms-text ul li,.z-terms-text ol li{font-size:15px;line-height:1.7}
.z-terms-text table{font-size:14px}
.z-terms-text table th,.z-terms-text table td{padding:10px 12px}
}
@media (max-width: 480px) {
.z-terms-text{padding:32px 12px}
.z-terms-text h1{font-size:28px}
.z-terms-text h2{font-size:24px}
.z-terms-text h3{font-size:20px}
.z-terms-text ul,.z-terms-text ol{padding-left:20px}
.z-terms-text blockquote{padding:16px 18px;margin:24px 0}
}
.hero-intro-v1{position:relative;padding:120px 0 140px;overflow:hidden;background:linear-gradient(147deg,#0F5F95 0%,#F6F6F6 58%,#FEA308 100%)}
.hero-intro-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(23deg,#0f5f954d 0%,#f6f6f61a 50%,#fea30833 100%);animation:gradient-shift-v2 8s ease-in-out infinite}
@keyframes gradient-shift-v2 {
0%,100%{opacity:1}
50%{opacity:.6}
}
.hero-intro-v1 .content-wrap-main{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.hero-intro-v1 .text-side-v3 h1{font-size:56px;line-height:1.1;margin:0 0 32px;color:#1a1a1a;font-weight:700}
.hero-intro-v1 .text-side-v3 .subtitle-line{font-size:22px;line-height:1.5;color:#2d2d2d;margin:0 0 24px;max-width:480px}
.hero-intro-v1 .img-side-parallax{position:relative;transition:transform .4s ease-out}
.hero-intro-v1 .img-side-parallax img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:4px 4px 16px #0000002e}
.story-grid-section-v2{padding:100px 0;background:#F6F6F6}
.story-grid-section-v2 .inner-container-v4{max-width:1200px;margin:0 auto;padding:0 24px}
.story-grid-section-v2 .heading-intro-v1{text-align:center;margin-bottom:64px}
.story-grid-section-v2 .heading-intro-v1 h2{font-size:42px;line-height:1.2;margin:0 0 20px;color:#0F5F95;font-weight:700}
.story-grid-section-v2 .heading-intro-v1 .description-text-v2{font-size:19px;line-height:1.6;color:#3a3a3a;max-width:720px;margin:0 auto}
.story-grid-section-v2 .grid-layout-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.story-grid-section-v2 .card-item-v3{background:#fff;padding:32px;border-radius:6px;box-shadow:2px 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.story-grid-section-v2 .card-item-v3:hover{transform:translateY(-4px);box-shadow:4px 4px 14px #00000024}
.story-grid-section-v2 .card-item-v3 h3{font-size:24px;margin:0 0 16px;color:#0F5F95;font-weight:600}
.story-grid-section-v2 .card-item-v3 .text-content-v1{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.process-timeline-v1{padding:110px 0;background:#fff}
.process-timeline-v1 .wrapper-centered-v2{max-width:1200px;margin:0 auto;padding:0 24px}
.process-timeline-v1 .section-header-v5{margin-bottom:72px}
.process-timeline-v1 .section-header-v5 h2{font-size:46px;line-height:1.15;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.process-timeline-v1 .section-header-v5 .intro-text-v1{font-size:18px;line-height:1.65;color:#3d3d3d;max-width:680px}
.process-timeline-v1 .timeline-container-v3{display:flex;flex-direction:column;gap:56px}
.process-timeline-v1 .timeline-step-v1{display:grid;grid-template-columns:100px 1fr;gap:32px;align-items:start}
.process-timeline-v1 .step-number-v2{width:100px;height:100px;background:linear-gradient(135deg,#0F5F95 0%,#1a7ab8 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;box-shadow:3px 3px 10px #0f5f954d}
.process-timeline-v1 .step-content-v4 h3{font-size:28px;margin:0 0 16px;color:#0F5F95;font-weight:600}
.process-timeline-v1 .step-content-v4 .step-desc-v1{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.team-showcase-v3{padding:105px 0;background:linear-gradient(168deg,#F6F6F6 0%,#e8e8e8 100%)}
.team-showcase-v3 .container-centered-v1{max-width:1200px;margin:0 auto;padding:0 24px}
.team-showcase-v3 .header-section-v2{text-align:center;margin-bottom:68px}
.team-showcase-v3 .header-section-v2 h2{font-size:44px;line-height:1.2;margin:0 0 22px;color:#1a1a1a;font-weight:700}
.team-showcase-v3 .header-section-v2 .header-subtitle-v1{font-size:19px;line-height:1.6;color:#3a3a3a;max-width:700px;margin:0 auto}
.team-showcase-v3 .team-grid-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:52px}
.team-showcase-v3 .member-card-v1{display:grid;grid-template-columns:240px 1fr;gap:28px;background:#fff;padding:28px;border-radius:8px;box-shadow:2px 2px 12px #0000001a;align-items:start}
.team-showcase-v3 .member-card-v1 .image-wrapper-v2 img{width:240px;height:280px;object-fit:cover;border-radius:6px}
.team-showcase-v3 .member-card-v1 .member-info-v3 h3{font-size:26px;margin:0 0 8px;color:#0F5F95;font-weight:600}
.team-showcase-v3 .member-card-v1 .member-info-v3 .role-title-v1{font-size:16px;color:#FEA308;margin:0 0 18px;font-weight:500}
.team-showcase-v3 .member-card-v1 .member-info-v3 .bio-text-v1{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.cta-contact-v1{padding:95px 0;background:linear-gradient(201deg,#0F5F95 0%,#1a7ab8 60%,#FEA308 100%);text-align:center}
.cta-contact-v1 .content-wrap-v2{max-width:1200px;margin:0 auto;padding:0 24px}
.cta-contact-v1 h2{font-size:48px;line-height:1.2;margin:0 0 28px;color:#fff;font-weight:700}
.cta-contact-v1 .cta-description-v1{font-size:20px;line-height:1.6;color:#f0f0f0;margin:0 0 40px;max-width:680px;margin-left:auto;margin-right:auto}
.cta-contact-v1 .btn-primary-v3{display:inline-block;padding:16px 48px;background:#FEA308;color:#1a1a1a;font-size:18px;font-weight:600;border-radius:6px;text-decoration:none;box-shadow:3px 3px 12px #0003;transition:all .3s ease}
.cta-contact-v1 .btn-primary-v3:hover{background:#e59407;transform:translateY(-2px);box-shadow:4px 4px 16px #0000004d}
@media (max-width: 1024px) {
.hero-intro-v1 .content-wrap-main{grid-template-columns:1fr;gap:48px}
.hero-intro-v1 .text-side-v3 h1{font-size:44px}
.story-grid-section-v2 .grid-layout-v1{grid-template-columns:1fr;gap:36px}
.process-timeline-v1 .timeline-step-v1{grid-template-columns:80px 1fr;gap:24px}
.process-timeline-v1 .step-number-v2{width:80px;height:80px;font-size:28px}
.team-showcase-v3 .team-grid-v2{grid-template-columns:1fr}
.team-showcase-v3 .member-card-v1{grid-template-columns:1fr}
.team-showcase-v3 .member-card-v1 .image-wrapper-v2 img{width:100%;height:320px}
}
@media (max-width: 768px) {
.hero-intro-v1{padding:80px 0 100px}
.hero-intro-v1 .text-side-v3 h1{font-size:36px}
.hero-intro-v1 .text-side-v3 .subtitle-line{font-size:18px}
.story-grid-section-v2{padding:70px 0}
.story-grid-section-v2 .heading-intro-v1 h2{font-size:32px}
.process-timeline-v1{padding:70px 0}
.process-timeline-v1 .section-header-v5 h2{font-size:34px}
.process-timeline-v1 .timeline-step-v1{grid-template-columns:1fr;gap:20px}
.process-timeline-v1 .step-number-v2{width:70px;height:70px;font-size:24px}
.team-showcase-v3{padding:70px 0}
.team-showcase-v3 .header-section-v2 h2{font-size:34px}
.cta-contact-v1{padding:70px 0}
.cta-contact-v1 h2{font-size:36px}
.cta-contact-v1 .cta-description-v1{font-size:18px}
}
.title-section-v1{background:linear-gradient(127deg,#F6F6F6 0%,#0F5F95 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.title-section-v1::before{content:'';position:absolute;width:340px;height:340px;background:#fea30814;border-radius:50%;top:-120px;right:-80px;z-index:1}
.title-section-v1::after{content:'';position:absolute;width:220px;height:220px;background:#0f5f951f;border-radius:50%;bottom:-90px;left:-50px;z-index:1}
.title-content-box{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;gap:60px;align-items:center}
.title-text-area{flex:1}
.title-problem-v1{font-size:16px;color:#0F5F95;margin:0 0 16px;font-weight:600;letter-spacing:.5px}
.title-headline-v1{font-size:46px;color:#1a1a1a;margin:0 0 24px;line-height:1.2;font-weight:700}
.title-solution-text-v1{font-size:18px;color:#2d2d2d;margin:0 0 32px;line-height:1.6;max-width:580px}
.title-cta-button-v1{display:inline-block;background:#FEA308;color:#1a1a1a;padding:16px 36px;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 8px #fea30840}
.title-cta-button-v1:hover{background:#e89307;box-shadow:0 6px 12px #fea30859;transform:translateY(-2px)}
.title-image-zone{flex:0 0 420px}
.title-image-v1{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 12px 24px #0f5f9533;border:3px solid #F6F6F6}
.personalization-area-v2{padding:90px 20px;background:#F6F6F6}
.personalization-container-v2{max-width:1200px;margin:0 auto}
.personalization-header-v2{text-align:center;margin-bottom:70px}
.personalization-title-v2{font-size:38px;color:#0F5F95;margin:0 0 20px;font-weight:700}
.personalization-intro-v2{font-size:17px;color:#2d2d2d;max-width:720px;margin:0 auto;line-height:1.7}
.personalization-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.personalization-card-v2{background:#fff;padding:36px 28px;border-radius:8px;box-shadow:0 3px 10px #0f5f9514;transition:all .3s ease;border-left:4px solid transparent}
.personalization-card-v2:hover{border-left-color:#FEA308;box-shadow:0 6px 18px #0f5f9524;transform:translateY(-4px)}
.personalization-card-icon-v2{width:52px;height:52px;margin-bottom:20px}
.personalization-card-title-v2{font-size:22px;color:#0F5F95;margin:0 0 14px;font-weight:700}
.personalization-card-desc-v2{font-size:15px;color:#3a3a3a;margin:0;line-height:1.6}
.afterlearn-section-v3{padding:95px 20px;background:linear-gradient(156deg,#fff 0%,#F6F6F6 100%)}
.afterlearn-wrapper-v3{max-width:1200px;margin:0 auto}
.afterlearn-layout-v3{display:flex;gap:70px;align-items:center}
.afterlearn-visual-v3{flex:0 0 480px}
.afterlearn-img-v3{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 8px 20px #0f5f9526}
.afterlearn-content-v3{flex:1}
.afterlearn-heading-v3{font-size:36px;color:#0F5F95;margin:0 0 28px;font-weight:700}
.afterlearn-description-v3{font-size:16px;color:#2d2d2d;margin:0 0 40px;line-height:1.7}
.afterlearn-benefits-list-v3{display:flex;flex-direction:column;gap:22px}
.afterlearn-benefit-item-v3{display:flex;align-items:flex-start;gap:16px;padding:18px;background:#fff;border-radius:6px;box-shadow:0 2px 6px #0f5f950f}
.afterlearn-benefit-icon-v3{flex:0 0 36px;width:36px;height:36px}
.afterlearn-benefit-text-v3{flex:1}
.afterlearn-benefit-label-v3{font-size:18px;color:#0F5F95;margin:0 0 6px;font-weight:600}
.afterlearn-benefit-detail-v3{font-size:15px;color:#3a3a3a;margin:0;line-height:1.5}
.opportunities-zone-v4{padding:85px 20px;background:#0F5F95;position:relative;overflow:hidden}
.opportunities-zone-v4::before{content:'';position:absolute;width:280px;height:280px;background:#fea3081a;border-radius:50%;top:-100px;left:10%;z-index:1}
.opportunities-container-v4{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.opportunities-intro-v4{text-align:center;margin-bottom:60px}
.opportunities-heading-v4{font-size:40px;color:#F6F6F6;margin:0 0 18px;font-weight:700}
.opportunities-subtext-v4{font-size:17px;color:#F6F6F6;max-width:680px;margin:0 auto;line-height:1.6}
.opportunities-showcase-v4{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.opportunity-element-v4{background:#f6f6f6f2;padding:42px 34px;border-radius:10px;box-shadow:0 6px 16px #00000026;transition:all .3s ease}
.opportunity-element-v4:hover{transform:scale(1.03);box-shadow:0 10px 24px #00000038}
.opportunity-graphic-v4{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:24px}
.opportunity-name-v4{font-size:24px;color:#0F5F95;margin:0 0 14px;font-weight:700}
.opportunity-details-v4{font-size:15px;color:#2d2d2d;margin:0 0 20px;line-height:1.6}
.opportunity-explore-v4{display:inline-block;color:#FEA308;text-decoration:none;font-weight:600;font-size:16px;transition:color .3s ease}
.opportunity-explore-v4:hover{color:#e89307}
.responsibility-section-v5{padding:90px 20px;background:#F6F6F6}
.responsibility-container-v5{max-width:1200px;margin:0 auto}
.responsibility-header-v5{text-align:center;margin-bottom:50px}
.responsibility-title-v5{font-size:38px;color:#0F5F95;margin:0 0 20px;font-weight:700}
.responsibility-tagline-v5{font-size:17px;color:#2d2d2d;margin:0;line-height:1.6}
.responsibility-content-v5{display:flex;gap:60px;align-items:center}
.responsibility-statements-v5{flex:1;display:flex;flex-direction:column;gap:28px}
.statement-box-v5{background:#fff;padding:28px 32px;border-radius:8px;box-shadow:0 3px 12px #0f5f9514;border-top:3px solid #FEA308}
.statement-heading-v5{font-size:20px;color:#0F5F95;margin:0 0 12px;font-weight:600}
.statement-text-v5{font-size:15px;color:#3a3a3a;margin:0;line-height:1.6}
.responsibility-visual-v5{flex:0 0 440px}
.responsibility-image-v5{width:100%;height:460px;object-fit:cover;border-radius:10px;box-shadow:0 8px 20px #0f5f9526}
@media (max-width: 1024px) {
.title-content-box{flex-direction:column;gap:40px}
.title-image-zone{flex:0 0 auto;width:100%;max-width:500px}
.personalization-grid-v2{grid-template-columns:repeat(2,1fr);gap:30px}
.afterlearn-layout-v3{flex-direction:column;gap:40px}
.afterlearn-visual-v3{flex:0 0 auto;width:100%}
.opportunities-showcase-v4{gap:35px}
.responsibility-content-v5{flex-direction:column-reverse;gap:40px}
.responsibility-visual-v5{flex:0 0 auto;width:100%}
}
@media (max-width: 768px) {
.title-section-v1{padding:60px 20px 70px}
.title-headline-v1{font-size:34px}
.title-solution-text-v1{font-size:16px}
.personalization-grid-v2{grid-template-columns:1fr;gap:24px}
.personalization-title-v2{font-size:32px}
.afterlearn-heading-v3{font-size:30px}
.opportunities-showcase-v4{grid-template-columns:1fr;gap:28px}
.opportunities-heading-v4{font-size:32px}
.responsibility-title-v5{font-size:32px}
}
@media (max-width: 480px) {
.title-headline-v1{font-size:28px}
.title-cta-button-v1{width:100%;text-align:center}
.personalization-area-v2{padding:60px 20px}
.afterlearn-section-v3{padding:60px 20px}
.opportunities-zone-v4{padding:60px 20px}
.responsibility-section-v5{padding:60px 20px}
}
.title-hero-v1{background:linear-gradient(158deg,#0F5F95 0%,#F6F6F6 58%,#FEA308 100%);padding:4rem 0 5rem;position:relative;overflow:hidden}
.title-hero-v1 .wrapper-central{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.title-hero-v1 .visual-crop{position:relative;margin:0 auto 2.5rem;max-width:680px;clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);overflow:hidden}
.title-hero-v1 .visual-crop img{width:100%;height:420px;object-fit:cover;display:block}
.title-hero-v1 .text-content-v2{text-align:center;position:relative;z-index:2}
.title-hero-v1 .text-content-v2 h1{font-size:2.8rem;color:#0F5F95;margin:0 0 1rem;font-weight:700;line-height:1.2}
.title-hero-v1 .text-content-v2 .desc-text-v1{font-size:1.1rem;color:#333;margin:0 auto 2rem;max-width:640px;line-height:1.6}
.title-hero-v1 .buttons-dual{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.title-hero-v1 .btn-primary-v3{background:#0F5F95;color:#fff;padding:.9rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;box-shadow:0 4px 8px #0f5f9533}
.title-hero-v1 .btn-primary-v3:hover{background:#0d4d7a;box-shadow:0 6px 12px #0f5f954d;transform:translateY(-2px)}
.title-hero-v1 .btn-outline-v2{background:transparent;color:#0F5F95;padding:.9rem 2rem;border:2px solid #0F5F95;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s}
.title-hero-v1 .btn-outline-v2:hover{background:#0F5F95;color:#fff;transform:translateY(-2px)}
.title-hero-v1 .layer-deco-v1{position:absolute;width:280px;height:280px;border-radius:50%;background:#fea30826;top:-80px;right:-60px;z-index:0}
.title-hero-v1 .layer-deco-v2{position:absolute;width:160px;height:160px;border:3px solid #0f5f9533;border-radius:12px;bottom:40px;left:20px;z-index:0;transform:rotate(12deg)}
.contact-grid-section{padding:5rem 0;background:#fff}
.contact-grid-section .container-grid-v2{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-grid-section .info-side-v3 h2{font-size:2.2rem;color:#0F5F95;margin:0 0 1.5rem;font-weight:700;line-height:1.3}
.contact-grid-section .info-side-v3 .lead-para-v1{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 2rem}
.contact-grid-section .detail-box-v2{background:#F6F6F6;padding:1.8rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #FEA308;transition:all .3s}
.contact-grid-section .detail-box-v2:hover{box-shadow:0 6px 16px #00000014;transform:translateX(4px)}
.contact-grid-section .detail-box-v2 h3{font-size:1.3rem;color:#0F5F95;margin:0 0 .8rem;font-weight:600}
.contact-grid-section .detail-box-v2 p{font-size:1rem;color:#333;margin:0;line-height:1.6}
.contact-grid-section .detail-box-v2 a{color:#0F5F95;text-decoration:none;transition:color .3s}
.contact-grid-section .detail-box-v2 a:hover{color:#FEA308}
.contact-grid-section .form-wrapper-v4{background:linear-gradient(135deg,#F6F6F6 0%,#fff 100%);padding:2.5rem;border-radius:10px;box-shadow:0 8px 24px #0f5f951f}
.contact-grid-section .form-wrapper-v4 h3{font-size:1.8rem;color:#0F5F95;margin:0 0 1.8rem;font-weight:700}
.contact-grid-section .form-wrapper-v4 .input-group-v2{margin-bottom:1.5rem}
.contact-grid-section .form-wrapper-v4 .input-group-v2 label{display:block;font-size:.95rem;color:#333;margin-bottom:.5rem;font-weight:600}
.contact-grid-section .form-wrapper-v4 .input-group-v2 input[type="text"],.contact-grid-section .form-wrapper-v4 .input-group-v2 input[type="tel"]{width:100%;padding:.9rem 1rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s;box-sizing:border-box}
.contact-grid-section .form-wrapper-v4 .input-group-v2 input:focus{outline:none;border-color:#0F5F95;box-shadow:0 0 0 3px #0f5f951a}
.contact-grid-section .form-wrapper-v4 .radio-section-v1{margin-bottom:1.5rem}
.contact-grid-section .form-wrapper-v4 .radio-section-v1 .radio-label-main{display:block;font-size:.95rem;color:#333;margin-bottom:.8rem;font-weight:600}
.contact-grid-section .form-wrapper-v4 .radio-section-v1 .radio-options-v2{display:flex;flex-direction:column;gap:.8rem}
.contact-grid-section .form-wrapper-v4 .radio-section-v1 .radio-item-v3{display:flex;align-items:center;gap:.6rem}
.contact-grid-section .form-wrapper-v4 .radio-section-v1 .radio-item-v3 input[type="radio"]{width:18px;height:18px;cursor:pointer;accent-color:#0F5F95}
.contact-grid-section .form-wrapper-v4 .radio-section-v1 .radio-item-v3 label{font-size:.95rem;color:#444;cursor:pointer;margin:0}
.contact-grid-section .form-wrapper-v4 .checkbox-privacy-v1{margin:1.8rem 0;display:flex;align-items:start;gap:.6rem}
.contact-grid-section .form-wrapper-v4 .checkbox-privacy-v1 input[type="checkbox"]{width:18px;height:18px;cursor:pointer;margin-top:2px;accent-color:#0F5F95}
.contact-grid-section .form-wrapper-v4 .checkbox-privacy-v1 label{font-size:.9rem;color:#555;line-height:1.5;cursor:pointer}
.contact-grid-section .form-wrapper-v4 .checkbox-privacy-v1 a{color:#0F5F95;text-decoration:underline}
.contact-grid-section .form-wrapper-v4 .submit-btn-v3{width:100%;background:#FEA308;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #fea3084d}
.contact-grid-section .submit-btn-v3:hover{background:#e59207;box-shadow:0 6px 16px #fea30866;transform:translateY(-2px)}
.faq-area-v1{padding:5rem 0;background:#F6F6F6}
.faq-area-v1 .container-faq-v2{max-width:900px;margin:0 auto;padding:0 1.5rem}
.faq-area-v1 .section-head-v2{text-align:center;margin-bottom:3rem}
.faq-area-v1 .section-head-v2 h2{font-size:2.4rem;color:#0F5F95;margin:0 0 1rem;font-weight:700}
.faq-area-v1 .section-head-v2 .subtitle-v1{font-size:1.1rem;color:#555;line-height:1.6}
.faq-area-v1 .faq-item-v3{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px #0000000f}
.faq-area-v1 .faq-item-v3 input[type="checkbox"]{display:none}
.faq-area-v1 .faq-item-v3 .question-label-v2{display:block;padding:1.4rem 1.8rem;font-size:1.15rem;color:#0F5F95;font-weight:600;cursor:pointer;position:relative;transition:all .3s}
.faq-area-v1 .faq-item-v3 .question-label-v2::after{content:'+';position:absolute;right:1.8rem;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#FEA308;transition:transform .3s}
.faq-area-v1 .faq-item-v3 input[type="checkbox"]:checked + .question-label-v2{background:#F6F6F6}
.faq-area-v1 .faq-item-v3 input[type="checkbox"]:checked + .question-label-v2::after{transform:translateY(-50%) rotate(45deg)}
.faq-area-v1 .faq-item-v3 .answer-content-v1{max-height:0;overflow:hidden;transition:max-height .4s ease-out}
.faq-area-v1 .faq-item-v3 input[type="checkbox"]:checked ~ .answer-content-v1{max-height:600px;transition:max-height .5s ease-in}
.faq-area-v1 .faq-item-v3 .answer-content-v1 .answer-text-v2{padding:0 1.8rem 1.4rem;font-size:1rem;color:#444;line-height:1.7}
.location-hours-v1{padding:5rem 0;background:#fff}
.location-hours-v1 .container-split-v3{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem}
.location-hours-v1 .location-details-v2 h2{font-size:2.1rem;color:#0F5F95;margin:0 0 1.5rem;font-weight:700}
.location-hours-v1 .location-details-v2 .address-block-v1{background:linear-gradient(145deg,#F6F6F6 0%,#fff 100%);padding:2rem;border-radius:8px;margin-bottom:2rem;border-left:5px solid #FEA308}
.location-hours-v1 .location-details-v2 .address-block-v1 h3{font-size:1.4rem;color:#0F5F95;margin:0 0 1rem;font-weight:600}
.location-hours-v1 .location-details-v2 .address-block-v1 p{font-size:1.05rem;color:#333;line-height:1.8;margin:0 0 .5rem}
.location-hours-v1 .location-details-v2 .info-line-v2{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}
.location-hours-v1 .location-details-v2 .info-line-v2 svg{width:22px;height:22px;fill:#0F5F95}
.location-hours-v1 .location-details-v2 .info-line-v2 span{font-size:1rem;color:#444}
.location-hours-v1 .hours-box-v1{background:linear-gradient(135deg,#0F5F95 0%,#0d4d7a 100%);padding:2.5rem;border-radius:10px;color:#fff;box-shadow:0 8px 24px #0f5f9540}
.location-hours-v1 .hours-box-v1 h3{font-size:1.8rem;margin:0 0 1.5rem;font-weight:700}
.location-hours-v1 .hours-box-v1 .hours-list-v2{display:flex;flex-direction:column;gap:.8rem}
.location-hours-v1 .hours-box-v1 .hours-row-v1{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;border-bottom:1px solid #fff3}
.location-hours-v1 .hours-box-v1 .hours-row-v1:last-child{border-bottom:none}
.location-hours-v1 .hours-box-v1 .day-name-v1{font-size:1rem;font-weight:600}
.location-hours-v1 .hours-box-v1 .time-range-v1{font-size:1rem;color:#FEA308;font-weight:600}
.location-hours-v1 .hours-box-v1 .note-text-v1{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #fff3;font-size:.9rem;color:#ffffffd9;line-height:1.6}
@media (max-width: 768px) {
.title-hero-v1{padding:3rem 0 4rem}
.title-hero-v1 .text-content-v2 h1{font-size:2rem}
.title-hero-v1 .visual-crop{max-width:100%}
.title-hero-v1 .visual-crop img{height:320px}
.title-hero-v1 .buttons-dual{flex-direction:column;align-items:stretch}
.title-hero-v1 .btn-primary-v3,.title-hero-v1 .btn-outline-v2{width:100%;text-align:center}
.contact-grid-section .container-grid-v2{grid-template-columns:1fr;gap:2rem}
.contact-grid-section .info-side-v3 h2{font-size:1.8rem}
.contact-grid-section .form-wrapper-v4{padding:2rem}
.faq-area-v1 .section-head-v2 h2{font-size:1.9rem}
.location-hours-v1 .container-split-v3{grid-template-columns:1fr;gap:2rem}
.location-hours-v1 .location-details-v2 h2{font-size:1.8rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title-hero-v1 .text-content-v2 h1{font-size:2.4rem}
.contact-grid-section .container-grid-v2{gap:2.5rem}
.location-hours-v1 .container-split-v3{grid-template-columns:1fr}
}
.program-title-wrapper-v1{max-width:1200px;margin:0 auto;padding:80px 20px 60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.title-left-section-v1{position:relative}
.title-main-heading-v1{font-size:48px;line-height:1.1;color:#0F5F95;margin:0 0 24px;font-weight:700}
.title-description-text-v1{font-size:18px;line-height:1.6;color:#333;margin:0 0 16px}
.decorative-line-separator-v1{width:120px;height:4px;background:linear-gradient(90deg,#0F5F95 0%,#FEA308 100%);margin:32px 0;border-radius:2px}
.title-image-container-v1{position:relative;clip-path:polygon(10% 0%,100% 0%,100% 85%,90% 100%,0% 100%,0% 15%);overflow:hidden;box-shadow:0 4px 8px #0f5f9526}
.title-image-container-v1 img{width:100%;height:auto;display:block;object-fit:cover}
.outline-button-v1{display:inline-block;padding:14px 32px;border:2px solid #0F5F95;color:#0F5F95;text-decoration:none;font-weight:600;font-size:16px;border-radius:6px;transition:all .3s ease;position:relative;z-index:10}
.outline-button-v1:hover{background:#0F5F95;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0f5f9533}
.course-structure-wrapper-v2{background:linear-gradient(135deg,#F6F6F6 0%,#fff 100%);padding:80px 20px;margin:60px 0}
.structure-inner-container-v2{max-width:1200px;margin:0 auto}
.structure-heading-v2{font-size:36px;color:#0F5F95;margin:0 0 48px;text-align:center;font-weight:700;position:relative}
.structure-heading-v2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#FEA308}
.modules-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:48px}
.module-card-v2{background:#fff;padding:32px 28px;border-radius:8px;box-shadow:0 2px 6px #00000014;border-left:4px solid #FEA308;transition:all .3s ease;position:relative}
.module-card-v2:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0f5f9526;border-left-color:#0F5F95}
.module-number-v2{font-size:14px;font-weight:700;color:#FEA308;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px}
.module-title-v2{font-size:22px;color:#0F5F95;margin:0 0 16px;font-weight:600}
.module-description-v2{font-size:15px;line-height:1.6;color:#555;margin:0 0 20px}
.module-topics-list-v2{list-style:none;padding:0;margin:0}
.module-topics-list-v2 li{font-size:14px;color:#666;padding-left:24px;position:relative;margin-bottom:8px;line-height:1.5}
.module-topics-list-v2 li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:2px;background:#0F5F95}
.program-benefits-section-v2{background:#fff;padding:40px;border-radius:10px;box-shadow:0 3px 8px #0000000f;border:1px solid #F6F6F6}
.benefits-title-v2{font-size:28px;color:#0F5F95;margin:0 0 32px;font-weight:700}
.benefits-columns-v2{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.benefit-item-v2{display:flex;gap:16px;align-items:flex-start}
.benefit-icon-v2{width:44px;height:44px;flex-shrink:0;background:linear-gradient(135deg,#0F5F95 0%,#FEA308 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0f5f9533}
.benefit-icon-v2 svg{width:24px;height:24px;fill:#fff}
.benefit-content-v2 h4{font-size:18px;color:#0F5F95;margin:0 0 8px;font-weight:600}
.benefit-content-v2 p{font-size:15px;line-height:1.6;color:#555;margin:0}
.enrollment-cta-section-v2{text-align:center;margin-top:56px;padding:48px 32px;background:linear-gradient(135deg,#0f5f950d 0%,#fea3080d 100%);border-radius:10px}
.cta-text-v2{font-size:20px;color:#333;margin:0 0 24px;font-weight:500}
.solid-button-v2{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#0F5F95 0%,#0F5F95 100%);color:#fff;text-decoration:none;font-weight:700;font-size:17px;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 8px #0f5f9540;position:relative;z-index:10}
.solid-button-v2:hover{background:linear-gradient(135deg,#0d4f7d 0%,#0d4f7d 100%);transform:translateY(-2px);box-shadow:0 6px 14px #0f5f9559}
@media (max-width: 768px) {
.program-title-wrapper-v1{grid-template-columns:1fr;padding:50px 20px 40px;gap:32px}
.title-main-heading-v1{font-size:36px}
.title-description-text-v1{font-size:16px}
.modules-grid-v2{grid-template-columns:1fr;gap:24px}
.benefits-columns-v2{grid-template-columns:1fr;gap:24px}
.structure-heading-v2{font-size:28px}
.program-benefits-section-v2{padding:28px 20px}
.cta-text-v2{font-size:18px}
.solid-button-v2{padding:14px 36px;font-size:16px}
}
@media (max-width: 480px) {
.title-main-heading-v1{font-size:28px}
.module-card-v2{padding:24px 20px}
.enrollment-cta-section-v2{padding:32px 20px}
}
.success-wrapper-v1{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#F6F6F6 0%,#fff 50%,#e8f4fb 100%);position:relative;overflow:hidden}
.success-wrapper-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0f5f9514 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-wrapper-v1::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fea3080f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.confirmation-container-v2{max-width:680px;width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0f5f9514 0 1px 3px #0000000f;padding:3.5rem 2.5rem;text-align:center;position:relative;z-index:2}
.check-icon-visual-v1{width:84px;height:84px;margin:0 auto 2rem;position:relative}
.check-icon-visual-v1 svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px #0f5f9526)}
.success-heading-main{font-size:2.25rem;font-weight:700;color:#0F5F95;margin:0 0 1rem;line-height:1.2}
.success-subhead-txt{font-size:1.125rem;color:#4a5568;margin:0 0 2.5rem;line-height:1.6}
.success-info-box-v3{background:linear-gradient(135deg,#f8fbfd 0%,#F6F6F6 100%);border-left:4px solid #FEA308;border-radius:6px;padding:1.75rem 2rem;margin:0 0 2.5rem;text-align:left}
.success-info-box-v3 p{font-size:.9375rem;color:#2d3748;margin:0 0 .75rem;line-height:1.7}
.success-info-box-v3 p:last-child{margin-bottom:0}
.success-info-box-v3 strong{color:#0F5F95;font-weight:600}
.next-steps-title-v1{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 1.25rem;text-align:left}
.steps-list-formatted{list-style:none;padding:0;margin:0 0 2.5rem;text-align:left}
.steps-list-formatted li{padding:1rem 0 1rem 2.5rem;position:relative;font-size:.9375rem;color:#4a5568;line-height:1.6;border-bottom:1px solid #e2e8f0}
.steps-list-formatted li:last-child{border-bottom:none}
.steps-list-formatted li::before{content:'';position:absolute;left:0;top:1.25rem;width:20px;height:20px;background:linear-gradient(135deg,#0F5F95 0%,#1a7ab8 100%);border-radius:50%;box-shadow:0 2px 4px #0f5f9533}
.steps-list-formatted li::after{content:'✓';position:absolute;left:5px;top:1.25rem;color:#fff;font-size:.75rem;font-weight:700;line-height:20px}
.action-buttons-group-v2{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary-success-v1{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#0F5F95 0%,#1a7ab8 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.9375rem;transition:all .25s ease;box-shadow:0 3px 5px #0f5f9533;position:relative;z-index:10}
.btn-primary-success-v1:hover{background:linear-gradient(135deg,#0d4f7d 0%,#15669a 100%);box-shadow:0 4px 8px #0f5f954d;transform:translateY(-1px)}
.btn-secondary-outline-v2{display:inline-block;padding:.875rem 2rem;background:transparent;color:#0F5F95;text-decoration:none;border:2px solid #0F5F95;border-radius:6px;font-weight:600;font-size:.9375rem;transition:all .25s ease;position:relative;z-index:10}
.btn-secondary-outline-v2:hover{background:#0F5F95;color:#fff;box-shadow:0 3px 6px #0f5f9533;transform:translateY(-1px)}
@media (max-width: 768px) {
.success-wrapper-v1{padding:2rem 1rem;min-height:60vh}
.confirmation-container-v2{padding:2.5rem 1.5rem}
.success-heading-main{font-size:1.75rem}
.success-subhead-txt{font-size:1rem}
.check-icon-visual-v1{width:68px;height:68px}
.success-info-box-v3{padding:1.25rem 1.5rem}
.action-buttons-group-v2{flex-direction:column}
.btn-primary-success-v1,.btn-secondary-outline-v2{width:100%;text-align:center}
}
@media (max-width: 480px) {
.confirmation-container-v2{padding:2rem 1.25rem}
.success-heading-main{font-size:1.5rem}
.steps-list-formatted li{padding-left:2rem;font-size:.875rem}
.steps-list-formatted li::before{width:18px;height:18px;top:1.125rem}
.steps-list-formatted li::after{font-size:.6875rem;line-height:18px;left:4px;top:1.125rem}
}