:root{--sag-black:#000;--sag-green:#16967f;--sag-blue:#052A65;--sag-light:#F5F7FA;--sag-text:#111827;--sag-white:#fff;--sag-border:#E5E7EB}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:var(--sag-light);color:var(--sag-text);line-height:1.7}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.sag-container{width:100%;max-width:1380px;margin:0 auto;padding:0 20px}.sag-site-header{position:sticky;top:0;z-index:999;background:#000;border-bottom:1px solid rgba(255,255,255,.06);transition:.3s}.sag-header-scrolled{background:rgba(0,0,0,.92);backdrop-filter:blur(10px);box-shadow:0 6px 24px rgba(0,0,0,.18)}.sag-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:84px}.sag-logo img{max-height:42px}.sag-logo span{color:#fff;font-weight:900;font-size:24px}.sag-main-nav{flex:1;display:flex;justify-content:center}.sag-menu{display:flex;align-items:center;gap:32px}.sag-menu li{position:relative}.sag-menu li a{color:#fff;font-size:15px;font-weight:600;position:relative}.sag-menu li a:hover{color:var(--sag-green)}.sag-menu .sub-menu{position:absolute;top:100%;left:0;min-width:240px;background:#0B0B0B;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;box-shadow:0 20px 50px rgba(0,0,0,.35)}.sag-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sag-menu .sub-menu li a{display:block;padding:10px 12px;color:#D1D5DB;border-radius:8px}.sag-header-actions{display:flex;align-items:center;gap:14px}.sag-search-btn{background:none;border:none;color:#fff;cursor:pointer;font-weight:600}.sag-subscribe-btn,.sag-primary-btn{background:var(--sag-green);color:#000;padding:12px 20px;border-radius:6px;font-weight:800}.sag-mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:24px}.sag-search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.96);display:none;align-items:center;justify-content:center;z-index:9999}.sag-search-overlay.active{display:flex}.sag-search-overlay form{width:100%;max-width:700px;display:flex;gap:12px}.sag-search-overlay input{flex:1;height:64px;border:none;border-radius:8px;padding:0 20px;font-size:18px}.sag-search-overlay button,.sag-newsletter-form button{height:52px;padding:0 22px;border:none;border-radius:6px;background:var(--sag-green);font-weight:800;cursor:pointer}.sag-search-close{position:absolute;top:40px;right:40px;background:none;border:none;color:#fff;font-size:40px}.sag-mobile-menu{position:fixed;top:0;right:-100%;width:86%;max-width:380px;height:100vh;background:#000;color:#fff;z-index:99999;padding:28px;transition:.35s;overflow-y:auto}.sag-mobile-menu.active{right:0}.sag-mobile-close{position:absolute;top:18px;right:22px;background:none;border:none;color:#fff;font-size:34px}.sag-mobile-logo{margin-bottom:36px}.sag-mobile-nav{display:flex;flex-direction:column;gap:18px}.sag-mobile-nav li a{color:#fff;font-size:18px;font-weight:700}.sag-hero-slider{padding:40px 0;background:#000}.sag-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.sag-hero-main{position:relative;min-height:560px;border-radius:18px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}.sag-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.25))}.sag-hero-content{position:relative;z-index:2;padding:42px;max-width:760px}.sag-category-badge,.sag-card-category{display:inline-block;background:var(--sag-green);color:#000;font-size:12px;font-weight:800;text-transform:uppercase;padding:7px 12px;border-radius:999px;margin-bottom:18px}.sag-hero-content #sagHeroTitle{font-family:Poppins,Arial,sans-serif;font-size:48px;line-height:1.15;margin-bottom:16px}.sag-hero-content p{color:#E5E7EB;font-size:17px;margin-bottom:18px}.sag-hero-meta{display:flex;gap:10px;color:#D1D5DB;font-size:14px}.sag-hero-list{display:flex;flex-direction:column;gap:14px}.sag-hero-list-item{display:grid;grid-template-columns:110px 1fr;gap:14px;background:#111;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;cursor:pointer;transition:.3s}.sag-hero-list-item.active,.sag-hero-list-item:hover{border-color:var(--sag-green);background:#171717}.sag-hero-list-item img{width:110px;height:82px;object-fit:cover;border-radius:10px}.sag-hero-list-item span{display:block;color:var(--sag-green);font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:6px}.sag-hero-list-item h3{color:#fff;font-size:15px;line-height:1.35}.sag-latest-section,.sag-category-posts,.sag-author-posts,.sag-category-block{padding:70px 0}.sag-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:37px}.sag-section-kicker{display:block;color:var(--sag-green);font-size:13px;font-weight:800;text-transform:uppercase;margin-bottom:8px}.sag-section-header h2{font-family:Poppins,Arial,sans-serif;font-size:38px;line-height:1.2}.sag-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.sag-post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.3s}.sag-post-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.1)}.sag-post-thumb{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#ddd}.sag-post-thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}.sag-post-card:hover .sag-post-thumb img{transform:scale(1.06)}.sag-card-category{position:absolute;top:14px;left:14px;margin:0;font-size:11px;padding:6px 10px}.sag-post-card-content{padding:22px}.sag-post-card-content h3{font-family:Poppins,Arial,sans-serif;font-size:21px;line-height:1.35;margin-bottom:12px}.sag-post-card-content h3 a:hover{color:var(--sag-green)}.sag-post-card-content p{color:#4B5563;font-size:15px;margin-bottom:18px}.sag-card-meta{display:flex;flex-wrap:wrap;gap:8px;color:#6B7280;font-size:13px}.sag-thumb-placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;padding:20px;background:#111;color:#fff;font-weight:800;text-align:center}.sag-ad-slot{background:#fff;border:1px dashed #CBD5E1;border-radius:16px;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6B7280;margin:30px auto}.sag-ad-slot span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.sag-ad-code{width:100%;min-height:250px;display:flex;align-items:center;justify-content:center}.sag-category-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:33px}.sag-tab-btn{border:none;background:#fff;color:#111827;padding:10px 18px;border-radius:999px;font-weight:800;cursor:pointer}.sag-tab-btn.active,.sag-tab-btn:hover{background:var(--sag-green);color:#000}.sag-article-grid.loading{opacity:.45;pointer-events:none}.sag-load-more-wrap{display:flex;justify-content:center;margin-top:42px}.sag-load-more-btn{border:none;background:#000;color:#fff;padding:14px 28px;border-radius:999px;font-weight:800;cursor:pointer}.sag-trending-section{padding:70px 0;background:#fff}.sag-trending-grid,.sag-category-block-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:28px}.sag-trending-main{position:relative;border-radius:18px;overflow:hidden;min-height:430px}.sag-trending-main img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.sag-trending-main:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.15))}.sag-trending-main-content{position:absolute;z-index:2;left:32px;right:32px;bottom:32px;color:#fff}.sag-trending-main-content h3{font-family:Poppins,Arial,sans-serif;font-size:34px;line-height:1.2;margin:14px 0}.sag-trending-small,.sag-category-small{background:#F9FAFB;border-radius:14px;padding:14px;margin-bottom:14px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.sag-trending-small a,.sag-category-small a{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center}.sag-trending-small img,.sag-category-small img{width:96px;height:76px;object-fit:cover;border-radius:10px}.sag-trending-small h4,.sag-category-small h3{font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.35}.sag-newsletter-inline{flex-direction:row}.sag-single-hero,.sag-category-hero,.sag-author-hero{background:#000;color:#fff;padding:70px 0 50px}.sag-single-hero-inner,.sag-category-hero-inner{max-width:960px}.sag-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:#9CA3AF;font-size:14px;margin-bottom:24px}.sag-single-hero h1,.sag-category-hero h1,.sag-author-hero-content h1{font-family:Poppins,Arial,sans-serif;font-size:56px;line-height:1.12;margin:18px 0}.sag-single-excerpt,.sag-category-hero p,.sag-author-hero-content p{font-size:20px;color:#D1D5DB;max-width:820px;margin-bottom:24px}.sag-single-meta{display:flex;flex-wrap:wrap;gap:10px;color:#CBD5E1;font-size:15px}.sag-featured-image{margin:40px 0;border-radius:18px;overflow:hidden}.sag-featured-image img{width:100%;max-height:640px;object-fit:cover}.sag-single-layout{display:grid;grid-template-columns:70px minmax(0,820px) 320px;gap:36px;align-items:start}.sag-single-content{background:#fff;padding:44px;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.sag-single-content p{font-size:19px;line-height:1.85;margin-bottom:24px}.sag-single-content h2{font-family:Poppins,Arial,sans-serif;font-size:34px;line-height:1.25;margin:46px 0 18px}.sag-single-content h3{font-family:Poppins,Arial,sans-serif;font-size:26px;margin:34px 0 16px}.sag-share-bar,.sag-single-sidebar{position:sticky;top:120px}.sag-share-bar{display:flex;flex-direction:column;gap:12px}.sag-share-bar a{width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.08)}.sag-sidebar-widget,.sag-author-box{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.sag-author-box{display:flex;gap:20px;background:#F9FAFB;border:1px solid var(--sag-border);margin-top:50px}.sag-author-avatar img,.sag-author-hero-avatar img{border-radius:50%}.sag-author-hero-inner{display:flex;align-items:center;gap:36px;max-width:980px}.sag-author-hero-avatar img{border:4px solid var(--sag-green)}.sag-toc{background:#F9FAFB;border:1px solid var(--sag-border);border-radius:14px;padding:22px;margin-bottom:32px}.sag-toc ul{margin:0;padding:0;list-style:none}.sag-toc li{margin-bottom:10px}.sag-site-footer{background:#000;color:#fff;margin-top:48px}.sag-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:80px 20px}.sag-footer-links{display:flex;flex-direction:column;gap:14px}.sag-footer-links h4,.sag-footer-newsletter h4{margin-bottom:16px;color:var(--sag-green)}.sag-footer-links a{color:#D1D5DB}.sag-footer-bottom{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:24px;color:#9CA3AF;font-size:14px}.sag-error-page{min-height:70vh;display:flex;align-items:center;background:#000;color:#fff;text-align:center}.sag-error-inner{max-width:760px}.sag-error-inner h1{font-family:Poppins,Arial,sans-serif;font-size:64px}.sag-error-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.sag-secondary-btn{border:1px solid rgba(255,255,255,.25);color:#fff;padding:12px 20px;border-radius:6px;font-weight:800}:root{--sag-green:#16967f;--sag-black:#000000;--sag-text:#111111;--sag-muted:#666666;--sag-border:#e5e5e5;--sag-light:#ffffff}body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111;line-height:1.55}.sag-container{max-width:1280px}.sag-site-header{background:#fff!important;border-bottom:1px solid #e5e5e5;box-shadow:none}.sag-header-inner{min-height:52px}.sag-logo img{max-height:32px}.sag-menu{gap:28px}.sag-menu li a,.sag-search-btn{color:#111!important;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;font-weight:500;text-transform:uppercase;letter-spacing:.01em}.sag-menu li a:hover,.sag-search-btn:hover{color:#111!important}.sag-menu li a::after{display:none}.sag-subscribe-btn{background:#fff;color:#111;border:1px solid #111;border-radius:0;padding:8px 14px;font-size:12px;text-transform:uppercase}.sag-mobile-toggle{color:#111}.sag-header-scrolled{background:#fff!important;backdrop-filter:none;box-shadow:0 2px 14px rgba(0,0,0,.08)}.sag-hero-slider{padding:0;background:#fff}.sag-hero-slider .sag-container{max-width:none;padding:0}.sag-hero-grid{display:grid;grid-template-columns:minmax(0,72%) minmax(320px,28%);gap:0;min-height:530px}.sag-hero-main{min-height:530px;border-radius:0;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;position:relative}.sag-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.02) 100%),linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.18) 62%,rgba(0,0,0,0) 100%)}.sag-hero-content{padding:0 38px 58px 38px;max-width:760px}.sag-category-badge,.sag-hero-content .sag-category-badge{background:transparent;color:var(--sag-green);padding:0;border-radius:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:12px}.sag-hero-content #sagHeroTitle{font-family:Arial,Helvetica,sans-serif;font-size:48px;line-height:1.08;font-weight:900;letter-spacing:-1.6px;margin:0 0 18px;color:#fff;max-width:720px}.sag-hero-content p{display:none}.sag-hero-meta{color:#bdbdbd;font-size:14px;font-weight:400}.sag-hero-meta span:first-child::before{content:"By ";color:#bdbdbd}.sag-hero-list{background:#fff;display:flex;flex-direction:column;gap:0;border-left:1px solid #f1f1f1}.sag-hero-list-item{display:flex;align-items:center;min-height:132px;padding:26px 24px;border:0;border-bottom:1px solid #efefef;border-radius:0;background:#fff;transition:background .2s ease,color .2s ease;cursor:pointer}.sag-hero-list-item img{display:none}.sag-hero-list-item span{color:var(--sag-green);font-size:10px;line-height:1;font-weight:800;text-transform:uppercase;margin-bottom:7px}.sag-hero-list-item h3{font-family:Arial,Helvetica,sans-serif;color:#111;font-size:18px;line-height:1.18;font-weight:900;letter-spacing:-.25px;margin:0}.sag-hero-list-item.active,.sag-hero-list-item:hover{background:var(--sag-green);border-color:var(--sag-green)}.sag-hero-list-item.active span,.sag-hero-list-item:hover span{color:#fff}.sag-hero-list-item.active h3,.sag-hero-list-item:hover h3{color:#fff}.sag-latest-section,.sag-category-block,.sag-category-block:nth-of-type(even),.sag-trending-section,.sag-category-posts{background:#fff!important}.sag-latest-section,.sag-trending-section,.sag-category-block{padding:42px 0}.sag-section-header h2{font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:900;letter-spacing:-.8px;color:#111}.sag-section-kicker{color:var(--sag-green);font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800}.sag-post-card{box-shadow:none;border-radius:0;background:#fff}.sag-post-card:hover{transform:none;box-shadow:none}.sag-post-thumb{border-radius:0}.sag-card-category{background:transparent;color:var(--sag-green);border-radius:0;padding:0;top:auto;left:auto;position:relative;display:block;margin-bottom:10px}.sag-post-card-content{padding:20px 0 0}.sag-post-card-content h3{font-family:Arial,Helvetica,sans-serif;font-size:25px;line-height:1.12;font-weight:900;letter-spacing:-.7px}.sag-post-card-content h3 a:hover{color:#111}.sag-post-card-content p{font-size:16px;line-height:1.55;color:#333}.sag-card-meta{color:#333;font-size:14px}.sag-card-meta span:first-child{color:var(--sag-green);font-weight:800}.sag-ad-slot{border:0;border-radius:0;background:#fff;margin:28px auto}.sag-newsletter-section{padding:54px 0 48px;background:#fff}.sag-newsletter-box{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;align-items:center;background:#f7fbf8;border:1px solid #ddeeea;border-radius:18px;padding:36px 42px;box-shadow:0 12px 34px rgba(17,24,39,.05)}.sag-newsletter-content .sag-section-kicker{color:var(--sag-green);font-size:12px;font-weight:600;letter-spacing:.08em;margin-bottom:9px}.sag-newsletter-box h2{font-family:Inter,Arial,sans-serif;color:#111827;font-size:30px;line-height:1.24;font-weight:600;letter-spacing:-.02em;margin-bottom:10px;max-width:560px}.sag-newsletter-box p{color:#4b5563;font-size:15px;line-height:1.6;font-weight:400;margin:0}.sag-newsletter-form{display:flex;flex-direction:column;gap:12px}.sag-newsletter-inline{flex-direction:row;align-items:center;gap:12px}.sag-newsletter-inline input{flex:1}.sag-newsletter-form input{height:48px;border:1px solid #d1d5db;border-radius:10px;padding:0 15px;font-size:14px;background:#fff;color:#111827}.sag-newsletter-box .sag-newsletter-form button{height:48px;padding:0 20px;border:0;border-radius:10px;background:var(--sag-green);color:#fff;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.sag-site-footer{background:#000}body{background:#fff!important}.sag-sej-feed-section{background:#fff!important;padding:0 0 42px!important}.sag-sej-tabs{display:flex;align-items:center;gap:52px;border-top:0!important;margin:0 0 26px!important;padding:0!important;min-height:38px;overflow-x:auto;flex-wrap:nowrap}.sag-sej-tabs .sag-tab-btn{background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 8px!important;color:#111!important;font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1!important;position:relative;white-space:nowrap;box-shadow:none!important;cursor:pointer!important;will-change:auto!important}.sag-sej-tabs .sag-tab-btn.active::after,.sag-sej-tabs .sag-tab-btn:hover::after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:var(--sag-green)}.sag-sej-tabs .sag-tab-btn.active,.sag-sej-tabs .sag-tab-btn:hover{color:#111!important;transform:none!important}.sag-sej-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 405px;gap:72px;align-items:start}.sag-sej-post-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:54px 44px!important}.sag-sej-post-card{position:relative;background:#fff!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important}.sag-sej-post-card:hover{box-shadow:none!important;transform:none!important}.sag-sej-card-cats{color:var(--sag-green);font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;font-weight:800;text-transform:uppercase;margin-bottom:12px}.sag-sej-post-thumb{display:block;aspect-ratio:16 / 8.45!important;border-radius:0!important;overflow:hidden;background:#e5e5e5}.sag-sej-post-thumb img{width:100%;height:100%;object-fit:cover;border-radius:0!important;transition:none!important}.sag-sej-author-avatar{position:absolute;left:24px;top:242px;width:72px;height:72px;border-radius:50%;overflow:hidden;display:block;z-index:5;background:#fff;box-shadow:0 0 0 0 #fff}.sag-sej-author-avatar img{width:72px;height:72px;object-fit:cover;border-radius:50%}.sag-sej-card-content{padding:38px 0 0!important}.sag-sej-card-content h3{font-family:Inter,sans-serif!important;font-size:26px!important;line-height:1.12!important;letter-spacing:-.7px!important;font-weight:900!important;margin:0 0 10px!important;color:#111!important}.sag-sej-card-content h3 a:hover{color:#111!important;text-decoration:none!important}.sag-sej-byline{font-family:Arial,Helvetica,sans-serif;color:var(--sag-green);font-size:14px;font-weight:800;margin-bottom:16px}.sag-sej-byline a{color:var(--sag-green)}.sag-sej-card-content p{font-family:Inter,sans-serif!important;color:#262626!important;font-size:17px!important;line-height:1.55!important;margin:0 0 48px!important}.sag-sej-card-meta{display:flex!important;align-items:center;gap:22px!important;color:#222!important;font-family:Arial,Helvetica,sans-serif;font-size:15px!important;line-height:1;margin-top:auto}.sag-sej-card-meta span{color:#222!important;white-space:nowrap}.sag-sej-feed-sidebar{position:sticky;top:94px}.sag-sej-newsletter-card{background:#e5f9df;padding:38px 39px 40px;min-height:456px;margin-bottom:62px}.sag-sej-newsletter-icon{font-size:40px;line-height:1;margin-bottom:20px;color:#111}.sag-sej-newsletter-card h3{font-family:Georgia,"Times New Roman",serif;color:#000;font-size:40px;line-height:1.16;font-weight:700;letter-spacing:-1.1px;margin:0 0 18px}.sag-sej-newsletter-card p{font-family:Arial,Helvetica,sans-serif;color:#111;font-size:16px;line-height:1.35;margin:0 0 22px}.sag-sej-newsletter-form{display:flex!important;flex-direction:column!important;gap:28px!important}.sag-sej-newsletter-form input{width:100%;height:46px;background:#fff;border:1px solid #cfd9c8;border-radius:4px;padding:0 16px;font-family:Arial,Helvetica,sans-serif;font-size:14px}.sag-sej-newsletter-form button{width:225px;height:46px;align-self:center;background:#000!important;color:#fff!important;border:0;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;cursor:pointer}.sag-sej-feed-sidebar .sag-ad-slot{min-height:280px;margin:0 auto;background:#fff!important}.sag-sej-feed-section .sag-section-header{display:none!important}body{background:#fff!important;font-family:Inter,sans-serif!important;color:#111}.sag-sej-feed-section{padding-top:0!important;background:#fff!important}.sag-sej-feed-section>.sag-container{max-width:1390px}.sag-sej-tabs{margin:0 0 26px 0!important;gap:40px!important;border-top:0!important;padding-top:0}.sag-sej-tabs .sag-tab-btn{background:transparent!important;border-radius:0!important;padding:0 0 8px!important;color:#111!important;font-size:16px!important;line-height:1!important;font-weight:400!important;text-transform:none!important;border-bottom:4px solid transparent!important}.sag-sej-tabs .sag-tab-btn.active,.sag-sej-tabs .sag-tab-btn:hover{color:#111!important;border-bottom-color:var(--sag-green)!important}.sag-sej-feed-layout{display:grid;grid-template-columns:minmax(0,2fr) 405px;gap:72px;align-items:start}.sag-sej-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:54px!important;row-gap:62px!important}.sag-sej-post-card{position:relative;background:#fff!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;transform:none!important}.sag-sej-card-cats{color:var(--sag-green);font-size:13px;line-height:1;font-weight:800;text-transform:uppercase;margin:0 0 14px;letter-spacing:-.1px}.sag-sej-post-thumb{aspect-ratio:1.9/1!important;background:#f2f2f2;overflow:hidden;border-radius:0!important;display:block}.sag-sej-post-thumb img{width:100%;height:100%;object-fit:cover;transform:none!important}.sag-sej-author-row{height:36px;position:relative;margin-top:-36px;margin-left:32px;margin-bottom:14px;z-index:4}.sag-sej-author-avatar{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;background:#fff;border:0;box-shadow:none}.sag-sej-author-avatar img{width:72px!important;height:72px!important;object-fit:cover;border-radius:50%}.sag-sej-card-content{padding:0!important;clear:both}.sag-sej-card-content h3{font-family:Inter,sans-serif!important;font-size:26px!important;line-height:1.11!important;font-weight:800!important;letter-spacing:-.7px!important;margin:0 0 8px!important;color:#111!important}.sag-sej-card-content h3 a{color:#111!important}.sag-sej-card-content h3 a:hover{color:#16967f!important}.sag-sej-byline{font-size:14px;line-height:1.3;font-weight:700;color:#16967f;margin:0 0 16px}.sag-sej-card-content p{font-family:Inter,sans-serif!important;font-size:17px!important;line-height:1.48!important;color:#222!important;margin:0 0 28px!important;font-weight:400!important}.sag-sej-card-meta{color:#111!important;font-size:15px!important;line-height:1.2!important;gap:20px!important;align-items:center;font-weight:400!important}.sag-sej-card-meta span{white-space:nowrap}.sag-sej-newsletter-card{background:#e6f9df;padding:52px 45px 40px;border-radius:0;position:sticky;top:98px}.sag-sej-newsletter-icon{font-size:34px;line-height:1;margin-bottom:28px;color:#000}.sag-sej-newsletter-card h3{font-family:Georgia,"Times New Roman",serif!important;font-size:30px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-1.3px;margin:0 0 22px;color:#000}.sag-sej-newsletter-card p{font-size:16px;line-height:1.25;color:#111;margin:0 0 22px}.sag-sej-newsletter-form input{height:46px!important;border:1px solid #c7d7c2!important;border-radius:3px!important;background:#fff!important;font-size:15px!important}.sag-sej-newsletter-form button{align-self:center;min-width:225px;height:46px!important;border-radius:999px!important;background:#000!important;color:#fff!important;font-size:15px!important;font-weight:800!important;margin-top:12px}.sag-sej-feed-sidebar .sag-ad-slot{border:none!important;background:#fff!important;box-shadow:none!important;min-height:300px;margin-top:64px}.sag-hero-list a.sag-hero-list-item{text-decoration:none;color:inherit}.sag-hero-list-item{border-radius:0!important}.sag-hero-list-item.active,.sag-hero-list-item:hover{background:var(--sag-green)!important}.sag-hero-list-item.active h3,.sag-hero-list-item:hover h3,.sag-hero-list-item.active span,.sag-hero-list-item:hover span{color:#fff!important}@media (max-width:1100px){.sag-sej-feed-layout{grid-template-columns:1fr;gap:40px}.sag-sej-feed-sidebar{display:none}}@media (max-width:768px){.sag-sej-tabs{gap:24px;overflow-x:auto;flex-wrap:nowrap}.sag-sej-post-grid{grid-template-columns:1fr!important;row-gap:48px!important}.sag-sej-card-content h3{font-size:24px!important}.sag-sej-card-content p{font-size:16px!important}.sag-sej-author-row{margin-left:24px}}.sag-sej-post-card{overflow:visible!important}.sag-sej-post-thumb{position:relative!important;z-index:1!important}.sag-sej-author-row{position:relative!important;height:72px!important;margin-top:-36px!important;margin-left:32px!important;margin-bottom:14px!important;z-index:4!important;pointer-events:none}.sag-sej-author-avatar{position:relative!important;top:auto!important;left:auto!important;display:block!important;width:72px!important;height:72px!important;border-radius:50%!important;overflow:hidden!important;background:#fff!important;box-shadow:0 0 0 0 #fff!important;pointer-events:auto}.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:72px!important;height:72px!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.sag-sej-card-content{padding:0!important;position:relative!important;z-index:2!important}.sag-sej-card-content h3{font-family:Inter,sans-serif!important;font-size:25px!important;line-height:1.14!important;letter-spacing:-.45px!important;font-weight:800!important;margin:0 0 8px!important;max-width:100%!important}.sag-sej-byline{margin:0 0 16px!important;font-size:15px!important;line-height:1.25!important}.sag-sej-card-content p{font-size:16px!important;line-height:1.24!important;margin:0 0 28px!important}.sag-sej-card-meta{gap:18px!important;flex-wrap:wrap!important}.sag-hero-list-item{text-decoration:none!important;color:inherit!important;cursor:pointer!important}.sag-hero-list-item:hover,.sag-hero-list-item.active{background:var(--sag-green)!important;border-color:var(--sag-green)!important}.sag-hero-list-item:hover span,.sag-hero-list-item.active span,.sag-hero-list-item:hover h3,.sag-hero-list-item.active h3{color:#111!important}@media (max-width:992px){.sag-sej-author-row{height:66px!important;margin-top:-33px!important;margin-left:24px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:66px!important;height:66px!important}}@media (max-width:768px){.sag-sej-author-row{height:60px!important;margin-top:-30px!important;margin-left:22px!important;margin-bottom:12px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:60px!important;height:60px!important}.sag-sej-card-content h3{font-size:22px!important;line-height:1.18!important}}@media (max-width:768px){.sag-sej-post-card{overflow:visible!important;padding-bottom:6px!important}.sag-sej-post-thumb{position:relative!important;z-index:1!important;aspect-ratio:1.9/1!important;margin-bottom:0!important}.sag-sej-author-row{position:relative!important;z-index:5!important;height:86px!important;margin-top:-34px!important;margin-left:44px!important;margin-bottom:0!important;display:block!important;clear:both!important;pointer-events:none!important}.sag-sej-author-avatar{position:relative!important;top:auto!important;left:auto!important;width:68px!important;height:68px!important;display:block!important;border-radius:50%!important;overflow:hidden!important;background:#fff!important;box-shadow:0 0 0 0 #fff!important;pointer-events:auto!important}.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.sag-sej-card-content{position:relative!important;z-index:2!important;display:block!important;clear:both!important;padding:0!important;margin-top:0!important}.sag-sej-card-content h3{clear:both!important;position:relative!important;z-index:1!important;margin-top:0!important;padding-top:0!important;font-family:Inter,sans-serif!important;font-size:31px!important;line-height:1.05!important;letter-spacing:-1px!important;font-weight:800!important}.sag-sej-byline{margin-top:12px!important}}@media (max-width:480px){.sag-sej-author-row{height:82px!important;margin-top:-33px!important;margin-left:42px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;max-width:66px!important;max-height:66px!important}.sag-sej-card-content h3{font-size:30px!important;line-height:1.06!important}}html,body,.sag-site-header,.sag-menu li a,.sag-search-btn,.sag-subscribe-btn,.sag-hero-list-item h3,.sag-hero-list-item span,.sag-sej-feed-section,.sag-sej-feed-section *,.sag-post-card,.sag-post-card *,.sag-single-post,.sag-single-post *,.sag-category-posts,.sag-category-posts *{font-family:Arial,Helvetica,sans-serif!important}.sag-sej-card-content h3{font-size:25px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.55px!important;color:#202124!important}.sag-sej-byline{color:#16967f!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important}.sag-sej-byline a{color:#16967f!important}.sag-sej-card-content p{font-size:16px!important;line-height:1.55!important;font-weight:400!important;color:#2b2b2b!important}.sag-sej-card-meta{font-size:15px!important;color:#202124!important;gap:22px!important}.sag-sej-card-meta span{color:#202124!important}.sag-sej-card-cats{color:#16967f!important;font-size:15px!important;font-weight:800!important;letter-spacing:0!important}.sag-sej-author-row{height:72px!important;margin-top:-36px!important;margin-left:34px!important;margin-bottom:14px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important}@media (max-width:768px){.sag-sej-post-grid{gap:54px!important}.sag-sej-card-cats{font-size:18px!important;line-height:1!important;margin-bottom:18px!important;color:#16967f!important}.sag-sej-author-row{height:76px!important;margin-top:-34px!important;margin-left:34px!important;margin-bottom:8px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important}.sag-sej-card-content h3{font-size:29px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.65px!important;color:#2a2a2a!important;margin-bottom:12px!important}.sag-sej-byline{font-size:18px!important;line-height:1.15!important;font-weight:800!important;margin-bottom:8px!important}.sag-sej-card-content p{font-size:22px!important;line-height:1.55!important;color:#3a3a3a!important;margin-bottom:36px!important}.sag-sej-card-meta{font-size:18px!important;line-height:1.2!important;gap:26px!important}}@media (max-width:480px){.sag-sej-author-row{height:74px!important;margin-top:-33px!important;margin-left:34px!important;margin-bottom:8px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;max-width:66px!important;max-height:66px!important}.sag-sej-card-content h3{font-size:26px!important;line-height:1.14!important;letter-spacing:-.55px!important}.sag-sej-byline{font-size:17px!important}.sag-sej-card-content p{font-size:21px!important}.sag-sej-card-meta{font-size:17px!important;gap:22px!important}}.sag-sej-feed-section{background:#fff!important}.sag-sej-post-grid{column-gap:44px!important;row-gap:62px!important}.sag-sej-post-card{background:transparent!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;cursor:pointer}.sag-sej-card-cats{color:#16967f!important;font-size:15px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;margin:0 0 14px 0!important}.sag-sej-post-thumb{display:block!important;aspect-ratio:1.86 / 1!important;border-radius:0!important;overflow:hidden!important;background:#e5e5e5!important}.sag-sej-post-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;transform:none!important}.sag-sej-post-card:hover .sag-sej-post-thumb img{transform:none!important}.sag-sej-author-row{position:relative!important;height:43px!important;margin:-34px 0 17px 31px!important;z-index:4!important;display:block!important;line-height:0!important}.sag-sej-author-avatar{display:block!important;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-height:72px!important;border-radius:50%!important;overflow:hidden!important;background:#fff!important;border:0!important;box-shadow:none!important}.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;border-radius:50%!important;object-fit:cover!important;display:block!important}.sag-sej-card-content h3{margin:0 0 9px 0!important;padding:0!important;font-size:25px!important;line-height:1.10!important;font-weight:700!important;letter-spacing:-.45px!important;color:#202124!important;max-width:100%!important}.sag-sej-byline{margin:0 0 17px 0!important;color:#16967f!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important}.sag-sej-card-content p{margin:0 0 42px 0!important;color:#222!important;font-size:16px!important;font-weight:400!important;line-height:1.55!important;letter-spacing:0!important}.sag-sej-card-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;margin:0!important;color:#202124!important;font-size:15px!important;line-height:1!important;font-weight:400!important}.sag-sej-card-meta .sag-meta-item{display:inline-flex!important;align-items:center!important;margin:0 24px 0 0!important;color:#202124!important;white-space:nowrap!important}.sag-sej-card-meta .sag-meta-item:last-child{margin-right:0!important}.sag-sej-card-meta svg{width:16px!important;height:16px!important;margin-right:7px!important;stroke:#202124!important;fill:none!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important}.sag-sej-card-meta .sag-meta-time,.sag-sej-card-meta .sag-meta-views{font-weight:700!important}.sag-sej-card-meta .sag-meta-date{font-weight:400!important}.sag-sej-tabs{gap:46px!important;border-bottom:0!important;margin-bottom:44px!important}.sag-sej-tabs .sag-tab-btn{background:transparent!important;border-radius:0!important;padding:0 0 8px 0!important;color:#111!important;font-size:16px!important;font-weight:400!important;line-height:1!important;position:relative!important}.sag-sej-tabs .sag-tab-btn.active:after,.sag-sej-tabs .sag-tab-btn:hover:after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:28px!important;height:2px!important;background:#16967f!important}.sag-sej-tabs .sag-tab-btn.active,.sag-sej-tabs .sag-tab-btn:hover{color:#111!important}@media (max-width:992px){.sag-sej-post-grid{column-gap:44px!important;row-gap:62px!important}.sag-sej-card-content h3{font-size:24px!important;line-height:1.12!important}}@media (max-width:768px){.sag-sej-feed-section{padding-top:28px!important;padding-bottom:42px!important}.sag-sej-tabs{gap:28px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:0!important;margin-bottom:40px!important;scrollbar-width:none!important}.sag-sej-tabs::-webkit-scrollbar{display:none!important}.sag-sej-tabs .sag-tab-btn{font-size:15px!important;flex:0 0 auto!important}.sag-sej-post-grid{grid-template-columns:1fr!important;gap:62px!important}.sag-sej-card-cats{font-size:20px!important;line-height:1!important;margin-bottom:20px!important}.sag-sej-post-thumb{aspect-ratio:1.88 / 1!important}.sag-sej-author-row{height:46px!important;margin:-34px 0 20px 33px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important}.sag-sej-card-content h3{font-size:38px!important;line-height:1.08!important;letter-spacing:-.9px!important;font-weight:700!important;margin-bottom:14px!important}.sag-sej-byline{font-size:24px!important;margin-bottom:24px!important}.sag-sej-card-content p{font-size:26px!important;line-height:1.24!important;margin-bottom:44px!important}.sag-sej-card-meta{font-size:24px!important;line-height:1!important;gap:0!important}.sag-sej-card-meta .sag-meta-item{margin-right:30px!important;margin-bottom:0!important}.sag-sej-card-meta svg{width:21px!important;height:21px!important;margin-right:8px!important}}@media (max-width:480px){.sag-sej-card-content h3{font-size:38px!important}.sag-sej-byline{font-size:19px!important}.sag-sej-card-content p{font-size:25px!important}.sag-sej-card-meta{font-size:22px!important}.sag-sej-card-meta .sag-meta-item{margin-right:26px!important}}.sag-sej-feed-section,.sag-sej-feed-section *{font-family:Arial,Helvetica,sans-serif!important}.sag-sej-tabs{gap:40px!important;border-top:0!important;border-bottom:0!important;margin-bottom:26px!important;min-height:38px!important}.sag-sej-tabs .sag-tab-btn,.sag-sej-tabs .sag-tab-btn.active,.sag-sej-tabs .sag-tab-btn:hover,.sag-sej-tabs .sag-tab-btn:focus{background:transparent!important;box-shadow:none!important;border:none!important;border-radius:0!important;padding:0 0 8px 0!important;color:#111!important;font-size:16px!important;font-weight:400!important;line-height:1!important;outline:none!important;position:relative!important}.sag-sej-tabs .sag-tab-btn:before{display:none!important;content:none!important}.sag-sej-tabs .sag-tab-btn:after{display:none!important;content:none!important}.sag-sej-tabs .sag-tab-btn.active:after{display:block!important;content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:28px!important;height:2px!important;background:#16967f!important}.sag-sej-card-cats,.sag-sej-card-cats *{color:#16967f!important;font-size:15px!important;font-weight:700!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:0!important}.sag-sej-card-cats{margin:0 0 14px 0!important;padding:0!important}.sag-sej-card-cats:before,.sag-sej-card-cats:after{display:none!important;content:none!important}.sag-sej-post-grid{column-gap:44px!important;row-gap:64px!important}.sag-sej-post-card{background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;transform:none!important}.sag-sej-post-card:hover{transform:none!important;box-shadow:none!important}.sag-sej-post-thumb{border-radius:0!important;overflow:hidden!important;aspect-ratio:1.86/1!important}.sag-sej-post-thumb img{border-radius:0!important;transform:none!important}.sag-sej-author-row{position:relative!important;height:40px!important;margin:-29px 0 18px 30px!important;z-index:4!important;display:block!important;line-height:0!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;border-radius:50%!important;object-fit:cover!important;display:block!important}.sag-sej-author-avatar{overflow:hidden!important;background:#fff!important;box-shadow:none!important;border:0!important}.sag-sej-card-content{padding:0!important;margin:0!important}.sag-sej-card-content h3{margin:0 0 8px 0!important;padding:0!important;font-size:22px!important;line-height:1.14!important;font-weight:700!important;letter-spacing:-.25px!important;color:#202124!important}.sag-sej-card-content h3 a{color:#202124!important;text-decoration:none!important}.sag-sej-card-content h3 a:hover{color:#202124!important}.sag-sej-byline{margin:0 0 15px 0!important;color:#16967f!important;font-size:15px!important;line-height:1.25!important;font-weight:700!important}.sag-sej-byline a{color:#16967f!important;text-decoration:none!important}.sag-sej-byline::before{display:none!important;content:none!important}.sag-sej-card-content p{margin:0 0 16px 0!important;color:#3c4043!important;font-size:15.5px!important;font-weight:400!important;line-height:1.55!important;letter-spacing:0!important}.sag-sej-card-meta,.sag-sej-card-meta *{font-family:Arial,Helvetica,sans-serif!important}.sag-sej-card-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;margin:0!important;color:#3c4043!important;font-size:15px!important;line-height:1!important;font-weight:400!important}.sag-sej-card-meta .sag-meta-item{display:inline-flex!important;align-items:center!important;margin:0 22px 0 0!important;color:#3c4043!important;white-space:nowrap!important;font-weight:400!important}.sag-sej-card-meta .sag-meta-time,.sag-sej-card-meta .sag-meta-views,.sag-sej-card-meta .sag-meta-date{font-weight:400!important}.sag-sej-card-meta svg{width:15px!important;height:15px!important;margin-right:6px!important;stroke:#202124!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important}.sag-sej-card-meta .sag-meta-views svg path,.sag-sej-card-meta .sag-meta-views svg circle{stroke:#202124!important;fill:none!important}@media (max-width:992px){.sag-sej-card-content h3{font-size:21px!important;line-height:1.15!important}.sag-sej-card-content p{font-size:15px!important}}@media (max-width:768px){.sag-sej-tabs{gap:28px!important;overflow-x:auto!important;flex-wrap:nowrap!important;margin-bottom:38px!important;scrollbar-width:none!important}.sag-sej-tabs::-webkit-scrollbar{display:none!important}.sag-sej-tabs .sag-tab-btn{font-size:15px!important;flex:0 0 auto!important}.sag-sej-post-grid{grid-template-columns:1fr!important;gap:60px!important}.sag-sej-card-cats{font-size:20px!important;margin-bottom:18px!important}.sag-sej-author-row{height:38px!important;margin:-31px 0 20px 34px!important}.sag-sej-author-avatar,.sag-sej-author-avatar img,.sag-sej-author-avatar .avatar{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important}.sag-sej-card-content h3{font-size:36px!important;line-height:1.08!important;letter-spacing:-.7px!important;font-weight:700!important;margin-bottom:12px!important}.sag-sej-byline{font-size:22px!important;margin-bottom:24px!important}.sag-sej-card-content p{color:#3c4043!important;font-size:25px!important;line-height:1.24!important;margin-bottom:42px!important;font-weight:400!important}.sag-sej-card-meta{font-size:22px!important;color:#3c4043!important;font-weight:400!important}.sag-sej-card-meta .sag-meta-item{margin-right:28px!important;font-weight:400!important}.sag-sej-card-meta svg{width:20px!important;height:20px!important;margin-right:8px!important}}@media (max-width:480px){.sag-sej-card-cats{font-size:20px!important}.sag-sej-card-content h3{font-size:34px!important;line-height:1.09!important}.sag-sej-byline{font-size:22px!important}.sag-sej-card-content p{font-size:26px!important}.sag-sej-card-meta{font-size:21px!important}.sag-sej-card-meta .sag-meta-item{margin-right:24px!important}.sag-sej-author-row{margin-left:34px!important}}.sag-author-list-block{background:#fff!important;padding:84px 0!important}.sag-author-list-block:nth-of-type(even){background:#fff!important}.sag-author-list-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:48px!important}.sag-author-list-header .sag-section-kicker{color:#16967f!important;font-size:15px!important;font-weight:800!important;text-transform:uppercase!important;line-height:1!important;margin:0 0 14px 0!important}.sag-author-list-header h2{font-family:Inter,sans-serif!important;font-size:40px!important;line-height:1!important;font-weight:800!important;color:#050505!important;margin:0!important;letter-spacing:-.6px!important}.sag-author-list-header .sag-view-all{font-size:16px!important;color:#000!important;font-weight:400!important;margin-top:42px!important}.sag-author-list{display:flex!important;flex-direction:column!important;gap:82px!important}.sag-author-list-item{display:grid!important;grid-template-columns:360px minmax(0,1fr) 180px!important;gap:42px!important;align-items:center!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.sag-author-list-thumb{display:block!important;width:100%!important;overflow:hidden!important}.sag-author-list-thumb img{width:100%!important;height:220px!important;object-fit:cover!important;border-radius:0!important;transform:none!important}.sag-author-list-content{max-width:680px!important}.sag-author-list-cats{color:#16967f!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important;margin:0 0 22px 0!important}.sag-author-list-content h3{font-family:Inter,sans-serif!important;font-size:30px!important;line-height:1.14!important;font-weight:800!important;letter-spacing:-.25px!important;color:#000!important;margin:0 0 22px 0!important}.sag-author-list-content h3 a{color:#000!important;text-decoration:none!important}.sag-author-list-content p{color:#000!important;font-family:Inter,sans-serif!important;font-size:18px!important;line-height:1.25!important;font-weight:400!important;margin:0 0 20px 0!important;max-width:660px!important}.sag-author-list-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;color:#000!important;font-size:18px!important;line-height:1!important;font-weight:400!important;margin:0!important}.sag-author-list-meta .sag-meta-item{display:inline-flex!important;align-items:center!important;margin:0 24px 0 0!important;white-space:nowrap!important;color:#000!important;font-weight:400!important}.sag-author-list-meta svg{width:18px!important;height:18px!important;margin-right:8px!important;stroke:#000!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.sag-author-list-avatar,.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;border-radius:50%!important;object-fit:cover!important;display:block!important}.sag-author-list-avatar{overflow:hidden!important;margin:0 auto 18px auto!important;border:3px solid #16967f!important;background:#16967f!important}.sag-author-list-name{display:block!important;color:#16967f!important;font-family:Inter,sans-serif!important;font-size:22px!important;line-height:1.08!important;font-weight:800!important;text-decoration:none!important;max-width:150px!important;margin:0 auto!important}@media (max-width:1100px){.sag-author-list-item{grid-template-columns:300px minmax(0,1fr) 150px!important;gap:28px!important}.sag-author-list-thumb img{height:200px!important}.sag-author-list-content h3{font-size:26px!important}.sag-author-list-content p{font-size:16px!important}.sag-author-list-meta{font-size:12px!important}.sag-author-list-avatar,.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important}.sag-author-list-name{font-size:18px!important}}@media (max-width:768px){.sag-author-list-block{padding:56px 0!important}.sag-author-list-header{margin-bottom:32px!important}.sag-author-list-header h2{font-size:34px!important}.sag-author-list-header .sag-view-all{margin-top:22px!important;font-size:15px!important}.sag-author-list{gap:56px!important}.sag-author-list-item{grid-template-columns:1fr!important;gap:18px!important;align-items:start!important}.sag-author-list-thumb img{height:auto!important;aspect-ratio:16/9!important}.sag-author-list-cats{font-size:16px!important;margin-bottom:12px!important}.sag-author-list-content h3{font-size:26px!important;line-height:1.14!important;margin-bottom:14px!important}.sag-author-list-content p{font-size:16px!important;line-height:1.45!important;margin-bottom:18px!important}.sag-author-list-meta{font-size:15px!important}.sag-author-list-meta .sag-meta-item{margin-right:18px!important;margin-bottom:8px!important}.sag-author-list-meta svg{width:16px!important;height:16px!important;margin-right:6px!important}.sag-author-list-author{justify-self:start!important;display:flex!important;align-items:center!important;gap:14px!important;text-align:left!important;order:2!important}.sag-author-list-avatar,.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important}.sag-author-list-avatar{margin:0!important;border-width:2px!important}.sag-author-list-name{font-size:17px!important;line-height:1.1!important;margin:0!important;max-width:none!important}}.sag-author-list-block{background:#fff!important;padding:58px 0 70px!important}.sag-author-list-header{max-width:1140px!important;margin:0 auto 36px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important}.sag-author-list-header .sag-section-kicker{color:#16967f!important;font-family:Inter,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:uppercase!important;margin:0 0 6px!important}.sag-author-list-header h2{font-family:Inter,sans-serif!important;font-size:34px!important;line-height:1.05!important;font-weight:700!important;letter-spacing:-.55px!important;color:#111!important;margin:0!important}.sag-author-list-header .sag-view-all{font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;color:#111!important}.sag-author-list{max-width:1140px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:64px!important}.sag-author-list-item{display:grid!important;grid-template-columns:340px minmax(0,1fr) 150px!important;gap:34px!important;align-items:center!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important}.sag-author-list-thumb{display:block!important;overflow:hidden!important;background:#eee!important}.sag-author-list-thumb img{width:100%!important;height:205px!important;object-fit:cover!important;border-radius:0!important;transform:none!important}.sag-author-list-cats{color:#16967f!important;font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important;margin:0 0 12px!important;text-transform:none!important}.sag-author-list-content h3{font-family:Inter,sans-serif!important;font-size:24px!important;line-height:1.16!important;font-weight:700!important;letter-spacing:-.25px!important;color:#111!important;margin:0 0 12px!important;max-width:620px!important}.sag-author-list-content h3 a{color:#111!important;text-decoration:none!important}.sag-author-list-content h3 a:hover{color:#16967f!important}.sag-author-list-content p{font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.42!important;font-weight:400!important;color:#333!important;margin:0 0 16px!important;max-width:620px!important}.sag-author-list-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:400!important;color:#2f2f2f!important;margin:0!important}.sag-author-list-meta .sag-meta-item{display:inline-flex!important;align-items:center!important;margin:0 20px 0 0!important;color:#2f2f2f!important;font-weight:400!important;white-space:nowrap!important}.sag-author-list-meta svg{width:13px!important;height:13px!important;margin-right:6px!important;stroke:#111!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.sag-author-list-author{justify-self:center!important;text-align:center!important}.sag-author-list-avatar{display:block!important;width:94px!important;height:94px!important;min-width:94px!important;min-height:94px!important;max-width:94px!important;max-height:94px!important;overflow:hidden!important;border-radius:50%!important;border:0!important;background:transparent!important;margin:0 auto 12px!important}.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:94px!important;height:94px!important;min-width:94px!important;min-height:94px!important;max-width:94px!important;max-height:94px!important;border-radius:50%!important;object-fit:cover!important;border:0!important}.sag-author-list-name{display:block!important;color:#16967f!important;font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.15!important;font-weight:700!important;text-decoration:none!important;max-width:130px!important;margin:0 auto!important}@media (max-width:1100px){.sag-author-list-header,.sag-author-list{max-width:94%!important}.sag-author-list-item{grid-template-columns:300px minmax(0,1fr) 120px!important;gap:26px!important}.sag-author-list-thumb img{height:185px!important}.sag-author-list-content h3{font-size:22px!important}.sag-author-list-content p{font-size:15px!important}.sag-author-list-avatar,.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important}.sag-author-list-name{font-size:15px!important}}@media (max-width:768px){.sag-author-list-block{padding:48px 0!important}.sag-author-list-header{display:flex!important;align-items:flex-start!important;margin-bottom:28px!important}.sag-author-list-header h2{font-size:30px!important}.sag-author-list{gap:46px!important}.sag-author-list-item{grid-template-columns:1fr!important;gap:14px!important;align-items:start!important}.sag-author-list-thumb img{height:auto!important;aspect-ratio:16/9!important}.sag-author-list-cats{font-size:15px!important;margin-bottom:8px!important}.sag-author-list-content h3{font-size:22px!important;line-height:1.18!important;margin-bottom:10px!important}.sag-author-list-content p{font-size:15px!important;line-height:1.45!important;margin-bottom:14px!important}.sag-author-list-meta{font-size:15px!important}.sag-author-list-meta .sag-meta-item{margin-right:16px!important;margin-bottom:6px!important}.sag-author-list-meta svg{width:13px!important;height:13px!important}.sag-author-list-author{justify-self:start!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important}.sag-author-list-avatar{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;margin:0!important;border:0!important;background:transparent!important}.sag-author-list-avatar img,.sag-author-list-avatar .avatar{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;border:0!important}.sag-author-list-name{font-size:15px!important;margin:0!important;max-width:none!important}}.sag-sej-feed-section .sag-container{max-width:1320px!important}.sag-sej-latest-heading-wrap{margin:0 0 16px 0!important}.sag-sej-latest-heading{font-family:Inter,sans-serif!important;font-size:54px!important;line-height:.95!important;font-weight:800!important;letter-spacing:-1.6px!important;color:#111!important;margin:0!important;padding:0!important}.sag-sej-tabs{margin-top:0!important;margin-bottom:26px!important;gap:40px!important;border-top:0!important;border-bottom:0!important;min-height:38px!important}.sag-sej-tabs .sag-tab-btn{font-family:Inter,sans-serif!important;font-size:17px!important;font-weight:400!important;color:#111!important;padding:0 0 8px 0!important;background:transparent!important;border-radius:0!important;line-height:1.2!important;position:relative!important}.sag-sej-tabs .sag-tab-btn.active:after{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:22px!important;height:4px!important;background:#16967f!important}.sag-sej-tabs .sag-tab-btn:hover{color:#111!important;background:transparent!important}.sag-sej-tabs .sag-tab-btn:hover:after{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:22px!important;height:4px!important;background:#16967f!important}@media (max-width:768px){.sag-sej-latest-heading{font-size:40px!important;letter-spacing:-1px!important}.sag-sej-tabs{gap:28px!important;overflow-x:auto!important;white-space:nowrap!important;margin-bottom:37px!important}.sag-sej-tabs .sag-tab-btn{font-size:15px!important;flex:0 0 auto!important}}.sag-author-list-header .sag-section-kicker{display:none!important}.sag-author-list-header h2{font-family:Inter,sans-serif!important;font-size:48px!important;line-height:1!important;font-weight:800!important;letter-spacing:-1.2px!important;color:#000!important;margin:0!important}.sag-sej-latest-heading{font-family:Inter,sans-serif!important;font-size:56px!important;line-height:.95!important;font-weight:800!important;letter-spacing:-1.6px!important;color:#000!important;margin:0!important}.sag-sej-latest-heading-wrap{margin:0 0 16px 0!important;padding:0!important}.sag-sej-feed-section{padding-top:42px!important}.sag-sej-tabs{margin-bottom:26px!important;min-height:38px!important;border-top:0!important}.sag-sej-tabs .sag-tab-btn{border-bottom:0!important}@media (max-width:768px){.sag-sej-latest-heading{font-size:42px!important;letter-spacing:-1px!important}.sag-author-list-header h2{font-size:34px!important}}.sag-sej-card-content h3,.sag-sej-card-content h3 a{font-family:Inter,sans-serif!important;font-size:25px!important;line-height:1.14!important;font-weight:700!important;letter-spacing:-.55px!important;color:#111!important}.sag-sej-card-content p{font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.44!important;font-weight:400!important;color:#444!important}.sag-sej-card-meta,.sag-sej-card-meta .sag-meta-item{font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:400!important;color:#3d3d3d!important}.sag-sej-byline a{font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:700!important;color:#16967f!important}.sag-v16-single{background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.sag-v16-single-head{background:#fff;padding:54px 0 22px;border-bottom:1px solid #efefef}.sag-v16-single-head-inner{max-width:1020px}.sag-v16-single .sag-breadcrumbs{margin-bottom:24px;color:#777;font-size:13px}.sag-v16-single .sag-breadcrumbs a{color:#555}.sag-v16-single-cat{display:inline-block;color:#16967f;font-size:13px;line-height:1;font-weight:700;text-transform:none;margin:0 0 16px}.sag-v16-single-head h1{font-family:Arial,Helvetica,sans-serif;font-size:54px;line-height:1.03;font-weight:800;letter-spacing:-1.65px;color:#000;max-width:980px;margin:0 0 18px}.sag-v16-single-dek{font-size:19px;line-height:1.45;color:#444;max-width:820px;margin:0 0 28px;font-weight:400}.sag-v16-single-authorline{display:flex;align-items:center;gap:14px;margin-top:20px}.sag-v16-single-avatar{width:58px;height:58px;flex:0 0 58px;border-radius:50%;overflow:hidden;display:block}.sag-v16-single-avatar img{width:58px;height:58px;border-radius:50%;object-fit:cover}.sag-v16-single-by{display:flex;align-items:center;gap:5px;font-size:14px;line-height:1.2;color:#555;margin-bottom:8px}.sag-v16-single-by a{color:#16967f;font-weight:700}.sag-v16-single-meta{display:flex;align-items:center;flex-wrap:wrap;gap:18px;color:#333;font-size:13px;font-weight:400}.sag-v16-meta-item{display:inline-flex;align-items:center;white-space:nowrap}.sag-v16-meta-item svg{width:13px;height:13px;margin-right:6px;fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sag-v16-featured-image{margin:34px auto 46px;overflow:hidden;background:#f1f1f1}.sag-v16-featured-image img{width:100%;max-height:650px;object-fit:cover}.sag-v16-single-grid{display:grid;grid-template-columns:60px minmax(0,780px) 330px;gap:42px;align-items:start}.sag-v16-sharebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:12px}.sag-v16-sharebar a{width:42px;height:42px;border:1px solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;font-size:12px;font-weight:700;text-transform:uppercase}.sag-v16-sharebar a:hover{background:#16967f;border-color:#16967f;color:#000}.sag-v16-article-content{max-width:780px;font-family:Arial,Helvetica,sans-serif;color:#111}.sag-v16-article-content p{font-size:19px;line-height:1.72;color:#222;margin:0 0 26px;font-weight:400}.sag-v16-article-content h2{font-family:Arial,Helvetica,sans-serif;font-size:34px;line-height:1.14;letter-spacing:-.75px;font-weight:800;color:#000;margin:52px 0 18px}.sag-v16-article-content h3{font-family:Arial,Helvetica,sans-serif;font-size:26px;line-height:1.18;font-weight:750;color:#000;margin:38px 0 16px}.sag-v16-article-content ul,.sag-v16-article-content ol{margin:0 0 28px 22px;list-style:disc}.sag-v16-article-content ol{list-style:decimal}.sag-v16-article-content li{font-size:18px;line-height:1.65;margin-bottom:10px}.sag-v16-article-content blockquote{border-left:4px solid #16967f;padding:10px 0 10px 22px;margin:34px 0;color:#222;font-size:22px;line-height:1.45;font-weight:700}.sag-v16-sidebar,.sag-v16-archive-sidebar{position:sticky;top:92px}.sag-v16-sidebar-card{background:#fff;border:1px solid #e9e9e9;padding:26px;margin-bottom:28px}.sag-v16-sidebar-card h3{font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:1.08;font-weight:800;letter-spacing:-.5px;color:#000;margin:0 0 12px}.sag-v16-sidebar-card p{color:#555;font-size:14px;line-height:1.45;margin:0 0 18px}.sag-v16-sidebar .sag-newsletter-form input,.sag-v16-archive-sidebar .sag-newsletter-form input{border:1px solid #ddd}.sag-v16-side-post{display:block;padding:14px 0;border-top:1px solid #eee;color:#111;font-size:15px;line-height:1.28;font-weight:700}.sag-v16-side-post:hover{color:#16967f}.sag-v16-inline-ad .sag-ad-slot{margin:38px 0}.sag-v16-article-content .sag-author-box{background:#fafafa;border:1px solid #e8e8e8;padding:26px;margin-top:54px;display:flex;gap:18px}.sag-v16-article-content .sag-author-info h3{font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:800;margin:4px 0 8px}.sag-v16-article-content .sag-author-info p{font-size:14px;line-height:1.5;color:#555;margin:0 0 12px}.sag-v16-archive-hero,.sag-v16-author-hero{background:#fff;color:#111;padding:54px 0 42px;border-bottom:1px solid #eee}.sag-v16-archive-hero .sag-container{max-width:1040px}.sag-v16-archive-kicker{display:block;color:#16967f;font-size:13px;font-weight:700;margin-bottom:12px}.sag-v16-archive-hero h1,.sag-v16-author-info h1{font-family:Arial,Helvetica,sans-serif;font-size:56px;line-height:.98;font-weight:800;letter-spacing:-1.7px;color:#000;margin:0 0 16px}.sag-v16-archive-hero p,.sag-v16-author-info p{max-width:780px;color:#555;font-size:18px;line-height:1.45;margin:0}.sag-v16-archive-section{background:#fff;padding:58px 0 70px}.sag-v16-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.sag-v16-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 34px}.sag-v16-archive-grid .sag-sej-post-card{max-width:none}.sag-v16-pagination{margin-top:54px}.sag-v16-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.sag-v16-pagination a,.sag-v16-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border:1px solid #ddd;color:#111;background:#fff;border-radius:0;font-size:14px;font-weight:700}.sag-v16-pagination .current{background:#16967f;border-color:#16967f;color:#000}.sag-v16-author-hero-inner{display:grid;grid-template-columns:150px minmax(0,850px);gap:34px;align-items:center}.sag-v16-author-avatar img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:0}.sag-v16-author-role{color:#555;font-size:15px;margin:-8px 0 14px}.sag-v16-author-stats,.sag-v16-author-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.sag-v16-author-stats span,.sag-v16-author-links a{border:1px solid #ddd;padding:7px 11px;font-size:13px;color:#111;background:#fff}.sag-v16-author-links a:hover{background:#16967f;border-color:#16967f}.sag-v16-section-title-row h2{font-family:Arial,Helvetica,sans-serif;font-size:42px;line-height:1;font-weight:800;letter-spacing:-1.1px;color:#000;margin:0 0 36px}.sag-v16-no-results{border:1px solid #e5e5e5;padding:34px}.sag-v16-no-results h2{font-size:30px;margin:0 0 10px}.sag-v16-single .sag-ad-slot,.sag-v16-archive-section .sag-ad-slot,.sag-v16-archive-hero + .sag-container .sag-ad-slot{border-radius:0!important;box-shadow:none!important;border:1px solid #eee!important;background:#fafafa!important}.sag-author-sej-wrap{background:#fff;color:#111;padding:54px 0 72px}.sag-author-sej-container{max-width:1180px}.sag-author-sej-header{display:grid;grid-template-columns:190px minmax(0,820px);gap:38px;align-items:start;padding:28px 0 48px;border-bottom:1px solid #e6e6e6}.sag-author-sej-avatar img,.sag-author-sej-avatar .avatar{width:190px;height:190px;border-radius:50%;object-fit:cover;border:0!important;box-shadow:none!important}.sag-author-sej-kicker{font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;font-weight:700;color:#16967f;margin:0 0 12px}.sag-author-sej-profile h1{font-family:Arial,Helvetica,sans-serif;font-size:64px;line-height:.94;font-weight:700;letter-spacing:-2px;color:#000;margin:0 0 12px}.sag-author-sej-role{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35;font-weight:400;color:#555;margin:0 0 18px}.sag-author-sej-bio p{font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.55;font-weight:400;color:#555;margin:0 0 14px;max-width:800px}.sag-author-sej-meta,.sag-author-sej-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.sag-author-sej-meta span,.sag-author-sej-socials a{font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;font-weight:600;color:#333;border:1px solid #dcdcdc;background:#fff;padding:9px 12px;text-decoration:none}.sag-author-sej-socials a:hover{background:#16967f;border-color:#16967f;color:#000}.sag-author-sej-content{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:70px;align-items:start;padding-top:50px}.sag-author-sej-title-row h2{font-family:Arial,Helvetica,sans-serif;font-size:48px;line-height:.98;font-weight:700;letter-spacing:-1.4px;color:#000;margin:0 0 34px}.sag-author-sej-list{display:flex;flex-direction:column;gap:36px}.sag-author-sej-item{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;padding-bottom:36px;border-bottom:1px solid #ededed}.sag-author-sej-thumb{display:block;overflow:hidden;background:#f3f3f3}.sag-author-sej-thumb img{width:100%;height:165px;object-fit:cover;display:block}.sag-author-sej-cat{display:inline-block;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1;font-weight:700;color:#16967f;text-decoration:none;margin:0 0 10px}.sag-author-sej-article-content h3{font-family:Arial,Helvetica,sans-serif;font-size:25px;line-height:1.12;font-weight:700;letter-spacing:-.45px;margin:0 0 11px;color:#000}.sag-author-sej-article-content h3 a{color:#000;text-decoration:none}.sag-author-sej-article-content h3 a:hover{color:#16967f}.sag-author-sej-article-content p{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.45;font-weight:400;color:#666;margin:0 0 16px}.sag-author-sej-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1;font-weight:400;color:#777}.sag-author-sej-meta-item{display:inline-flex;align-items:center;gap:6px}.sag-author-sej-post-meta svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.sag-author-sej-sidebar{position:sticky;top:110px}.sag-author-sej-card{border:1px solid #e6e6e6;background:#fff;padding:24px;margin-bottom:24px}.sag-author-sej-card h3{font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:1.05;font-weight:700;letter-spacing:-.5px;color:#000;margin:0 0 12px}.sag-author-sej-card p{font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.48;font-weight:400;color:#555;margin:0 0 16px}.sag-author-sej-card-stat{font-size:13px;font-weight:600;color:#333}.sag-author-sej-card .sag-newsletter-form input{border:1px solid #ddd;background:#fff}.sag-author-sej-pagination{margin-top:42px}@media (max-width:1024px){.sag-author-sej-content{grid-template-columns:1fr;gap:42px}.sag-author-sej-sidebar{position:static}}@media (max-width:768px){.sag-author-sej-wrap{padding:34px 0 52px}.sag-author-sej-header{grid-template-columns:1fr;gap:18px;padding:18px 0 34px}.sag-author-sej-avatar img,.sag-author-sej-avatar .avatar{width:118px;height:118px}.sag-author-sej-profile h1{font-size:42px;line-height:.98;letter-spacing:-1.1px;margin-bottom:10px}.sag-author-sej-role{font-size:14px;margin-bottom:14px}.sag-author-sej-bio p{font-size:15px;line-height:1.5}.sag-author-sej-content{padding-top:34px}.sag-author-sej-title-row h2{font-size:34px;letter-spacing:-.8px;margin-bottom:26px}.sag-author-sej-item{grid-template-columns:1fr;gap:14px;padding-bottom:30px}.sag-author-sej-thumb img{height:auto;aspect-ratio:16/9}.sag-author-sej-article-content h3{font-size:22px;line-height:1.16}.sag-author-sej-article-content p{font-size:14px}.sag-author-sej-post-meta{font-size:12.5px;gap:12px}.sag-author-sej-card{padding:20px}}.sag-search-panel{width:100%;max-width:760px;padding:0 20px}.sag-live-search-results{margin-top:18px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25)}.sag-live-search-list{display:flex;flex-direction:column}.sag-live-search-item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:12px 14px;border-bottom:1px solid #eee;color:#000;transition:.18s ease}.sag-live-search-item:hover{background:#f4f4f4}.sag-live-search-thumb img,.sag-live-search-thumb-placeholder{display:block;width:72px;height:54px;object-fit:cover;background:#111}.sag-live-search-content{display:flex;flex-direction:column;justify-content:center;min-width:0}.sag-live-search-content strong{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.25;font-weight:600;color:#000}.sag-live-search-content small{margin-top:5px;font-size:12px;color:#777;font-weight:400}.sag-live-search-loading,.sag-live-search-empty{margin:0;padding:16px;color:#555;font-size:14px}@media (max-width:768px){.sag-live-search-item{grid-template-columns:62px 1fr;gap:12px}.sag-live-search-thumb img,.sag-live-search-thumb-placeholder{width:62px;height:48px}.sag-live-search-content strong{font-size:14px}}.sag-v16-single-head{padding-top:62px;padding-bottom:26px;background:#fff}.sag-v16-single-head-inner{max-width:1040px}.sag-v16-single-head h1{font-family:Arial,Helvetica,sans-serif;font-size:58px;line-height:1.02;letter-spacing:-1.9px;font-weight:800;max-width:990px}.sag-v16-single-dek{font-size:20px;line-height:1.5;color:#4b4b4b;max-width:850px}.sag-v16-single-authorline{padding-top:4px;align-items:flex-start}.sag-v16-single-avatar,.sag-v16-single-avatar img{width:54px;height:54px;flex-basis:54px}.sag-v16-single-by{font-size:14px;color:#5b5b5b;margin-bottom:9px;font-weight:400}.sag-v16-single-by span{font-weight:400;color:#777}.sag-v16-single-by a{font-weight:700;color:#16967f}.sag-v16-single-meta{gap:16px;color:#666;font-size:13px;line-height:1.2;font-weight:400}.sag-v16-meta-item svg{width:13px;height:13px;stroke:#777;stroke-width:1.75}.sag-v16-meta-updated{color:#7a7a7a}.sag-v22-reading-progress{position:sticky;top:84px;height:3px;background:transparent;z-index:998}.sag-v22-reading-progress span{display:block;height:3px;width:var(--sag-reading-progress,0%);background:#16967f;transition:width .08s linear}.sag-v16-featured-image{margin-top:38px;margin-bottom:54px;border-radius:0}.sag-v16-single-grid{grid-template-columns:54px minmax(0,790px) 330px;gap:46px}.sag-v16-article-content{font-family:Arial,Helvetica,sans-serif}.sag-v16-article-content p{font-size:19px;line-height:1.78;color:#222;margin-bottom:28px}.sag-v16-article-content h2{font-size:36px;line-height:1.12;letter-spacing:-.9px;font-weight:800;margin-top:58px;margin-bottom:18px}.sag-v16-article-content h3{font-size:27px;line-height:1.16;font-weight:700}.sag-v16-article-content a:not(.sag-post-thumb):not(.sag-author-link){color:#16967f;text-decoration:underline;text-underline-offset:3px}.sag-v16-sharebar a{border-color:#dedede;color:#444;font-weight:600;box-shadow:none}.sag-v16-sidebar-card{border-color:#e6e6e6;box-shadow:none}.sag-v16-sidebar-card h3{font-size:23px;font-weight:700;letter-spacing:-.45px}.sag-v16-side-post{font-weight:600;color:#222}.sag-v16-article-content .sag-toc{border:1px solid #e7e7e7;background:#fafafa;padding:22px 24px;border-radius:0;margin:4px 0 38px}.sag-v16-article-content .sag-toc h3{font-size:21px;line-height:1.1;font-weight:700;margin:0 0 16px;letter-spacing:-.3px}.sag-v16-article-content .sag-toc li{font-size:15px;line-height:1.35;margin-bottom:11px}.sag-v16-article-content .sag-author-box{border-radius:0;box-shadow:none;background:#fafafa}.sag-v16-article-content .sag-related-posts .sag-section-header h2{font-size:42px;line-height:1;letter-spacing:-1.1px}@media (max-width:1180px){.sag-v16-single-grid{grid-template-columns:minmax(0,1fr) 320px}.sag-v16-sharebar{display:none}}@media (max-width:980px){.sag-v16-single-grid{grid-template-columns:1fr;gap:34px}.sag-v16-sidebar{position:static}}@media (max-width:768px){.sag-v16-single-head{padding-top:38px;padding-bottom:20px}.sag-v16-single-head h1{font-size:40px;line-height:1.02;letter-spacing:-1.2px}.sag-v16-single-dek{font-size:16.5px;line-height:1.48;margin-bottom:22px}.sag-v16-single-avatar,.sag-v16-single-avatar img{width:46px;height:46px;flex-basis:46px}.sag-v16-single-meta{font-size:12.5px;gap:12px}.sag-v22-reading-progress{top:68px}.sag-v16-featured-image{margin:26px auto 34px}.sag-v16-article-content p{font-size:17px;line-height:1.74;margin-bottom:24px}.sag-v16-article-content h2{font-size:28px;line-height:1.13;letter-spacing:-.6px;margin-top:42px}.sag-v16-article-content h3{font-size:23px}.sag-v16-article-content .sag-toc{padding:18px;margin-bottom:33px}.sag-v16-article-content .sag-related-posts .sag-section-header h2{font-size:32px}}.sag-author-v24{background:#fff;padding:46px 0 72px}.sag-author-v24 .sag-author-sej-container{max-width:1180px}.sag-author-v24 .sag-author-sej-header{grid-template-columns:170px minmax(0,830px);gap:34px;padding:20px 0 44px;border-bottom:1px solid #e9e9e9}.sag-author-v24 .sag-author-sej-avatar img,.sag-author-v24 .sag-author-sej-avatar .avatar{width:170px;height:170px;border:0!important;box-shadow:none!important}.sag-author-v24 .sag-author-sej-kicker{color:#16967f;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;margin-bottom:10px}.sag-author-v24 .sag-author-sej-profile h1{font-size:60px;line-height:.98;font-weight:700;letter-spacing:-1.8px;margin-bottom:12px}.sag-author-v24 .sag-author-sej-role{font-size:15px;color:#555;font-weight:400;margin-bottom:16px}.sag-author-v24 .sag-author-sej-bio p{font-size:16px;line-height:1.58;color:#555;max-width:790px}.sag-author-v24 .sag-author-sej-meta span,.sag-author-v24 .sag-author-sej-socials a{border-color:#e3e3e3;font-size:12px;font-weight:500;color:#444;padding:8px 11px}.sag-author-v24 .sag-author-sej-content{grid-template-columns:minmax(0,780px) 315px;gap:64px;padding-top:46px}.sag-author-v24 .sag-author-sej-title-row h2{font-size:46px;line-height:1;font-weight:700;letter-spacing:-1.2px;margin-bottom:32px}.sag-author-v24 .sag-author-sej-item{grid-template-columns:240px minmax(0,1fr);gap:22px;padding-bottom:32px}.sag-author-v24 .sag-author-sej-thumb img{height:152px}.sag-author-v24 .sag-author-sej-cat{font-size:11px;font-weight:700;color:#16967f;margin-bottom:9px}.sag-author-v24 .sag-author-sej-article-content h3{font-size:24px;line-height:1.14;font-weight:650;letter-spacing:-.35px;margin-bottom:10px}.sag-author-v24 .sag-author-sej-article-content p{font-size:14.5px;line-height:1.5;color:#666;margin-bottom:14px}.sag-author-v24 .sag-author-sej-post-meta{font-size:12.5px;color:#777;font-weight:400;gap:13px}.sag-author-v24 .sag-author-sej-post-meta svg{width:13px;height:13px;stroke-width:1.7}.sag-author-v24 .sag-author-sej-card{border-color:#e9e9e9;padding:22px}.sag-author-v24 .sag-author-sej-card h3{font-size:22px;font-weight:650;letter-spacing:-.35px}.sag-author-v24 .sag-author-sej-card p{font-size:14px;color:#606060}.sag-ad-slot{width:100%;max-width:100%;margin:34px auto;padding:0;background:transparent;border:0;box-shadow:none;text-align:center;clear:both}.sag-ad-slot>span{display:block;font-size:10px;font-weight:500;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#a0a0a0;margin:0 0 10px}.sag-ad-code,.sag-ad-placeholder{width:100%;min-height:250px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border:1px solid #eeeeee;color:#9a9a9a;font-size:13px;font-weight:400;overflow:hidden}.sag-ad-below_hero_ad,.sag-ad-footer_ad,.sag-ad-category_top_ad{max-width:1120px;margin-top:42px;margin-bottom:42px}.sag-ad-below_hero_ad .sag-ad-code,.sag-ad-below_hero_ad .sag-ad-placeholder,.sag-ad-footer_ad .sag-ad-code,.sag-ad-footer_ad .sag-ad-placeholder,.sag-ad-category_top_ad .sag-ad-code,.sag-ad-category_top_ad .sag-ad-placeholder{min-height:250px}.sag-ad-top_article_ad{max-width:900px;margin-top:28px;margin-bottom:37px}.sag-ad-in_article_ad_1,.sag-ad-in_article_ad_2{margin:42px auto}.sag-ad-sidebar_ad{margin:24px 0}.sag-ad-sidebar_ad .sag-ad-code,.sag-ad-sidebar_ad .sag-ad-placeholder{min-height:300px}.sag-ad-homepage_native_ad,.sag-ad-category_native_ad{min-height:0}