:root{--green:#114034!important;--green2:#082d25!important;--gold:#114034!important;--ink:#171a18!important;--muted:#65716c!important;--paper:#fff!important;--soft:#f5f6f2!important;--line:#dde3df!important;--radius:28px;--shadow:0 24px 70px rgba(15,49,39,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Poppins",sans-serif!important;overflow-x:hidden}body.lock{overflow:hidden}a{color:inherit;text-decoration:none}.container{width:min(1240px,calc(100% - 42px))!important;max-width:none!important;margin:auto!important;padding:0!important}.serif,.blog-hero h1,.blog-content h1,.blog-content h2,.blog-content h3,.blog-card h3{font-family:"Playfair Display",serif!important}header#header{position:fixed!important;inset:0 0 auto!important;z-index:1000!important;padding:18px 0!important;background:transparent!important;border:0!important;box-shadow:none!important;transition:.35s}header#header.scrolled{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,64,52,.08)!important;padding:11px 0!important}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;font-weight:800}.header-brand-logo{width:196px;height:auto;max-height:72px;object-fit:contain}.links{display:flex!important;align-items:center;gap:28px;font-size:14px;font-weight:600}.links>a,.links .has-drop>a{position:relative;color:var(--ink)}.links>a:after,.links .has-drop>a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--green);transition:.3s}.links>a:hover:after,.links .has-drop>a:hover:after{width:100%}.nav-cta{background:var(--green);color:#fff!important;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:700;display:flex;gap:9px;align-items:center;transition:.3s;white-space:nowrap}.nav-cta:hover{transform:translateY(-2px);background:var(--green2)}.menu{display:none;border:1px solid var(--line);background:#fff;width:44px;height:44px;border-radius:50%;font-size:20px;cursor:pointer;color:var(--ink)}.links .has-drop{position:relative}.links .has-drop>a{display:inline-flex;align-items:center;gap:7px}.caret{width:8px;height:8px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:.25s;display:inline-block}.has-drop:hover .caret,.has-drop:focus-within .caret{transform:rotate(-135deg) translateY(1px)}.has-drop::after{content:"";position:absolute;top:100%;left:-24px;right:-24px;height:22px}.dropdown{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(10px);width:310px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease;z-index:1005}.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dropdown a{display:block!important;padding:12px 14px!important;border-radius:13px;font-size:14px!important;font-weight:700!important;color:var(--ink)!important}.dropdown a:hover{background:var(--soft);color:var(--green)!important}.dropdown a small{display:block;font-weight:400;font-size:12px;color:var(--muted);margin-top:3px}.dropdown a::after{display:none!important}.dropdown-foot{border-top:1px solid var(--line);margin-top:6px;padding-top:6px}.dropdown-foot a{color:var(--green)!important}.mobile-panel{position:fixed;inset:0;background:#fff;z-index:1010;transform:translateX(100%);transition:.45s;padding:24px}.mobile-panel.open{transform:none}.mobile-panel nav{display:grid!important;gap:20px!important;font:600 38px "Playfair Display",serif!important;margin-top:70px}.mobile-panel nav>a{color:var(--ink)!important}.mobile-close{float:right;border:0;background:var(--soft);width:46px;height:46px;border-radius:50%;font-size:24px;cursor:pointer}.mobile-panel .m-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:14px}.mobile-panel .m-details summary::-webkit-details-marker{display:none}.mobile-panel .m-sub{display:grid;gap:15px;margin:20px 0 0 4px;font:600 22px "Playfair Display",serif}.mobile-panel .m-sub a{color:var(--muted)}.blog-hero{background:var(--soft)!important;color:var(--ink)!important;padding:170px 0 86px!important;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.blog-hero:before{content:""!important;position:absolute!important;width:650px!important;height:650px!important;border-radius:50%!important;right:-230px!important;top:-250px!important;background:radial-gradient(circle,#dce9e4 0,#f4f8f6 38%,rgba(255,255,255,0) 72%)!important;border:0!important}.blog-hero:after{content:""!important;position:absolute!important;width:280px!important;height:280px!important;border:1px solid rgba(17,64,52,.14)!important;border-radius:50%!important;left:-130px!important;bottom:-130px!important}.blog-hero .container{position:relative;z-index:2}.blog-hero h1{font-weight:600!important;font-size:clamp(3rem,5.7vw,6.5rem)!important;line-height:.96!important;letter-spacing:-.05em!important;color:var(--ink)!important;max-width:1050px;margin:12px 0 18px!important}.blog-hero p{color:var(--muted)!important;max-width:720px;font-size:18px!important;line-height:1.75!important}.breadcrumb,.breadcrumb a,.blog-hero-meta{color:var(--muted)!important}.breadcrumb a:hover{color:var(--green)!important}.blog-hero-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:13px!important}.blog-hero-meta span+span:before{content:"•";margin-right:18px;color:var(--green)}.blog-grid{gap:18px!important;padding:82px 0 105px!important}.blog-card{border-radius:var(--radius)!important;border:1px solid var(--line)!important;box-shadow:none!important;transition:.4s!important;overflow:hidden}.blog-card:hover{transform:translateY(-9px)!important;box-shadow:var(--shadow)!important;border-color:rgba(17,64,52,.45)!important}.blog-card-header{background:var(--green)!important;padding:32px!important}.blog-card-header:before{border-color:rgba(255,255,255,.13)!important}.tag{background:rgba(255,255,255,.12)!important;color:#fff!important}.blog-card h3{font-size:1.65rem!important}.blog-card-desc{color:#d7e1dd!important}.blog-card-body{padding:28px 32px 32px!important}.blog-card-link{color:var(--green)!important}.blog-card-link:hover{color:var(--green2)!important}main{padding-top:0}.blog-content{max-width:900px!important}.blog-content p,.blog-content li{color:#3d4743;line-height:1.82}.blog-content h2{color:var(--ink)!important;letter-spacing:-.025em}.blog-content h3{color:var(--ink)!important}.blog-content a,.internal-link{color:var(--green)!important;border-color:var(--green)!important}.back-to-blog{color:var(--green)!important;margin-top:55px}.cta-box{background:var(--green)!important;border-radius:24px!important}.cta-btn{border-radius:999px!important}.stat{border-radius:18px!important}.stat b{color:var(--green)!important}table{border-radius:18px;overflow:hidden}th{background:var(--green)!important}.blog-content blockquote{border-left-color:var(--green)!important}footer.inv-footer{background:#0a211b!important;color:#fff!important;padding:68px 0 25px!important;margin-top:80px!important;border:0!important}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.25fr;gap:40px}.footer-brand-logo{height:46px!important;width:auto!important;max-width:210px!important;object-fit:contain;margin-bottom:14px}.footer-col h4{color:#fff!important;font-size:12px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 16px}.footer-col a{display:block;color:#aebdb8!important;margin:12px 0;font-size:14px}.footer-col a:hover{color:#fff!important}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:50px;color:#899b95;font-size:12px}.footer-bottom a{color:inherit!important}.footer-address a{display:inline;color:#aebdb8!important}@media(max-width:900px){.links,.nav-cta{display:none!important}.menu{display:block}.footer-grid{grid-template-columns:1fr 1fr}.blog-hero{padding:140px 0 70px!important}.blog-hero h1{font-size:clamp(2.8rem,8vw,5rem)!important}}@media(max-width:560px){.container{width:min(100% - 26px,1240px)!important}.header-brand-logo{width:155px}.blog-hero{padding:125px 0 58px!important}.blog-hero h1{font-size:2.65rem!important}.blog-hero p{font-size:16px!important}.blog-hero-meta span+span:before{display:none}.blog-hero-meta{gap:6px 14px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block;line-height:2}.blog-card-header,.blog-card-body{padding:24px!important}.mobile-panel nav{font-size:32px!important}}