:root{
--nv-accent:#b11f24;--nv-text:#111;--nv-muted:#667085;--nv-line:#e5e7eb;--nv-bg:#fff;--nv-surface:#f7f7f8;
--nv-container:1280px;--nv-content:760px;--nv-radius:2px;--nv-logo:280px;--nv-logo-mobile:190px;--nv-header-bg:#fff;--nv-header-text:#111;--nv-footer-bg:#111;--nv-footer-text:#d0d5dd;--nv-footer-link:#fff;
--nv-shadow:0 10px 30px rgba(16,24,40,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--nv-bg);color:var(--nv-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.nv-font-serif{font-family:Georgia,"Times New Roman",serif}
body.nv-headline-serif h1,body.nv-headline-serif h2,body.nv-headline-serif h3{font-family:Georgia,"Times New Roman",serif}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--nv-accent)}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.screen-reader-text,.nv-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nv-skip-link:focus{clip:auto!important;width:auto;height:auto;left:10px;top:10px;padding:10px 14px;background:#fff;z-index:99999;box-shadow:var(--nv-shadow)}
.nv-container{width:min(calc(100% - 40px),var(--nv-container));margin-inline:auto}
.nv-main{padding:30px 0 64px}
.nv-icon-button{width:42px;height:42px;border:0;background:transparent;display:inline-grid;place-items:center;color:var(--nv-text)}
.nv-icon-button:hover{background:var(--nv-surface);color:var(--nv-accent)}
.nv-button{display:inline-flex;padding:10px 16px;background:var(--nv-text);color:#fff;font-weight:700;border-radius:var(--nv-radius)}
.nv-button:hover{background:var(--nv-accent);color:#fff}
.nv-topbar{border-bottom:1px solid var(--nv-line);font-size:12px;color:var(--nv-muted)}
.nv-topbar__inner{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.nv-topbar__right,.nv-top-menu{display:flex;align-items:center;gap:18px}
.nv-top-menu{list-style:none;margin:0;padding:0}
.nv-header{background:var(--nv-header-bg);color:var(--nv-header-text);border-bottom:1px solid var(--nv-line);z-index:200}
.nv-sticky-header .nv-header{position:sticky;top:0}
.admin-bar.nv-sticky-header .nv-header{top:32px}
.nv-header__inner{min-height:82px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:30px}
.nv-brand .custom-logo-link{display:block}
.nv-brand .custom-logo{width:min(var(--nv-logo),100%);max-height:72px;object-fit:contain}.nv-logo-mobile{display:none}
.nv-site-name{font-size:28px;font-weight:900;letter-spacing:-.03em}
.nv-primary-nav{justify-self:center;min-width:0}
.nv-primary-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0;font-size:14px;font-weight:750}
.nv-primary-menu>li{position:relative}
.nv-primary-menu>li>a{display:block;padding:12px 10px}
.nv-primary-menu .sub-menu{position:absolute;left:0;top:100%;min-width:230px;background:#fff;border:1px solid var(--nv-line);box-shadow:var(--nv-shadow);list-style:none;padding:8px;margin:0;opacity:0;visibility:hidden;transform:translateY(6px);transition:.15s ease;z-index:30}
.nv-primary-menu li:hover>.sub-menu,.nv-primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.nv-primary-menu .sub-menu a{display:block;padding:9px 10px;font-weight:600}
.nv-primary-menu .sub-menu .sub-menu{left:100%;top:-8px}
.nv-header__actions{display:flex;justify-content:flex-end}
.nv-mobile-toggle{display:none}
.nv-header-centered .nv-header__inner{grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;padding:14px 0 0}
.nv-header-centered .nv-brand{grid-column:2;grid-row:1}
.nv-header-centered .nv-primary-nav{grid-column:1/-1;grid-row:2;border-top:1px solid var(--nv-line);width:100%;display:flex;justify-content:center}
.nv-header-centered .nv-header__actions{grid-column:3;grid-row:1}
.nv-header-compact .nv-header__inner{min-height:62px}
.nv-header-compact .nv-brand .custom-logo{max-height:48px}
.nv-search-panel{background:var(--nv-surface);border-bottom:1px solid var(--nv-line)}
.nv-search-panel__inner{padding:18px 0;display:flex;align-items:center;gap:10px}
.nv-search-form{display:flex;width:100%;gap:8px}
.nv-search-form label{flex:1}
.nv-search-field{width:100%;height:48px;border:1px solid var(--nv-line);background:#fff;padding:0 15px;outline:none}
.nv-search-field:focus{border-color:var(--nv-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--nv-accent) 15%,transparent)}
.nv-search-form button{height:48px;border:0;background:var(--nv-text);color:#fff;padding:0 18px;display:flex;gap:8px;align-items:center}
.nv-ticker{border-bottom:1px solid var(--nv-line);background:#fff}
.nv-ticker__inner{height:42px;display:flex;align-items:center;gap:14px;overflow:hidden}
.nv-ticker__label{background:var(--nv-accent);color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;white-space:nowrap}
.nv-ticker__track{display:flex;align-items:center;gap:28px;white-space:nowrap;overflow:hidden;font-size:13px;font-weight:650}
.nv-ticker__track a{position:relative}
.nv-ticker__track a:not(:last-child)::after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--nv-line);right:-16px;top:50%}
.nv-ad{width:min(calc(100% - 40px),var(--nv-container));margin:20px auto;text-align:center;overflow:hidden}
.nv-ad:empty{display:none}
.nv-sidebar .nv-ad{width:100%;margin:0 0 24px}
.nv-section{margin-top:50px}
.nv-section__head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid var(--nv-text);padding-bottom:8px;margin-bottom:20px}
.nv-section__head h2{font-size:22px;line-height:1;margin:0;letter-spacing:-.02em}
.nv-section__head>a{font-size:13px;font-weight:750;display:flex;align-items:center;gap:3px}
.nv-section__head>a svg{width:14px}
.nv-kicker{display:inline-block;color:var(--nv-accent);font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.055em;font-weight:850;margin-bottom:8px}
.nv-kicker--large{font-size:13px;margin-bottom:14px}
.nv-hero{display:grid;gap:20px;padding-bottom:36px;border-bottom:1px solid var(--nv-line)}
.nv-hero--lead-grid{grid-template-columns:minmax(0,2fr) minmax(220px,1fr) minmax(220px,1fr);grid-template-rows:1fr 1fr}
.nv-hero--lead-grid .nv-hero__lead{grid-row:1/3}
.nv-hero__media{display:block;overflow:hidden;border-radius:var(--nv-radius);background:var(--nv-surface)}
.nv-hero__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.nv-hero article:hover .nv-hero__media img{transform:scale(1.015)}
.nv-hero__lead .nv-hero__media{aspect-ratio:16/9}
.nv-hero__lead h2{font-size:clamp(28px,3.2vw,50px);line-height:1.02;letter-spacing:-.04em;margin:9px 0 10px}
.nv-hero__lead p{margin:0;color:var(--nv-muted);font-size:17px;max-width:70ch}
.nv-hero__side{display:grid;grid-template-columns:140px 1fr;gap:14px;align-items:start;border-bottom:1px solid var(--nv-line);padding-bottom:14px}
.nv-hero__side .nv-hero__media{aspect-ratio:4/3}
.nv-hero__side h2{font-size:18px;line-height:1.18;letter-spacing:-.02em;margin:3px 0}
.nv-hero--trident{grid-template-columns:repeat(3,1fr)}
.nv-hero--trident .nv-hero__lead{grid-column:span 2}
.nv-hero--trident .nv-hero__side{display:block}
.nv-hero--trident .nv-hero__side .nv-hero__media{aspect-ratio:16/10;margin-bottom:10px}
.nv-hero--stacked{grid-template-columns:repeat(4,1fr)}
.nv-hero--stacked .nv-hero__lead{grid-column:1/-1;display:grid;grid-template-columns:1.55fr 1fr;gap:28px}
.nv-hero--stacked .nv-hero__lead .nv-hero__body{align-self:end;padding-bottom:18px}
.nv-hero--stacked .nv-hero__side{display:block}
.nv-hero--stacked .nv-hero__side .nv-hero__media{aspect-ratio:16/10;margin-bottom:9px}
.nv-home-main{display:block}
.nv-home-main.has-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px}
.nv-news-list{display:flex;flex-direction:column}
.nv-list-item{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;padding:22px 0;border-bottom:1px solid var(--nv-line)}
.nv-list-item:first-child{padding-top:0}
.nv-list-item__media{aspect-ratio:16/10;overflow:hidden;border-radius:var(--nv-radius);background:var(--nv-surface)}
.nv-list-item__media img{width:100%;height:100%;object-fit:cover}
.nv-list-item h2{font-size:24px;line-height:1.15;letter-spacing:-.025em;margin:2px 0 8px}
.nv-list-item p{color:var(--nv-muted);margin:0 0 10px}
.nv-meta,.nv-card__date{font-size:12px;color:var(--nv-muted)}
.nv-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.nv-card__media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--nv-radius);background:var(--nv-surface);margin-bottom:12px}
.nv-card__media img{width:100%;height:100%;object-fit:cover}
.nv-card__title{font-size:19px;line-height:1.18;letter-spacing:-.02em;margin:3px 0 8px}
.nv-card__excerpt{color:var(--nv-muted);font-size:14px;margin:0 0 8px}
.nv-card-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}
.nv-card-grid--archive .nv-card__title{font-size:21px}
.nv-archive-head{padding:16px 0 28px;border-bottom:1px solid var(--nv-line);margin-bottom:28px}
.nv-archive-head h1{font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.04em;margin:12px 0 8px}
.nv-archive-description{max-width:800px;color:var(--nv-muted)}
.nv-breadcrumbs{font-size:12px;color:var(--nv-muted);margin-bottom:22px}
.nv-breadcrumbs ol{list-style:none;display:flex;gap:8px;flex-wrap:wrap;margin:0;padding:0}
.nv-breadcrumbs li:not(:last-child)::after{content:"/";margin-left:8px;color:var(--nv-line)}
.nv-breadcrumbs li:last-child{max-width:50ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nv-article__header{max-width:1000px;margin:0 auto 28px}
.nv-article__header h1{font-size:clamp(38px,5vw,68px);line-height:1.015;letter-spacing:-.045em;margin:0 0 16px;text-wrap:balance}
.nv-article__dek{font-size:clamp(18px,2vw,23px);line-height:1.4;color:#475467;max-width:850px;margin:0 0 20px}
.nv-article__meta{display:flex;align-items:center;gap:8px 16px;flex-wrap:wrap;font-size:13px;color:var(--nv-muted)}
.nv-article__meta span{display:inline-flex;align-items:center;gap:5px}
.nv-article__meta svg{width:15px}
.nv-article__meta a{color:var(--nv-text);font-weight:700}
.nv-article__hero{max-width:1100px;margin:0 auto 34px}
.nv-article__hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--nv-radius)}
.nv-article__hero figcaption{font-size:12px;color:var(--nv-muted);margin-top:8px}
.nv-article-layout{max-width:1100px;margin:auto;display:grid;gap:44px;align-items:start}
.nv-article-layout--right{grid-template-columns:minmax(0,var(--nv-content)) 300px}
.nv-article-layout--left{grid-template-columns:300px minmax(0,var(--nv-content))}
.nv-article-layout--none{display:block;max-width:var(--nv-content)}
.nv-sidebar{min-width:0}
.widget{padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid var(--nv-line)}
.widget-title{font-size:16px;border-bottom:2px solid var(--nv-text);padding-bottom:8px;margin:0 0 14px}
.widget ul{list-style:none;margin:0;padding:0}
.widget li{padding:7px 0;border-bottom:1px solid var(--nv-line)}
.nv-share{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--nv-muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.nv-share a{width:34px;height:34px;border:1px solid var(--nv-line);display:grid;place-items:center;border-radius:50%}
.nv-share a:hover{background:var(--nv-text);color:#fff;border-color:var(--nv-text)}
.nv-entry-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.75;color:#1d2939}
.nv-font-serif .nv-entry-content{font-family:inherit}
.nv-entry-content>*{max-width:100%}
.nv-entry-content h2,.nv-entry-content h3,.nv-entry-content h4{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--nv-text);line-height:1.18;letter-spacing:-.025em;margin-top:2em;margin-bottom:.65em}
.nv-headline-serif .nv-entry-content h2,.nv-headline-serif .nv-entry-content h3,.nv-headline-serif .nv-entry-content h4{font-family:Georgia,"Times New Roman",serif}
.nv-entry-content h2{font-size:30px}.nv-entry-content h3{font-size:24px}
.nv-entry-content p{margin:0 0 1.25em}
.nv-entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.nv-entry-content blockquote{margin:1.7em 0;padding:6px 0 6px 22px;border-left:4px solid var(--nv-accent);font-size:1.25em;line-height:1.5;color:var(--nv-text)}
.nv-entry-content figure{margin:1.8em 0}
.nv-entry-content figcaption{font:12px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--nv-muted);margin-top:6px}
.nv-entry-content table{border-collapse:collapse;width:100%;font:15px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:block;overflow-x:auto}
.nv-entry-content th,.nv-entry-content td{border:1px solid var(--nv-line);padding:9px 11px;text-align:left}
.nv-entry-content ul,.nv-entry-content ol{padding-left:1.3em}
.nv-tags{border-top:1px solid var(--nv-line);padding-top:18px;margin-top:28px;font-size:13px}
.nv-tags a{display:inline-block;background:var(--nv-surface);padding:5px 8px;margin:3px;border-radius:var(--nv-radius)}
.nv-author-box{display:grid;grid-template-columns:80px 1fr;gap:18px;border-top:1px solid var(--nv-line);border-bottom:1px solid var(--nv-line);padding:24px 0;margin:32px 0}
.nv-author-box img{border-radius:50%}
.nv-author-box span{color:var(--nv-accent);font-size:11px;text-transform:uppercase;font-weight:800}
.nv-author-box h2{font-size:20px;margin:2px 0 5px}.nv-author-box p{margin:0;color:var(--nv-muted);font-size:14px}
.nv-related{max-width:1100px;margin:54px auto 0}
.nv-page{max-width:900px}.nv-page__header h1{font-size:clamp(38px,5vw,62px);letter-spacing:-.04em}
.nv-comments{max-width:var(--nv-content);margin:50px auto 0;border-top:1px solid var(--nv-line);padding-top:30px}
.comment-list{padding-left:0;list-style:none}.comment-body{padding:16px 0;border-bottom:1px solid var(--nv-line)}
.nv-empty,.nv-error{text-align:center;padding:80px 0}
.nv-error__code{font-size:90px;line-height:1;font-weight:900;color:var(--nv-line);margin:0}
.nv-error .nv-search-form{max-width:620px;margin:24px auto}
.nav-links{display:flex;justify-content:center;gap:6px;margin-top:40px}
.page-numbers{min-width:38px;height:38px;border:1px solid var(--nv-line);display:grid;place-items:center;padding:0 10px}
.page-numbers.current{background:var(--nv-text);color:#fff;border-color:var(--nv-text)}
.nv-footer{background:var(--nv-footer-bg);color:var(--nv-footer-text);padding:48px 0 20px;margin-top:50px}
.nv-footer a{color:var(--nv-footer-link)}.nv-footer a:hover{color:var(--nv-footer-link);text-decoration:underline}
.nv-footer .custom-logo{max-width:var(--nv-logo);max-height:70px;object-fit:contain}
.nv-footer__lead{display:flex;justify-content:space-between;gap:40px;padding-bottom:30px;border-bottom:1px solid #344054}
.nv-footer__brand{max-width:600px}.nv-footer__brand p{font-size:13px;max-width:70ch;margin:15px 0 0}
.nv-social{display:flex;gap:8px}.nv-social a{width:38px;height:38px;border:1px solid #344054;display:grid;place-items:center}
.nv-social svg{width:18px}
.nv-footer__widgets{display:grid;gap:28px;padding:32px 0}
.nv-footer__widgets--1{grid-template-columns:1fr}.nv-footer__widgets--2{grid-template-columns:repeat(2,1fr)}.nv-footer__widgets--3{grid-template-columns:repeat(3,1fr)}.nv-footer__widgets--4{grid-template-columns:repeat(4,1fr)}
.nv-footer .widget{border:0;margin:0}.nv-footer .widget-title{color:#fff;border-color:#475467}.nv-footer .widget li{border-color:#344054}
.nv-footer__bottom{border-top:1px solid #344054;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:12px}
.nv-footer__bottom p{margin:0}.nv-footer-menu{display:flex;gap:16px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.nv-back-top{position:fixed;right:18px;bottom:18px;width:44px;height:44px;border:0;background:var(--nv-text);color:#fff;display:grid;place-items:center;z-index:100;box-shadow:var(--nv-shadow)}
.nv-back-top[hidden]{display:none}
@media(max-width:1100px){
.nv-primary-menu{gap:0;font-size:13px}.nv-primary-menu>li>a{padding:10px 7px}
.nv-hero--lead-grid{grid-template-columns:1.5fr 1fr}.nv-hero--lead-grid .nv-hero__lead{grid-row:1/5}.nv-hero--lead-grid .nv-hero__side{grid-column:2}
.nv-home-main.has-sidebar{grid-template-columns:minmax(0,1fr) 280px;gap:28px}
.nv-card-grid{grid-template-columns:repeat(3,1fr)}
.nv-article-layout--right{grid-template-columns:minmax(0,var(--nv-content)) 260px}.nv-article-layout--left{grid-template-columns:260px minmax(0,var(--nv-content))}
}
@media(max-width:900px){
.nv-mobile-toggle{display:grid}.nv-header__inner{grid-template-columns:auto 1fr auto;gap:12px;min-height:68px}
.nv-brand{text-align:center}.nv-brand .custom-logo{width:min(var(--nv-logo-mobile),100%);margin:auto}.nv-brand .has-mobile-logo .nv-logo-desktop{display:none}.nv-brand .nv-logo-mobile{display:block}
.nv-primary-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--nv-line);box-shadow:var(--nv-shadow)}
.nv-primary-nav.is-open{display:block}.nv-header{position:relative}
.nv-sticky-header .nv-header{position:sticky}
.nv-primary-menu{display:block;width:min(calc(100% - 40px),var(--nv-container));margin:auto;padding:12px 0 18px}
.nv-primary-menu>li>a{padding:10px 0}.nv-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 16px;display:block}
.nv-header-centered .nv-header__inner{display:grid;padding:0}.nv-header-centered .nv-brand{grid-column:2;grid-row:1}.nv-header-centered .nv-primary-nav{grid-column:auto;grid-row:auto;width:auto}
.nv-home-main.has-sidebar{grid-template-columns:1fr}.nv-sidebar{margin-top:20px}
.nv-article-layout--right,.nv-article-layout--left{display:block;max-width:var(--nv-content)}.nv-article-layout--left .nv-sidebar{order:2}
.nv-card-grid,.nv-card-grid--archive{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
.nv-container{width:min(calc(100% - 28px),var(--nv-container))}
.nv-topbar__right .nv-top-menu{display:none}.nv-topbar__inner{min-height:32px}
.nv-ticker__inner{height:38px}
.nv-main{padding-top:20px}
.nv-hero,.nv-hero--lead-grid,.nv-hero--trident,.nv-hero--stacked{display:block}
.nv-hero article{display:grid!important;grid-template-columns:120px 1fr!important;gap:12px!important;padding:14px 0!important;border-bottom:1px solid var(--nv-line)}
.nv-hero .nv-hero__lead{display:block!important;padding-top:0!important}
.nv-hero .nv-hero__lead .nv-hero__media{margin-bottom:12px}
.nv-hero .nv-hero__side .nv-hero__media{aspect-ratio:4/3!important;margin:0!important}
.nv-hero__lead h2{font-size:32px}.nv-hero__lead p{font-size:15px}.nv-hero__side h2{font-size:17px}
.nv-list-item{grid-template-columns:125px 1fr;gap:13px;padding:16px 0}.nv-list-item h2{font-size:18px}.nv-list-item p{display:none}
.nv-card-grid,.nv-card-grid--archive{grid-template-columns:1fr 1fr;gap:20px 14px}.nv-card__title{font-size:17px}.nv-card__excerpt{display:none}
.nv-article__header h1{font-size:38px}.nv-article__dek{font-size:18px}
.nv-article__hero{margin-left:-14px;margin-right:-14px}.nv-article__hero img{border-radius:0}
.nv-entry-content{font-size:18px;line-height:1.72}.nv-entry-content h2{font-size:27px}
.nv-footer__lead,.nv-footer__bottom{display:block}.nv-social{margin-top:20px}.nv-footer-menu{margin-top:14px}
.nv-footer__widgets--2,.nv-footer__widgets--3,.nv-footer__widgets--4{grid-template-columns:1fr 1fr}
.admin-bar.nv-sticky-header .nv-header{top:46px}
}
@media(max-width:480px){
.nv-card-grid,.nv-card-grid--archive{grid-template-columns:1fr}
.nv-card{display:grid;grid-template-columns:120px 1fr;gap:12px}.nv-card__media{margin:0;aspect-ratio:4/3}.nv-card__date{display:none}
.nv-footer__widgets--2,.nv-footer__widgets--3,.nv-footer__widgets--4{grid-template-columns:1fr}
} @media print{
.nv-topbar,.nv-header,.nv-ticker,.nv-ad,.nv-sidebar,.nv-share,.nv-related,.nv-footer,.nv-back-top,.nv-comments{display:none!important}
.nv-main{padding:0}.nv-container,.nv-article__header,.nv-article__hero,.nv-article-layout{width:100%;max-width:none}
.nv-entry-content{font-size:12pt;color:#000}.nv-article__header h1{font-size:28pt}
} .nv-home-module{margin-top:46px;position:relative}
.nv-home-module:first-child{margin-top:0}
.nv-home-module.is-boxed{padding:24px;background:var(--nv-surface);border:1px solid var(--nv-line);border-radius:var(--nv-radius)}
.nv-home-module.is-dark{--nv-text:#fff;--nv-muted:#b9c0cb;--nv-line:rgba(255,255,255,.17);--nv-surface:#15171a;background:#111317;color:#fff;padding:24px;border-radius:var(--nv-radius)}
.nv-home-module.is-dark a{color:inherit}
.nv-home-module.is-full-width{width:min(100vw,1600px);max-width:none;left:50%;transform:translateX(-50%);padding-left:max(20px,calc((100vw - var(--nv-container))/2));padding-right:max(20px,calc((100vw - var(--nv-container))/2))}
.nv-home-module.is-full-width.is-dark,.nv-home-module.is-full-width.is-boxed{border-radius:0}
.nv-module-layout{display:grid;gap:22px}
.nv-module__head{margin-bottom:18px}
.nv-module-media{display:block;overflow:hidden;background:var(--nv-surface);border-radius:var(--nv-radius)}
.nv-module-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.nv-modpost:hover .nv-module-media img{transform:scale(1.018)}
.nv-module-media:not(.nv-module-media--thumb){aspect-ratio:16/10}
.nv-module-media--hero{aspect-ratio:16/9}
.nv-module-media--thumb{aspect-ratio:1/1}
.nv-modpost__body{min-width:0}
.nv-modpost__title{font-size:20px;line-height:1.14;letter-spacing:-.025em;margin:6px 0 0}
.nv-modpost__excerpt{color:var(--nv-muted);font-size:14px;line-height:1.55;margin:8px 0 0}
.nv-module-meta{font-size:12px;color:var(--nv-muted);margin-top:8px}
.nv-modpost--lead .nv-modpost__title,.nv-modpost--feature .nv-modpost__title{font-size:clamp(25px,2.6vw,40px);line-height:1.04;letter-spacing:-.04em}
.nv-modpost--compact{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:start}
.nv-modpost--compact .nv-modpost__title{font-size:17px}
.nv-modpost--thumb .nv-modpost__title{font-size:16px}
.nv-modpost--list{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:start;padding:0 0 18px;border-bottom:1px solid var(--nv-line)}
.nv-modpost--list .nv-module-media{aspect-ratio:16/10}
.nv-modpost--text{padding:0 0 14px;border-bottom:1px solid var(--nv-line)}
.nv-modpost--text .nv-modpost__title{font-size:18px;margin:0}
.nv-home-module--lead-list .nv-module-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);grid-template-rows:repeat(4,auto)}
.nv-home-module--lead-list .nv-modpost--lead{grid-row:1/5}
.nv-home-module--lead-list .nv-modpost--compact{border-bottom:1px solid var(--nv-line);padding-bottom:14px}
.nv-home-module--mosaic .nv-module-layout{grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:1fr 1fr}
.nv-home-module--mosaic .nv-modpost--lead{grid-row:1/3}
.nv-modpost--overlay{position:relative;min-height:180px;overflow:hidden;border-radius:var(--nv-radius);background:#111}
.nv-modpost--overlay .nv-module-media{position:absolute;inset:0;height:100%;border-radius:0}
.nv-modpost--overlay .nv-module-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.8) 100%)}
.nv-modpost--overlay .nv-modpost__body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:18px;color:#fff}
.nv-modpost--overlay .nv-modpost__title{font-size:19px}
.nv-modpost--overlay .nv-module-meta{color:rgba(255,255,255,.72)}
.nv-modpost--overlay .nv-kicker{color:#fff}
.nv-home-module--grid-4 .nv-module-layout{grid-template-columns:repeat(4,minmax(0,1fr))}
.nv-home-module--grid-3 .nv-module-layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.nv-home-module--grid-3 .nv-modpost__title{font-size:23px}
.nv-home-module--split .nv-module-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.nv-home-module--split .nv-modpost--feature .nv-modpost__title{font-size:30px}
.nv-home-module--list .nv-module-layout{grid-template-columns:1fr 1fr;column-gap:34px;row-gap:18px}
.nv-home-module--compact .nv-module-layout{grid-template-columns:1fr 1fr;gap:18px 34px}
.nv-home-module--compact .nv-modpost--compact{padding-bottom:15px;border-bottom:1px solid var(--nv-line)}
.nv-home-module--text .nv-module-layout{grid-template-columns:repeat(3,1fr);gap:0 28px}
.nv-home-module--text .nv-modpost--text:nth-last-child(-n+3){border-bottom:0}
.nv-home-module--numbered .nv-module-layout{grid-template-columns:repeat(2,1fr);gap:0 32px}
.nv-modpost--numbered{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--nv-line)}
.nv-modpost--numbered .nv-modpost__body{display:grid;grid-template-columns:50px 1fr;column-gap:12px;align-items:start}
.nv-modpost--numbered .nv-rank{grid-row:1/4;font-size:34px;line-height:1;font-weight:850;color:var(--nv-accent);letter-spacing:-.05em}
.nv-modpost--numbered .nv-modpost__title{font-size:18px;margin:0}
.nv-modpost--numbered .nv-module-meta{grid-column:2}
.nv-home-module--overlay .nv-module-layout{grid-template-columns:repeat(3,1fr)}
.nv-home-module--overlay .nv-modpost--overlay{min-height:280px}
.nv-home-module--overlay .nv-modpost--overlay .nv-modpost__title{font-size:24px}
.nv-home-module--magazine .nv-module-layout{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);grid-template-rows:repeat(4,auto)}
.nv-home-module--magazine .nv-modpost--feature{grid-row:1/5}
.nv-home-module--magazine .nv-modpost--compact{padding-bottom:14px;border-bottom:1px solid var(--nv-line)}
.nv-home-module--strip .nv-module-layout{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.nv-home-module--strip .nv-modpost--thumb{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:start}
.nv-home-module--feature-2 .nv-module-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 30px}
.nv-home-module--feature-2 .nv-modpost--feature{padding-bottom:18px;border-bottom:2px solid var(--nv-text)}
.nv-home-module--feature-2 .nv-modpost--text{border-bottom:1px solid var(--nv-line)}
.nv-home-module--timeline .nv-module-layout{display:block;max-width:900px}
.nv-home-module--timeline .nv-modpost--list{position:relative;grid-template-columns:180px 1fr;padding:0 0 22px 28px;margin-left:8px;border-left:1px solid var(--nv-line);border-bottom:0}
.nv-home-module--timeline .nv-modpost--list:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--nv-accent);left:-5px;top:4px}
.nv-home-module--ad{margin:34px 0;text-align:center}
.nv-module-html{font-size:15px;line-height:1.6}
@media(max-width:1024px){
.nv-home-module--grid-4 .nv-module-layout{grid-template-columns:repeat(2,1fr)}
.nv-home-module--strip .nv-module-layout{grid-template-columns:repeat(3,1fr)}
.nv-home-module--mosaic .nv-module-layout{grid-template-columns:1.3fr 1fr}
.nv-home-module--mosaic .nv-modpost--lead{grid-row:1/5}
.nv-home-module--list .nv-module-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
.nv-home-module{margin-top:34px}.nv-home-module.is-boxed,.nv-home-module.is-dark{padding:18px}
.nv-home-module.is-full-width{padding-left:16px;padding-right:16px}
.nv-home-module--lead-list .nv-module-layout,.nv-home-module--magazine .nv-module-layout,.nv-home-module--mosaic .nv-module-layout,.nv-home-module--split .nv-module-layout,.nv-home-module--feature-2 .nv-module-layout{display:block}
.nv-home-module--lead-list .nv-modpost,.nv-home-module--magazine .nv-modpost,.nv-home-module--mosaic .nv-modpost,.nv-home-module--split .nv-modpost,.nv-home-module--feature-2 .nv-modpost{margin-bottom:18px}
.nv-home-module--grid-3 .nv-module-layout,.nv-home-module--grid-4 .nv-module-layout,.nv-home-module--overlay .nv-module-layout{grid-template-columns:1fr 1fr;gap:20px 14px}
.nv-home-module--compact .nv-module-layout,.nv-home-module--numbered .nv-module-layout,.nv-home-module--text .nv-module-layout{grid-template-columns:1fr}
.nv-home-module--strip .nv-module-layout{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
.nv-home-module--strip .nv-modpost--thumb{min-width:270px;scroll-snap-align:start}
.nv-modpost--list{grid-template-columns:120px 1fr;gap:12px}
.nv-modpost--lead .nv-modpost__title,.nv-modpost--feature .nv-modpost__title{font-size:28px}
.nv-home-module--timeline .nv-modpost--list{grid-template-columns:105px 1fr;padding-left:20px}
}
@media(max-width:520px){
.nv-home-module--grid-3 .nv-module-layout,.nv-home-module--grid-4 .nv-module-layout,.nv-home-module--overlay .nv-module-layout{grid-template-columns:1fr}
.nv-home-module--overlay .nv-modpost--overlay{min-height:230px}
.nv-modpost--compact{grid-template-columns:98px 1fr}
.nv-modpost--list{grid-template-columns:105px 1fr}
.nv-modpost__excerpt{display:none}
} .nv-header-builder{position:relative;z-index:220;background:var(--nv-header-bg);color:var(--nv-header-text)}
.nv-header-builder.is-sticky{position:sticky;top:0}
.admin-bar .nv-header-builder.is-sticky{top:32px}
.nv-hb-row{--nv-hb-bg:var(--nv-header-bg);--nv-hb-color:var(--nv-header-text);background:var(--nv-hb-bg);color:var(--nv-hb-color)}
.nv-hb-row.has-border{border-bottom:1px solid var(--nv-line)}
.nv-hb-row__inner{min-height:var(--nv-hb-height,48px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px}
.nv-hb-row__inner--full{width:100%;padding-inline:20px}
.nv-hb-zone{min-width:0;display:flex;align-items:center;gap:16px}
.nv-hb-zone:empty{display:none}
.nv-hb-zone--left{justify-content:flex-start}
.nv-hb-zone--center{justify-content:center}
.nv-hb-zone--right{justify-content:flex-end}
.nv-hb-component{min-width:0;display:flex;align-items:center}
.nv-hb-component--ticker,.nv-hb-component--ad,.nv-hb-component--primary_menu{width:100%}
.nv-hb-component--primary_menu{justify-content:center}
.nv-hb-brand .custom-logo-link{display:block}
.nv-hb-brand .custom-logo{width:min(var(--nv-logo),100%);max-height:72px;object-fit:contain}
.nv-hb-brand .nv-logo-mobile{display:none}
.nv-hb-site-title{font-size:26px;font-weight:900;letter-spacing:-.03em;white-space:nowrap}
.nv-hb-secondary-menu{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0;font-size:12px;font-weight:650}
.nv-hb-inline-menu{width:100%;display:flex;justify-content:center}
.nv-header-builder .nv-primary-menu{justify-content:center}
.nv-header-builder .nv-primary-menu .sub-menu{color:var(--nv-text)}
.nv-hb-date,.nv-hb-email{font-size:12px;white-space:nowrap}
.nv-hb-social{display:flex;align-items:center;gap:8px}
.nv-hb-social a{display:grid;place-items:center;width:28px;height:28px}
.nv-hb-social svg{width:15px;height:15px}
.nv-hb-cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;background:var(--nv-accent);color:#fff;border-radius:var(--nv-radius);font-size:13px;font-weight:800;white-space:nowrap}
.nv-hb-cta:hover{color:#fff;filter:brightness(.94)}
.nv-hb-custom,.nv-hb-shortcode{font-size:13px}
.nv-hb-ad{max-width:100%;max-height:110px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.nv-hb-ad img,.nv-hb-ad iframe{max-width:100%}
.nv-hb-ticker{width:100%;display:flex;align-items:center;gap:14px;overflow:hidden;min-width:0}
.nv-hb-ticker__label{background:var(--nv-accent);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;white-space:nowrap}
.nv-hb-ticker__track{display:flex;align-items:center;gap:28px;white-space:nowrap;overflow:hidden;min-width:0;font-size:13px;font-weight:650}
.nv-hb-ticker__track a{position:relative}
.nv-hb-ticker__track a:not(:last-child)::after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--nv-line);right:-16px;top:50%}
.nv-hb-row--mobile{display:none}
.nv-mobile-drawer{position:absolute;left:0;right:0;background:#fff;color:var(--nv-text);border-bottom:1px solid var(--nv-line);box-shadow:var(--nv-shadow);z-index:219;padding:10px 0 18px}
.nv-header-builder.is-sticky + .nv-mobile-drawer{position:fixed}
.nv-mobile-menu{list-style:none;margin:0;padding:0;font-size:16px;font-weight:750}
.nv-mobile-menu li{border-bottom:1px solid var(--nv-line)}
.nv-mobile-menu a{display:block;padding:11px 0}
.nv-mobile-menu .sub-menu{list-style:none;margin:0;padding:0 0 0 18px;font-size:14px;font-weight:600}
@media(max-width:900px){
.nv-hb-row--desktop{display:none}
.nv-hb-row--mobile{display:block}
.nv-header-builder .nv-mobile-toggle{display:grid}
.nv-hb-row__inner,.nv-hb-row__inner--full{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding-inline:14px}
.nv-hb-zone{gap:8px}
.nv-hb-brand{text-align:center}
.nv-hb-brand .custom-logo{width:min(var(--nv-logo-mobile),100%);max-height:52px;margin:auto}
.nv-hb-brand .has-mobile-logo .nv-logo-desktop{display:none}
.nv-hb-brand .nv-logo-mobile{display:block}
.nv-hb-secondary-menu{display:none}
.nv-hb-inline-menu--mobile{display:block;width:100%}
.nv-hb-inline-menu--mobile .nv-primary-menu{display:block;width:100%;padding:0}
.nv-hb-inline-menu--mobile .nv-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding-left:16px}
.nv-hb-ticker{gap:9px}
.nv-hb-ticker__track{font-size:12px;gap:22px}
.nv-hb-ticker__track a:not(:first-child){display:none}
.nv-hb-ad{max-height:70px}
}
@media(max-width:782px){.admin-bar .nv-header-builder.is-sticky{top:46px}}
@media(max-width:600px){.admin-bar .nv-header-builder.is-sticky{top:0}}
.nv-header-builder .nv-mobile-drawer,.nv-header-builder .nv-search-panel--builder{position:absolute;left:0;right:0;top:100%;width:100%}
.nv-header-builder .nv-search-panel--builder{z-index:221}
.nv-header-builder .nv-mobile-drawer{z-index:222}
.nv-header-builder .nv-hb-row--desktop .nv-mobile-toggle{display:grid}