*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{display:flex;flex-direction:column;min-height:100vh;font-family:'Karla',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f7f9fb}
main{flex:1}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.hdr-wrapper{background:#0B4D6E;box-shadow:0 2px 16px #0b4d6e21}
.hdr-inner{max-width:1320px;margin:auto;display:flex;align-items:stretch;min-height:90px}
.hdr-logoZone{display:flex;align-items:center;gap:14px;padding:16px 28px 16px 20px;flex:0 0 50%;border-right:2px solid #e8b80052}
.hdr-logoZone a{display:flex;align-items:center;gap:14px}
.hdr-logoImg{width:72px;height:72px;object-fit:contain;border-radius:8px;background:#fff;padding:4px;box-shadow:0 2px 8px #00000024}
.hdr-cmpnyName{font-size:1.55rem;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1.2}
.hdr-cmpnyName span{display:block;font-size:.82rem;font-weight:400;color:#E8B800;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}
.hdr-navZone{flex:0 0 50%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding:12px 24px 12px 20px;gap:8px}
.hdr-tagline{font-size:.78rem;color:#ffffff9e;letter-spacing:1.2px;text-transform:uppercase;text-align:right}
.hdr-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.hdr-nav a{color:#fff;font-size:.92rem;font-weight:600;padding:8px 14px;border-radius:6px;transition:background 0.18s,color .18s;white-space:nowrap}
.hdr-nav a:hover{background:#e8b80029;color:#E8B800}
.hdr-nav a.is-active{color:#E8B800;background:#e8b8001a}
@media (max-width: 768px) {
.hdr-inner{flex-direction:column;min-height:unset}
.hdr-logoZone{flex:unset;border-right:none;border-bottom:2px solid #e8b80038;padding:14px 18px}
.hdr-navZone{flex:unset;align-items:flex-start;padding:12px 18px}
.hdr-nav{justify-content:flex-start}
}
.ftr-wrapper{background:#0B4D6E;color:#fff;margin-top:auto}
.ftr-inner{max-width:1320px;margin:auto;padding:52px 24px 24px}
.ftr-bentoGrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px;margin-bottom:36px}
.ftr-bentoBlock{background:#ffffff12;border-radius:10px;padding:24px 22px;box-shadow:inset 0 2px 6px #0000001a}
.ftr-bentoBlock.is-tall{grid-row:span 2}
.ftr-blockHdr{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;color:#E8B800;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.ftr-logoRow{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.ftr-logoImg{width:54px;height:54px;object-fit:contain;border-radius:6px;background:#fff;padding:4px}
.ftr-cmpnyNameFtr{font-size:1.22rem;font-weight:700;color:#fff}
.ftr-desc{font-size:.88rem;color:#ffffffad;line-height:1.65}
.ftr-addrBlock{font-size:.88rem;color:#ffffffbf;line-height:1.85}
.ftr-addrBlock a{color:#ffffffbf}
.ftr-addrBlock a:hover{color:#E8B800}
.ftr-navLinks{display:flex;flex-direction:column;gap:8px}
.ftr-navLinks a{font-size:.9rem;color:#ffffffc7;padding:4px 0;border-bottom:1px solid #ffffff12;transition:color .15s}
.ftr-navLinks a:hover{color:#E8B800}
.ftr-subLinks{display:flex;flex-direction:column;gap:8px}
.ftr-subLinks a{font-size:.88rem;color:#ffffffad;padding:4px 0;display:flex;align-items:center;gap:6px;transition:color .15s}
.ftr-subLinks a:hover{color:#E8B800}
.ftr-subLinks a .icon-arrow-right2{font-size:.7rem;color:#E8B800}
.ftr-divider{border:none;border-top:1px solid #ffffff1f;margin-bottom:18px}
.ftr-btmRow{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.ftr-copyright{font-size:.8rem;color:#ffffff73}
.ftr-legalLink a{font-size:.8rem;color:#ffffff73;transition:color .15s}
.ftr-legalLink a:hover{color:#E8B800}
@media (max-width: 900px) {
.ftr-bentoGrid{grid-template-columns:1fr 1fr}
.ftr-bentoBlock.is-tall{grid-row:span 1}
}
@media (max-width: 560px) {
.ftr-bentoGrid{grid-template-columns:1fr}
.ftr-btmRow{flex-direction:column;align-items:flex-start}
}
.ckConsent-wrapper{position:fixed;bottom:24px;left:24px;z-index:9999;max-width:360px;width:calc(100% - 48px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0b4d6e2e;padding:24px;opacity:0;transition:opacity .36s linear;pointer-events:none}
.ckConsent-wrapper.is-visible{opacity:1;pointer-events:all}
.ckConsent-title{font-size:1rem;font-weight:700;color:#0B4D6E;margin-bottom:8px}
.ckConsent-txt{font-size:.84rem;color:#444;line-height:1.55;margin-bottom:16px}
.ckConsent-btns{display:flex;gap:10px;flex-wrap:wrap}
.ckConsent-btn{flex:1 1 auto;font-family:'Karla',sans-serif;font-size:.85rem;font-weight:600;padding:9px 14px;border-radius:6px;cursor:pointer;background:transparent;transition:background 0.15s,color .15s;min-width:90px}
.ckConsent-btn.is-accept{border:2px solid #0B4D6E;color:#0B4D6E}
.ckConsent-btn.is-accept:hover{background:#0B4D6E;color:#fff}
.ckConsent-btn.is-decline{border:2px solid #aaa;color:#666}
.ckConsent-btn.is-decline:hover{background:#eee}
.ckConsent-btn.is-customize{border:2px solid #E8B800;color:#7a5f00}
.ckConsent-btn.is-customize:hover{background:#E8B800;color:#fff}
.ckConsent-expandArea{display:none;margin-top:14px;border-top:1px solid #eee;padding-top:12px}
.ckConsent-expandArea.is-open{display:block}
.ckConsent-policyTxt{font-size:.78rem;color:#555;line-height:1.5;margin-bottom:8px}
.ckConsent-policyLink{font-size:.78rem;color:#0B4D6E;font-weight:600;text-decoration:underline}
.ckConsent-checkRow{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:.82rem;color:#444}
.ckConsent-checkRow input{accent-color:#0B4D6E;width:15px;height:15px}
.text-policy{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#FFF;box-shadow:0 8px 32px #0b4d6e14 inset 0 2px 6px #0b4d6e0a;border-radius:8px;font-family:'Roboto','Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.8;color:#1a2e3a}
.text-policy h1{font-size:2.2rem;font-weight:700;line-height:1.25;color:#0B4D6E;margin:0 0 32px;padding-bottom:18px;border-bottom:3px solid #E8B800;letter-spacing:-.02em}
.text-policy h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#0B4D6E;margin:48px 0 16px;padding-left:14px;border-left:4px solid #E8B800;letter-spacing:-.01em}
.text-policy h3{font-size:1.25rem;font-weight:600;line-height:1.35;color:#0d3d58;margin:36px 0 12px}
.text-policy h4{font-size:1.08rem;font-weight:600;line-height:1.4;color:#0d3d58;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em;font-size:.92rem}
.text-policy h5{font-size:1rem;font-weight:600;line-height:1.45;color:#1a2e3a;margin:24px 0 8px}
.text-policy h6{font-size:.9rem;font-weight:600;line-height:1.5;color:#3a5a6e;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.05em}
.text-policy p{margin:0 0 18px;color:#1a2e3a}
.text-policy ul{margin:12px 0 22px;padding-left:0;list-style:none}
.text-policy ol{margin:12px 0 22px;padding-left:0;list-style:none;counter-reset:policy-counter}
.text-policy ul li{position:relative;padding:5px 0 5px 26px;margin-bottom:6px;color:#1a2e3a;line-height:1.75}
.text-policy ul li::before{content:'';position:absolute;left:6px;top:14px;width:7px;height:7px;background:#E8B800;border-radius:50%;box-shadow:0 2px 6px #e8b80059}
.text-policy ol li{position:relative;padding:5px 0 5px 36px;margin-bottom:6px;color:#1a2e3a;line-height:1.75;counter-increment:policy-counter}
.text-policy ol li::before{content:counter(policy-counter) ".";position:absolute;left:4px;top:5px;font-weight:700;color:#0B4D6E;font-size:.9rem;min-width:24px}
.text-policy ul ul,.text-policy ol ul,.text-policy ul ol,.text-policy ol ol{margin:8px 0 8px 16px}
.text-policy ul ul li::before{width:5px;height:5px;background:transparent;border:2px solid #0B4D6E;top:15px}
.text-policy em,.text-policy i{font-style:italic;color:#0d3d58}
.text-policy a{color:#0B4D6E;text-decoration:underline;text-decoration-color:#0b4d6e59;text-underline-offset:3px;transition:color linear 0.15s,text-decoration-color linear .15s;font-weight:500}
.text-policy a:hover{color:#E8B800;text-decoration-color:#e8b80099}
.text-policy a:visited{color:#3a5a6e;text-decoration-color:#3a5a6e59}
.text-policy table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-size:.92rem;line-height:1.6;box-shadow:0 4px 18px #0b4d6e1a;border-radius:8px;overflow:hidden}
.text-policy thead{background:linear-gradient(135deg,#0B4D6E 0%,#0d3d58 100%)}
.text-policy thead th{padding:14px 18px;color:#FFF;font-weight:600;font-size:.88rem;text-align:left;letter-spacing:.04em;text-transform:uppercase;border:none}
.text-policy tbody{background:#FFF}
.text-policy tbody tr{border-bottom:1px solid #0b4d6e1a;transition:background linear .15s}
.text-policy tbody tr:last-child{border-bottom:none}
.text-policy tbody tr:nth-child(even){background:#0b4d6e08}
.text-policy tbody tr:hover{background:#e8b80012}
.text-policy th{padding:14px 18px;text-align:left;font-weight:600;color:#0B4D6E;border:1px solid #0b4d6e1f}
.text-policy td{padding:12px 18px;color:#1a2e3a;border:1px solid #0b4d6e1a;vertical-align:top}
.text-policy hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#0b4d6e40 20%,#E8B800 50%,#0b4d6e40 80%,transparent 100%);margin:44px 0}
.text-policy div{box-sizing:border-box}
.text-policy div + div{margin-top:12px}
@media (max-width: 768px) {
.text-policy{padding:32px 20px 56px;font-size:15px;border-radius:4px;box-shadow:0 4px 16px #0b4d6e0f}
.text-policy h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:14px}
.text-policy h2{font-size:1.3rem;margin-top:36px}
.text-policy h3{font-size:1.1rem;margin-top:28px}
.text-policy table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:4px}
.text-policy thead th,.text-policy td{padding:10px 12px}
}
@media (max-width: 480px) {
.text-policy{padding:24px 16px 44px;font-size:14.5px}
.text-policy h1{font-size:1.45rem}
.text-policy h2{font-size:1.2rem;padding-left:10px}
.text-policy ul li,.text-policy ol li{padding-left:22px}
.text-policy hr{margin:32px 0}
}
.prgm-hdr-wrapper{position:relative;overflow:hidden;background:linear-gradient(338deg,#0B4D6E 0%,#1a6a8a 35%,#FFF 70%,#E8B800 100%);padding:72px 24px 64px}
.prgm-hdr-wrapper .geo-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.06;pointer-events:none}
.prgm-hdr-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.prgm-hdr-txt{flex:1 1 55%}
.prgm-hdr-txt .eyebrow-lbl{display:inline-block;background:#E8B800;color:#0B4D6E;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:4px;margin-bottom:20px}
.prgm-hdr-txt h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#0B4D6E;line-height:1.18;margin:0 0 20px}
.prgm-hdr-txt h1 .hdln-underline{position:relative;display:inline;color:#0B4D6E}
.prgm-hdr-txt h1 .hdln-underline::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:#E8B800;border-radius:2px}
.prgm-hdr-txt .hdr-desc{font-size:1.05rem;color:#1a3a50;line-height:1.7;max-width:520px;margin:0 0 28px}
.prgm-hdr-txt .hdr-cta-wrapper{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.prgm-hdr-txt .hdr-cta-wrapper .bttn-prm{background:#0B4D6E;color:#FFF;border:none;border-radius:6px;padding:14px 28px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #0b4d6e2e;position:relative;z-index:3}
.prgm-hdr-txt .hdr-cta-wrapper .bttn-prm:hover{background:#093d58;box-shadow:0 8px 28px #0b4d6e47}
.prgm-hdr-txt .hdr-cta-wrapper .bttn-scnd{background:transparent;color:#0B4D6E;border:2px solid #0B4D6E;border-radius:6px;padding:12px 26px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s linear,color .2s linear;position:relative;z-index:3}
.prgm-hdr-txt .hdr-cta-wrapper .bttn-scnd:hover{background:#0B4D6E;color:#FFF}
.prgm-hdr-img-wrapper{flex:1 1 40%;position:relative;max-width:480px}
.prgm-hdr-img-wrapper .img-vntg{width:100%;height:380px;object-fit:cover;border-radius:12px;display:block;filter:sepia(25%) contrast(1.08) brightness(0.95) saturate(0.85);box-shadow:0 16px 48px #0b4d6e38}
.prgm-hdr-img-wrapper::before{content:'';position:absolute;top:-12px;left:-12px;width:80px;height:80px;border:3px solid #E8B800;border-radius:8px;opacity:.6;z-index:0}
.prgm-hdr-img-wrapper::after{content:'';position:absolute;bottom:-16px;right:-16px;width:60px;height:60px;background:#e8b80026;border-radius:50%;z-index:0}
.prgs-mthds-wrapper{background:#f7f9fb;padding:80px 24px}
.prgs-mthds-inner{max-width:1320px;margin:auto}
.prgs-mthds-inner .sctn-lbl{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:12px}
.prgs-mthds-inner .sctn-lbl span{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#E8B800}
.prgs-mthds-inner .sctn-lbl::before{content:'';width:32px;height:3px;background:#E8B800;border-radius:2px;display:block}
.prgs-mthds-inner h2{font-size:clamp(1.6rem,3.5vw,2.4rem);color:#0B4D6E;font-weight:800;margin:0 0 16px;line-height:1.22}
.prgs-mthds-inner .sctn-intro{font-size:1rem;color:#3a5a6e;line-height:1.7;max-width:600px;margin-bottom:48px}
.prgs-mthds-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.prgs-crd{background:#FFF;border-radius:10px;padding:32px 28px;box-shadow:0 4px 24px #0b4d6e14;border-left:4px solid #E8B800;position:relative;transition:box-shadow .2s linear,transform .2s linear}
.prgs-crd:hover{box-shadow:0 12px 40px #0b4d6e24;transform:translateY(-3px)}
.prgs-crd .crd-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#0B4D6E 0%,#1a6a8a 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.prgs-crd .crd-icon-wrapper svg{width:24px;height:24px;fill:#FFF}
.prgs-crd h4{font-size:1.1rem;font-weight:700;color:#0B4D6E;margin:0 0 10px}
.prgs-crd p{font-size:.93rem;color:#4a6070;line-height:1.65;margin:0}
.prgs-crd .crd-num{position:absolute;top:20px;right:24px;font-size:2.2rem;font-weight:900;color:#0b4d6e0f;line-height:1}
.pth-mdls-wrapper{background:#0B4D6E;padding:80px 24px;position:relative;overflow:hidden}
.pth-mdls-wrapper::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#e8b8001f 0%,transparent 70%);pointer-events:none}
.pth-mdls-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.pth-mdls-lft{flex:1 1 40%}
.pth-mdls-lft h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#FFF;line-height:1.22;margin:0 0 20px}
.pth-mdls-lft h2 em{font-style:normal;color:#E8B800}
.pth-mdls-lft .mdls-desc{font-size:1rem;color:#fffc;line-height:1.75;margin:0 0 32px}
.pth-mdls-lft .mdls-stats{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.pth-mdls-lft .mdls-stats .stt-itm{text-align:center}
.pth-mdls-lft .mdls-stats .stt-itm .stt-num{font-size:2rem;font-weight:900;color:#E8B800;display:block;line-height:1}
.pth-mdls-lft .mdls-stats .stt-itm .stt-lbl{font-size:.78rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:1px;display:block;margin-top:4px}
.pth-mdls-rgt{flex:1 1 55%}
.pth-mdls-tabs{display:flex;flex-direction:column;gap:0}
.pth-mdls-tabs input[type="radio"]{display:none}
.pth-mdls-tabs .tab-lbl{display:flex;flex-direction:row;align-items:center;gap:14px;padding:18px 24px;background:#ffffff12;border-left:3px solid transparent;cursor:pointer;transition:background .2s linear,border-color .2s linear;margin-bottom:2px;border-radius:6px}
.pth-mdls-tabs .tab-lbl:hover{background:#ffffff1f}
.pth-mdls-tabs .tab-lbl .tab-lbl-num{width:28px;height:28px;background:#e8b80033;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#E8B800;flex-shrink:0}
.pth-mdls-tabs .tab-lbl .tab-lbl-txt{flex:1}
.pth-mdls-tabs .tab-lbl .tab-lbl-txt strong{display:block;font-size:.97rem;color:#FFF;font-weight:700}
.pth-mdls-tabs .tab-lbl .tab-lbl-txt span{font-size:.82rem;color:#ffffff8c}
.pth-mdls-tabs .tab-cntnt{display:none;background:#ffffff0d;border-radius:6px;padding:20px 24px;margin-bottom:2px}
.pth-mdls-tabs .tab-cntnt p{font-size:.93rem;color:#fffc;line-height:1.65;margin:0 0 12px}
.pth-mdls-tabs .tab-cntnt ul{margin:0;padding:0 0 0 18px}
.pth-mdls-tabs .tab-cntnt ul li{font-size:.88rem;color:#ffffffb3;line-height:1.6;margin-bottom:6px}
#tab-a:checked ~ .tab-a-lbl,#tab-b:checked ~ .tab-b-lbl,#tab-c:checked ~ .tab-c-lbl{border-left-color:#E8B800;background:#e8b8001a}
#tab-a:checked ~ .tab-a-cntnt,#tab-b:checked ~ .tab-b-cntnt,#tab-c:checked ~ .tab-c-cntnt{display:block}
.prcs-stps-wrapper{background:#FFF;padding:80px 24px}
.prcs-stps-inner{max-width:1320px;margin:auto}
.prcs-stps-inner .sctn-hdng-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:24px;flex-wrap:wrap}
.prcs-stps-inner .sctn-hdng-row h2{font-size:clamp(1.6rem,3.5vw,2.4rem);color:#0B4D6E;font-weight:800;margin:0;line-height:1.22;position:relative}
.prcs-stps-inner .sctn-hdng-row h2::after{content:'';display:block;width:56px;height:4px;background:#E8B800;border-radius:2px;margin-top:12px}
.prcs-stps-inner .sctn-hdng-row p{font-size:.97rem;color:#4a6070;line-height:1.65;max-width:420px;margin:0}
.prcs-stps-timeline{position:relative;display:flex;flex-direction:row;gap:0}
.prcs-stps-timeline::before{content:'';position:absolute;top:36px;left:36px;right:36px;height:2px;background:linear-gradient(90deg,#0B4D6E 0%,#E8B800 100%);z-index:0}
.prcs-stp-itm{flex:1 1 0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}
.prcs-stp-itm .stp-circ{width:72px;height:72px;background:#FFF;border:3px solid #0B4D6E;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0;box-shadow:0 4px 16px #0b4d6e1f;transition:background .2s linear,border-color .2s linear}
.prcs-stp-itm:hover .stp-circ{background:#0B4D6E;border-color:#0B4D6E}
.prcs-stp-itm .stp-circ svg{width:28px;height:28px;fill:#0B4D6E;transition:fill .2s linear}
.prcs-stp-itm:hover .stp-circ svg{fill:#FFF}
.prcs-stp-itm h5{font-size:1rem;font-weight:700;color:#0B4D6E;margin:0 0 8px}
.prcs-stp-itm p{font-size:.86rem;color:#5a7080;line-height:1.6;margin:0}
.prcs-stp-itm .stp-badge{display:inline-block;background:#E8B800;color:#0B4D6E;font-size:.72rem;font-weight:700;padding:2px 10px;border-radius:12px;margin-bottom:10px}
.frmts-wrapper{background:linear-gradient(160deg,#f0f6fa 0%,#fdf8e8 100%);padding:80px 24px;position:relative;overflow:hidden}
.frmts-wrapper::before{content:'';position:absolute;bottom:-40px;left:-40px;width:200px;height:200px;border:2px dashed #0b4d6e1a;border-radius:50%;pointer-events:none}
.frmts-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.frmts-lft h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#0B4D6E;margin:0 0 16px;line-height:1.25}
.frmts-lft h2 .acnt-wrp{background:linear-gradient(135deg,#0B4D6E 0%,#E8B800 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.frmts-lft .frmts-intro{font-size:1rem;color:#3a5a6e;line-height:1.72;margin-bottom:32px}
.frmts-lft .frmts-cmprsn{display:flex;flex-direction:column;gap:16px}
.frmts-lft .frmts-cmprsn .cmprsn-row{display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px 20px;background:#FFF;border-radius:8px;box-shadow:0 2px 12px #0b4d6e12;transition:box-shadow .2s linear}
.frmts-lft .frmts-cmprsn .cmprsn-row:hover{box-shadow:0 6px 24px #0b4d6e1f}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-icon.grp-clr{background:#0b4d6e1a}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-icon.ind-clr{background:#e8b80026}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-icon svg{width:20px;height:20px}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-txt strong{display:block;font-size:.95rem;color:#0B4D6E;font-weight:700}
.frmts-lft .frmts-cmprsn .cmprsn-row .crw-txt span{font-size:.84rem;color:#5a7080}
.frmts-rgt{display:flex;flex-direction:column;gap:20px}
.frmts-rgt .prgs-bar-blk{background:#FFF;border-radius:10px;padding:24px;box-shadow:0 4px 20px #0b4d6e14}
.frmts-rgt .prgs-bar-blk .pbb-hdr{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:12px}
.frmts-rgt .prgs-bar-blk .pbb-hdr span{font-size:.92rem;color:#0B4D6E;font-weight:600}
.frmts-rgt .prgs-bar-blk .pbb-hdr em{font-style:normal;font-size:.85rem;color:#E8B800;font-weight:700}
.frmts-rgt .prgs-bar-blk .pbb-trck{height:8px;background:#e8eef3;border-radius:4px;overflow:hidden}
.frmts-rgt .prgs-bar-blk .pbb-trck .pbb-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#0B4D6E 0%,#E8B800 100%)}
.frmts-rgt .prgs-bar-blk .pbb-note{font-size:.8rem;color:#7a8e9a;margin-top:8px}
.enrl-cta-wrapper{background:#0B4D6E;padding:72px 24px;position:relative;overflow:hidden}
.enrl-cta-wrapper .cta-deco{position:absolute;top:0;right:0;width:400px;height:100%;background:linear-gradient(180deg,#e8b80014 0%,transparent 100%);pointer-events:none}
.enrl-cta-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;position:relative;z-index:2}
.enrl-cta-txt h2{font-size:clamp(1.6rem,3.5vw,2.6rem);color:#FFF;font-weight:800;margin:0 0 12px;line-height:1.2}
.enrl-cta-txt h2 span{color:#E8B800}
.enrl-cta-txt p{font-size:1rem;color:#ffffffbf;line-height:1.65;margin:0;max-width:500px}
.enrl-cta-acts{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;align-items:center}
.enrl-cta-acts .bttn-ylw{background:#E8B800;color:#0B4D6E;border:none;border-radius:6px;padding:16px 32px;font-size:1rem;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s linear,transform .15s linear;box-shadow:0 4px 20px #e8b80047;position:relative;z-index:3}
.enrl-cta-acts .bttn-ylw:hover{background:#d4a600;transform:translateY(-2px)}
.enrl-cta-acts .bttn-wht-otln{background:transparent;color:#FFF;border:2px solid #fff6;border-radius:6px;padding:14px 28px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s linear,background .2s linear;position:relative;z-index:3}
.enrl-cta-acts .bttn-wht-otln:hover{border-color:#FFF;background:#ffffff14}
@media (max-width: 1024px) {
.prgs-mthds-grid{grid-template-columns:repeat(2,1fr)}
.pth-mdls-inner{flex-direction:column;gap:40px}
.pth-mdls-lft,.pth-mdls-rgt{flex:1 1 100%}
.frmts-inner{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.prgm-hdr-inner{flex-direction:column;gap:32px}
.prgm-hdr-txt,.prgm-hdr-img-wrapper{flex:1 1 100%;max-width:100%}
.prgm-hdr-img-wrapper .img-vntg{height:260px}
.prgs-mthds-grid{grid-template-columns:1fr}
.prcs-stps-timeline{flex-direction:column;gap:24px}
.prcs-stps-timeline::before{display:none}
.prcs-stp-itm{flex-direction:row;text-align:left;gap:20px;padding:0}
.prcs-stp-itm .stp-circ{margin-bottom:0;flex-shrink:0}
.enrl-cta-inner{flex-direction:column;align-items:flex-start}
.prcs-stps-inner .sctn-hdng-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.prgm-hdr-txt .hdr-cta-wrapper{flex-direction:column}
.pth-mdls-lft .mdls-stats{gap:16px}
.enrl-cta-acts{flex-direction:column;align-items:stretch}
}
.abtPg-titleBlock{position:relative;overflow:hidden;padding:80px 20px 60px;background:linear-gradient(338deg,#0B4D6E 0%,#1a7aaa 35%,#FFF 65%,#E8B800 100%)}
.abtPg-titleBlock .tblk-innerWrapper{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.abtPg-titleBlock .tblk-txtSide{flex:1 1 55%;position:relative;z-index:2}
.abtPg-titleBlock .tblk-imgSide{flex:1 1 40%;position:relative;z-index:1}
.abtPg-titleBlock .tblk-accentBar{display:block;width:48px;height:4px;background:#E8B800;margin-bottom:22px;border-radius:2px}
.abtPg-titleBlock .tblk-mainHeading{font-size:2.6rem;font-weight:800;line-height:1.2;color:#0B4D6E;margin:0 0 24px;letter-spacing:-.5px}
.abtPg-titleBlock .tblk-mainHeading .tblk-hAccent{color:#E8B800;position:relative}
.abtPg-titleBlock .tblk-checkList{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}
.abtPg-titleBlock .tblk-checkList li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:#1a3d50}
.abtPg-titleBlock .tblk-checkList li .tblk-icon{flex-shrink:0;width:22px;height:22px;background:#0B4D6E;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.abtPg-titleBlock .tblk-checkList li .tblk-icon svg{width:12px;height:12px}
.abtPg-titleBlock .tblk-ctaBtn{display:inline-block;background:#0B4D6E;color:#FFF;padding:14px 32px;border-radius:6px;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-decoration:none;border:2px solid #0B4D6E;transition:background .2s linear,color .2s linear,box-shadow .2s linear;position:relative;z-index:3}
.abtPg-titleBlock .tblk-ctaBtn:hover{background:#E8B800;color:#0B4D6E;border-color:#E8B800;box-shadow:0 8px 24px #e8b8004d}
.abtPg-titleBlock .tblk-imgWrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0b4d6e2e}
.abtPg-titleBlock .tblk-imgWrapper::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#0b4d6e59 0%,#e8b8001f 100%);border-radius:12px}
.abtPg-titleBlock .tblk-imgWrapper img{display:block;width:100%;height:420px;object-fit:cover;border-radius:12px;filter:saturate(0.75) brightness(0.92)}
.abtPg-titleBlock .tblk-floatBadge{position:absolute;bottom:20px;left:-16px;background:#0B4D6E;color:#FFF;padding:14px 20px;border-radius:8px;font-size:.82rem;font-weight:700;box-shadow:0 8px 24px #0b4d6e40;z-index:5;line-height:1.4}
.abtPg-titleBlock .tblk-floatBadge span{display:block;font-size:1.4rem;color:#E8B800;font-weight:800}
.abtPg-titleBlock .tblk-bgOrb{position:absolute;border-radius:50%;opacity:.07;pointer-events:none}
.abtPg-titleBlock .tblk-bgOrb.orb-one{width:320px;height:320px;background:#0B4D6E;top:-80px;right:10%}
.abtPg-titleBlock .tblk-bgOrb.orb-two{width:180px;height:180px;background:#E8B800;bottom:-40px;left:5%}
.abtPg-storyBlock{padding:80px 20px 90px;background:#FFF;position:relative}
.abtPg-storyBlock .stry-svgDivider{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}
.abtPg-storyBlock .stry-svgDivider svg{display:block;width:100%;height:48px}
.abtPg-storyBlock .stry-innerWrapper{max-width:1320px;margin:0 auto}
.abtPg-storyBlock .stry-topGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin-bottom:72px}
.abtPg-storyBlock .stry-introCol{grid-column:1 / 3;padding-right:48px;border-right:1px solid #e0e9ef}
.abtPg-storyBlock .stry-statsCol{grid-column:3 / 4;padding-left:48px;display:flex;flex-direction:column;gap:28px;justify-content:center}
.stry-sectionLabel{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#E8B800;background:#e8b8001a;padding:5px 14px;border-radius:20px;margin-bottom:18px}
.stry-introCol .stry-h2{font-size:2rem;font-weight:800;color:#0B4D6E;line-height:1.25;margin:0 0 20px}
.stry-introCol .stry-h2 em{font-style:normal;color:#E8B800}
.stry-introCol .stry-leadPara{font-size:1.05rem;line-height:1.75;color:#2e5d74;margin:0 0 16px}
.stry-introCol .stry-bodyPara{font-size:.95rem;line-height:1.8;color:#4a6e7e;margin:0}
.stry-statCard{background:linear-gradient(135deg,#f4f9fc 0%,#eaf3f8 100%);border-radius:10px;padding:22px 20px;border-left:4px solid #0B4D6E;position:relative;overflow:hidden}
.stry-statCard::before{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:#0b4d6e0a;border-radius:0 10px 0 60px}
.stry-statCard .stry-statNum{font-size:2rem;font-weight:800;color:#0B4D6E;line-height:1;display:block;margin-bottom:4px}
.stry-statCard .stry-statNum sup{font-size:1rem;color:#E8B800}
.stry-statCard .stry-statLabel{font-size:.82rem;color:#4a6e7e;line-height:1.4}
.stry-midSection{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:72px;align-items:start}
.stry-imgBlock{position:relative;border-radius:12px;overflow:hidden}
.stry-imgBlock img{display:block;width:100%;height:340px;object-fit:cover;border-radius:12px}
.stry-imgBlock .stry-imgOverlay{position:absolute;bottom:0;left:0;right:0;padding:24px 20px 20px;background:linear-gradient(0deg,#0b4d6ed9 0%,transparent 100%);border-radius:0 0 12px 12px}
.stry-imgBlock .stry-imgOverlay p{color:#FFF;font-size:.9rem;line-height:1.5;margin:0}
.stry-approachList{display:flex;flex-direction:column;gap:20px}
.stry-approachItem{display:flex;flex-direction:row;gap:18px;align-items:flex-start;padding:20px;border-radius:10px;border:1px solid #e4eff5;transition:box-shadow .2s linear,border-color .2s linear}
.stry-approachItem:hover{box-shadow:0 8px 24px #0b4d6e1a;border-color:#0B4D6E}
.stry-approachItem .stry-iconCirc{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0B4D6E,#1a7aaa);display:flex;align-items:center;justify-content:center}
.stry-approachItem .stry-iconCirc svg{width:20px;height:20px}
.stry-approachItem .stry-aItemTxt h5{font-size:.95rem;font-weight:700;color:#0B4D6E;margin:0 0 6px}
.stry-approachItem .stry-aItemTxt p{font-size:.85rem;line-height:1.6;color:#4a6e7e;margin:0}
.stry-bottomGrid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.stry-measuringSection{background:linear-gradient(135deg,#0B4D6E 0%,#0d3d56 100%);border-radius:14px;padding:36px 32px;color:#FFF;position:relative;overflow:hidden}
.stry-measuringSection::after{content:'';position:absolute;top:-30px;right:-30px;width:120px;height:120px;border:2px solid #e8b8004d;border-radius:50%}
.stry-measuringSection .stry-msLabel{color:#E8B800;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:14px}
.stry-measuringSection h3{font-size:1.4rem;font-weight:800;color:#FFF;margin:0 0 16px;line-height:1.3}
.stry-measuringSection p{font-size:.9rem;line-height:1.75;color:#fffc;margin:0 0 28px}
.stry-progressList{display:flex;flex-direction:column;gap:16px}
.stry-progressItem .stry-pLabel{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:6px}
.stry-progressItem .stry-pLabel span{font-size:.8rem;color:#ffffffd9}
.stry-progressItem .stry-pLabel strong{font-size:.8rem;color:#E8B800}
.stry-progressBar{height:6px;background:#ffffff26;border-radius:3px;overflow:hidden}
.stry-progressBar .stry-pFill{height:100%;background:linear-gradient(90deg,#E8B800,#f5d000);border-radius:3px;transition:width .3s linear}
.stry-imgPair{display:flex;flex-direction:column;gap:20px}
.stry-imgPair .stry-imgSm{border-radius:10px;overflow:hidden;position:relative}
.stry-imgPair .stry-imgSm img{display:block;width:100%;height:210px;object-fit:cover;border-radius:10px}
.stry-imgPair .stry-quoteCard{background:linear-gradient(135deg,#f4f9fc,#eaf3f8);border-radius:10px;padding:24px;border-top:3px solid #E8B800}
.stry-imgPair .stry-quoteCard blockquote{margin:0;font-size:.9rem;line-height:1.7;color:#2e5d74;font-style:italic}
.stry-imgPair .stry-quoteCard .stry-quoteName{display:block;font-size:.8rem;color:#0B4D6E;font-weight:700;font-style:normal;margin-top:12px}
@media (max-width: 900px) {
.abtPg-titleBlock .tblk-innerWrapper{flex-direction:column}
.abtPg-titleBlock .tblk-imgSide{width:100%}
.abtPg-titleBlock .tblk-imgWrapper img{height:280px}
.stry-topGrid{grid-template-columns:1fr!important}
.stry-introCol{grid-column:1 / 2!important;padding-right:0!important;border-right:none!important;border-bottom:1px solid #e0e9ef;padding-bottom:32px;margin-bottom:32px}
.stry-statsCol{grid-column:1 / 2!important;padding-left:0!important;flex-direction:row;flex-wrap:wrap}
.stry-statCard{flex:1 1 140px}
.stry-midSection{grid-template-columns:1fr!important}
.stry-bottomGrid{grid-template-columns:1fr!important}
}
@media (max-width: 600px) {
.abtPg-titleBlock .tblk-mainHeading{font-size:1.8rem}
.stry-introCol .stry-h2{font-size:1.5rem}
.stry-measuringSection{padding:24px 20px}
.abtPg-storyBlock{padding:60px 16px 70px}
.abtPg-titleBlock{padding:60px 16px 50px}
.stry-statsCol{flex-direction:column}
}
.pgWrpr{max-width:1320px;margin:0 auto;padding:0 20px}
.ttlBlck{position:relative;overflow:hidden;background:#0B4D6E;min-height:520px;display:flex;align-items:stretch}
.ttlBlck .ttlInner-wrapper{display:flex;flex-direction:row;width:100%;max-width:1320px;margin:0 auto;padding:0;align-items:stretch}
.ttlBlck .ttlTxt-wrapper{flex:0 0 52%;padding:80px 60px 80px 40px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.ttlBlck .ttlTxt-wrapper .pgTag{display:inline-block;background:#E8B800;color:#0B4D6E;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:6px 14px;margin-bottom:32px;border-radius:4px;width:fit-content}
.ttlBlck .ttlTxt-wrapper h1{font-size:clamp(32px,4.5vw,56px);font-weight:800;color:#FFF;line-height:1.12;margin:0 0 28px;letter-spacing:-1px}
.ttlBlck .ttlTxt-wrapper h1 .accentTxt{color:#E8B800;position:relative}
.ttlBlck .ttlTxt-wrapper .mnfstTxt{font-size:16px;line-height:1.75;color:#ffffffd1;margin:0 0 20px;max-width:460px}
.ttlBlck .ttlTxt-wrapper .mnfstSubTxt{font-size:14px;line-height:1.7;color:#ffffff94;margin:0;max-width:420px;border-left:3px solid #E8B800;padding-left:16px}
.ttlBlck .ttlImg-wrapper{flex:0 0 48%;position:relative;overflow:hidden}
.ttlBlck .ttlImg-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:contrast(1.1) brightness(0.6)}
.ttlBlck .ttlImg-wrapper::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0b4d6eb8 0%,#e8b80061 100%);mix-blend-mode:multiply}
.ttlBlck .ttlImg-wrapper::before{content:'';position:absolute;left:0;top:0;bottom:0;width:80px;background:linear-gradient(to right,#0B4D6E,transparent);z-index:3}
.stryBlck{padding:96px 0 80px;background:#FFF}
.stryBlck .stryInner-wrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.stryBlck .stryHdr-wrapper{display:flex;flex-direction:row;align-items:flex-end;gap:48px;margin-bottom:64px}
.stryBlck .stryHdrLft{flex:0 0 44%}
.stryBlck .stryHdrLft .secLabel{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#0B4D6E;margin-bottom:14px;display:block}
.stryBlck .stryHdrLft h2{font-size:clamp(26px,3vw,40px);font-weight:800;color:#0B4D6E;line-height:1.18;margin:0;position:relative}
.stryBlck .stryHdrLft h2::after{content:'';display:block;width:48px;height:4px;background:#E8B800;margin-top:18px;border-radius:2px}
.stryBlck .stryHdrRgt{flex:1;padding-bottom:6px}
.stryBlck .stryHdrRgt p{font-size:15px;line-height:1.78;color:#444;margin:0}
.stryGrid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:72px}
.stryCard{background:#f8f9fb;border-radius:10px;padding:32px 28px 28px;display:flex;flex-direction:column;border:1.5px solid #e8ecf0;transition:box-shadow .2s linear,border-color .2s linear;position:relative;overflow:hidden}
.stryCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0B4D6E 0%,#E8B800 100%);border-radius:10px 10px 0 0}
.stryCard:hover{box-shadow:0 12px 32px #0b4d6e21;border-color:#b8cdd8}
.stryCard .crdCourse-wrapper{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.stryCard .crdCourse-wrapper .courseTag{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#0B4D6E;background:#0b4d6e17;padding:4px 10px;border-radius:4px}
.stryCard .crdName{font-size:17px;font-weight:700;color:#0B4D6E;margin:0 0 6px;line-height:1.3}
.stryCard .crdRole{font-size:12px;color:#888;margin:0 0 18px;font-weight:500}
.stryCard .crdQuote{font-size:14px;line-height:1.72;color:#333;margin:0 0 22px;flex:1;font-style:italic}
.stryCard .crdQuote::before{content:'\201C';font-size:32px;color:#E8B800;line-height:0;vertical-align:-12px;margin-right:4px;font-style:normal}
.stryCard .crdMtrc-wrapper{display:flex;flex-direction:row;gap:16px;border-top:1px solid #e2e6ea;padding-top:18px}
.stryCard .crdMtrc-wrapper .mtrcItem{display:flex;flex-direction:column;gap:3px}
.stryCard .crdMtrc-wrapper .mtrcVal{font-size:20px;font-weight:800;color:#0B4D6E;line-height:1}
.stryCard .crdMtrc-wrapper .mtrcLbl{font-size:11px;color:#888;letter-spacing:.5px}
.prgrssBlck-wrapper{background:linear-gradient(148deg,#0B4D6E 0%,#083a54 55%,#062d42 100%);border-radius:14px;padding:56px 52px;display:flex;flex-direction:row;gap:48px;align-items:center;margin-bottom:72px}
.prgrssBlck-wrapper .prgrssLft{flex:0 0 42%}
.prgrssBlck-wrapper .prgrssLft h3{font-size:clamp(20px,2.4vw,30px);font-weight:800;color:#FFF;margin:0 0 16px;line-height:1.22}
.prgrssBlck-wrapper .prgrssLft p{font-size:14px;line-height:1.74;color:#ffffffb8;margin:0}
.prgrssBlck-wrapper .prgrssRgt{flex:1;display:flex;flex-direction:column;gap:18px}
.prgrssItem{display:flex;flex-direction:row;align-items:center;gap:18px}
.prgrssItem .prgrssLbl{flex:0 0 148px;font-size:13px;color:#fffc;font-weight:500}
.prgrssItem .prgrssBarOuter{flex:1;height:8px;background:#ffffff1f;border-radius:4px;overflow:hidden}
.prgrssItem .prgrssBarInner{height:100%;background:linear-gradient(90deg,#E8B800 0%,#e8b80099 100%);border-radius:4px;transition:width .6s linear}
.prgrssItem .prgrssVal{flex:0 0 42px;font-size:13px;font-weight:700;color:#E8B800;text-align:right}
.faqVisualBlck{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.faqVisualBlck .faqImgSide{position:relative;border-radius:10px;overflow:hidden}
.faqVisualBlck .faqImgSide img{width:100%;height:380px;object-fit:cover;object-position:center;display:block;border-radius:10px}
.faqVisualBlck .faqImgSide .imgOverlayTag{position:absolute;bottom:24px;left:24px;background:#0b4d6eeb;color:#E8B800;font-size:13px;font-weight:700;padding:10px 18px;border-radius:6px;backdrop-filter:blur(4px);line-height:1.4}
.faqVisualBlck .faqCntntSide{display:flex;flex-direction:column;gap:0}
.faqCntntSide .faqItem{border-bottom:1px solid #e8ecf0;padding:0}
.faqCntntSide .faqItem:last-child{border-bottom:none}
.faqCntntSide input[type="checkbox"]{display:none}
.faqCntntSide .faqTrigger{display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;padding:20px 0;user-select:none}
.faqCntntSide .faqTrigger .faqQ{font-size:14px;font-weight:600;color:#0B4D6E;line-height:1.4;flex:1}
.faqCntntSide .faqTrigger .faqIcon{width:24px;height:24px;flex-shrink:0;background:#0b4d6e14;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:14px;transition:background .2s linear,transform .2s linear;position:relative}
.faqCntntSide .faqTrigger .faqIcon::before,.faqCntntSide .faqTrigger .faqIcon::after{content:'';position:absolute;background:#0B4D6E;border-radius:2px;transition:transform .2s linear,opacity .2s linear}
.faqCntntSide .faqTrigger .faqIcon::before{width:10px;height:2px}
.faqCntntSide .faqTrigger .faqIcon::after{width:2px;height:10px}
.faqCntntSide .faqChk:checked ~ .faqTrigger .faqIcon{background:#E8B800}
.faqCntntSide .faqChk:checked ~ .faqTrigger .faqIcon::before{background:#0B4D6E}
.faqCntntSide .faqChk:checked ~ .faqTrigger .faqIcon::after{transform:rotate(90deg);opacity:0}
.faqCntntSide .faqBody{max-height:0;overflow:hidden;transition:max-height .32s linear}
.faqCntntSide .faqChk:checked ~ .faqBody{max-height:240px}
.faqCntntSide .faqBody .faqAns{font-size:14px;line-height:1.76;color:#555;padding-bottom:18px;margin:0}
.crsPhilBlck{padding:80px 0 96px;background:#f4f7fa}
.crsPhilBlck .crsPhilInner-wrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.crsPhilBlck .crsPhilTop-wrapper{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:center;margin-bottom:64px}
.crsPhilBlck .crsPhilTopLft h2{font-size:clamp(24px,2.8vw,38px);font-weight:800;color:#0B4D6E;line-height:1.18;margin:0 0 20px}
.crsPhilBlck .crsPhilTopLft h2 .accentSpan{display:inline-block;background:linear-gradient(90deg,#0B4D6E 0%,#E8B800 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.crsPhilBlck .crsPhilTopLft .ctaBtn{display:inline-flex;align-items:center;gap:10px;background:#E8B800;color:#0B4D6E;font-size:14px;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #e8b80047;z-index:2;position:relative}
.crsPhilBlck .crsPhilTopLft .ctaBtn:hover{background:#d4a600;box-shadow:0 8px 24px #e8b80066}
.crsPhilBlck .crsPhilTopRgt p{font-size:15px;line-height:1.78;color:#444;margin:0 0 16px}
.crsPhilBlck .crsPhilTopRgt p:last-child{margin-bottom:0}
.mthdGrid-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.mthdCard{background:#FFF;border-radius:10px;padding:28px 24px;border:1.5px solid #dde3ea;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s linear,transform .2s linear}
.mthdCard:hover{box-shadow:0 10px 28px #0b4d6e1a;transform:translateY(-3px)}
.mthdCard .mthdIcon-wrapper{width:44px;height:44px;background:linear-gradient(135deg,#0B4D6E 0%,#1a6a94 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mthdCard .mthdIcon-wrapper svg{width:22px;height:22px;fill:none;stroke:#E8B800;stroke-width:2}
.mthdCard h4{font-size:15px;font-weight:700;color:#0B4D6E;margin:0;line-height:1.3}
.mthdCard p{font-size:13px;line-height:1.7;color:#666;margin:0}
.mthdCard .mthdStat{display:flex;align-items:center;gap:8px;border-top:1px solid #edf0f4;padding-top:14px;margin-top:auto}
.mthdCard .mthdStat .statDot{width:8px;height:8px;background:#E8B800;border-radius:50%;flex-shrink:0}
.mthdCard .mthdStat span{font-size:12px;color:#0B4D6E;font-weight:600}
.svgDivider{width:100%;line-height:0;overflow:hidden}
.svgDivider svg{display:block;width:100%}
@media (max-width: 1024px) {
.stryGrid-wrapper{grid-template-columns:repeat(2,1fr)}
.mthdGrid-wrapper{grid-template-columns:repeat(2,1fr)}
.crsPhilBlck .crsPhilTop-wrapper{grid-template-columns:1fr;gap:32px}
.prgrssBlck-wrapper{flex-direction:column;gap:32px;padding:40px 32px}
.prgrssBlck-wrapper .prgrssLft{flex:none}
.ttlBlck .ttlInner-wrapper{flex-direction:column}
.ttlBlck .ttlTxt-wrapper{flex:none;padding:60px 32px 40px}
.ttlBlck .ttlImg-wrapper{flex:none;height:280px}
.stryBlck .stryHdr-wrapper{flex-direction:column;gap:24px;align-items:flex-start}
.stryBlck .stryHdrLft{flex:none}
.faqVisualBlck{grid-template-columns:1fr}
}
@media (max-width: 680px) {
.stryGrid-wrapper{grid-template-columns:1fr}
.mthdGrid-wrapper{grid-template-columns:1fr}
.prgrssBlck-wrapper{padding:32px 20px}
.prgrssItem .prgrssLbl{flex:0 0 110px;font-size:12px}
.ttlBlck .ttlTxt-wrapper{padding:48px 20px 36px}
.stryBlck{padding:60px 0 56px}
.crsPhilBlck{padding:56px 0 64px}
.faqVisualBlck .faqImgSide img{height:260px}
}
.hdrWrapper{width:100%;overflow:hidden;position:relative;background:linear-gradient(338deg,#0B4D6E 0%,#1a6a90 40%,#FFF 75%,#E8B800 100%)}
.hdrWrapper .hdr-inr{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;padding:72px 40px 60px}
.hdrWrapper .hdr-txtBlock{flex:1 1 50%;z-index:2;position:relative}
.hdrWrapper .hdr-txtBlock .hdr-eyebrow{display:inline-block;background:#E8B800;color:#0B4D6E;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:20px}
.hdrWrapper .hdr-txtBlock h1{font-size:clamp(28px,4.5vw,52px);font-weight:800;line-height:1.15;color:#0B4D6E;margin:0 0 20px;position:relative}
.hdrWrapper .hdr-txtBlock h1 span{color:#E8B800}
.hdrWrapper .hdr-txtBlock .hdr-lead{font-size:17px;line-height:1.7;color:#1a3a50;max-width:480px;margin-bottom:32px}
.hdrWrapper .hdr-txtBlock .hdr-ctaRow{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hdrWrapper .hdr-txtBlock .hdr-ctaRow .btnPrimary{background:#0B4D6E;color:#FFF;border:none;border-radius:6px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #0b4d6e2e;z-index:3;position:relative}
.hdrWrapper .hdr-txtBlock .hdr-ctaRow .btnPrimary:hover{background:#083a54;box-shadow:0 8px 24px #0b4d6e47}
.hdrWrapper .hdr-txtBlock .hdr-ctaRow .btnOutline{background:transparent;color:#0B4D6E;border:2px solid #0B4D6E;border-radius:6px;padding:12px 26px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s linear,color .2s linear;z-index:3;position:relative}
.hdrWrapper .hdr-txtBlock .hdr-ctaRow .btnOutline:hover{background:#0B4D6E;color:#fff}
.hdrWrapper .hdr-imgBlock{flex:1 1 45%;position:relative;display:flex;justify-content:flex-end}
.hdrWrapper .hdr-imgBlock .hdr-imgFrm{width:100%;max-width:520px;border-radius:12px;overflow:hidden;position:relative}
.hdrWrapper .hdr-imgBlock .hdr-imgFrm img{width:100%;height:400px;object-fit:cover;display:block;border-radius:12px;filter:blur(0px)}
.hdrWrapper .hdr-imgBlock .hdr-imgFrm::after{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 0 40px 18px #ffffff52;pointer-events:none}
.hdrWrapper .hdr-decor{position:absolute;top:-30px;right:-30px;width:200px;height:200px;border-radius:50%;background:#e8b80014;pointer-events:none}
.hdrWrapper .hdr-decor-alt{position:absolute;bottom:10px;left:10px;width:120px;height:120px;border-radius:50%;background:#0b4d6e0f;pointer-events:none}
.mechWrapper{background:#FFF;padding:80px 0 70px;position:relative}
.mechWrapper::before{content:"";display:block;width:100%;height:3px;background:linear-gradient(90deg,#E8B800 0%,#0B4D6E 100%);margin-bottom:0;position:absolute;top:0;left:0}
.mechWrapper .mech-inr{max-width:1320px;margin:auto;padding:0 40px}
.mechWrapper .mech-hdr{text-align:center;margin-bottom:54px}
.mechWrapper .mech-hdr h2{font-size:clamp(22px,3.2vw,38px);font-weight:800;color:#0B4D6E;margin:0 0 12px;position:relative;display:inline-block}
.mechWrapper .mech-hdr h2::after{content:"";display:block;height:4px;width:60px;background:#E8B800;border-radius:2px;margin:10px auto 0}
.mechWrapper .mech-hdr p{font-size:16px;color:#3a5a70;max-width:580px;margin:16px auto 0;line-height:1.65}
.mech-tabsWrapper{position:relative}
.mech-tabsWrapper input[type="radio"]{display:none}
.mech-tabNav{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e0eaf0;margin-bottom:36px;flex-wrap:wrap}
.mech-tabNav label{padding:12px 22px;font-size:14px;font-weight:600;color:#3a5a70;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s linear,border-color .2s linear;display:flex;align-items:center;gap:8px}
.mech-tabNav label:hover{color:#0B4D6E}
#mechTab1:checked ~ .mech-tabNav label[for="mechTab1"],#mechTab2:checked ~ .mech-tabNav label[for="mechTab2"],#mechTab3:checked ~ .mech-tabNav label[for="mechTab3"],#mechTab4:checked ~ .mech-tabNav label[for="mechTab4"]{color:#0B4D6E;border-bottom-color:#E8B800}
.mech-tabPanels .mech-panel{display:none}
#mechTab1:checked ~ .mech-tabPanels .mech-panel-alt,#mechTab2:checked ~ .mech-tabPanels .mech-panel-secondary,#mechTab3:checked ~ .mech-tabPanels .mech-panel-variant,#mechTab4:checked ~ .mech-tabPanels .mech-panel-tbd{display:flex;flex-direction:row;gap:40px;align-items:flex-start;flex-wrap:wrap}
.mech-panel .mech-panelTxt{flex:1 1 300px}
.mech-panel .mech-panelTxt h3{font-size:22px;font-weight:700;color:#0B4D6E;margin:0 0 14px}
.mech-panel .mech-panelTxt p{font-size:15px;line-height:1.7;color:#2c4a5e;margin-bottom:18px}
.mech-panel .mech-panelStats{flex:0 0 260px;display:flex;flex-direction:column;gap:16px}
.mech-statItem{background:linear-gradient(135deg,#f0f7fb 0%,#e8f4f9 100%);border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:6px;border-left:4px solid #0B4D6E}
.mech-statItem .stat-val{font-size:28px;font-weight:800;color:#0B4D6E}
.mech-statItem .stat-lbl{font-size:12px;color:#5a7a8e;text-transform:uppercase;letter-spacing:1px}
.mech-statItem.is-accent{border-left-color:#E8B800;background:linear-gradient(135deg,#fffdf0 0%,#fff8d6 100%)}
.mech-statItem.is-accent .stat-val{color:#b08a00}
.accessWrapper{background:linear-gradient(180deg,#0B4D6E 0%,#083a54 100%);padding:80px 0;position:relative;overflow:hidden}
.accessWrapper::after{content:"";position:absolute;bottom:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#e8b80014;pointer-events:none}
.accessWrapper .access-inr{max-width:1320px;margin:auto;padding:0 40px}
.accessWrapper .access-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.accessWrapper .access-txtSide h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#FFF;margin:0 0 20px;line-height:1.25}
.accessWrapper .access-txtSide h2 span{color:#E8B800}
.accessWrapper .access-txtSide p{font-size:16px;line-height:1.72;color:#ffffffd1;margin-bottom:28px}
.accessWrapper .access-txtSide .access-link{color:#E8B800;text-decoration:none;font-weight:600;font-size:15px;border-bottom:1px solid #e8b80066;transition:border-color .2s linear}
.accessWrapper .access-txtSide .access-link:hover{border-color:#E8B800}
.accessWrapper .access-cardsSide{display:flex;flex-direction:column;gap:16px}
.access-barCard{background:#ffffff12;border-radius:8px;padding:18px 22px;border:1px solid #ffffff1a;transition:background .2s linear}
.access-barCard:hover{background:#ffffff1f}
.access-barCard .bar-lbl{display:flex;justify-content:space-between;margin-bottom:8px}
.access-barCard .bar-lbl span{font-size:13px;color:#ffffffd9;font-weight:600}
.access-barCard .bar-lbl .bar-pct{color:#E8B800}
.access-barTrack{height:6px;background:#ffffff1f;border-radius:3px;overflow:hidden}
.access-barFill{height:100%;border-radius:3px;background:linear-gradient(90deg,#E8B800,#f5cc40);transition:width .3s linear}
.storiesWrapper{background:#f4f9fc;padding:80px 0;position:relative}
.storiesWrapper::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0B4D6E,#E8B800)}
.storiesWrapper .stories-inr{max-width:1320px;margin:auto;padding:0 40px}
.storiesWrapper .stories-hdr{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.storiesWrapper .stories-hdr h2{font-size:clamp(22px,3.2vw,38px);font-weight:800;color:#0B4D6E;margin:0}
.storiesWrapper .stories-hdr h2::before{content:"";display:block;width:40px;height:4px;background:#E8B800;border-radius:2px;margin-bottom:10px}
.storiesWrapper .stories-hdr p{font-size:15px;color:#5a7a8e;max-width:340px;margin:0;line-height:1.6}
.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.storyCard{background:#FFF;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0b4d6e17;transition:box-shadow .2s linear,transform .2s linear;display:flex;flex-direction:column}
.storyCard:hover{box-shadow:0 10px 32px #0b4d6e29;transform:translateY(-3px)}
.storyCard .storyCard-imgFrm{height:190px;overflow:hidden}
.storyCard .storyCard-imgFrm img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s linear}
.storyCard:hover .storyCard-imgFrm img{transform:scale(1.04)}
.storyCard .storyCard-body{padding:22px 24px 28px;flex:1;display:flex;flex-direction:column}
.storyCard .storyCard-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#0B4D6E;background:#e0f0f8;border-radius:4px;padding:3px 10px;margin-bottom:12px}
.storyCard h4{font-size:17px;font-weight:700;color:#0B4D6E;margin:0 0 10px;line-height:1.35}
.storyCard p{font-size:14px;color:#3a5a70;line-height:1.65;margin:0 0 18px;flex:1}
.storyCard .storyCard-author{display:flex;align-items:center;gap:10px;border-top:1px solid #e8f0f5;padding-top:16px}
.storyCard .storyCard-author .author-initials{width:36px;height:36px;border-radius:50%;background:#0B4D6E;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.storyCard .storyCard-author .author-info span{display:block;font-size:13px;font-weight:600;color:#0B4D6E}
.storyCard .storyCard-author .author-info small{font-size:11px;color:#7a9aae}
.probWrapper{background:#FFF;padding:80px 0 90px;position:relative}
.probWrapper .prob-inr{max-width:1320px;margin:auto;padding:0 40px}
.probWrapper .prob-layout{display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:start}
.probWrapper .prob-imgSide{position:relative}
.probWrapper .prob-imgSide img{width:100%;height:420px;object-fit:cover;border-radius:10px;display:block}
.probWrapper .prob-imgSide .prob-badge{position:absolute;bottom:20px;left:20px;background:#E8B800;color:#0B4D6E;font-size:13px;font-weight:700;padding:10px 18px;border-radius:6px;box-shadow:0 4px 12px #00000026}
.probWrapper .prob-txtSide h2{font-size:clamp(20px,2.8vw,34px);font-weight:800;color:#0B4D6E;margin:0 0 10px}
.probWrapper .prob-txtSide .prob-subline{font-size:15px;color:#5a7a8e;margin-bottom:30px;line-height:1.6}
.prob-accordion{display:flex;flex-direction:column;gap:0}
.prob-accordion input[type="radio"]{display:none}
.prob-accordion .acc-item{border-bottom:1px solid #dde8ee}
.prob-accordion .acc-item label{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;cursor:pointer;font-size:15px;font-weight:600;color:#0B4D6E;gap:12px;transition:color .2s linear}
.prob-accordion .acc-item label:hover{color:#E8B800}
.prob-accordion .acc-item label .acc-icon{font-size:18px;color:#E8B800;flex-shrink:0}
.prob-accordion .acc-item label .acc-arrow{font-size:14px;color:#aac0cc;transition:transform .2s linear}
.prob-accordion .acc-content{display:none;padding:0 4px 16px;font-size:14px;line-height:1.7;color:#3a5a70}
.prob-accordion .acc-content .acc-sol{margin-top:10px;padding:10px 14px;background:#f0f7fb;border-left:3px solid #0B4D6E;border-radius:0 4px 4px 0;font-size:13px;color:#0B4D6E;font-weight:500}
#acc1:checked ~ .acc-item:nth-of-type(1) .acc-content,#acc2:checked ~ .acc-item:nth-of-type(2) .acc-content,#acc3:checked ~ .acc-item:nth-of-type(3) .acc-content,#acc4:checked ~ .acc-item:nth-of-type(4) .acc-content{display:block}
#acc1:checked ~ .acc-item:nth-of-type(1) label .acc-arrow,#acc2:checked ~ .acc-item:nth-of-type(2) label .acc-arrow,#acc3:checked ~ .acc-item:nth-of-type(3) label .acc-arrow,#acc4:checked ~ .acc-item:nth-of-type(4) label .acc-arrow{transform:rotate(180deg)}
@media (max-width: 960px) {
.hdrWrapper .hdr-inr{flex-direction:column;padding:48px 24px 40px;gap:32px}
.hdrWrapper .hdr-imgBlock{justify-content:center;width:100%}
.hdrWrapper .hdr-imgBlock .hdr-imgFrm{max-width:100%}
.mechWrapper .mech-inr,.accessWrapper .access-inr,.storiesWrapper .stories-inr,.probWrapper .prob-inr{padding:0 24px}
.accessWrapper .access-grid{grid-template-columns:1fr}
.stories-grid{grid-template-columns:1fr 1fr}
.probWrapper .prob-layout{grid-template-columns:1fr;gap:36px}
.probWrapper .prob-imgSide img{height:280px}
}
@media (max-width: 600px) {
.hdrWrapper .hdr-inr{padding:36px 16px 32px}
.mechWrapper .mech-inr,.accessWrapper .access-inr,.storiesWrapper .stories-inr,.probWrapper .prob-inr{padding:0 16px}
.stories-grid{grid-template-columns:1fr}
.mech-tabNav{gap:0}
.mech-tabNav label{padding:10px 12px;font-size:12px}
.mechWrapper{padding:50px 0}
.accessWrapper{padding:50px 0}
.storiesWrapper{padding:50px 0}
.probWrapper{padding:50px 0 60px}
}
.cntct-pgWrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.cntct-heroSection{background:linear-gradient(338deg,#0B4D6E 0%,#FFF 55%,#E8B800 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.cntct-heroSection::before{content:'';position:absolute;top:-60px;right:-80px;width:340px;height:340px;border-radius:50%;background:#0b4d6e12;pointer-events:none}
.cntct-heroSection::after{content:'';position:absolute;bottom:-40px;left:5%;width:200px;height:200px;border-radius:50%;background:#e8b80017;pointer-events:none}
.cntct-heroInner{display:flex;flex-direction:row;align-items:center;gap:60px}
.cntct-heroTxt{flex:1 1 50%;min-width:0}
.cntct-heroTxt .cntct-badge{display:inline-block;background:#0B4D6E;color:#FFF;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:4px;margin-bottom:24px}
.cntct-heroTxt h1{font-size:42px;font-weight:700;color:#0B4D6E;line-height:1.18;margin:0 0 18px;position:relative}
.cntct-heroTxt h1 .cntct-accentWord{color:#E8B800;position:relative}
.cntct-heroTxt h1 .cntct-accentWord::after{content:'';display:block;height:3px;background:#E8B800;border-radius:2px;margin-top:2px;width:100%}
.cntct-heroSubhd{font-size:17px;color:#2a5a74;line-height:1.65;margin:0 0 32px;max-width:460px}
.cntct-heroBtn{display:inline-block;background:#0B4D6E;color:#FFF;padding:14px 36px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.5px;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 18px #0b4d6e2e;position:relative;z-index:2}
.cntct-heroBtn:hover{background:#093d58;box-shadow:0 8px 28px #0b4d6e47;color:#FFF}
.cntct-heroImgWrapper{flex:1 1 44%;min-width:0;position:relative}
.cntct-heroImgWrapper img{width:100%;height:360px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0b4d6e29;display:block}
.cntct-heroImgWrapper::before{content:'';position:absolute;top:-12px;left:-12px;width:80px;height:80px;border:3px solid #E8B800;border-radius:8px;z-index:0}
.cntct-heroImgWrapper img{position:relative;z-index:1}
.cntct-statRow{display:flex;flex-direction:row;gap:28px;margin-top:40px}
.cntct-statItem{display:flex;flex-direction:column;align-items:flex-start}
.cntct-statItem .cntct-statNum{font-size:26px;font-weight:700;color:#0B4D6E;line-height:1}
.cntct-statItem .cntct-statLbl{font-size:12px;color:#5a7d8f;margin-top:4px}
.cntct-dividerWave{width:100%;overflow:hidden;line-height:0;margin:0}
.cntct-dividerWave svg{display:block;width:100%}
.cntct-mainSection{background:#f6f9fb;padding:72px 0 80px}
.cntct-mainInner{display:flex;flex-direction:row;gap:52px;align-items:flex-start}
.cntct-infoCol{flex:0 0 320px;min-width:0}
.cntct-infoCol h2{font-size:26px;font-weight:700;color:#0B4D6E;margin:0 0 14px;position:relative;padding-bottom:12px}
.cntct-infoCol h2::after{content:'';position:absolute;bottom:0;left:0;width:44px;height:3px;background:#E8B800;border-radius:2px}
.cntct-infoIntro{font-size:15px;color:#3d6070;line-height:1.65;margin:0 0 32px}
.cntct-infoCardWrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}
.cntct-infoCard{background:#FFF;border-radius:10px;padding:18px 20px;display:flex;flex-direction:row;align-items:flex-start;gap:14px;box-shadow:0 2px 16px #0b4d6e14;border-left:3px solid #0B4D6E}
.cntct-infoCard .cntct-icoBox{width:40px;height:40px;background:linear-gradient(135deg,#0B4D6E 0%,#1a7aa8 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cntct-infoCard .cntct-icoBox svg{width:20px;height:20px;fill:#FFF}
.cntct-infoCard .cntct-cardBody{display:flex;flex-direction:column;min-width:0}
.cntct-infoCard .cntct-cardLbl{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#8aa5b5;margin-bottom:4px}
.cntct-infoCard .cntct-cardVal{font-size:14px;color:#0B4D6E;font-weight:600;word-break:break-word}
.cntct-infoCard .cntct-cardVal a{color:#0B4D6E;text-decoration:none;transition:color .2s linear}
.cntct-infoCard .cntct-cardVal a:hover{color:#E8B800}
.cntct-respImgWrapper{border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #0b4d6e1f;position:relative}
.cntct-respImgWrapper img{width:100%;height:200px;object-fit:cover;display:block}
.cntct-respImgWrapper::after{content:'Seit 2014';position:absolute;bottom:14px;right:14px;background:#0b4d6ee0;color:#E8B800;font-size:12px;font-weight:700;padding:6px 14px;border-radius:6px;letter-spacing:1px}
.cntct-formCol{flex:1 1 0;min-width:0}
.cntct-formWrapper{background:#FFF;border-radius:14px;box-shadow:0 4px 32px #0b4d6e1a;padding:44px 44px 40px}
.cntct-formWrapper h3{font-size:22px;font-weight:700;color:#0B4D6E;margin:0 0 6px}
.cntct-formSubtxt{font-size:14px;color:#5a7d8f;margin:0 0 32px;line-height:1.6}
.cntct-formGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}
.cntct-fldWrapper{display:flex;flex-direction:column;gap:6px}
.cntct-fldWrapper.is-fullWidth{grid-column:1 / -1}
.cntct-fldWrapper label{font-size:12px;font-weight:600;color:#3a6275;text-transform:uppercase;letter-spacing:1px}
.cntct-fldWrapper label .cntct-req{color:#E8B800;margin-left:2px}
.cntct-fldWrapper input[type="text"],.cntct-fldWrapper input[type="email"],.cntct-fldWrapper select,.cntct-fldWrapper textarea{width:100%;padding:13px 16px;border:1.5px solid #d0e0e8;border-radius:8px;font-size:14px;color:#1a3a4a;background:#f8fbfd;transition:border-color .2s linear,box-shadow .2s linear;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.cntct-fldWrapper input[type="text"]:focus,.cntct-fldWrapper input[type="email"]:focus,.cntct-fldWrapper select:focus,.cntct-fldWrapper textarea:focus{border-color:#0B4D6E;box-shadow:0 0 0 3px #0b4d6e1a;background:#FFF}
.cntct-fldWrapper select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B4D6E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.cntct-fldWrapper textarea{min-height:130px;resize:vertical;line-height:1.6}
.cntct-privacyWrapper{grid-column:1 / -1;display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-top:4px}
.cntct-privacyWrapper input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#0B4D6E;cursor:pointer}
.cntct-privacyWrapper .cntct-privacyTxt{font-size:13px;color:#4a6878;line-height:1.55}
.cntct-privacyWrapper .cntct-privacyTxt a{color:#0B4D6E;text-decoration:underline;transition:color .2s linear}
.cntct-privacyWrapper .cntct-privacyTxt a:hover{color:#E8B800}
.cntct-submitWrapper{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin-top:8px}
.cntct-submitBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0B4D6E 0%,#1a7aa8 100%);color:#FFF;border:none;padding:15px 42px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:.5px;transition:opacity .2s linear,box-shadow .2s linear;box-shadow:0 4px 20px #0b4d6e38;position:relative;z-index:2}
.cntct-submitBtn:hover{opacity:.91;box-shadow:0 8px 30px #0b4d6e4d}
.cntct-submitBtn svg{width:18px;height:18px;fill:#FFF}
.cntct-submitNote{font-size:12px;color:#8aa5b5;line-height:1.5;max-width:200px}
.cntct-dividerDots{text-align:center;padding:10px 0 0;display:flex;flex-direction:row;gap:6px;justify-content:center}
.cntct-dividerDots span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#0B4D6E;opacity:.18}
.cntct-dividerDots span:nth-child(2){opacity:.42;background:#E8B800}
.cntct-dividerDots span:nth-child(3){opacity:.18}
@media (max-width: 960px) {
.cntct-heroInner{flex-direction:column;gap:36px}
.cntct-heroImgWrapper{width:100%}
.cntct-mainInner{flex-direction:column;gap:36px}
.cntct-infoCol{flex:none;width:100%}
.cntct-formWrapper{padding:30px 24px 28px}
}
@media (max-width: 640px) {
.cntct-heroSection{padding:48px 0 36px}
.cntct-heroTxt h1{font-size:28px}
.cntct-statRow{flex-wrap:wrap;gap:18px}
.cntct-formGrid{grid-template-columns:1fr}
.cntct-fldWrapper.is-fullWidth{grid-column:1}
.cntct-privacyWrapper{grid-column:1}
.cntct-submitWrapper{flex-direction:column;align-items:flex-start;grid-column:1}
.cntct-mainSection{padding:44px 0 52px}
.cntct-formWrapper{padding:22px 16px 20px}
}
.scssWrpr{width:100%;overflow-x:hidden}
.successHdr{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(338deg,#0B4D6E 0%,#0a3d57 40%,#E8B800 100%)}
.successHdr .diagStripeBg{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.successHdr .diagStripeBg::before{content:'';position:absolute;inset:-50%;background:repeating-linear-gradient(-45deg,transparent,transparent 28px,#ffffff0a 28px,#ffffff0a 32px);animation:stripeDrift 18s linear infinite}
.successHdr .diagStripeBg::after{content:'';position:absolute;inset:-50%;background:repeating-linear-gradient(45deg,transparent,transparent 60px,#e8b8000d 60px,#e8b8000d 62px)}
@keyframes stripeDrift {
0%{transform:translateX(0) translateY(0)}
100%{transform:translateX(60px) translateY(-60px)}
}
.successHdr .geoAccntWrapper{position:absolute;inset:0;z-index:2;pointer-events:none}
.successHdr .geoAccntWrapper .geoCircle{position:absolute;border-radius:50%;opacity:.12}
.successHdr .geoAccntWrapper .geoCircle.is-large{width:520px;height:520px;top:-120px;right:-140px;border:2px solid #E8B800;background:radial-gradient(circle at center,#e8b80014 0%,transparent 70%)}
.successHdr .geoAccntWrapper .geoCircle.is-small{width:220px;height:220px;bottom:80px;left:-60px;border:1px solid #ffffff4d;background:radial-gradient(circle at center,#ffffff0d 0%,transparent 70%)}
.successHdr .geoAccntWrapper .geoRect{position:absolute;width:180px;height:180px;bottom:-40px;right:15%;border:1px solid #e8b80040;transform:rotate(30deg);opacity:.6}
.successHdr .cntntWrapper{position:relative;z-index:10;max-width:860px;margin:0 auto;padding:80px 32px;text-align:center}
.successHdr .cntntWrapper .checkRingWrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}
.successHdr .cntntWrapper .checkRingWrapper .checkRingSvg{width:96px;height:96px;margin-bottom:24px;filter:drop-shadow(0 8px 24px #e8b80059);animation:checkPop .6s cubic-bezier(0.34,1.56,0.64,1) both}
@keyframes checkPop {
0%{transform:scale(0.5);opacity:0}
100%{transform:scale(1);opacity:1}
}
.successHdr .cntntWrapper .checkRingWrapper .statusBadge{display:inline-flex;align-items:center;gap:8px;background:#e8b80026;border:1px solid #e8b80073;border-radius:24px;padding:6px 20px;color:#E8B800;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.successHdr .cntntWrapper .checkRingWrapper .statusBadge .badgeDot{width:7px;height:7px;border-radius:50%;background:#E8B800;box-shadow:0 0 0 3px #e8b8004d;animation:pulseDot 2s ease-in-out infinite}
@keyframes pulseDot {
0%,100%{box-shadow:0 0 0 3px #e8b8004d}
50%{box-shadow:0 0 0 6px #e8b8001a}
}
.successHdr .cntntWrapper .prblemTxt{font-size:16px;color:#ffffff9e;line-height:1.6;margin-bottom:20px;letter-spacing:.02em}
.successHdr .cntntWrapper .mainHdng{font-size:clamp(32px,5.5vw,62px);font-weight:800;line-height:1.12;color:#FFF;margin:0 0 12px;letter-spacing:-.02em}
.successHdr .cntntWrapper .mainHdng .accentSpan{color:#E8B800;position:relative;display:inline-block}
.successHdr .cntntWrapper .mainHdng .accentSpan::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#E8B800,#e8b80033);border-radius:2px}
.successHdr .cntntWrapper .sltnBlock{margin-top:32px;background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;padding:36px 40px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 16px 48px #00000040 inset 0 1px 0 #ffffff1a}
.successHdr .cntntWrapper .sltnBlock .sltnTxt{font-size:17px;line-height:1.75;color:#ffffffd1;margin:0 0 28px}
.successHdr .cntntWrapper .sltnBlock .sltnTxt strong{color:#E8B800;font-weight:700}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile{background:#0b4d6e73;border:1px solid #e8b80033;border-radius:10px;padding:20px 16px;text-align:left;transition:border-color .2s linear,background .2s linear}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile:hover{border-color:#e8b8008c;background:#0b4d6ea6}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile .tileIcn{width:36px;height:36px;background:#e8b80026;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile .tileIcn svg{width:18px;height:18px}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile .tileLbl{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;font-weight:600;margin-bottom:6px}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper .infoTile .tileVal{font-size:14px;color:#FFF;font-weight:500;line-height:1.4}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E8B800 0%,#d4a700 100%);color:#0B4D6E;font-weight:700;font-size:15px;padding:14px 32px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow .2s linear,transform .2s linear;box-shadow:0 6px 20px #e8b80059;position:relative;z-index:5}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnPrimary:hover{box-shadow:0 10px 30px #e8b80080;transform:translateY(-2px)}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnOutline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#ffffffd9;font-weight:600;font-size:15px;padding:13px 28px;border-radius:8px;text-decoration:none;border:1px solid #ffffff4d;cursor:pointer;transition:border-color .2s linear,background .2s linear;position:relative;z-index:5}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnOutline:hover{border-color:#fff9;background:#ffffff0f}
.successHdr .cntntWrapper .progressStepWrapper{margin-top:48px;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:0;position:relative}
.successHdr .cntntWrapper .progressStepWrapper .prgStep{display:flex;flex-direction:column;align-items:center;flex:1;max-width:180px;position:relative}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgDot{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;position:relative;z-index:2;margin-bottom:12px;transition:box-shadow .2s linear}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgDot.is-done{background:#E8B800;color:#0B4D6E;box-shadow:0 0 0 4px #e8b80040}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgDot.is-active{background:#ffffff26;border:2px solid #E8B800;color:#E8B800;box-shadow:0 0 0 4px #e8b8001f}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgDot.is-pending{background:#ffffff0f;border:2px solid #fff3;color:#ffffff59}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgLbl{font-size:12px;color:#ffffff8c;text-align:center;line-height:1.4;max-width:100px}
.successHdr .cntntWrapper .progressStepWrapper .prgStep .prgLbl.is-active{color:#ffffffe6;font-weight:600}
.successHdr .cntntWrapper .progressStepWrapper .prgConnector{flex:1;height:2px;margin-top:19px;max-width:80px}
.successHdr .cntntWrapper .progressStepWrapper .prgConnector.is-done{background:linear-gradient(90deg,#E8B800,#e8b80080)}
.successHdr .cntntWrapper .progressStepWrapper .prgConnector.is-pending{background:#ffffff1a;border-top:2px dashed #fff3}
@media (max-width: 768px) {
.successHdr .cntntWrapper{padding:60px 20px}
.successHdr .cntntWrapper .sltnBlock{padding:28px 20px}
.successHdr .cntntWrapper .sltnBlock .infoGridWrapper{grid-template-columns:1fr;gap:12px}
.successHdr .cntntWrapper .progressStepWrapper{gap:0}
.successHdr .cntntWrapper .progressStepWrapper .prgConnector{max-width:40px}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper{flex-direction:column;align-items:stretch}
.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnPrimary,.successHdr .cntntWrapper .sltnBlock .ctaRowWrapper .btnOutline{justify-content:center}
.successHdr .geoAccntWrapper .geoCircle.is-large{width:300px;height:300px;top:-60px;right:-80px}
}
@media (max-width: 480px) {
.successHdr .cntntWrapper .progressStepWrapper{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:8px}
.successHdr .cntntWrapper .progressStepWrapper .prgStep{min-width:80px}
}