:root{--atd-primary:#ef683b;--atd-primary-dark:#c95732;--atd-primary-deep:#a74929;--atd-primary-soft:#fef3ef;--atd-nav:#302e2e;--atd-bg:#fff;--atd-surface:#fff;--atd-text:#242424;--atd-muted:#666;--atd-line:#ececec;--atd-shadow:0 8px 30px rgba(0,0,0,.06);--atd-radius:8px;--atd-container:1100px;}html{box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;background:var(--atd-bg);color:var(--atd-text);font-family:"Open Sans",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}body.atd-dark{--atd-bg:#111;--atd-surface:#171717;--atd-text:#f1f1f1;--atd-muted:#b8b8b8;--atd-line:#2a2a2a;--atd-nav:#050505}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--atd-primary)}button,input,textarea,select{font:inherit}.atd-container{width:min(var(--atd-container),calc(100% - 32px));margin-inline:auto}.atd-narrow{max-width:850px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;background:#fff;color:#111;padding:10px 14px;z-index:99999}.skip-link{font-weight:700}.atd-main{min-height:60vh}.atd-section{padding:20px 0 38px}.atd-reading-progress{position:fixed;bottom:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none}.atd-reading-progress span{display:block;height:100%;width:0;background:var(--atd-primary)}.atd-site-header{position:sticky;top:0;z-index:1000;background:var(--atd-primary);box-shadow:0 2px 8px rgba(0,0,0,.09)}.admin-bar .atd-site-header{top:32px}.atd-brandbar{background:var(--atd-primary);color:#fff}.atd-brandbar-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:20px}.atd-brand{display:flex;align-items:center;min-width:0;max-width:52%}.custom-logo-link{display:block;line-height:0}.atd-brand .custom-logo{max-height:75px;width:auto;max-width:360px}.atd-text-logo{display:flex;flex-direction:column;color:#fff!important;line-height:1.15}.atd-text-logo strong{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif);font-size:28px}.atd-text-logo span{font-size:12px;margin-top:5px;opacity:.9}.atd-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.atd-head-date{font-size:14px;font-weight:400;white-space:nowrap}.atd-icon-btn,.atd-menu-toggle{width:38px;height:38px;display:grid;place-items:center;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:50%;cursor:pointer}.atd-icon-btn:hover,.atd-menu-toggle:hover{background:rgba(255,255,255,.24)}.atd-icon-btn svg{width:19px;height:19px;fill:currentColor}.atd-menu-toggle{display:none;padding:9px}.atd-menu-toggle span{display:block;width:20px;height:2px;background:#fff;margin:2.5px 0;border-radius:2px}.atd-search-panel{background:var(--atd-primary-dark);padding:12px 0}.atd-search-form{display:flex;gap:8px}.atd-search-form input{flex:1;min-width:0;border:0;border-radius:5px;padding:10px 12px;background:#fff;color:#222}.atd-search-form button,.atd-button{border:0;border-radius:5px;background:var(--atd-nav);color:#fff;padding:9px 18px;font-weight:700;cursor:pointer}.atd-mainnav{background:var(--atd-nav);color:#fff;min-height:43px}.atd-nav-scroll{overflow-x:auto;scrollbar-width:none}.atd-nav-scroll::-webkit-scrollbar{display:none}.atd-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:0;white-space:nowrap}.atd-menu>li{position:relative;margin:0}.atd-menu>li>a{display:block;padding:14px 20px;font-size:14px;line-height:15px;font-weight:600;color:#fff}.atd-menu>li:first-child>a{padding-left:0}.atd-menu>li>a:hover,.atd-menu>.current-menu-item>a,.atd-menu>.current-category-ancestor>a{color:var(--atd-primary)}.atd-menu .sub-menu{position:absolute;top:100%;left:0;display:none;width:245px;list-style:none;margin:0;padding:8px;background:#252323;box-shadow:var(--atd-shadow)}.atd-menu li:hover>.sub-menu{display:block}.atd-menu .sub-menu a{display:block;padding:8px 12px;color:#fff;font-size:13px}.atd-menu .sub-menu a:hover{color:var(--atd-primary)}.atd-section-heading{border-bottom:1px solid var(--atd-line);margin:0 0 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.atd-section-heading h1,.atd-section-heading h2{position:relative;margin:0;padding:0 0 12px;font:600 22px/1.1 var(--atd-heading-font,Inter,system-ui,sans-serif);color:var(--atd-text)}.atd-section-heading h1:after,.atd-section-heading h2:after{content:"";position:absolute;left:0;bottom:-1px;width:58px;height:3px;background:var(--atd-primary)}.atd-section-heading-link>a{padding-bottom:12px;font-weight:600;font-size:13px;color:var(--atd-primary)}.atd-kicker{display:inline-block;margin-bottom:5px;color:var(--atd-primary);font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.atd-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:var(--atd-muted);font-size:11px;margin-top:7px}.atd-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--atd-muted);font-size:12px;margin:2px 0 18px}.atd-breadcrumb a:hover{color:var(--atd-primary)}.atd-breadcrumb .current{color:var(--atd-text)}.atd-hero-section{padding:20px 0 6px;background:var(--atd-bg)}.atd-hero-slider{position:relative;border-radius:var(--atd-radius);overflow:hidden;background:#111;min-height:440px}.atd-slides{position:relative;min-height:440px}.atd-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.atd-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.atd-hero-image{position:absolute;inset:0;display:block}.atd-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 22%,rgba(0,0,0,.8) 100%)}.atd-hero-image img,.atd-hero-image .atd-image-placeholder{width:100%;height:100%;object-fit:cover;display:block}.atd-image-placeholder{background:linear-gradient(135deg,#ddd,#aaa)}.atd-hero-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:38px 44px 34px;color:#fff;max-width:850px}.atd-hero-cat{display:inline-block;background:var(--atd-primary);padding:5px 10px;border-radius:4px;font-size:11px;text-transform:uppercase;font-weight:700;color:#fff!important}.atd-hero-title{margin:10px 0 6px;font:700 clamp(27px,4vw,42px)/1.18 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-hero-title a{color:#fff}.atd-hero-title a:hover{color:#fff;opacity:.86}.atd-hero-meta{font-size:12px;opacity:.9}.atd-hero-meta span{margin:0 5px}.atd-slider-btn{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-size:28px;cursor:pointer}.atd-slider-prev{left:15px}.atd-slider-next{right:15px}.atd-slider-dots{position:absolute;z-index:5;right:22px;bottom:22px;display:flex;gap:6px}.atd-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.atd-slider-dots button.is-active{width:23px;border-radius:10px;background:#fff}.atd-content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:34px;align-items:start}.atd-content-column{min-width:0}.atd-home-main{padding-top:28px}.atd-latest-list,.atd-archive-list{display:flex;flex-direction:column}.atd-card{min-width:0}.atd-card-horizontal{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--atd-line)}.atd-card-media{overflow:hidden;border-radius:6px;background:#eee;display:block;aspect-ratio:13/8}.atd-card-media img,.atd-card-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.atd-card:hover .atd-card-media img{transform:scale(1.035)}.atd-card-title{font:600 19px/1.35 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:0;color:var(--atd-text)}.atd-card-title a:hover{color:var(--atd-primary)}.atd-card-excerpt{color:var(--atd-muted);font-size:13px;line-height:1.65;margin:9px 0 0}.atd-card-grid{display:block}.atd-card-grid .atd-card-media{aspect-ratio:16/10;margin-bottom:13px}.atd-card-grid .atd-card-title{font-size:17px}.atd-card-compact{display:grid;grid-template-columns:110px minmax(0,1fr);gap:13px;padding:0 0 14px;margin:0 0 14px;border-bottom:1px solid var(--atd-line)}.atd-card-compact .atd-card-media{aspect-ratio:11/8}.atd-card-compact .atd-card-title{font-size:14px;line-height:1.4}.atd-card-compact .atd-meta{font-size:10px}.atd-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.atd-category-band{padding-top:28px;border-top:1px solid var(--atd-line)}.atd-sidebar{position:sticky;top:168px;min-width:0}.admin-bar .atd-sidebar{top:200px}.atd-widget{margin-bottom:28px}.atd-widget-title{font:600 20px/1.15 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid var(--atd-line);position:relative}.atd-widget-title:after{content:"";position:absolute;bottom:-1px;left:0;width:50px;height:3px;background:var(--atd-primary)}.atd-popular-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid var(--atd-line)}.atd-rank{font:700 28px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);color:#ddd}.atd-popular-item:first-child .atd-rank{color:var(--atd-primary)}.atd-popular-copy h3{font:600 13px/1.45 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:0 0 5px}.atd-popular-copy time{display:block;color:var(--atd-muted);font-size:10px}.atd-popular-copy .atd-kicker{font-size:9px;margin-bottom:4px}.atd-widget ul{padding-left:18px}.atd-widget select,.atd-widget input{max-width:100%}.atd-archive-headlines{padding:20px 0 0}.atd-mini-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.atd-mini-card{min-width:0}.atd-mini-image{display:block;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#eee}.atd-mini-image img,.atd-mini-image .atd-image-placeholder{width:100%;height:100%;object-fit:cover;display:block}.atd-mini-card h2{font:600 14px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:9px 0 0}.atd-archive-description{width:100%;padding:0 0 12px;color:var(--atd-muted);font-size:13px}.atd-pagination{margin:24px 0}.atd-pagination .nav-links>ul,.atd-pagination ul.page-numbers{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0}.atd-pagination .page-numbers{display:inline-grid;place-items:center;min-width:34px;height:34px;padding:0 10px;border:1px solid var(--atd-line);border-radius:4px;font-size:12px}.atd-pagination .page-numbers.current,.atd-pagination a.page-numbers:hover{border-color:var(--atd-primary);background:var(--atd-primary);color:#fff}.atd-single-grid{grid-template-columns:minmax(0,2fr) minmax(270px,1fr)}.atd-article{min-width:0}.atd-article-header{margin-bottom:22px}.atd-article-cat{font-size:12px}.atd-article-title{font:700 clamp(28px,4vw,40px)/1.25 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:4px 0 12px;letter-spacing:-.02em}.atd-article-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--atd-muted);font-size:12px}.atd-featured-image{margin:0 0 18px}.atd-featured-image img{display:block;width:100%;height:auto;border-radius:6px}.atd-featured-image figcaption{font-size:11px;color:var(--atd-muted);padding-top:6px}.atd-share-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:12px 0 18px;border-bottom:1px solid var(--atd-line);font-size:11px}.atd-share-row>span{font-weight:700;margin-right:3px}.atd-share-row a{padding:5px 9px;border:1px solid var(--atd-line);border-radius:4px}.atd-entry-content{font-size:16px;line-height:1.85;color:var(--atd-text);overflow-wrap:anywhere}.atd-entry-content p{margin:0 0 1.25em}.atd-entry-content h2,.atd-entry-content h3,.atd-entry-content h4{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif);line-height:1.35;margin:1.5em 0 .65em}.atd-entry-content h2{font-size:26px}.atd-entry-content h3{font-size:22px}.atd-entry-content blockquote{margin:24px 0;padding:17px 22px;border-left:4px solid var(--atd-primary);background:var(--atd-primary-soft);color:#333;font-style:italic}.atd-entry-content img{border-radius:4px}.atd-entry-content iframe{max-width:100%}.atd-entry-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.atd-entry-content th,.atd-entry-content td{border:1px solid var(--atd-line);padding:9px}.atd-topics,.atd-related,.atd-comments{margin-top:30px}.atd-topic-list{display:flex;gap:8px;flex-wrap:wrap}.atd-topic-list a{border:1px solid var(--atd-line);border-radius:999px;padding:6px 12px;font-size:11px}.atd-topic-list a:hover{background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}.atd-author-box{display:flex;gap:15px;margin:30px 0;padding:20px;background:var(--atd-primary-soft);border-radius:7px;color:#333}.atd-author-box img{border-radius:50%;width:72px;height:72px}.atd-author-box span{font-size:10px;text-transform:uppercase;color:#777}.atd-author-box h3{font:600 17px/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif);margin:3px 0}.atd-author-box p{font-size:12px;margin:4px 0 0}.atd-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px 0;border-top:1px solid var(--atd-line);border-bottom:1px solid var(--atd-line)}.atd-post-nav>div:last-child{text-align:right}.atd-post-nav span{display:block;color:var(--atd-muted);font-size:10px;text-transform:uppercase}.atd-post-nav a{font:600 13px/1.45 var(--atd-heading-font,Inter,system-ui,sans-serif)}.comment-list{list-style:none;padding:0}.comment-list .comment{padding:15px 0;border-bottom:1px solid var(--atd-line)}.comment-meta{font-size:12px}.comment-content{font-size:13px}.comment-form label{display:block;font-weight:600;font-size:12px}.comment-form input:not([type=submit]),.comment-form textarea{width:100%;border:1px solid var(--atd-line);background:var(--atd-surface);color:var(--atd-text);padding:10px;border-radius:4px}.comment-form input[type=submit]{border:0;background:var(--atd-primary);color:#fff;padding:9px 16px;border-radius:4px;font-weight:700;cursor:pointer}.atd-site-footer{margin-top:30px;background:#302e2e;color:#ddd}.atd-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px;padding:42px 0}.atd-footer-logo .custom-logo{max-height:55px;width:auto;filter:none}.atd-footer-about p{font-size:12px;margin:7px 0;color:#bbb}.atd-footer-about a:hover{color:#fff}.atd-site-footer h3{font:600 16px/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif);color:#fff;margin:0 0 15px}.atd-footer-menu,.atd-footer-menu .atd-menu{list-style:none;margin:0;padding:0}.atd-footer-menu{display:grid;grid-template-columns:1fr 1fr;gap:5px 15px}.atd-footer-menu>li>a{color:#bbb;font-size:12px;padding:0}.atd-footer-menu .sub-menu{display:none}.atd-social-links{display:flex;flex-wrap:wrap;gap:7px}.atd-social-links a{border:1px solid #555;border-radius:4px;padding:6px 9px;font-size:11px;color:#ddd}.atd-social-links a:hover{border-color:var(--atd-primary);background:var(--atd-primary);color:#fff}.atd-footer-bottom{border-top:1px solid #494747}.atd-footer-bottom-inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.atd-legal-links{display:flex;gap:15px}.atd-legal-links a{color:#bbb}.atd-empty{padding:35px;text-align:center;border:1px dashed var(--atd-line);border-radius:6px}.atd-empty h2{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-page>h1{font:700 34px/1.25 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-404{text-align:center;padding-block:60px}.atd-404>strong{font:700 90px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);color:var(--atd-primary)}.atd-404 h1{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-404 .atd-search-form{margin:20px auto;max-width:600px}.atd-button{display:inline-block;background:var(--atd-primary)}.alignleft{float:left;margin:.4em 1.3em .8em 0}.alignright{float:right;margin:.4em 0 .8em 1.3em}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:100%}.wp-caption-text,.gallery-caption{font-size:11px;color:var(--atd-muted)}.sticky{position:relative}.bypostauthor{position:relative}@media (max-width:1024px){:root{--atd-container:920px}.atd-brandbar-inner{min-height:82px}.atd-brand .custom-logo{max-height:60px}.atd-card-horizontal{grid-template-columns:220px 1fr}.atd-content-grid,.atd-single-grid{grid-template-columns:minmax(0,1.9fr) minmax(240px,1fr);gap:28px}.atd-sidebar{top:145px}.atd-hero-slider,.atd-slides{min-height:390px}}@media (max-width:782px){.admin-bar .atd-site-header{top:46px}.atd-brandbar-inner{min-height:64px}.atd-brand{max-width:65%}.atd-brand .custom-logo{max-height:48px;max-width:250px}.atd-head-date{display:none}.atd-menu-toggle{display:grid}.atd-mainnav{display:none}.atd-mainnav.is-open{display:block;max-height:60vh;overflow:auto}.atd-mainnav.is-open .atd-nav-scroll{overflow:visible}.atd-mainnav.is-open .atd-menu{display:block;white-space:normal;padding:8px 0}.atd-mainnav.is-open .atd-menu>li>a{padding:10px 0}.atd-mainnav.is-open .atd-menu .sub-menu{position:static;display:block;width:auto;background:transparent;box-shadow:none;padding:0 0 0 16px}.atd-content-grid,.atd-single-grid{grid-template-columns:1fr}.atd-sidebar{position:static;border-top:1px solid var(--atd-line);padding-top:25px}.atd-hero-slider,.atd-slides{min-height:360px}.atd-hero-overlay{padding:30px 28px}.atd-card-grid{grid-template-columns:repeat(2,1fr)}.atd-footer-grid{grid-template-columns:1fr 1fr}.atd-footer-about{grid-column:1/-1}}@media (max-width:600px){.atd-container{width:min(100% - 20px,var(--atd-container))}.atd-section{padding:16px 0 28px}.atd-brand .custom-logo{max-width:190px}.atd-icon-btn{width:34px;height:34px}.atd-hero-section{padding-top:10px}.atd-hero-slider,.atd-slides{min-height:330px;border-radius:5px}.atd-hero-overlay{padding:26px 18px 22px}.atd-hero-title{font-size:24px}.atd-slider-btn{display:none}.atd-slider-dots{right:14px;bottom:12px}.atd-section-heading h1,.atd-section-heading h2{font-size:20px}.atd-card-horizontal{grid-template-columns:135px minmax(0,1fr);gap:12px;padding-bottom:15px;margin-bottom:15px}.atd-card-title{font-size:14px;line-height:1.4}.atd-card-excerpt{display:none}.atd-meta{font-size:9px;margin-top:4px}.atd-kicker{font-size:9px}.atd-card-grid{grid-template-columns:1fr}.atd-card-grid .atd-card-title{font-size:16px}.atd-mini-carousel{grid-auto-columns:76%}.atd-article-title{font-size:27px}.atd-article-meta{font-size:10px}.atd-entry-content{font-size:15px;line-height:1.8}.atd-entry-content h2{font-size:22px}.atd-entry-content h3{font-size:19px}.atd-post-nav{grid-template-columns:1fr}.atd-post-nav>div:last-child{text-align:left}.atd-footer-grid{grid-template-columns:1fr;gap:26px;padding:34px 0}.atd-footer-about{grid-column:auto}.atd-footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:15px 0}.atd-related .atd-card-compact{grid-template-columns:100px 1fr}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.atd-reference-logo{display:block;line-height:0}.atd-reference-logo img{display:block;max-height:75px;width:auto;max-width:360px}.atd-footer-logo .atd-reference-logo img{max-height:55px;max-width:240px}@media(max-width:782px){.atd-reference-logo img{max-height:48px;max-width:250px}}@media(max-width:600px){.atd-reference-logo img{max-width:190px}}:root{--atd-accent:#f5906e}.atd-sidebar{min-width:0}.atd-reference-popular{margin:0 10px 28px;padding:20px 2px 10px;border-radius:12px;background:linear-gradient(171deg,var(--atd-primary) 5%,var(--atd-accent) 15%);overflow:hidden}.atd-reference-popular-title{margin:0 0 12px;padding:0 12px;text-align:center;color:#fff;font:600 20px/30px var(--atd-heading-font,Inter,system-ui,sans-serif);border:0}.atd-reference-popular-inner{margin:0 0 0;padding:10px;border-radius:12px;background:#fff;color:#302e2e}.atd-reference-popular-item{position:relative;display:flex;align-items:flex-start;gap:12px;padding:0 0 10px;margin:0 0 10px}.atd-reference-popular-item:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(48,46,46,.10)}.atd-reference-popular-item:last-child{padding-bottom:0;margin-bottom:0}.atd-reference-rank{flex:0 0 42px;font:600 30px/1.3 var(--atd-heading-font,Inter,system-ui,sans-serif);color:#302e2e;opacity:.20}.atd-reference-popular-item-title{flex:1;min-width:0;margin:0;padding:0;font:600 14px/21px var(--atd-heading-font,Inter,system-ui,sans-serif);color:#302e2e}.atd-reference-popular-item-title a{color:inherit}.atd-title-underline{background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);background-repeat:no-repeat;background-size:0 100%;transition:background-size .3s,color .2s}.atd-title-underline:hover{color:inherit;background-size:100% 100%}.atd-reference-popular-empty{margin:0;font-size:13px;color:#777}.atd-sidebar-extras{margin:0 10px}.atd-single-reference-section{padding:20px 0}.atd-single-reference-grid{grid-template-columns:minmax(0,64.454fr) minmax(270px,35.546fr);gap:30px;align-items:start}.atd-reference-article{padding:0 10px 30px}.atd-reference-article-header{display:flex;flex-direction:column;gap:20px;margin:0 0 20px}.atd-single-categorybar{display:flex;align-items:center;width:42%;min-width:210px;max-width:300px;padding:2px;border-radius:9px;background:#f1f1f1;overflow:hidden}.atd-single-home-button{display:grid;place-items:center;flex:0 0 42px;height:41px;border-radius:9px;background:#fff;color:var(--atd-primary)}.atd-single-home-button:hover{color:var(--atd-primary);opacity:.82}.atd-single-home-button svg{width:19px;height:19px;fill:currentColor}.atd-single-category-name{display:flex;align-items:center;justify-content:center;min-width:0;flex:1;padding:4px 12px;color:#302e2e;font:400 15px/23px var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-single-category-name:hover{color:var(--atd-primary)}.atd-reference-article-title{margin:-10px 0 0;padding:0;color:var(--atd-text);font:700 30px/39px var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.5px}.atd-reference-author-row{display:flex;align-items:center;gap:10px;min-height:30px;color:#a0a3bd;font:400 15px/23px var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-reference-author-avatar{display:block!important;width:30px!important;height:30px!important;flex:0 0 30px;border-radius:12px!important;object-fit:cover}.atd-reference-author-name{color:var(--atd-primary);font-weight:600;text-transform:capitalize}.atd-reference-author-name:hover{color:var(--atd-primary-dark)}.atd-reference-date{color:#a0a3bd}.atd-reference-featured-image{margin:0 0 0}.atd-reference-featured-image img{display:block;width:100%;height:auto;border-radius:10px}.atd-reference-featured-image figcaption{padding-top:6px;color:var(--atd-muted);font-size:11px}.atd-reference-share{display:flex;align-items:center;gap:6px;margin:14px 0 18px}.atd-reference-share a{display:grid;place-items:center;min-width:31px;height:31px;padding:0 7px;border-radius:3px;color:#fff!important;font:700 11px/1 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-share-facebook{background:#3b5998}.atd-share-x{background:#111}.atd-share-whatsapp{background:#25d366}.atd-share-telegram{background:#229ed9}.atd-reference-share a:hover{opacity:.82}.atd-reference-entry-content{margin:0;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif);font-size:16px;font-weight:400;line-height:24px}.atd-reference-entry-content p{margin:0 0 1.25em}.atd-reference-share-bottom{margin-top:8px;margin-bottom:4px}.atd-reference-dashed-divider{width:100%;height:0;margin:6px 0 24px;border-top:2px dashed #e0e0e0}.atd-reference-topics{margin:0 0 30px}.atd-reference-block-title{margin:0 0 18px;padding:0;color:var(--atd-text);font:600 22px/23px var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-reference-topic-list{display:flex;flex-wrap:wrap;gap:10px}.atd-reference-topic-list a{display:flex;align-items:center;padding:4px 8px;border:0;border-radius:7px;background-image:linear-gradient(to top left,var(--atd-primary) -2500%,transparent 300%);color:var(--atd-text);font-size:.85rem;line-height:1.5}.atd-reference-topic-list a:hover{background:var(--atd-accent);color:#fff}.atd-reference-related{padding:0 0 30px;margin:0}.atd-reference-related-list{display:flex;flex-direction:column}.atd-reference-related-item{position:relative;margin:0;padding:0 0 10px}.atd-reference-related-item:not(:first-child){padding-top:10px}.atd-reference-related-item:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--atd-line)}.atd-reference-related-item h3{margin:0;padding:0;color:var(--atd-text);font:600 15px/21px var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.5px}body.atd-dark .atd-reference-popular-inner{background:#fff;color:#302e2e}body.atd-dark .atd-reference-popular-item-title{color:#302e2e}body.atd-dark .atd-reference-topic-list a{color:var(--atd-text)}@media(max-width:1024px){.atd-single-reference-grid{grid-template-columns:1fr;gap:28px}.atd-reference-article{padding-left:10px;padding-right:10px}.atd-sidebar{position:static;top:auto}.atd-reference-popular{margin-left:10px;margin-right:10px}.atd-reference-popular-item-title{font-size:16px;line-height:19px}}@media(max-width:782px){.atd-single-reference-section{padding-top:20px;padding-bottom:20px}.atd-reference-article{padding-left:0;padding-right:0}.atd-single-categorybar{width:40%;min-width:190px}.atd-reference-article-title{margin-top:0;font-size:25px;line-height:30px}.atd-reference-author-row{gap:7px;font-size:12px;line-height:18px;flex-wrap:wrap}.atd-reference-block-title{font-size:20px;line-height:20px}.atd-reference-related-item h3{font-size:15px;line-height:20px}.atd-reference-popular{margin-left:0;margin-right:0}}@media(max-width:600px){.atd-single-categorybar{width:auto;max-width:100%;min-width:0;align-self:flex-start}.atd-single-category-name{font-size:12px;line-height:18px;padding-inline:10px}.atd-single-home-button{width:38px;height:36px;flex-basis:38px}.atd-reference-article-header{gap:14px}.atd-reference-entry-content{font-size:16px;line-height:24px}.atd-reference-popular-title{font-size:20px;line-height:24px}.atd-reference-popular-item-title{font-size:15px;line-height:20px}.atd-reference-rank{flex-basis:40px;font-size:30px}}@media(max-width:782px){.atd-sidebar{border-top:0;padding-top:0}}:root{--atd-ease:cubic-bezier(.2,.75,.25,1);--atd-shadow-soft:0 8px 24px rgba(30,35,45,.06);--atd-shadow-hover:0 18px 40px rgba(30,35,45,.12);--atd-card-border:rgba(36,36,36,.08);}body.atd-dark{--atd-card-border:rgba(255,255,255,.09);--atd-shadow-soft:0 8px 24px rgba(0,0,0,.18);--atd-shadow-hover:0 18px 40px rgba(0,0,0,.30)}body.atd-overlay-open{overflow:hidden;touch-action:none}.atd-site-header{transition:box-shadow .3s var(--atd-ease),transform .3s var(--atd-ease)}.atd-site-header.is-scrolled{box-shadow:0 9px 28px rgba(0,0,0,.12)}.atd-mobile-strip{display:none}.atd-icon-btn,.atd-menu-toggle{transition:transform .22s var(--atd-ease),background .22s var(--atd-ease),box-shadow .22s var(--atd-ease)}.atd-icon-btn:hover,.atd-menu-toggle:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.10)}.atd-icon-btn:active,.atd-menu-toggle:active{transform:scale(.94)}.atd-theme-toggle svg{transition:transform .45s var(--atd-ease)}.atd-theme-toggle:hover svg{transform:rotate(20deg)}.atd-menu-toggle span{transition:transform .25s var(--atd-ease),width .25s var(--atd-ease)}.atd-menu-toggle:hover span:nth-child(2){width:14px}.atd-fullscreen-overlay{position:fixed;inset:0;z-index:100500;display:flex;align-items:stretch;justify-content:center;padding:max(14px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));background:rgba(17,17,17,.64);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s var(--atd-ease),visibility .28s var(--atd-ease)}.atd-fullscreen-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.atd-overlay-shell{width:min(1180px,100%);height:100%;display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(145deg,#ef683b 0%,#db5a31 52%,#b94827 100%);color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28);transform:translateY(18px) scale(.985);opacity:.96;transition:transform .36s var(--atd-ease),opacity .36s var(--atd-ease)}.atd-fullscreen-overlay.is-open .atd-overlay-shell{transform:translateY(0) scale(1);opacity:1}.atd-overlay-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 34px;border-bottom:1px solid rgba(255,255,255,.18)}.atd-overlay-brand{display:block;line-height:0;max-width:min(320px,65%)}.atd-overlay-brand img{display:block;max-width:100%;max-height:64px;width:auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.08))}.atd-overlay-close{position:relative;width:48px;height:48px;flex:0 0 48px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;transition:transform .25s var(--atd-ease),background .25s var(--atd-ease)}.atd-overlay-close:hover{transform:rotate(90deg);background:rgba(255,255,255,.24)}.atd-overlay-close span{position:absolute;left:13px;top:23px;width:22px;height:2px;border-radius:2px;background:currentColor}.atd-overlay-close span:first-child{transform:rotate(45deg)}.atd-overlay-close span:last-child{transform:rotate(-45deg)}.atd-overlay-content{width:min(850px,100%);margin:auto;padding:54px 34px}.atd-overlay-eyebrow{margin:0 0 18px;font:700 11px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:.16em;text-transform:uppercase;opacity:.72}.atd-overlay-menu-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:70px}.atd-overlay-menu-list>li{position:relative;border-bottom:1px solid rgba(255,255,255,.17)}.atd-overlay-menu-list>li>a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;color:#fff;font:600 clamp(24px,3.1vw,38px)/1.18 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.035em;transition:transform .25s var(--atd-ease),opacity .25s var(--atd-ease)}.atd-overlay-menu-list>li>a:after{content:"↗";font-size:.48em;opacity:.45;transition:transform .25s var(--atd-ease),opacity .25s var(--atd-ease)}.atd-overlay-menu-list>li>a:hover{color:#fff;transform:translateX(5px)}.atd-overlay-menu-list>li>a:hover:after{transform:translate(3px,-3px);opacity:1}.atd-overlay-menu-list .sub-menu{list-style:none;margin:-4px 0 14px;padding:0;display:flex;flex-wrap:wrap;gap:5px 14px}.atd-overlay-menu-list .sub-menu a{color:rgba(255,255,255,.78);font:500 13px/1.5 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-overlay-menu-list .sub-menu a:hover{color:#fff}.atd-overlay-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 34px;border-top:1px solid rgba(255,255,255,.18);font-size:12px;color:rgba(255,255,255,.8)}.atd-overlay-footer .atd-social-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.atd-overlay-footer .atd-social-links a{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:11px}.atd-overlay-footer .atd-social-links a:hover{background:#fff;color:var(--atd-primary)}.atd-search-overlay{background:rgba(12,12,12,.72)}.atd-search-overlay-shell{background:var(--atd-surface);color:var(--atd-text);border-color:var(--atd-line)}.atd-search-overlay .atd-overlay-topbar{border-color:var(--atd-line)}.atd-search-overlay .atd-overlay-close{background:var(--atd-primary-soft);color:var(--atd-primary)}.atd-search-overlay-label{font:600 15px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);color:var(--atd-text)}.atd-search-overlay-content{width:min(900px,100%);margin:auto;padding:54px 34px 80px}.atd-search-overlay-content .atd-overlay-eyebrow{color:var(--atd-primary);opacity:1}.atd-search-overlay-content h2{margin:0 0 28px;font:700 clamp(32px,5.2vw,62px)/1.08 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.05em;color:var(--atd-text)}.atd-search-overlay .atd-search-form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding-bottom:14px;border-bottom:2px solid var(--atd-text)}.atd-search-overlay .atd-search-form input{height:66px;padding:0;border:0!important;outline:0;background:transparent;color:var(--atd-text);font:500 clamp(20px,3vw,30px)/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-search-overlay .atd-search-form input::placeholder{color:var(--atd-muted);opacity:.65}.atd-search-overlay .atd-search-form button{height:54px;align-self:center;padding:0 24px;border-radius:999px;background:var(--atd-primary);color:#fff;transition:transform .22s var(--atd-ease),box-shadow .22s var(--atd-ease)}.atd-search-overlay .atd-search-form button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(239,104,59,.24)}.atd-search-quicklinks{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.atd-search-quicklinks a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid var(--atd-line);border-radius:999px;background:var(--atd-bg);color:var(--atd-muted);font:600 12px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);transition:transform .22s var(--atd-ease),border-color .22s,color .22s,background .22s}.atd-search-quicklinks a:hover{transform:translateY(-2px);border-color:var(--atd-primary);background:var(--atd-primary-soft);color:var(--atd-primary)}.atd-card{position:relative;transition:transform .32s var(--atd-ease),box-shadow .32s var(--atd-ease),border-color .32s var(--atd-ease)}.atd-card-horizontal{grid-template-columns:260px minmax(0,1fr);gap:20px;padding:14px;margin:0 0 15px;border:1px solid var(--atd-card-border);border-radius:14px;background:var(--atd-surface);box-shadow:var(--atd-shadow-soft)}.atd-card-horizontal:hover{transform:translateY(-4px);border-color:rgba(239,104,59,.22);box-shadow:var(--atd-shadow-hover)}.atd-card-horizontal .atd-card-media{border-radius:10px}.atd-card-media{isolation:isolate;transition:box-shadow .3s var(--atd-ease)}.atd-card-media:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.03);pointer-events:none}.atd-card-media{position:relative}.atd-card:hover .atd-card-media img{transform:scale(1.055)}.atd-card-title a{background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);background-repeat:no-repeat;background-size:0 100%;transition:background-size .32s var(--atd-ease),color .22s ease}.atd-card-title a:hover{background-size:100% 100%}.atd-card-layout-grid{display:flex;flex-direction:column;padding:12px;border:1px solid var(--atd-card-border);border-radius:14px;background:var(--atd-surface);box-shadow:var(--atd-shadow-soft);overflow:hidden}.atd-card-layout-grid:hover{transform:translateY(-5px);border-color:rgba(239,104,59,.22);box-shadow:var(--atd-shadow-hover)}.atd-card-layout-grid .atd-card-media{aspect-ratio:16/10;margin-bottom:13px;border-radius:10px}.atd-card-layout-grid .atd-card-body{padding:0 2px 3px}.atd-card-layout-grid .atd-card-title{font-size:17px}.atd-card-layout-grid .atd-meta{margin-top:auto;padding-top:7px}.atd-kicker{transition:transform .2s var(--atd-ease),color .2s}.atd-card:hover .atd-kicker{transform:translateX(2px)}.atd-section-heading{position:relative}.atd-section-heading h1,.atd-section-heading h2{letter-spacing:-.025em}.atd-section-heading h1:after,.atd-section-heading h2:after{border-radius:999px;transition:width .35s var(--atd-ease)}.atd-section-heading:hover h1:after,.atd-section-heading:hover h2:after{width:82px}.atd-section-heading-link>a{transition:transform .2s var(--atd-ease),color .2s}.atd-section-heading-link>a:hover{transform:translateX(3px)}.atd-hero-slider{box-shadow:0 16px 44px rgba(0,0,0,.10)}.atd-hero-slide .atd-hero-image img{transform:scale(1.015);transition:transform 7s ease,filter .5s ease}.atd-hero-slide.is-active .atd-hero-image img{transform:scale(1.07)}.atd-hero-overlay{transition:transform .6s var(--atd-ease),opacity .5s ease}.atd-hero-slide:not(.is-active) .atd-hero-overlay{transform:translateY(10px);opacity:0}.atd-slider-btn{transition:transform .22s var(--atd-ease),background .22s,opacity .22s}.atd-slider-btn:hover{background:var(--atd-primary);transform:translateY(-50%) scale(1.06)}.atd-reference-popular{box-shadow:0 14px 34px rgba(239,104,59,.16);transition:transform .32s var(--atd-ease),box-shadow .32s var(--atd-ease)}.atd-reference-popular:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(239,104,59,.22)}.atd-reference-popular-item{transition:transform .24s var(--atd-ease),background .24s ease,border-radius .24s ease}.atd-reference-popular-item:hover{transform:translateX(4px)}.atd-reference-popular-item:hover .atd-reference-rank{opacity:.5;color:var(--atd-primary)}.atd-reference-rank{transition:opacity .24s ease,color .24s ease}.atd-reference-featured-image{overflow:hidden;border-radius:12px;box-shadow:var(--atd-shadow-soft)}.atd-reference-featured-image img{transition:transform .6s var(--atd-ease)}.atd-reference-featured-image:hover img{transform:scale(1.012)}.atd-reference-topic-list a{transition:transform .22s var(--atd-ease),background .22s,color .22s,box-shadow .22s}.atd-reference-topic-list a:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(239,104,59,.18)}.atd-reference-share a{transition:transform .2s var(--atd-ease),box-shadow .2s,opacity .2s}.atd-reference-share a:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.12)}.atd-motion-ready .atd-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--atd-ease) var(--atd-reveal-delay,0ms),transform .6s var(--atd-ease) var(--atd-reveal-delay,0ms)}.atd-motion-ready .atd-reveal.is-visible{opacity:1;transform:none}@media (max-width:1024px){:root{--atd-container:940px}.atd-brandbar-inner{min-height:72px}.atd-brand{max-width:58%}.atd-brand .custom-logo,.atd-reference-logo img{max-height:52px;max-width:270px}.atd-head-date{display:none}.atd-menu-toggle{display:grid}.atd-mainnav{display:none!important}.atd-mobile-strip{display:block;position:relative;background:var(--atd-nav);color:#fff;border-top:1px solid rgba(255,255,255,.07)}.atd-mobile-strip:before,.atd-mobile-strip:after{content:"";position:absolute;top:0;bottom:0;width:28px;z-index:3;pointer-events:none}.atd-mobile-strip:before{left:0;background:linear-gradient(90deg,var(--atd-nav),transparent)}.atd-mobile-strip:after{right:0;background:linear-gradient(270deg,var(--atd-nav),transparent)}.atd-mobile-strip-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0 max(16px,calc((100vw - min(var(--atd-container),calc(100vw - 32px)))/2))}.atd-mobile-strip-scroll::-webkit-scrollbar{display:none}.atd-mobile-strip-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:7px 18px;white-space:nowrap;width:max-content;min-width:100%}.atd-mobile-strip-menu>li{margin:0;scroll-snap-align:center}.atd-mobile-strip-menu>li>a{display:block;padding:8px 12px;border-radius:999px;color:rgba(255,255,255,.82);font:600 12px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);transition:background .2s,color .2s,transform .2s var(--atd-ease)}.atd-mobile-strip-menu>li>a:hover,.atd-mobile-strip-menu>.current-menu-item>a,.atd-mobile-strip-menu>.current-category-ancestor>a{background:rgba(255,255,255,.13);color:#fff;transform:translateY(-1px)}.atd-mobile-strip-menu .sub-menu{display:none!important}.atd-content-grid,.atd-single-grid,.atd-single-reference-grid{grid-template-columns:1fr!important;gap:30px}.atd-sidebar{position:static;top:auto;border-top:0;padding-top:0}.atd-reference-popular{margin-left:0;margin-right:0}.atd-card-horizontal{grid-template-columns:220px minmax(0,1fr);gap:18px}.atd-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.atd-overlay-menu-list{column-gap:44px}.atd-overlay-content{padding-top:40px;padding-bottom:40px}}@media (max-width:782px){.admin-bar .atd-site-header{top:46px}.atd-brandbar-inner{min-height:64px;gap:10px}.atd-brand{max-width:60%}.atd-brand .custom-logo,.atd-reference-logo img{max-height:44px;max-width:210px}.atd-head-actions{gap:7px}.atd-icon-btn,.atd-menu-toggle{width:36px;height:36px}.atd-mobile-strip-menu{padding-top:6px;padding-bottom:6px}.atd-mobile-strip-menu>li>a{font-size:11px;padding:8px 11px}.atd-card-horizontal{grid-template-columns:190px minmax(0,1fr);gap:15px;padding:12px}.atd-card-excerpt{font-size:12px;line-height:1.55}.atd-reference-article{padding-left:0;padding-right:0}.atd-overlay-shell{border-radius:18px}.atd-overlay-topbar{padding:20px}.atd-overlay-content,.atd-search-overlay-content{padding:38px 20px 46px}.atd-overlay-menu-list{grid-template-columns:1fr}.atd-overlay-menu-list>li>a{font-size:28px;padding:15px 0}.atd-overlay-menu-list .sub-menu{margin-top:-1px;margin-bottom:11px}.atd-overlay-footer{padding:18px 20px;align-items:flex-start;flex-direction:column}.atd-overlay-footer .atd-social-links{justify-content:flex-start}.atd-search-overlay-content h2{font-size:40px}}@media (max-width:600px){.atd-container{width:min(100% - 20px,var(--atd-container))}.atd-brand{max-width:54%}.atd-brand .custom-logo,.atd-reference-logo img{max-width:175px;max-height:41px}.atd-icon-btn,.atd-menu-toggle{width:34px;height:34px}.atd-mobile-strip-scroll{padding-left:0;padding-right:0}.atd-mobile-strip-menu{padding-left:10px;padding-right:22px;gap:2px}.atd-hero-section{padding-top:10px}.atd-hero-slider,.atd-slides{min-height:325px;border-radius:11px}.atd-hero-overlay{padding:24px 18px 21px}.atd-hero-title{font-size:23px;line-height:1.22}.atd-card-horizontal{grid-template-columns:124px minmax(0,1fr);gap:11px;padding:10px;border-radius:12px;margin-bottom:11px}.atd-card-horizontal .atd-card-media{border-radius:8px;aspect-ratio:1/1}.atd-card-title{font-size:14px;line-height:1.38}.atd-card-excerpt{display:none}.atd-card-horizontal .atd-meta{font-size:9px;margin-top:5px;gap:4px}.atd-card-horizontal .atd-kicker{font-size:9px;margin-bottom:3px}.atd-card-grid{grid-template-columns:1fr;gap:13px}.atd-card-layout-grid{padding:10px;border-radius:12px}.atd-card-layout-grid .atd-card-media{margin-bottom:11px}.atd-card-layout-grid .atd-card-title{font-size:16px}.atd-section-heading{margin-bottom:17px}.atd-section-heading h1,.atd-section-heading h2{font-size:20px}.atd-reference-popular{border-radius:14px;padding-top:17px}.atd-reference-popular-inner{border-radius:12px}.atd-reference-popular-item{gap:9px}.atd-reference-rank{flex-basis:35px;font-size:25px}.atd-reference-popular-item-title{font-size:14px;line-height:19px}.atd-reference-article-title{font-size:25px;line-height:31px;letter-spacing:-.65px}.atd-reference-featured-image{border-radius:10px}.atd-reference-entry-content{font-size:16px;line-height:1.72}.atd-fullscreen-overlay{padding:0;background:var(--atd-surface);backdrop-filter:none;-webkit-backdrop-filter:none}.atd-overlay-shell{border:0;border-radius:0;box-shadow:none}.atd-menu-overlay .atd-overlay-shell{background:var(--atd-primary)!important}.atd-overlay-topbar{padding:max(16px,env(safe-area-inset-top)) 17px 16px}.atd-overlay-brand{max-width:190px}.atd-overlay-brand img{max-height:46px}.atd-overlay-close{width:42px;height:42px;flex-basis:42px}.atd-overlay-close span{left:11px;top:20px;width:20px}.atd-menu-overlay-content{padding:34px 20px 24px;margin:0}.atd-overlay-menu-list>li>a{font-size:26px;padding:14px 0}.atd-overlay-footer{margin-top:auto;padding-bottom:max(18px,env(safe-area-inset-bottom))}.atd-search-overlay-shell{background:var(--atd-surface)}.atd-search-overlay-content{padding:36px 20px max(50px,env(safe-area-inset-bottom));margin:0}.atd-search-overlay-content h2{font-size:34px;line-height:1.1;margin-bottom:24px}.atd-search-overlay .atd-search-form{grid-template-columns:1fr;gap:10px;border-bottom:0;padding:0}.atd-search-overlay .atd-search-form input{height:58px;padding:0 15px;border:1px solid var(--atd-line)!important;border-radius:12px;background:var(--atd-bg);font-size:19px}.atd-search-overlay .atd-search-form button{width:100%;height:50px;border-radius:12px}.atd-search-quicklinks{margin-top:20px}.atd-search-quicklinks a{min-height:36px;font-size:11px}}@media (max-width:390px){.atd-brand{max-width:49%}.atd-brand .custom-logo,.atd-reference-logo img{max-width:150px}.atd-head-actions{gap:5px}.atd-icon-btn,.atd-menu-toggle{width:32px;height:32px}.atd-card-horizontal{grid-template-columns:110px minmax(0,1fr)}.atd-card-title{font-size:13px}.atd-reference-author-row{font-size:11px}}@media (prefers-reduced-motion:reduce){.atd-fullscreen-overlay,.atd-overlay-shell,.atd-card,.atd-card-media img,.atd-hero-slide .atd-hero-image img,.atd-reference-popular,.atd-reference-popular-item{transition:none!important;animation:none!important;transform:none!important}.atd-motion-ready .atd-reveal{opacity:1!important;transform:none!important}}html,body{max-width:100%;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}.atd-site-header,.atd-main,.atd-site-footer,.atd-section,.atd-hero-section{max-width:100%;overflow-x:clip}.atd-container,.atd-content-grid,.atd-single-grid,.atd-content-column,.atd-reference-article,.atd-sidebar{min-width:0;max-width:100%}.atd-entry-content,.atd-reference-entry-content{max-width:100%;overflow-wrap:anywhere;word-break:normal}.atd-entry-content pre,.atd-reference-entry-content pre{max-width:100%;overflow:auto}.atd-entry-content iframe,.atd-reference-entry-content iframe,.atd-entry-content video,.atd-reference-entry-content video{max-width:100%}@media (max-width:1024px){.atd-menu-overlay .atd-overlay-shell{width:100%;max-width:760px}.atd-menu-overlay-content{width:100%;max-width:640px;padding-top:34px;padding-bottom:34px}.atd-overlay-menu-list{display:flex;flex-direction:column;grid-template-columns:none;column-gap:0;width:100%}.atd-overlay-menu-list>li{width:100%}.atd-overlay-menu-list>li>a{width:100%;font-size:clamp(24px,4vw,32px);padding:15px 0}.atd-overlay-menu-list .sub-menu{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:0;margin:-2px 0 12px;padding:0 0 0 18px;border-left:1px solid rgba(255,255,255,.22)}.atd-overlay-menu-list .sub-menu li{width:100%}.atd-overlay-menu-list .sub-menu a{display:block;width:100%;padding:5px 0;font-size:13px;line-height:1.55}.atd-mobile-strip{width:100%;max-width:100%;overflow:hidden}.atd-mobile-strip-scroll{width:100%;max-width:100%;overscroll-behavior-x:contain;touch-action:pan-x}.atd-mobile-strip-menu{max-width:none}.atd-card,.atd-card-horizontal,.atd-card-layout-grid,.atd-card-body,.atd-card-media{max-width:100%;min-width:0}}@media (min-width:1025px){.atd-single-reference-grid{grid-template-columns:minmax(0,1fr) minmax(270px,294px);gap:34px}.single-post .atd-sidebar{width:100%;max-width:294px;justify-self:end}.single-post .atd-reference-popular{margin-left:0;margin-right:0}.single-post .atd-reference-popular-title{font-size:18px}.single-post .atd-reference-popular-inner{padding:9px}.single-post .atd-reference-rank{flex-basis:35px;font-size:25px}.single-post .atd-reference-popular-item{gap:9px;padding-bottom:9px;margin-bottom:9px}.single-post .atd-reference-popular-item-title{font-size:13px;line-height:18px}}@media (min-width:901px) and (max-width:1024px){.atd-single-reference-grid{grid-template-columns:minmax(0,1fr) minmax(250px,280px)!important;gap:26px!important}.single-post .atd-sidebar{position:sticky;top:124px;width:100%;max-width:280px;justify-self:end}.admin-bar.single-post .atd-sidebar{top:156px}.single-post .atd-reference-popular{margin:0}.single-post .atd-reference-popular-title{font-size:18px}.single-post .atd-reference-popular-inner{padding:8px}.single-post .atd-reference-rank{flex-basis:33px;font-size:23px}.single-post .atd-reference-popular-item-title{font-size:12.5px;line-height:17px}}@media (max-width:900px){.atd-single-reference-grid{grid-template-columns:1fr!important;gap:26px!important}.single-post .atd-sidebar{position:static;width:100%;max-width:390px;justify-self:start;margin:0 auto}.single-post .atd-reference-popular{width:100%;margin:0}.single-post .atd-sidebar-extras{margin-left:0;margin-right:0}}.atd-site-footer{position:relative;margin-top:44px;background:linear-gradient(145deg,#292727 0%,#343131 58%,#292727 100%);color:#d8d6d6;overflow:hidden}.atd-site-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--atd-primary),var(--atd-accent),var(--atd-primary))}.atd-site-footer:after{content:"";position:absolute;width:360px;height:360px;right:-180px;top:-210px;border-radius:50%;background:rgba(239,104,59,.08);pointer-events:none}.atd-footer-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(180px,.8fr) minmax(210px,.85fr);gap:54px;padding:52px 0 46px}.atd-footer-about{min-width:0}.atd-footer-logo{margin-bottom:18px}.atd-footer-logo .custom-logo,.atd-footer-logo .atd-reference-logo img{max-height:60px;max-width:min(270px,100%)}.atd-footer-about p{position:relative;margin:9px 0;padding-left:17px;color:#c4c1c1;font-size:12.5px;line-height:1.65}.atd-footer-about p:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--atd-primary)}.atd-footer-about a{color:#e5e3e3}.atd-site-footer h3{position:relative;margin:3px 0 20px;padding-bottom:11px;font:600 16px/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif);color:#fff}.atd-site-footer h3:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;border-radius:999px;background:var(--atd-primary)}.atd-footer-menu{grid-template-columns:1fr;gap:0}.atd-footer-menu>li{border-bottom:1px solid rgba(255,255,255,.08)}.atd-footer-menu>li:last-child{border-bottom:0}.atd-footer-menu>li>a{display:flex;align-items:center;min-height:34px;color:#c7c4c4;font-size:12.5px;transition:padding .2s var(--atd-ease),color .2s ease}.atd-footer-menu>li>a:before{content:"›";margin-right:8px;color:var(--atd-primary);font-size:17px;line-height:1}.atd-footer-menu>li>a:hover{padding-left:4px;color:#fff}.atd-footer-social .atd-social-links{gap:8px}.atd-footer-social .atd-social-links a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 11px;border-color:rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.035);color:#eee;font-size:11px}.atd-footer-social .atd-social-links a:hover{transform:translateY(-2px);border-color:var(--atd-primary);background:var(--atd-primary);box-shadow:0 8px 18px rgba(0,0,0,.16);color:#fff}.atd-footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.08)}.atd-footer-bottom-inner{min-height:58px;font-size:11.5px;color:#aaa}.atd-legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.atd-legal-links a{color:#bbb}.atd-legal-links a:hover{color:#fff}@media (max-width:900px){.atd-footer-grid{grid-template-columns:1.15fr .85fr;gap:34px;padding:44px 0 38px}.atd-footer-social{grid-column:1/-1;padding-top:2px}}@media (max-width:600px){html,body{width:100%;max-width:100%;overflow-x:hidden}.atd-container{width:calc(100% - 20px);max-width:100%}.atd-brandbar-inner{width:100%;max-width:100%}.atd-head-actions{flex:0 0 auto}.atd-brand{min-width:0;overflow:hidden}.atd-menu-overlay .atd-overlay-shell{max-width:none}.atd-menu-overlay-content{max-width:none;padding:26px 18px 22px}.atd-overlay-menu-list>li>a{font-size:23px;line-height:1.2;padding:13px 0}.atd-overlay-menu-list .sub-menu{padding-left:14px;margin-bottom:8px}.atd-overlay-menu-list .sub-menu a{font-size:12.5px;padding:4px 0}.atd-overlay-footer{width:100%;max-width:100%}.atd-single-reference-section{padding-top:14px}.atd-reference-article-header{gap:12px;margin-bottom:16px}.atd-reference-article-title{font-size:24px;line-height:1.28;letter-spacing:-.45px}.atd-reference-author-row{font-size:11px;line-height:1.45}.atd-reference-entry-content{font-size:15.5px;line-height:1.72}.single-post .atd-sidebar{max-width:360px}.single-post .atd-reference-popular{border-radius:12px;padding-top:14px}.single-post .atd-reference-popular-title{font-size:18px;line-height:22px;margin-bottom:9px}.single-post .atd-reference-popular-inner{padding:8px}.single-post .atd-reference-popular-item{gap:8px;padding-bottom:8px;margin-bottom:8px}.single-post .atd-reference-rank{flex-basis:32px;font-size:22px}.single-post .atd-reference-popular-item-title{font-size:12.5px;line-height:17px}.atd-site-footer{margin-top:34px}.atd-footer-grid{grid-template-columns:1fr;gap:28px;padding:40px 0 32px}.atd-footer-social{grid-column:auto}.atd-footer-about,.atd-footer-nav,.atd-footer-social{min-width:0;max-width:100%}.atd-footer-logo{margin-bottom:15px}.atd-footer-about p{padding-left:14px;font-size:12px}.atd-site-footer h3{margin-bottom:14px}.atd-footer-menu{grid-template-columns:1fr}.atd-footer-bottom-inner{min-height:0;padding:18px 0;align-items:flex-start;flex-direction:column;gap:10px}.atd-legal-links{justify-content:flex-start;gap:6px 14px}}@media (max-width:390px){.atd-reference-article-title{font-size:22px}.single-post .atd-sidebar{max-width:100%}.atd-footer-social .atd-social-links a{min-height:34px;padding:6px 9px;font-size:10.5px}}.atd-single-categorybar{width:max-content;min-width:0;max-width:100%;align-self:flex-start;flex:0 0 auto}.atd-single-category-name{flex:0 1 auto;width:auto;white-space:nowrap;padding:4px 13px}.atd-article-shell{position:relative;min-width:0;max-width:100%}.atd-reference-article{position:relative}.atd-reference-readtime{display:inline-flex;align-items:center;padding-left:10px;margin-left:2px;border-left:1px solid var(--atd-line);font-size:12px;color:var(--atd-muted)}.atd-reference-featured-image{max-width:1024px;width:100%;position:relative;background:#171717}.atd-featured-lightbox-trigger{position:relative;display:block;width:100%;aspect-ratio:16/9;margin:0;padding:0;border:0;background:#111;border-radius:inherit;overflow:hidden;cursor:zoom-in;text-align:left}.atd-reference-featured-image img.atd-featured-1024{position:absolute;inset:0;display:block;width:100%;height:100%;max-height:576px;object-fit:cover;border-radius:0}.atd-featured-expand{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border-radius:999px;background:rgba(20,20,20,.72);backdrop-filter:blur(9px);color:#fff;font:600 11px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);box-shadow:0 8px 20px rgba(0,0,0,.18);transition:transform .2s var(--atd-ease),background .2s ease}.atd-featured-expand svg{width:17px;height:17px;fill:currentColor}.atd-featured-lightbox-trigger:hover .atd-featured-expand{transform:translateY(-2px);background:rgba(20,20,20,.88)}.atd-reference-share-svg{gap:8px;flex-wrap:wrap}.atd-share-caption{margin-right:3px;color:var(--atd-muted);font-size:11px;font-weight:700}.atd-reference-share a.atd-social-icon,.atd-social-icon{display:inline-grid;place-items:center;width:34px;min-width:34px;height:34px;padding:0;border:0;border-radius:50%;color:#fff!important;line-height:0;box-shadow:0 5px 14px rgba(20,24,30,.10)}.atd-social-icon svg{display:block;width:17px;height:17px;fill:currentColor}.atd-share-facebook{background:#1877f2}.atd-share-x{background:#101010}.atd-share-whatsapp{background:#25d366}.atd-share-telegram{background:#229ed9}.atd-share-linkedin{background:#0a66c2}.atd-share-copy{background:#5f6671}button.atd-social-icon{cursor:pointer}.atd-reference-share a.atd-social-icon:hover,.atd-social-icon:hover{opacity:1;transform:translateY(-2px) scale(1.04);box-shadow:0 9px 20px rgba(20,24,30,.18)}.atd-sticky-share{position:sticky;top:152px;z-index:80;width:42px;height:0;margin-left:-56px;overflow:visible}.admin-bar .atd-sticky-share{top:184px}.atd-sticky-share-inner{display:flex;flex-direction:column;align-items:center;gap:7px;width:42px;padding:9px 4px;border:1px solid var(--atd-line);border-radius:999px;background:color-mix(in srgb,var(--atd-surface) 94%,transparent);box-shadow:var(--atd-shadow-soft);backdrop-filter:blur(12px)}.atd-sticky-share-label{padding:5px 0 2px;color:var(--atd-muted);font:700 8px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.08em;writing-mode:vertical-rl;transform:rotate(180deg)}.atd-sticky-share .atd-social-icon{width:30px;min-width:30px;height:30px;box-shadow:none}.atd-sticky-share .atd-social-icon svg{width:15px;height:15px}.atd-reader-toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:15px 0 9px;padding:10px 12px;border:1px solid var(--atd-line);border-radius:10px;background:linear-gradient(180deg,color-mix(in srgb,var(--atd-surface) 97%,var(--atd-primary) 3%),var(--atd-surface));box-shadow:0 4px 16px rgba(20,24,30,.035)}.atd-reader-toolbar-group{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.atd-reader-button,.atd-reader-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border:1px solid var(--atd-line);border-radius:8px;background:var(--atd-surface);color:var(--atd-text);font-size:11px;font-weight:700;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s var(--atd-ease),box-shadow .2s}.atd-reader-button{padding:7px 11px}.atd-reader-icon-button{width:34px;padding:0}.atd-reader-button svg,.atd-reader-icon-button svg{width:16px;height:16px;fill:currentColor}.atd-reader-button:hover,.atd-reader-icon-button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--atd-primary) 45%,var(--atd-line));color:var(--atd-primary);box-shadow:0 5px 14px rgba(20,24,30,.06)}.atd-reader-button.is-active,.atd-reader-icon-button.is-active,.atd-reader-icon-button[aria-pressed="true"]{border-color:var(--atd-primary);background:var(--atd-primary);color:#fff}.atd-font-button{min-width:38px;padding-inline:9px;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-reader-status{position:absolute;right:12px;bottom:-23px;min-height:18px;color:var(--atd-primary);font-size:10px;font-weight:700}.atd-reference-entry-content{font-size:var(--atd-reader-font-size,16px);transition:font-size .18s ease}.atd-reference-topic-list a{font-weight:600;background:var(--atd-primary-soft);border:1px solid color-mix(in srgb,var(--atd-primary) 18%,transparent)}body.atd-dark .atd-reference-topic-list a{background:rgba(239,104,59,.11);border-color:rgba(239,104,59,.24)}body.atd-lightbox-open{overflow:hidden}.atd-image-lightbox{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(7,9,12,.94);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.atd-image-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.atd-image-lightbox-stage{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:min(94vw,1440px);max-height:90vh}.atd-image-lightbox-stage img{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 28px 70px rgba(0,0,0,.45)}.atd-image-lightbox-caption{max-width:900px;margin-top:10px;color:#d7d7d7;font-size:12px;text-align:center}.atd-image-lightbox-close{position:fixed;top:18px;right:18px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;backdrop-filter:blur(10px)}.atd-image-lightbox-close svg{width:22px;height:22px;fill:currentColor}.atd-image-lightbox-close:hover{background:var(--atd-primary);border-color:var(--atd-primary)}.atd-feature-category{position:relative;margin:10px 0 20px;padding:46px 0;overflow:hidden;color:#fff}.atd-feature-category:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.10),transparent 27%)}.atd-feature-category>.atd-container{position:relative;z-index:1}.atd-feature-category--nasional{background:linear-gradient(135deg,#0d1b2d 0%,#142d48 58%,#193958 100%)}.atd-feature-category--pemerintah{background:linear-gradient(135deg,#0d4a47 0%,#11625d 54%,#16766c 100%)}.atd-feature-category-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.atd-feature-category-eyebrow{display:block;margin-bottom:4px;color:rgba(255,255,255,.66);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.atd-feature-category-heading h2{margin:0;color:#fff;font:700 28px/1.1 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-feature-category-heading>a{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;font-size:11px;font-weight:700}.atd-feature-category-heading>a:hover{border-color:#fff;background:#fff;color:#152639}.atd-feature-category-grid{display:grid;grid-template-columns:minmax(0,1.45fr) repeat(2,minmax(0,.75fr));grid-template-rows:repeat(2,minmax(150px,1fr));gap:16px}.atd-feature-category-card{position:relative;min-width:0;min-height:180px;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.08);box-shadow:0 14px 35px rgba(0,0,0,.13);isolation:isolate;transition:transform .3s var(--atd-ease),box-shadow .3s var(--atd-ease)}.atd-feature-category-card.is-lead{grid-row:1/3;min-height:390px}.atd-feature-category-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.22)}.atd-feature-category-media{position:absolute;inset:0;display:block}.atd-feature-category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.82) 100%)}.atd-feature-category-media img,.atd-feature-category-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s var(--atd-ease)}.atd-feature-category-card:hover .atd-feature-category-media img{transform:scale(1.04)}.atd-feature-category-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:18px;color:#fff}.atd-feature-category-card.is-lead .atd-feature-category-copy{padding:24px}.atd-feature-category-badge{display:inline-flex;width:max-content;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:var(--atd-primary);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.atd-feature-category--pemerintah .atd-feature-category-badge{background:#d8a33c;color:#16332e}.atd-feature-category-copy h3{margin:0;color:#fff;font:650 16px/1.36 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-feature-category-card.is-lead .atd-feature-category-copy h3{font-size:24px;line-height:1.28;max-width:90%}.atd-feature-category-copy h3 a{color:#fff}.atd-feature-category-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:8px;color:rgba(255,255,255,.72);font-size:10px}.category-nasional .atd-archive-page{background:#edf3f8}.category-pemerintah .atd-archive-page{background:#eaf5f2}.category-nasional .atd-archive-headlines{padding:28px 0 22px;background:linear-gradient(135deg,#0d1b2d,#193958)}.category-pemerintah .atd-archive-headlines{padding:28px 0 22px;background:linear-gradient(135deg,#0d4a47,#16766c)}.category-nasional .atd-archive-headlines .atd-mini-card h2,.category-pemerintah .atd-archive-headlines .atd-mini-card h2{color:#fff}.category-nasional .atd-archive-headlines .atd-mini-card h2 a,.category-pemerintah .atd-archive-headlines .atd-mini-card h2 a{color:#fff}.category-nasional .atd-archive-page>.atd-section,.category-pemerintah .atd-archive-page>.atd-section{padding-top:34px}@media (max-width:1180px){.single-post .atd-single-reference-page{padding-bottom:68px}.atd-sticky-share{position:fixed;top:auto!important;bottom:12px;left:50%;transform:translateX(-50%);z-index:980;width:auto;height:auto;margin:0}.atd-sticky-share-inner{width:auto;flex-direction:row;padding:6px 8px;border-radius:999px;box-shadow:0 12px 36px rgba(15,20,28,.20)}.atd-sticky-share-label{display:none}.atd-sticky-share .atd-social-icon{width:34px;min-width:34px;height:34px}}@media (max-width:900px){.atd-feature-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.atd-feature-category-card,.atd-feature-category-card.is-lead{grid-row:auto;min-height:240px}.atd-feature-category-card.is-lead{grid-column:1/-1;min-height:360px}}@media (max-width:600px){.atd-reference-readtime{width:100%;margin-left:40px;padding-left:0;border-left:0;font-size:10px}.atd-reference-featured-image{border-radius:9px}.atd-featured-expand{right:9px;bottom:9px;min-height:31px;padding:6px 9px}.atd-featured-expand span{display:none}.atd-reader-toolbar{align-items:stretch;padding:9px;margin-top:12px;border-radius:9px}.atd-reader-toolbar-group{gap:5px}.atd-reader-toolbar-utils{width:100%;padding-top:8px;border-top:1px solid var(--atd-line)}.atd-reader-button{min-height:33px;padding:6px 9px;font-size:10.5px}.atd-reader-icon-button{width:33px;height:33px;min-height:33px}.atd-reader-status{left:10px;right:auto;bottom:-21px}.atd-reference-share-svg{margin-top:20px}.atd-share-caption{width:100%;margin-bottom:1px}.atd-reference-share a.atd-social-icon{width:33px;min-width:33px;height:33px}.atd-image-lightbox{padding:14px}.atd-image-lightbox-close{top:12px;right:12px;width:38px;height:38px}.atd-feature-category{margin:5px 0 14px;padding:34px 0}.atd-feature-category-heading{align-items:flex-start;margin-bottom:17px}.atd-feature-category-heading h2{font-size:23px}.atd-feature-category-heading>a{padding:6px 9px;font-size:9.5px}.atd-feature-category-grid{grid-template-columns:1fr;gap:12px}.atd-feature-category-card,.atd-feature-category-card.is-lead{grid-column:auto;min-height:230px;border-radius:10px}.atd-feature-category-card.is-lead{min-height:300px}.atd-feature-category-card.is-lead .atd-feature-category-copy{padding:18px}.atd-feature-category-card.is-lead .atd-feature-category-copy h3{max-width:100%;font-size:20px}.atd-feature-category-copy{padding:15px}}@media (max-width:390px){.atd-sticky-share{bottom:8px}.atd-sticky-share-inner{gap:5px;padding:5px 7px}.atd-sticky-share .atd-social-icon{width:31px;min-width:31px;height:31px}.atd-reader-button span{display:none}}@media print{.atd-site-header,.atd-site-footer,.atd-sidebar,.atd-sticky-share,.atd-reference-share,.atd-reader-toolbar,.atd-reading-progress,.atd-featured-expand{display:none!important}.atd-single-reference-grid{display:block!important}.atd-reference-article{padding:0!important}.atd-reference-entry-content{font-size:12pt!important;color:#000!important}}.atd-reference-featured-image{background:transparent!important;box-shadow:none!important;overflow:visible!important;border-radius:0!important;}.atd-featured-lightbox-trigger{background:#111;border-radius:12px;box-shadow:var(--atd-shadow-soft);}.atd-reference-featured-image figcaption,.atd-entry-content figcaption,.wp-block-image figcaption,.wp-block-gallery figcaption{display:block;margin:0!important;padding:8px 2px 0!important;border:0!important;background:transparent!important;background-image:none!important;color:var(--atd-muted)!important;font-size:11px!important;line-height:1.5!important;text-align:left;text-shadow:none!important;box-shadow:none!important;}.atd-sticky-share{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}@media (min-width:1181px){.atd-sticky-share{position:fixed!important;top:190px!important;left:max(18px,calc((100vw - min(var(--atd-container),calc(100vw - 32px)))/2 - 54px))!important;bottom:auto!important;width:42px!important;height:auto!important;margin:0!important;transform:none!important;z-index:1200!important;}.admin-bar .atd-sticky-share{top:222px!important}}@media (max-width:1180px){.single-post .atd-single-reference-page{padding-bottom:84px}.atd-sticky-share{position:fixed!important;left:50%!important;right:auto!important;top:auto!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:auto!important;height:auto!important;margin:0!important;transform:translateX(-50%)!important;z-index:1200!important;}.atd-sticky-share-inner{width:auto!important;min-width:0;flex-direction:row!important;gap:6px;padding:6px 8px!important;border-radius:999px!important;background:color-mix(in srgb,var(--atd-surface) 96%,transparent)!important;box-shadow:0 14px 38px rgba(15,20,28,.22)!important;}.atd-sticky-share-label{display:none!important}}.atd-menu-overlay .atd-menu,.atd-menu-overlay .atd-overlay-menu-list,.atd-menu-overlay .atd-menu-vertical{display:flex!important;flex-direction:column!important;align-items:stretch!important;grid-template-columns:none!important;width:100%!important;max-width:760px;margin:0!important;padding:0!important;white-space:normal!important;gap:0!important;}.atd-menu-overlay .atd-menu>li,.atd-menu-overlay .atd-overlay-menu-list>li{width:100%;margin:0!important}.atd-menu-overlay .atd-menu>li>a,.atd-menu-overlay .atd-overlay-menu-list>li>a{width:100%;padding:15px 0!important;}.atd-menu-overlay .atd-menu .sub-menu,.atd-menu-overlay .atd-overlay-menu-list .sub-menu{position:static!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;width:100%!important;margin:-2px 0 12px!important;padding:0 0 0 18px!important;gap:0!important;background:transparent!important;box-shadow:none!important;border-left:1px solid rgba(255,255,255,.20);}.atd-menu-overlay .atd-menu .sub-menu li{width:100%}.atd-menu-overlay .atd-menu .sub-menu a{display:block;width:100%;padding:5px 0!important;color:rgba(255,255,255,.76)!important;}@media (max-width:1024px){.atd-mainnav.is-open .atd-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;white-space:normal!important;}.atd-mainnav.is-open .atd-menu>li{width:100%}}@media (max-width:1024px){.atd-reader-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 12px;padding:10px;}.atd-reader-toolbar-group{min-width:0}.atd-reader-toolbar-utils{justify-self:end}.atd-reader-status{position:static;grid-column:1/-1;min-height:0;margin-top:-3px;line-height:1.3;}}@media (max-width:782px){.atd-reader-toolbar{grid-template-columns:1fr;gap:8px;padding:9px;}.atd-reader-toolbar-group,.atd-reader-toolbar-utils{width:100%;justify-self:stretch;}.atd-reader-toolbar-utils{padding-top:8px;border-top:1px solid var(--atd-line);}}@media (max-width:600px){.atd-reader-toolbar{margin:12px 0 12px;border-radius:10px}.atd-reader-toolbar-group:first-child{display:grid;grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(54px,.75fr));gap:6px;}.atd-reader-toolbar-utils{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;}.atd-reader-button,.atd-reader-icon-button{width:100%;min-width:0;height:36px;min-height:36px;padding:6px 7px;border-radius:8px;}.atd-reader-button{font-size:10px;white-space:nowrap}.atd-reader-button span{display:inline!important;overflow:hidden;text-overflow:ellipsis}.atd-reader-status{margin-top:0;font-size:9.5px}}@media (max-width:390px){.atd-reader-toolbar-group:first-child{grid-template-columns:minmax(0,1.35fr) 52px 52px}.atd-reader-button{font-size:9.5px;gap:5px}.atd-reader-button svg{width:14px;height:14px}.atd-reader-icon-button{height:34px;min-height:34px}}.atd-editorial-category{position:relative;margin:10px 0 18px;padding:38px 0 42px;overflow:hidden;color:var(--atd-text);background:#fff4ef;border-top:1px solid rgba(239,104,59,.10);border-bottom:1px solid rgba(239,104,59,.12);}.atd-editorial-category--pemerintah{background:#f8eee9}.atd-editorial-category:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 92% 8%,rgba(239,104,59,.13),transparent 24%);}.atd-editorial-category>.atd-container{position:relative;z-index:1}.atd-editorial-category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;}.atd-editorial-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.atd-editorial-accent{width:5px;height:44px;flex:0 0 5px;border-radius:99px;background:linear-gradient(180deg,var(--atd-primary),var(--atd-primary-dark))}.atd-editorial-eyebrow{display:block;margin-bottom:2px;color:var(--atd-primary-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.atd-editorial-category-heading h2{margin:0;color:var(--atd-text);font:700 26px/1.12 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.025em}.atd-editorial-more{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:7px 11px;border:1px solid rgba(239,104,59,.25);border-radius:999px;background:rgba(255,255,255,.58);color:var(--atd-primary-dark);font-size:10.5px;font-weight:800}.atd-editorial-more:hover{background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}.atd-editorial-badge,.atd-editorial-mini-label{display:inline-flex;width:max-content;color:var(--atd-primary-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.atd-editorial-badge{margin-bottom:8px;padding:4px 8px;border-radius:999px;background:var(--atd-primary);color:#fff}.atd-editorial-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:8px;color:var(--atd-muted);font-size:10px}.atd-national-editorial-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:20px;align-items:stretch}.atd-national-lead-card{position:relative;min-height:420px;overflow:hidden;border-radius:13px;background:#222;box-shadow:0 14px 34px rgba(70,45,35,.12);isolation:isolate}.atd-national-lead-media{position:absolute;inset:0;display:block}.atd-national-lead-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 28%,rgba(20,14,12,.84) 100%)}.atd-national-lead-media img,.atd-national-lead-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s var(--atd-ease)}.atd-national-lead-card:hover .atd-national-lead-media img{transform:scale(1.035)}.atd-national-lead-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px;color:#fff}.atd-national-lead-copy h3{max-width:92%;margin:0;color:#fff;font:700 25px/1.27 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.025em}.atd-national-lead-copy h3 a{color:#fff}.atd-national-lead-copy .atd-editorial-meta{color:rgba(255,255,255,.72)}.atd-national-side-list{display:flex;flex-direction:column;justify-content:stretch;gap:0;overflow:hidden;border:1px solid rgba(239,104,59,.13);border-radius:13px;background:rgba(255,255,255,.78);box-shadow:0 10px 28px rgba(70,45,35,.06)}.atd-national-list-card{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;flex:1;padding:13px;border-bottom:1px solid rgba(239,104,59,.11);transition:background .2s ease,transform .25s var(--atd-ease)}.atd-national-list-card:last-child{border-bottom:0}.atd-national-list-card:hover{background:#fff;transform:translateX(3px)}.atd-national-list-media{display:block;overflow:hidden;border-radius:8px;aspect-ratio:4/3;background:#ddd}.atd-national-list-media img,.atd-national-list-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s var(--atd-ease)}.atd-national-list-card:hover .atd-national-list-media img{transform:scale(1.04)}.atd-national-list-copy{min-width:0;align-self:center}.atd-national-list-copy h3{margin:3px 0 6px;color:var(--atd-text);font:650 14px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-national-list-copy time{color:var(--atd-muted);font-size:9.5px}.atd-government-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.atd-government-card{min-width:0;overflow:hidden;border:1px solid rgba(239,104,59,.14);border-radius:12px;background:rgba(255,255,255,.84);box-shadow:0 8px 24px rgba(70,45,35,.055);transition:transform .28s var(--atd-ease),box-shadow .28s var(--atd-ease),border-color .28s ease}.atd-government-card:hover{transform:translateY(-4px);border-color:rgba(239,104,59,.32);box-shadow:0 16px 34px rgba(111,55,35,.11)}.atd-government-media{display:block;overflow:hidden;aspect-ratio:16/10;background:#ddd}.atd-government-media img,.atd-government-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .38s var(--atd-ease)}.atd-government-card:hover .atd-government-media img{transform:scale(1.035)}.atd-government-copy{padding:13px 14px 15px;border-top:3px solid var(--atd-primary)}.atd-government-copy h3{margin:4px 0 0;color:var(--atd-text);font:650 14px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif)}.category-nasional .atd-archive-page{background:#fff5f0}.category-pemerintah .atd-archive-page{background:#f9efea}.category-nasional .atd-archive-headlines{background:linear-gradient(135deg,var(--atd-primary-deep),var(--atd-primary))}.category-pemerintah .atd-archive-headlines{background:linear-gradient(135deg,#7f3f2a,var(--atd-primary-dark))}body.atd-dark .atd-editorial-category{background:#1b1715;border-color:#34231d}body.atd-dark .atd-editorial-category--pemerintah{background:#191614}body.atd-dark .atd-editorial-more,body.atd-dark .atd-national-side-list,body.atd-dark .atd-government-card{background:#201c1a;border-color:#3a2a24}@media (max-width:1024px){.atd-national-editorial-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:16px}.atd-national-lead-card{min-height:380px}.atd-national-list-card{grid-template-columns:104px minmax(0,1fr);gap:11px;padding:11px}.atd-national-list-copy h3{font-size:12.5px}.atd-government-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:782px){.atd-editorial-category{padding:30px 0 34px}.atd-national-editorial-grid{grid-template-columns:1fr;gap:14px}.atd-national-lead-card{min-height:350px}.atd-national-side-list{border-radius:11px}.atd-national-list-card{grid-template-columns:118px minmax(0,1fr);padding:11px 12px}.atd-national-list-copy h3{font-size:13.5px}.atd-government-card-grid{gap:12px}}@media (max-width:600px){.atd-editorial-category{margin:4px 0 12px;padding:26px 0 29px}.atd-editorial-category-heading{align-items:center;gap:10px;margin-bottom:15px}.atd-editorial-accent{height:36px;width:4px;flex-basis:4px}.atd-editorial-category-heading h2{font-size:22px}.atd-editorial-eyebrow{font-size:8px}.atd-editorial-more{padding:6px 8px;font-size:9px}.atd-national-lead-card{min-height:300px;border-radius:10px}.atd-national-lead-copy{padding:18px}.atd-national-lead-copy h3{max-width:100%;font-size:19px;line-height:1.3}.atd-national-list-card{grid-template-columns:94px minmax(0,1fr);gap:10px;padding:10px}.atd-national-list-copy h3{margin-top:2px;font-size:12.25px;line-height:1.38}.atd-government-card-grid{grid-template-columns:1fr}.atd-government-card{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:10px}.atd-government-media{height:100%;min-height:96px;aspect-ratio:auto}.atd-government-copy{padding:11px 12px;border-top:0;border-left:3px solid var(--atd-primary)}.atd-government-copy h3{font-size:12.5px;line-height:1.4}.atd-government-copy .atd-editorial-meta{margin-top:5px;font-size:9px}}@media (max-width:390px){.atd-editorial-category-heading h2{font-size:20px}.atd-editorial-more span{display:none}.atd-national-list-card{grid-template-columns:86px minmax(0,1fr)}.atd-national-list-copy h3{font-size:11.75px}.atd-government-card{grid-template-columns:96px minmax(0,1fr)}}@media print{.atd-sticky-share,.atd-reader-toolbar{display:none!important}}.atd-home-reference{--atd-home-border:#e9e9e9;--atd-home-soft:#f5f5f5;--atd-home-warm:#fff4ef;background:var(--atd-bg);overflow-x:clip}.atd-home-reference .atd-container{max-width:100%}.atd-home-reference img{display:block}.atd-home-reference a:focus-visible{outline:2px solid var(--atd-primary);outline-offset:3px;border-radius:3px}.atd-home-ad{position:relative;overflow:hidden;width:100%;border-radius:8px;background:#f1f1f1}.atd-home-ad--banner{margin:22px 0 28px;min-height:112px;aspect-ratio:8.7/1}.atd-home-ad--poster{min-height:280px;aspect-ratio:4/5}.atd-home-ad-media{display:block;width:100%;height:100%}.atd-home-ad-media img{width:100%;height:100%;object-fit:cover}.atd-home-ad-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;text-align:center;color:#fff;background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.18),transparent 25%),linear-gradient(125deg,var(--atd-primary-deep),var(--atd-primary) 68%,#f3875f)}.atd-home-ad-placeholder:before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.28);border-radius:6px;pointer-events:none}.atd-home-ad-kicker{position:relative;z-index:1;font:700 9px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.18em;opacity:.85}.atd-home-ad-placeholder strong{position:relative;z-index:1;max-width:90%;font:700 clamp(17px,2.4vw,28px)/1.15 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.025em}.atd-home-ad-placeholder small{position:relative;z-index:1;font-size:10px;opacity:.82}.atd-home-ad--poster .atd-home-ad-placeholder strong{font-size:22px;max-width:230px}.atd-home-ad--poster .atd-home-ad-placeholder{padding:30px 20px}.atd-home-section-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:0 0 10px;border-bottom:1px solid var(--atd-home-border)}.atd-home-section-title h2{position:relative;margin:0;padding-left:13px;color:var(--atd-text);font:700 19px/1.15 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.02em}.atd-home-section-title h2:before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:4px;border-radius:99px;background:var(--atd-primary)}.atd-home-section-title>a{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:var(--atd-primary-dark);font:700 10.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-section-title>a:hover{color:var(--atd-primary)}.atd-home-section-title>a span{transition:transform .2s var(--atd-ease)}.atd-home-section-title>a:hover span{transform:translateX(3px)}.atd-home-eyebrow{display:inline-flex;width:max-content;max-width:100%;margin-bottom:5px;color:var(--atd-primary-dark);font:700 9.5px/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.06em}.atd-home-lead-section{padding:6px 0 20px}.atd-home-lead-story{min-width:0}.atd-home-lead-media{display:block;overflow:hidden;border-radius:8px;background:#ddd;aspect-ratio:16/9;box-shadow:0 9px 30px rgba(0,0,0,.07)}.atd-home-lead-media img,.atd-home-lead-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--atd-ease)}.atd-home-lead-story:hover .atd-home-lead-media img{transform:scale(1.018)}.atd-home-lead-copy{padding:16px 1px 5px;max-width:900px}.atd-home-lead-copy h1{margin:0;color:var(--atd-text);font:700 clamp(28px,3.5vw,42px)/1.18 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.035em}.atd-home-lead-copy h1 a{color:inherit}.atd-home-lead-copy h1 a:hover{color:var(--atd-primary-dark)}.atd-home-lead-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:8px;color:var(--atd-muted);font-size:10.5px}.atd-home-feature-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.atd-home-feature-card{min-width:0}.atd-home-feature-card-media{display:block;overflow:hidden;border-radius:7px;background:#ddd;aspect-ratio:16/9}.atd-home-feature-card-media img,.atd-home-feature-card-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .38s var(--atd-ease)}.atd-home-feature-card:hover .atd-home-feature-card-media img{transform:scale(1.035)}.atd-home-feature-card-copy{padding-top:10px}.atd-home-feature-card-copy h2{margin:0;color:var(--atd-text);font:650 16px/1.38 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.017em}.atd-home-stream-section{padding-top:20px;padding-bottom:22px}.atd-home-stream-tight{padding-top:6px}.atd-home-stream-list{display:flex;flex-direction:column;min-width:0}.atd-home-news-row{display:grid;grid-template-columns:minmax(0,1fr) 185px;gap:22px;align-items:center;min-width:0;padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--atd-home-border);transition:background .22s ease,transform .25s var(--atd-ease)}.atd-home-news-row:last-child{margin-bottom:0}.atd-home-news-row:hover{transform:translateX(3px)}.atd-home-news-row-copy{min-width:0}.atd-home-news-row h3{margin:0;color:var(--atd-text);font:650 18px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.018em}.atd-home-row-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:7px;color:var(--atd-muted);font-size:9.5px}.atd-home-news-row-media{display:block;overflow:hidden;border-radius:7px;background:#ddd;aspect-ratio:4/3}.atd-home-news-row-media img,.atd-home-news-row-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .34s var(--atd-ease)}.atd-home-news-row:hover .atd-home-news-row-media img{transform:scale(1.04)}.atd-home-government-band{position:relative;margin:12px 0 18px;padding:34px 0 36px;overflow:hidden;color:#fff;background:radial-gradient(circle at 93% 8%,rgba(255,255,255,.10),transparent 23%),linear-gradient(135deg,var(--atd-primary-deep),#9d3428 54%,var(--atd-primary-dark))}.atd-home-government-band:before{content:"";position:absolute;left:-80px;bottom:-130px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.atd-home-government-band>.atd-container{position:relative;z-index:1}.atd-home-government-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.atd-home-government-head span{display:block;margin-bottom:2px;color:rgba(255,255,255,.7);font:700 8.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.16em}.atd-home-government-head h2{margin:0;color:#fff;font:700 22px/1.1 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-government-head>a{color:#fff;font:700 10.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);opacity:.9}.atd-home-government-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.atd-home-government-card{min-width:0;overflow:hidden;border-radius:9px;background:#fff;color:#222;box-shadow:0 15px 32px rgba(64,13,8,.18);transition:transform .3s var(--atd-ease),box-shadow .3s var(--atd-ease)}.atd-home-government-card:hover{transform:translateY(-4px);box-shadow:0 19px 38px rgba(64,13,8,.23)}.atd-home-government-media{display:block;overflow:hidden;aspect-ratio:16/10;background:#eee}.atd-home-government-media img,.atd-home-government-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--atd-ease)}.atd-home-government-card:hover .atd-home-government-media img{transform:scale(1.035)}.atd-home-government-card-copy{padding:14px 15px 16px}.atd-home-government-card-copy h3{margin:0;color:#282323;font:650 15px/1.4 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-government-card-copy time{display:block;margin-top:7px;color:#8c7770;font-size:9.5px}.atd-home-government-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.17)}.atd-home-government-links a{display:flex;gap:9px;align-items:flex-start;padding:7px 0;color:rgba(255,255,255,.9);font:600 12px/1.45 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-government-links a span{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;margin-top:1px;border-radius:50%;background:rgba(255,255,255,.12);font-size:13px}.atd-home-promo-zone{margin:10px 0 18px;padding:28px 0 34px;background:#f4f4f4;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.atd-home-promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.atd-home-promo-grid .atd-home-ad{box-shadow:0 8px 22px rgba(0,0,0,.055);transition:transform .3s var(--atd-ease),box-shadow .3s var(--atd-ease)}.atd-home-promo-grid .atd-home-ad:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.09)}.atd-home-national-zone{margin:8px 0 18px;padding:32px 0 36px;background:#f6f6f6;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.atd-home-national-lead{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);min-height:330px;overflow:hidden;border-radius:10px;background:var(--atd-primary-deep);box-shadow:0 12px 30px rgba(93,43,27,.12)}.atd-home-national-lead-media{display:block;overflow:hidden;min-height:100%;background:#ddd}.atd-home-national-lead-media img,.atd-home-national-lead-media .atd-image-placeholder{width:100%;height:100%;min-height:100%;object-fit:cover;transition:transform .48s var(--atd-ease)}.atd-home-national-lead:hover .atd-home-national-lead-media img{transform:scale(1.025)}.atd-home-national-lead-copy{display:flex;flex-direction:column;justify-content:center;padding:32px;color:#fff}.atd-home-feature-label{display:inline-flex;width:max-content;margin-bottom:12px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.13);font:700 9px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.1em}.atd-home-national-lead-copy h3{margin:0;color:#fff;font:700 25px/1.28 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.025em}.atd-home-national-lead-copy h3 a{color:#fff}.atd-home-national-lead-copy p{margin:12px 0 0;color:rgba(255,255,255,.76);font-size:12.5px;line-height:1.65}.atd-home-national-lead-copy time{margin-top:13px;color:rgba(255,255,255,.7);font-size:9.5px}.atd-home-national-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.atd-home-national-card{min-width:0}.atd-home-national-card-media{display:block;overflow:hidden;border-radius:7px;background:#ddd;aspect-ratio:16/9}.atd-home-national-card-media img,.atd-home-national-card-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .36s var(--atd-ease)}.atd-home-national-card:hover .atd-home-national-card-media img{transform:scale(1.035)}.atd-home-national-card h3{margin:9px 0 0;color:var(--atd-text);font:650 15px/1.4 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-national-card time{display:block;margin-top:6px;color:var(--atd-muted);font-size:9px}.atd-home-stream-list--long .atd-home-news-row{padding-bottom:14px;margin-bottom:14px}.atd-home-stream-list--long .atd-home-news-row h3{font-size:16.5px}.atd-home-popular-section{padding:26px 0 32px;border-top:1px solid var(--atd-home-border)}.atd-home-popular-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;border-top:1px solid var(--atd-home-border)}.atd-home-popular-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:flex-start;padding:15px 0;border-bottom:1px solid var(--atd-home-border)}.atd-home-popular-rank{font:700 27px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);color:#d5d5d5;letter-spacing:-.05em}.atd-home-popular-item:nth-child(1) .atd-home-popular-rank,.atd-home-popular-item:nth-child(2) .atd-home-popular-rank{color:var(--atd-primary)}.atd-home-popular-copy{min-width:0}.atd-home-popular-copy h3{margin:0;color:var(--atd-text);font:650 13.5px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-more-wrap{display:flex;justify-content:center;margin-top:24px}.atd-home-more-button{display:inline-flex;align-items:center;justify-content:center;min-height:37px;padding:8px 18px;border-radius:999px;background:var(--atd-primary-deep);color:#fff!important;font:700 10.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);box-shadow:0 8px 18px rgba(167,73,41,.14);transition:transform .22s var(--atd-ease),background .22s ease,box-shadow .22s ease}.atd-home-more-button:hover{transform:translateY(-2px);background:var(--atd-primary);box-shadow:0 12px 24px rgba(167,73,41,.22)}.atd-home-bottom-ad{padding-top:5px;padding-bottom:12px}.atd-home-closing-stream{padding-top:4px}body.atd-dark .atd-home-reference{--atd-home-border:#2c2c2c;--atd-home-soft:#171717;--atd-home-warm:#1d1715}body.atd-dark .atd-home-promo-zone,body.atd-dark .atd-home-national-zone{background:#171717;border-color:#282828}body.atd-dark .atd-home-government-card{background:#1e1b1a;color:#fff}body.atd-dark .atd-home-government-card-copy h3{color:#f2f2f2}body.atd-dark .atd-home-ad{background:#222}@media (max-width:1024px){.atd-home-ad--banner{aspect-ratio:7.4/1;min-height:104px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 155px;gap:18px}.atd-home-news-row h3{font-size:16.5px}.atd-home-national-lead{grid-template-columns:minmax(0,1.05fr) minmax(290px,.95fr);min-height:300px}.atd-home-national-lead-copy{padding:26px}.atd-home-national-lead-copy h3{font-size:22px}}@media (max-width:782px){.atd-home-ad--banner{margin:15px 0 20px;min-height:92px;aspect-ratio:6.2/1}.atd-home-lead-section{padding-top:4px}.atd-home-lead-copy h1{font-size:29px}.atd-home-feature-pair{gap:14px;margin-top:16px}.atd-home-feature-card-copy h2{font-size:14.5px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 132px;gap:15px}.atd-home-news-row h3{font-size:15px}.atd-home-government-band{padding:30px 0 32px}.atd-home-government-grid{gap:14px}.atd-home-government-card-copy h3{font-size:13.5px}.atd-home-promo-grid{gap:15px}.atd-home-national-lead{grid-template-columns:1fr;min-height:0}.atd-home-national-lead-media{aspect-ratio:16/8.6;min-height:0}.atd-home-national-lead-copy{padding:22px 24px}.atd-home-national-lead-copy h3{font-size:21px}.atd-home-popular-list{gap:0 22px}}@media (max-width:600px){.atd-home-reference .atd-container{width:min(100% - 20px,var(--atd-container))}.atd-home-ad{border-radius:6px}.atd-home-ad--banner{margin:10px 0 16px;min-height:78px;aspect-ratio:4.6/1}.atd-home-ad-placeholder{padding:14px}.atd-home-ad-placeholder:before{inset:7px}.atd-home-ad-placeholder strong{font-size:16px;max-width:94%}.atd-home-ad-kicker{font-size:7.5px}.atd-home-ad-placeholder small{font-size:8px}.atd-home-section-title{margin-bottom:14px;padding-bottom:8px}.atd-home-section-title h2{padding-left:10px;font-size:17px}.atd-home-section-title h2:before{width:3px}.atd-home-section-title>a{font-size:9px}.atd-home-lead-section{padding-bottom:13px}.atd-home-lead-media{border-radius:6px}.atd-home-lead-copy{padding-top:11px}.atd-home-eyebrow{margin-bottom:4px;font-size:8.5px}.atd-home-lead-copy h1{font-size:22px;line-height:1.27;letter-spacing:-.025em}.atd-home-lead-meta{margin-top:6px;font-size:9px}.atd-home-feature-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.atd-home-feature-card-media{border-radius:5px}.atd-home-feature-card-copy{padding-top:7px}.atd-home-feature-card-copy h2{font-size:11.5px;line-height:1.36}.atd-home-feature-card-copy .atd-home-row-meta{font-size:8px}.atd-home-stream-section{padding-top:14px;padding-bottom:13px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 92px;gap:11px;padding-bottom:12px;margin-bottom:12px}.atd-home-news-row h3{font-size:12.5px;line-height:1.38}.atd-home-row-meta{margin-top:5px;font-size:8px}.atd-home-news-row-media{border-radius:5px;aspect-ratio:1/1}.atd-home-government-band{margin:5px 0 12px;padding:25px 0 27px}.atd-home-government-head{margin-bottom:14px}.atd-home-government-head h2{font-size:19px}.atd-home-government-head>a{font-size:9px}.atd-home-government-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.atd-home-government-card{border-radius:7px}.atd-home-government-media{aspect-ratio:4/3}.atd-home-government-card-copy{padding:9px 9px 10px}.atd-home-government-card-copy h3{font-size:10.5px;line-height:1.36}.atd-home-government-card-copy time{margin-top:5px;font-size:7.5px}.atd-home-government-links{grid-template-columns:1fr;gap:0;margin-top:14px;padding-top:10px}.atd-home-government-links a{padding:5px 0;font-size:10.5px}.atd-home-promo-zone{margin:5px 0 12px;padding:21px 0 24px}.atd-home-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.atd-home-ad--poster{min-height:0;aspect-ratio:4/5.5}.atd-home-ad--poster .atd-home-ad-placeholder{padding:13px 8px}.atd-home-ad--poster .atd-home-ad-placeholder strong{font-size:13px;max-width:100%}.atd-home-national-zone{margin:4px 0 12px;padding:23px 0 25px}.atd-home-national-lead{border-radius:7px}.atd-home-national-lead-media{aspect-ratio:16/9}.atd-home-national-lead-copy{padding:17px}.atd-home-feature-label{margin-bottom:8px;padding:4px 7px;font-size:7.5px}.atd-home-national-lead-copy h3{font-size:17px;line-height:1.32}.atd-home-national-lead-copy p{display:none}.atd-home-national-lead-copy time{margin-top:9px;font-size:8px}.atd-home-national-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 9px;margin-top:13px}.atd-home-national-card-media{border-radius:5px;aspect-ratio:4/3}.atd-home-national-card h3{margin-top:6px;font-size:10.5px;line-height:1.35}.atd-home-national-card time{margin-top:4px;font-size:7.5px}.atd-home-stream-list--long .atd-home-news-row h3{font-size:12px}.atd-home-popular-section{padding:18px 0 24px}.atd-home-popular-list{grid-template-columns:1fr;gap:0}.atd-home-popular-item{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:11px 0}.atd-home-popular-rank{font-size:22px}.atd-home-popular-copy h3{font-size:11.5px;line-height:1.4}.atd-home-more-wrap{margin-top:18px}.atd-home-more-button{min-height:34px;padding:7px 15px;font-size:9.5px}.atd-home-bottom-ad{padding-bottom:7px}}@media (max-width:390px){.atd-home-feature-pair{gap:8px}.atd-home-feature-card-copy h2{font-size:10.75px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 82px;gap:9px}.atd-home-news-row h3{font-size:11.75px}.atd-home-government-card-copy h3{font-size:9.8px}.atd-home-promo-grid{gap:7px}.atd-home-national-grid{gap:10px 8px}.atd-home-national-card h3{font-size:10px}}@media (prefers-reduced-motion:reduce){.atd-home-reference *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.atd-site-footer{background:linear-gradient(145deg,#7f231d 0%,var(--atd-primary-deep) 56%,#742019 100%);color:rgba(255,255,255,.86)}.atd-site-footer:before{background:linear-gradient(90deg,#fff3ee,var(--atd-primary),#fff3ee);opacity:.72}.atd-site-footer:after{background:rgba(255,255,255,.045)}.atd-footer-about p,.atd-footer-menu>li>a,.atd-footer-about a,.atd-footer-bottom-inner,.atd-legal-links a{color:rgba(255,255,255,.75)}.atd-footer-menu>li{border-bottom-color:rgba(255,255,255,.12)}.atd-site-footer h3:after{background:#fff;opacity:.75}.atd-footer-social .atd-social-links a{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.07);color:#fff}.atd-footer-social .atd-social-links a:hover{border-color:#fff;background:#fff;color:var(--atd-primary-deep)}.atd-footer-bottom{border-top-color:rgba(255,255,255,.15);background:rgba(76,10,7,.13)}.atd-home-reference{--atd-container:1240px}.atd-home-desktop-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start;padding-bottom:34px}.atd-home-desktop-content{min-width:0}.atd-home-sidebar{min-width:0;width:100%;max-width:320px;align-self:start}.atd-home-side-card{overflow:hidden;margin:0 0 22px;border:1px solid #ece8e6;border-radius:14px;background:var(--atd-surface);box-shadow:0 12px 34px rgba(58,42,35,.07)}.atd-home-side-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 20px 17px;color:#fff;background:linear-gradient(135deg,var(--atd-primary-deep),var(--atd-primary) 70%,#f2845f)}.atd-home-side-kicker{display:block;margin-bottom:4px;color:rgba(255,255,255,.72);font:700 9px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.15em}.atd-home-side-heading h2,.atd-home-side-simple-heading h2{margin:0;font:700 20px/1.16 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.025em}.atd-home-side-heading-mark{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);font-size:16px}.atd-home-side-popular-list{padding:4px 18px 8px}.atd-home-side-popular-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--atd-line)}.atd-home-side-popular-item:last-child{border-bottom:0}.atd-home-side-rank{padding-top:2px;color:#d8d1ce;font:700 24px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.05em}.atd-home-side-popular-item:first-child .atd-home-side-rank{color:var(--atd-primary)}.atd-home-side-popular-item h3{margin:0;color:var(--atd-text);font:650 13.5px/1.43 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.012em}.atd-home-side-simple-heading{padding:17px 18px 12px;border-bottom:1px solid var(--atd-line)}.atd-home-side-simple-heading h2{position:relative;padding-left:11px;font-size:17px}.atd-home-side-simple-heading h2:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;border-radius:99px;background:var(--atd-primary)}.atd-home-side-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:15px 16px 17px}.atd-home-side-category-grid a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:9px 10px;border:1px solid #eee5e1;border-radius:9px;background:var(--atd-primary-soft);color:var(--atd-text);font:600 11px/1.25 var(--atd-heading-font,Inter,system-ui,sans-serif);transition:transform .2s var(--atd-ease),border-color .2s ease,background .2s ease}.atd-home-side-category-grid a:hover{transform:translateY(-2px);border-color:rgba(239,104,59,.28);background:#fff0ea;color:var(--atd-primary-dark)}.atd-home-side-category-grid span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atd-home-side-category-grid small{display:grid;place-items:center;flex:0 0 24px;min-width:24px;height:24px;padding:0 4px;border-radius:999px;background:#fff;color:var(--atd-primary-dark);font-size:9px}.atd-home-side-latest-list{padding:5px 16px 8px}.atd-home-side-latest-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid var(--atd-line)}.atd-home-side-latest-item:last-child{border-bottom:0}.atd-home-side-latest-media{display:block;overflow:hidden;border-radius:8px;background:#eee;aspect-ratio:4/3}.atd-home-side-latest-media img,.atd-home-side-latest-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .32s var(--atd-ease)}.atd-home-side-latest-item:hover .atd-home-side-latest-media img{transform:scale(1.045)}.atd-home-side-latest-copy{min-width:0}.atd-home-side-latest-copy h3{margin:0;color:var(--atd-text);font:650 12.5px/1.38 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.01em}.atd-home-side-latest-copy time{display:block;margin-top:5px;color:var(--atd-muted);font-size:9px}.atd-home-side-widgets .atd-widget{padding:17px 18px;margin-bottom:22px;border:1px solid #ece8e6;border-radius:14px;background:var(--atd-surface);box-shadow:0 12px 34px rgba(58,42,35,.055)}@media (min-width:1025px){.atd-home-desktop-content>.atd-container,.atd-home-desktop-content>section>.atd-container{width:100%;max-width:none;margin-inline:0}.atd-home-desktop-content .atd-home-lead-section{padding-top:0}.atd-home-desktop-content .atd-home-lead-media{border-radius:12px;box-shadow:0 16px 42px rgba(46,34,29,.10)}.atd-home-desktop-content .atd-home-lead-copy{padding-top:18px}.atd-home-desktop-content .atd-home-lead-copy h1{font-size:35px;line-height:1.2}.atd-home-desktop-content .atd-home-feature-pair{gap:16px}.atd-home-desktop-content .atd-home-feature-card{overflow:hidden;border:1px solid #ece8e6;border-radius:12px;background:var(--atd-surface);box-shadow:0 10px 28px rgba(55,39,33,.055);transition:transform .28s var(--atd-ease),box-shadow .28s var(--atd-ease)}.atd-home-desktop-content .atd-home-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(55,39,33,.09)}.atd-home-desktop-content .atd-home-feature-card-media{border-radius:0}.atd-home-desktop-content .atd-home-feature-card-copy{padding:12px 14px 15px}.atd-home-desktop-content .atd-home-feature-card-copy h2{font-size:15px}.atd-home-desktop-content .atd-home-stream-section{padding:9px 0 13px}.atd-home-desktop-content .atd-home-stream-section>.atd-container{padding:22px 22px 8px;border:1px solid #ece8e6;border-radius:14px;background:var(--atd-surface);box-shadow:0 10px 30px rgba(55,39,33,.045)}.atd-home-desktop-content .atd-home-news-row{grid-template-columns:minmax(0,1fr) 165px;gap:18px;margin-bottom:14px;padding:0 4px 14px}.atd-home-desktop-content .atd-home-news-row:hover{transform:none;background:linear-gradient(90deg,transparent,var(--atd-primary-soft))}.atd-home-desktop-content .atd-home-news-row h3{font-size:16px}.atd-home-desktop-content .atd-home-government-band,.atd-home-desktop-content .atd-home-promo-zone,.atd-home-desktop-content .atd-home-national-zone{margin:10px 0 18px;border-radius:15px}.atd-home-desktop-content .atd-home-government-band>.atd-container,.atd-home-desktop-content .atd-home-promo-zone>.atd-container,.atd-home-desktop-content .atd-home-national-zone>.atd-container{padding-left:24px;padding-right:24px}.atd-home-desktop-content .atd-home-government-grid{gap:14px}.atd-home-desktop-content .atd-home-government-card-copy h3{font-size:13.5px}.atd-home-desktop-content .atd-home-national-lead{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);min-height:300px}.atd-home-desktop-content .atd-home-national-lead-copy{padding:26px}.atd-home-desktop-content .atd-home-national-lead-copy h3{font-size:21px}.atd-home-desktop-content .atd-home-national-grid{gap:14px}.atd-home-desktop-content .atd-home-national-card h3{font-size:13.5px}.atd-home-desktop-content .atd-home-popular-section{display:none}.atd-home-desktop-content .atd-home-bottom-ad{padding-left:0;padding-right:0}.atd-home-sidebar{position:sticky;top:166px}.admin-bar .atd-home-sidebar{top:198px}}@media (max-width:1024px){.atd-home-desktop-layout{display:block;width:min(var(--atd-container),calc(100% - 32px));padding-bottom:0}.atd-home-desktop-content{width:100%}.atd-home-desktop-content>.atd-container,.atd-home-desktop-content>section>.atd-container{width:100%;max-width:none}.atd-home-sidebar{display:none!important}}@media (max-width:600px){.atd-mobile-strip-menu>li>a{font-size:12.5px;padding:9px 12px}.atd-menu-overlay .atd-overlay-menu-list>li>a{font-size:24px}.atd-menu-overlay .atd-overlay-menu-list .sub-menu a{font-size:13.5px}.atd-home-section-title h2{font-size:19px}.atd-home-section-title>a{font-size:10px}.atd-home-eyebrow{font-size:9.5px}.atd-home-lead-copy h1{font-size:24px;line-height:1.3}.atd-home-lead-meta{font-size:10px}.atd-home-feature-card-copy h2{font-size:13.5px;line-height:1.42}.atd-home-feature-card-copy .atd-home-row-meta{font-size:9px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 98px;gap:12px;padding-bottom:14px;margin-bottom:14px}.atd-home-news-row h3{font-size:15px;line-height:1.42}.atd-home-row-meta{font-size:9.5px;line-height:1.35}.atd-home-government-head h2{font-size:21px}.atd-home-government-head>a{font-size:10px}.atd-home-government-card-copy{padding:11px 11px 12px}.atd-home-government-card-copy h3{font-size:13px;line-height:1.42}.atd-home-government-card-copy time{font-size:8.8px}.atd-home-government-links a{font-size:12px;line-height:1.5}.atd-home-ad--poster .atd-home-ad-placeholder strong{font-size:14px}.atd-home-national-lead-copy h3{font-size:19px;line-height:1.36}.atd-home-feature-label{font-size:8.5px}.atd-home-national-lead-copy time{font-size:9px}.atd-home-national-card h3{font-size:13px;line-height:1.42}.atd-home-national-card time{font-size:8.5px}.atd-home-stream-list--long .atd-home-news-row h3{font-size:14.5px}.atd-home-popular-item{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:13px 0}.atd-home-popular-rank{font-size:24px}.atd-home-popular-copy h3{font-size:13.5px;line-height:1.45}.atd-home-more-button{font-size:10.5px}}@media (max-width:390px){.atd-home-feature-card-copy h2{font-size:13px}.atd-home-news-row{grid-template-columns:minmax(0,1fr) 92px;gap:10px}.atd-home-news-row h3{font-size:14.5px}.atd-home-government-card-copy h3{font-size:12.5px}.atd-home-national-card h3{font-size:12.5px}.atd-home-popular-copy h3{font-size:13px}}body.atd-dark .atd-home-side-card,body.atd-dark .atd-home-side-widgets .atd-widget{border-color:#2d2927;background:#191817;box-shadow:none}body.atd-dark .atd-home-side-category-grid a{border-color:#342d29;background:#211b18}body.atd-dark .atd-home-side-category-grid a:hover{background:#2a201c}body.atd-dark .atd-home-side-category-grid small{background:#151413}.atd-site-header{will-change:box-shadow;transition:box-shadow .38s cubic-bezier(.2,.75,.25,1),background-color .38s ease;}.atd-brandbar-inner{transition:min-height .42s cubic-bezier(.2,.75,.25,1),padding .42s cubic-bezier(.2,.75,.25,1);}.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{transform-origin:left center;transition:max-height .42s cubic-bezier(.2,.75,.25,1),max-width .42s cubic-bezier(.2,.75,.25,1),transform .42s cubic-bezier(.2,.75,.25,1),opacity .3s ease;}.atd-head-date,.atd-head-actions,.atd-mainnav,.atd-menu>li>a{transition:opacity .32s ease,transform .32s ease,padding .4s cubic-bezier(.2,.75,.25,1),min-height .4s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease;}.atd-site-header.is-scrolled{box-shadow:0 10px 28px rgba(45,24,18,.16)}@media (min-width:1025px){.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:72px}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:52px;max-width:300px;transform:translateZ(0)}.atd-site-header.is-scrolled .atd-head-date{opacity:.78}.atd-site-header.is-scrolled .atd-mainnav{box-shadow:0 1px 0 rgba(255,255,255,.03) inset}.atd-site-header.is-scrolled .atd-menu>li>a{padding-top:12px;padding-bottom:12px}}.atd-home-reference{--atd-container:1160px}.atd-home-desktop-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}@media (min-width:1025px){.atd-home-desktop-layout{padding-top:4px;padding-bottom:46px}.atd-home-desktop-content{min-width:0}.atd-home-desktop-content .atd-home-lead-section{padding:0 0 18px}.atd-home-desktop-content .atd-home-lead-story{position:relative;overflow:hidden;border-radius:5px;background:#1d1d1d;box-shadow:none}.atd-home-desktop-content .atd-home-lead-media{position:relative;isolation:isolate;overflow:hidden;border-radius:5px;aspect-ratio:16/9;box-shadow:none}.atd-home-desktop-content .atd-home-lead-media:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 32%,rgba(0,0,0,.2) 55%,rgba(0,0,0,.88) 100%);pointer-events:none}.atd-home-desktop-content .atd-home-lead-copy{position:absolute;z-index:3;left:0;right:0;bottom:0;max-width:90%;padding:34px 34px 30px;color:#fff}.atd-home-desktop-content .atd-home-lead-copy .atd-home-eyebrow{display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:3px;background:var(--atd-primary);color:#fff!important;font-size:9px;letter-spacing:.08em}.atd-home-desktop-content .atd-home-lead-copy h1{max-width:720px;color:#fff;font-size:32px;line-height:1.19;letter-spacing:-.032em;text-shadow:0 2px 12px rgba(0,0,0,.28)}.atd-home-desktop-content .atd-home-lead-copy h1 a,.atd-home-desktop-content .atd-home-lead-copy h1 a:hover{color:#fff}.atd-home-desktop-content .atd-home-lead-meta{color:rgba(255,255,255,.82);font-size:10px}.atd-home-desktop-content .atd-home-feature-pair{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.atd-home-desktop-content .atd-home-feature-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.atd-home-desktop-content .atd-home-feature-card:hover{transform:none;box-shadow:none}.atd-home-desktop-content .atd-home-feature-card-media{overflow:hidden;border-radius:4px;aspect-ratio:16/10;background:#eee}.atd-home-desktop-content .atd-home-feature-card-media img{transition:transform .42s cubic-bezier(.2,.75,.25,1)}.atd-home-desktop-content .atd-home-feature-card:hover .atd-home-feature-card-media img{transform:scale(1.035)}.atd-home-desktop-content .atd-home-feature-card-copy{padding:8px 0 0}.atd-home-desktop-content .atd-home-feature-card-copy h2{font-size:13px;line-height:1.38}.atd-home-desktop-content .atd-home-feature-card-copy .atd-home-eyebrow{font-size:8px}.atd-home-desktop-content .atd-home-stream-section{padding:12px 0 18px}.atd-home-desktop-content .atd-home-stream-section>.atd-container{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.atd-home-desktop-content .atd-home-section-title{margin-bottom:17px;padding:0 0 9px;border-bottom:1px solid #e7e3e1}.atd-home-desktop-content .atd-home-section-title h2{font-size:16px;text-transform:uppercase;letter-spacing:.015em}.atd-home-desktop-content .atd-home-section-title h2:before{width:4px}.atd-home-desktop-content .atd-home-news-row{grid-template-columns:220px minmax(0,1fr);grid-template-rows:auto;gap:18px;align-items:center;margin:0 0 17px;padding:0 0 17px;border-bottom:1px solid #ece9e7;background:transparent}.atd-home-desktop-content .atd-home-news-row:hover{transform:none;background:transparent}.atd-home-desktop-content .atd-home-news-row-media{grid-column:1;grid-row:1;aspect-ratio:16/10;border-radius:4px}.atd-home-desktop-content .atd-home-news-row-copy{grid-column:2;grid-row:1}.atd-home-desktop-content .atd-home-news-row h3{font-size:16px;line-height:1.4}.atd-home-desktop-content .atd-home-news-row .atd-home-eyebrow{font-size:8px}.atd-home-desktop-content .atd-home-row-meta{font-size:9.5px}.atd-home-desktop-content .atd-home-government-band,.atd-home-desktop-content .atd-home-promo-zone,.atd-home-desktop-content .atd-home-national-zone{margin:14px 0 22px;border-radius:4px;box-shadow:none}.atd-home-desktop-content .atd-home-government-band{padding-top:25px;padding-bottom:27px}.atd-home-desktop-content .atd-home-promo-zone,.atd-home-desktop-content .atd-home-national-zone{border:1px solid #ebe7e5;background:#f7f6f5}.atd-home-desktop-content .atd-home-government-band>.atd-container,.atd-home-desktop-content .atd-home-promo-zone>.atd-container,.atd-home-desktop-content .atd-home-national-zone>.atd-container{padding-left:20px;padding-right:20px}.atd-home-desktop-content .atd-home-national-lead{border-radius:4px}.atd-home-desktop-content .atd-home-national-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.atd-home-desktop-content .atd-home-national-card:nth-child(4){display:none}.atd-home-sidebar{position:sticky;top:126px;max-width:300px}.admin-bar .atd-home-sidebar{top:158px}}.atd-home-side-section{margin:0 0 28px;min-width:0}.atd-home-side-title-row{display:flex;align-items:center;min-height:32px;margin:0 0 13px;padding:0 0 8px;border-bottom:1px solid #e8e4e2}.atd-home-side-title-row h2{position:relative;margin:0;padding-left:10px;color:var(--atd-text);font:700 14px/1.15 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.02em}.atd-home-side-title-row h2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:10px;background:var(--atd-primary)}.atd-home-side-lead{margin:0 0 12px}.atd-home-side-lead-media{display:block;overflow:hidden;border-radius:4px;aspect-ratio:16/9;background:#eee}.atd-home-side-lead-media img,.atd-home-side-lead-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.75,.25,1)}.atd-home-side-lead:hover .atd-home-side-lead-media img{transform:scale(1.035)}.atd-home-side-lead h3{margin:9px 0 0;color:var(--atd-text);font:650 13px/1.43 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.012em}.atd-home-side-lead time{display:block;margin-top:5px;color:var(--atd-muted);font-size:9px}.atd-home-side-ranked-list{border-top:1px solid #ece9e7}.atd-home-side-ranked-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start;padding:10px 0;border-bottom:1px solid #ece9e7}.atd-home-side-ranked-item:last-child{border-bottom:0}.atd-home-side-ranked-number{padding-top:2px;color:var(--atd-primary);font:700 11px/1.3 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-home-side-ranked-item h3{margin:0;color:var(--atd-text);font:600 11.5px/1.4 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.006em}.atd-home-side-ranked-item h3 a:hover{color:var(--atd-primary-dark)}.atd-home-side-latest-list{padding:0}.atd-home-side-latest-item{grid-template-columns:86px minmax(0,1fr);gap:10px;padding:10px 0}.atd-home-side-latest-copy h3{font-size:11.5px;line-height:1.4}.atd-home-side-latest-copy time{font-size:8.5px}.atd-home-side-widgets .atd-widget{margin:0 0 26px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.atd-home-side-widgets .atd-widget-title{font-size:14px;text-transform:uppercase}.atd-site-footer{position:relative;margin-top:36px;background:#942321;color:#fff;overflow:hidden}.atd-site-footer:before,.atd-site-footer:after{display:none!important}.atd-footer-reference-grid{width:min(1040px,calc(100% - 32px));display:grid;grid-template-columns:minmax(0,1.8fr) minmax(150px,.72fr) minmax(180px,.9fr);gap:76px;align-items:start;padding:48px 0 22px}.atd-footer-reference-brand{min-width:0}.atd-footer-reference-brand .atd-footer-logo{margin:0 0 22px}.atd-footer-reference-brand .atd-footer-logo .custom-logo,.atd-footer-reference-brand .atd-footer-logo .atd-reference-logo img{display:block;max-height:52px;max-width:250px;width:auto;filter:none}.atd-footer-reference-brand h3,.atd-footer-reference-column h3{margin:0 0 14px;color:#fff;font:700 16px/1.2 var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-footer-follow{margin-bottom:20px}.atd-footer-social-icons{display:flex;flex-wrap:wrap;gap:8px;min-height:34px}.atd-footer-social-icons a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#942321;box-shadow:0 0 0 1px rgba(255,255,255,.18);transition:transform .24s cubic-bezier(.2,.75,.25,1),box-shadow .24s ease,background .24s ease,color .24s ease}.atd-footer-social-icons a:hover{transform:translateY(-2px);background:#fff3ef;color:var(--atd-primary-deep);box-shadow:0 7px 18px rgba(42,8,7,.18)}.atd-footer-social-icons svg{width:17px;height:17px;fill:currentColor}.atd-footer-address{max-width:500px}.atd-footer-address h3{margin-bottom:8px}.atd-footer-address p{margin:3px 0;padding:0;color:rgba(255,255,255,.84);font-size:12.5px;line-height:1.55}.atd-footer-address p:before{display:none!important}.atd-footer-address a{color:rgba(255,255,255,.92)}.atd-footer-reference-menu{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important;white-space:normal!important}.atd-footer-reference-menu li{width:100%;margin:0!important;padding:0!important;border:0!important}.atd-footer-reference-menu li a{display:inline!important;padding:0!important;color:rgba(255,255,255,.9)!important;font:600 13px/1.45 "Open Sans",sans-serif!important;background:none!important}.atd-footer-reference-menu li a:before{display:none!important}.atd-footer-reference-menu li a:hover{color:#fff!important;text-decoration:underline;text-underline-offset:3px}.atd-footer-reference-menu .sub-menu{display:none!important}.atd-footer-reference-bottom{width:min(1040px,calc(100% - 32px));padding:14px 0 38px}.atd-footer-reference-bottom p{margin:0;color:rgba(255,255,255,.84);font-size:12px;line-height:1.5}@media (max-width:1024px){.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:60px}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:42px;max-width:220px}.atd-footer-reference-grid{grid-template-columns:minmax(0,1.3fr) minmax(145px,.7fr) minmax(165px,.8fr);gap:40px}}@media (max-width:782px){.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:56px}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:36px;max-width:180px}.atd-footer-reference-grid{grid-template-columns:1fr 1fr;gap:34px 26px;padding-top:40px}.atd-footer-reference-brand{grid-column:1/-1}.atd-footer-address{max-width:620px}}@media (max-width:600px){.atd-container{width:min(100% - 32px,var(--atd-container))}.atd-home-desktop-layout{width:min(var(--atd-container),calc(100% - 32px))}.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:54px}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:34px;max-width:155px}.atd-home-feature-pair>article:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:118px minmax(0,1fr);gap:11px;align-items:center;padding-top:3px}.atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-media{margin:0;aspect-ratio:4/3}.atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-copy{padding:0}.atd-footer-reference-grid{width:min(100% - 32px,1040px);grid-template-columns:1fr;gap:28px;padding:36px 0 18px}.atd-footer-reference-brand{grid-column:auto}.atd-footer-reference-brand .atd-footer-logo .custom-logo,.atd-footer-reference-brand .atd-footer-logo .atd-reference-logo img{max-height:48px;max-width:220px}.atd-footer-reference-brand h3,.atd-footer-reference-column h3{font-size:15px}.atd-footer-reference-menu{gap:8px!important}.atd-footer-reference-menu li a{font-size:13px!important}.atd-footer-reference-bottom{width:min(100% - 32px,1040px);padding:8px 0 28px}.atd-footer-reference-bottom p{font-size:11.5px}}@media (max-width:390px){.atd-container{width:min(100% - 28px,var(--atd-container))}.atd-home-desktop-layout{width:min(var(--atd-container),calc(100% - 28px))}.atd-footer-reference-grid,.atd-footer-reference-bottom{width:min(100% - 28px,1040px)}.atd-home-feature-pair>article:nth-child(3){grid-template-columns:105px minmax(0,1fr)}}body.atd-dark .atd-home-side-title-row{border-color:#2c2c2c}body.atd-dark .atd-home-side-ranked-list,body.atd-dark .atd-home-side-ranked-item{border-color:#2c2c2c}body.atd-dark .atd-home-desktop-content .atd-home-stream-section>.atd-container{background:transparent}body.atd-dark .atd-home-desktop-content .atd-home-promo-zone,body.atd-dark .atd-home-desktop-content .atd-home-national-zone{background:#181818;border-color:#2c2c2c}@media (prefers-reduced-motion:reduce){.atd-site-header,.atd-brandbar-inner,.atd-brand .custom-logo,.atd-brand .atd-reference-logo img,.atd-menu>li>a{transition:none!important}}.atd-footer-reference-grid h3{position:static!important;padding:0!important}.atd-footer-reference-grid h3:after{display:none!important}@media (min-width:601px) and (max-width:1024px){.atd-home-feature-pair>article:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);gap:16px;align-items:center}.atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-media{margin:0;aspect-ratio:16/10}.atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-copy{padding:0}}.atd-home-reference{--atd-container:1100px!important}.atd-home-reference>.atd-container,.atd-home-reference .atd-home-desktop-layout{width:min(var(--atd-container),calc(100% - 32px))!important;max-width:var(--atd-container);margin-inline:auto}body{font-size:16px}.atd-reference-readtime,.atd-reference-share,.atd-reference-share-svg{display:none!important}.atd-reference-author-row{display:flex;align-items:center;gap:14px;width:100%;min-width:0}.atd-reference-author-meta{display:flex;align-items:center;gap:9px;min-width:0;flex-wrap:wrap}.atd-author-share{display:flex;align-items:center;gap:7px;margin-left:auto;flex:0 0 auto}.atd-author-share .atd-social-icon{width:31px;min-width:31px;height:31px;box-shadow:none;transition:transform .22s var(--atd-ease),box-shadow .22s ease,opacity .22s ease}.atd-author-share .atd-social-icon svg{width:15px;height:15px}.atd-author-share .atd-social-icon:hover{transform:translateY(-2px);box-shadow:0 7px 16px rgba(20,24,30,.14)}.atd-sticky-share{display:none!important}.atd-mobile-scroll-share{display:none!important;position:relative;width:100%;height:auto;margin:14px 0 18px;z-index:850}.atd-mobile-scroll-share .atd-sticky-share-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;width:max-content;max-width:100%;margin-inline:auto;padding:7px 9px;border:1px solid var(--atd-line);border-radius:999px;background:color-mix(in srgb,var(--atd-surface) 97%,transparent);box-shadow:0 12px 34px rgba(15,20,28,.18);backdrop-filter:blur(14px)}.atd-mobile-scroll-share .atd-social-icon{width:34px;min-width:34px;height:34px;box-shadow:none}.atd-mobile-scroll-share .atd-social-icon svg{width:16px;height:16px}.atd-home-feature-carousel{position:relative;margin-top:16px;padding-inline:0}.atd-home-feature-carousel .atd-home-feature-pair{display:flex!important;grid-template-columns:none!important;gap:16px!important;margin:0!important;padding:0!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain}.atd-home-feature-carousel .atd-home-feature-pair::-webkit-scrollbar{display:none}.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){display:block!important;grid-column:auto!important;grid-template-columns:none!important;flex:0 0 calc((100% - 16px)/2);min-width:0;padding:0!important;scroll-snap-align:start}.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-media{margin:0 0 9px!important;aspect-ratio:16/10!important}.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3) .atd-home-feature-card-copy{padding:0!important}.atd-home-feature-arrow{position:absolute;top:31%;z-index:8;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(32,28,27,.78);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.18);backdrop-filter:blur(8px);cursor:pointer;transform:translateY(-50%);transition:opacity .2s ease,transform .2s var(--atd-ease),background .2s ease}.atd-home-feature-arrow svg{width:20px;height:20px;fill:currentColor}.atd-home-feature-arrow--prev{left:8px}.atd-home-feature-arrow--next{right:8px}.atd-home-feature-arrow:hover{background:var(--atd-primary);transform:translateY(-50%) scale(1.05)}.atd-home-feature-arrow:disabled{opacity:.28;cursor:default;transform:translateY(-50%) scale(.95)}@media (min-width:1025px){.atd-home-desktop-content .atd-home-lead-copy h1{font-size:34px!important;line-height:1.2}.atd-home-desktop-content .atd-home-feature-card-copy h2{font-size:15.5px!important;line-height:1.4}.atd-home-desktop-content .atd-home-news-row h3{font-size:17.5px!important;line-height:1.42}.atd-home-stream-list--long .atd-home-news-row h3{font-size:16.5px!important}.atd-home-row-meta,.atd-home-side-lead time{font-size:10.5px!important}.atd-home-eyebrow{font-size:10.5px!important}.atd-home-side-lead h3{font-size:15px!important;line-height:1.45}.atd-home-side-ranked-item h3{font-size:13.5px!important;line-height:1.45}.atd-home-side-latest-copy h3{font-size:13px!important;line-height:1.43}.atd-home-side-latest-copy time{font-size:10px!important}}.atd-home-government-band{border-radius:0!important;margin-left:0!important;margin-right:0!important;width:100%!important}.atd-home-desktop-content .atd-home-government-band>.atd-container{width:100%!important;max-width:none!important;margin:0!important;padding-left:20px!important;padding-right:20px!important}.atd-site-footer{background:linear-gradient(135deg,var(--atd-primary-deep) 0%,var(--atd-primary-dark) 62%,var(--atd-primary) 145%)!important;color:#fff}.atd-footer-reference-grid,.atd-footer-reference-bottom{width:min(var(--atd-container),calc(100% - 32px))!important;max-width:var(--atd-container)}.atd-footer-social-icons a{color:var(--atd-primary-deep)!important}@media (max-width:1024px){.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){flex-basis:calc((100% - 14px)/2)}.atd-home-feature-carousel .atd-home-feature-pair{gap:14px!important}.atd-home-desktop-content .atd-home-feature-card-copy h2{font-size:15px!important}.atd-home-desktop-content .atd-home-news-row h3{font-size:16px!important}}@media (max-width:782px){.atd-author-share{display:none!important}.atd-reference-author-row{gap:8px}.atd-reference-author-meta{gap:7px}.atd-mobile-scroll-share.is-floating,.atd-mobile-scroll-share.is-docked{display:block!important}.atd-mobile-scroll-share.is-floating{position:fixed!important;left:50%;right:auto;bottom:max(12px,env(safe-area-inset-bottom));width:auto!important;max-width:calc(100vw - 28px);margin:0!important;transform:translateX(-50%);z-index:1250}.atd-mobile-scroll-share.is-docked{position:relative!important;left:auto;bottom:auto;width:100%!important;max-width:none;margin:15px 0 20px!important;transform:none!important;z-index:2}.atd-mobile-scroll-share.is-docked .atd-sticky-share-inner{box-shadow:0 6px 18px rgba(15,20,28,.10)}.atd-reader-toolbar{display:block!important;margin:12px 0!important;padding:8px 9px!important;border-radius:10px}.atd-reader-toolbar-group:first-child{display:grid!important;grid-template-columns:minmax(0,1fr) 48px 48px!important;gap:7px!important;width:100%!important;align-items:center}.atd-reader-toolbar-utils{display:none!important}.atd-reader-status{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.atd-reader-button{width:100%;min-width:0;height:38px;min-height:38px;padding:7px 9px;font-size:11.5px}.atd-font-button{padding:0!important}.atd-home-government-band{margin-left:-16px!important;margin-right:-16px!important;width:calc(100% + 32px)!important}.atd-home-desktop-content .atd-home-government-band>.atd-container{padding-left:16px!important;padding-right:16px!important}.atd-home-feature-carousel .atd-home-feature-pair{gap:12px!important;padding-inline:0!important}.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){flex-basis:82%!important}.atd-home-feature-arrow{top:34%;width:34px;height:34px}.atd-home-feature-arrow--prev{left:6px}.atd-home-feature-arrow--next{right:6px}.atd-home-lead-copy h1{font-size:25px!important;line-height:1.28}.atd-home-feature-card-copy h2{font-size:14.5px!important;line-height:1.4}.atd-home-news-row h3{font-size:15.5px!important;line-height:1.43}.atd-home-stream-list--long .atd-home-news-row h3{font-size:15px!important}.atd-home-row-meta{font-size:10.5px!important}.atd-home-eyebrow{font-size:10px!important}.atd-home-government-card h3,.atd-home-national-card h3,.atd-home-popular-item h3{font-size:14.5px!important;line-height:1.42}}@media (max-width:600px){.atd-home-reference>.atd-container,.atd-home-reference .atd-home-desktop-layout{width:min(var(--atd-container),calc(100% - 32px))!important}.atd-home-news-row{gap:13px}.atd-home-news-row-media{width:126px;min-width:126px}.atd-home-feature-arrow{width:32px;height:32px}}@media (max-width:390px){.atd-home-government-band{margin-left:-14px!important;margin-right:-14px!important;width:calc(100% + 28px)!important}.atd-home-desktop-content .atd-home-government-band>.atd-container{padding-left:14px!important;padding-right:14px!important}.atd-mobile-scroll-share .atd-sticky-share-inner{gap:5px;padding:6px 7px}.atd-mobile-scroll-share .atd-social-icon{width:32px;min-width:32px;height:32px}.atd-reader-toolbar-group:first-child{grid-template-columns:minmax(0,1fr) 46px 46px!important}.atd-reader-button{font-size:11px}.atd-home-news-row-media{width:112px;min-width:112px}}@media print{.atd-author-share,.atd-mobile-scroll-share{display:none!important}}body{font-size:16.5px}.atd-site-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10000!important;isolation:isolate;transform:translateZ(0);backface-visibility:hidden;}.admin-bar .atd-site-header{top:32px!important}.atd-brandbar-inner{min-height:100px}.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{max-height:72px;max-width:350px}.atd-site-header.is-scrolled .atd-brandbar{background:color-mix(in srgb,var(--atd-primary) 94%,#000 6%)}.atd-site-header.is-scrolled{box-shadow:0 10px 32px rgba(30,22,19,.18)}@media (min-width:1025px){.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:72px!important}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:54px!important;max-width:300px!important;transform:translateZ(0) scale(.985)}.atd-site-header.is-scrolled .atd-menu>li>a{padding-top:11px!important;padding-bottom:11px!important}}.atd-editorial-sidebar{width:100%;max-width:300px;min-width:0;align-self:start}.atd-editorial-sidebar .atd-home-side-title-row h2{font-size:15px}.atd-editorial-sidebar .atd-home-side-lead h3{font-size:16px!important;line-height:1.43}.atd-editorial-sidebar .atd-home-side-lead time{font-size:10.5px!important}.atd-editorial-sidebar .atd-home-side-ranked-item h3{font-size:13.8px!important;line-height:1.45}.atd-editorial-sidebar .atd-home-side-ranked-number{font-size:12px}.atd-editorial-sidebar .atd-home-side-latest-copy h3{font-size:13.5px!important;line-height:1.43}.atd-editorial-sidebar .atd-home-side-latest-copy time{font-size:10px!important}@media (min-width:1025px){.atd-single-reference-grid,.atd-archive-reference-grid,.atd-page-grid{grid-template-columns:minmax(0,1fr) 300px!important;gap:34px!important;align-items:start}.single-post .atd-editorial-sidebar,.archive .atd-editorial-sidebar,.page .atd-editorial-sidebar{position:sticky!important;top:126px!important;max-width:300px!important;justify-self:end}.admin-bar.single-post .atd-editorial-sidebar,.admin-bar.archive .atd-editorial-sidebar,.admin-bar.page .atd-editorial-sidebar{top:158px!important}}.atd-archive-reference-page{background:var(--atd-bg)!important}.category-nasional .atd-archive-page,.category-pemerintah .atd-archive-page{background:var(--atd-bg)!important}.atd-archive-reference-section{padding:24px 0 44px}.atd-archive-reference-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);gap:28px;align-items:end;margin:0 0 24px;padding:0 0 17px;border-bottom:1px solid var(--atd-line)}.atd-archive-reference-header h1{margin:3px 0 0;color:var(--atd-text);font:750 31px/1.16 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.035em}.atd-archive-eyebrow{display:block;color:var(--atd-primary);font:750 10.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.13em}.atd-archive-description{justify-self:end;max-width:420px;color:var(--atd-muted);font-size:13.5px;line-height:1.65;text-align:right}.atd-archive-description p{margin:0}.atd-archive-featured-block{margin:0 0 31px}.atd-archive-lead-story{position:relative;overflow:hidden;margin:0 0 15px;border-radius:9px;background:#171717;min-height:390px}.atd-archive-lead-media{position:absolute;inset:0;display:block}.atd-archive-lead-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 26%,rgba(0,0,0,.22) 56%,rgba(0,0,0,.9) 100%)}.atd-archive-lead-media img,.atd-archive-lead-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s var(--atd-ease)}.atd-archive-lead-story:hover .atd-archive-lead-media img{transform:scale(1.025)}.atd-archive-lead-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px 31px;color:#fff}.atd-archive-lead-copy .atd-home-eyebrow{display:inline-flex;margin-bottom:8px;padding:5px 8px;border-radius:4px;background:var(--atd-primary);color:#fff!important}.atd-archive-lead-copy h2{max-width:760px;margin:0;color:#fff;font:750 29px/1.22 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.03em}.atd-archive-lead-copy h2 a{color:#fff}.atd-archive-lead-copy .atd-home-row-meta{margin-top:8px;color:rgba(255,255,255,.8);font-size:10.5px}.atd-archive-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.atd-archive-feature-card{min-width:0}.atd-archive-feature-media{display:block;overflow:hidden;aspect-ratio:16/10;border-radius:6px;background:#ddd}.atd-archive-feature-media img,.atd-archive-feature-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .38s var(--atd-ease)}.atd-archive-feature-card:hover .atd-archive-feature-media img{transform:scale(1.04)}.atd-archive-feature-copy{padding:9px 1px 0}.atd-archive-feature-copy .atd-home-eyebrow{margin-bottom:5px}.atd-archive-feature-copy h3{margin:0;color:var(--atd-text);font:680 15.2px/1.42 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.014em}.atd-archive-feature-copy time{display:block;margin-top:6px;color:var(--atd-muted);font-size:10px}.atd-archive-list-title{margin:4px 0 19px}.atd-archive-editorial-list .atd-card-horizontal{grid-template-columns:220px minmax(0,1fr);gap:19px;align-items:center;margin-bottom:18px;padding-bottom:18px}.atd-archive-editorial-list .atd-card-title{font-size:19px;line-height:1.4;letter-spacing:-.015em}.atd-archive-editorial-list .atd-card-excerpt{font-size:14px;line-height:1.68}.atd-archive-editorial-list .atd-meta{font-size:10.5px}.atd-pagination{margin-top:26px}.atd-reference-article-title{font-size:34px!important;line-height:1.24!important;letter-spacing:-.035em!important}.atd-reference-entry-content{font-size:var(--atd-reader-font-size,18px)!important;line-height:1.82!important;letter-spacing:-.006em}.atd-reference-entry-content p{margin-bottom:1.35em}.atd-reference-entry-content h2{font-size:1.5em;line-height:1.35;margin:1.55em 0 .65em}.atd-reference-entry-content h3{font-size:1.27em;line-height:1.4;margin:1.4em 0 .6em}.atd-reference-entry-content li{margin-bottom:.38em}.atd-reference-featured-image figcaption{background:transparent!important;color:var(--atd-muted)!important;font-size:12px!important;line-height:1.5;padding:8px 2px 0!important}.atd-page-header{margin:0 0 22px;padding:0 0 16px;border-bottom:1px solid var(--atd-line)}.atd-page-header h1{margin:0;color:var(--atd-text);font:750 33px/1.22 var(--atd-heading-font,Inter,system-ui,sans-serif);letter-spacing:-.035em}.atd-page-entry-content{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif);font-size:18px;line-height:1.8;color:var(--atd-text)}.atd-page-entry-content p{margin:0 0 1.35em}.atd-reference-author-row{align-items:center!important;flex-wrap:nowrap!important}.atd-reference-author-meta{flex:1 1 auto;min-width:0}.atd-author-share{display:flex!important;flex:0 0 auto}.atd-mobile-scroll-share.is-docked{text-align:left!important}.atd-mobile-scroll-share.is-docked .atd-sticky-share-inner{margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important}.atd-home-feature-carousel .atd-home-feature-pair{gap:14px!important}@media (min-width:1025px){.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){flex:0 0 calc((100% - 28px)/3)!important}}@media (max-width:1024px){.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){flex:0 0 calc((100% - 12px)/2)!important}}.atd-home-government-band{padding-left:0!important;padding-right:0!important}@media (max-width:782px){.atd-home-government-band{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:0!important;padding-right:0!important;border-radius:0!important;}.atd-home-government-band>.atd-container,.atd-home-desktop-content .atd-home-government-band>.atd-container{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important;}.atd-home-government-head,.atd-home-government-grid,.atd-home-government-links{margin-left:16px;margin-right:16px}}.atd-home-reference{--atd-container:1100px!important}.atd-home-desktop-content>.atd-container,.atd-home-desktop-content>section>.atd-container{width:100%!important;max-width:none!important;margin-inline:0!important}body.atd-dark{--atd-bg:#0f1115;--atd-surface:#171a20;--atd-text:#f4f1ed;--atd-muted:#a6a9b2;--atd-line:#2a2f38;--atd-nav:#090b0f;--atd-primary-soft:#261b17;--atd-card-border:rgba(255,255,255,.085);background:#0f1115;}body.atd-dark .atd-site-header{box-shadow:0 3px 18px rgba(0,0,0,.34)}body.atd-dark .atd-site-header.is-scrolled{box-shadow:0 12px 34px rgba(0,0,0,.46)}body.atd-dark .atd-archive-reference-header,body.atd-dark .atd-page-header,body.atd-dark .atd-home-side-title-row,body.atd-dark .atd-home-side-ranked-list,body.atd-dark .atd-home-side-ranked-item,body.atd-dark .atd-home-side-latest-item{border-color:var(--atd-line)!important}body.atd-dark .atd-archive-feature-media,body.atd-dark .atd-home-side-lead-media,body.atd-dark .atd-home-side-latest-media{background:#22262d}body.atd-dark .atd-archive-editorial-list .atd-card-horizontal{border-color:var(--atd-line)}body.atd-dark .atd-single-categorybar{background:#1e2229!important}body.atd-dark .atd-single-home-button{background:#272c34!important}body.atd-dark .atd-single-category-name{color:#f2efeb!important}body.atd-dark .atd-reader-toolbar{background:#171a20!important;border-color:#2b3038!important;box-shadow:0 8px 26px rgba(0,0,0,.24)}body.atd-dark .atd-reader-button,body.atd-dark .atd-reader-icon-button{background:#20242b!important;border-color:#313641!important;color:#f4f1ed!important}body.atd-dark .atd-mobile-scroll-share .atd-sticky-share-inner{background:rgba(23,26,32,.94)!important;border-color:#333944!important;box-shadow:0 14px 38px rgba(0,0,0,.38)}body.atd-dark .atd-home-side-section{color:var(--atd-text)}body.atd-dark .atd-home-side-ranked-item h3 a,body.atd-dark .atd-home-side-latest-copy h3 a,body.atd-dark .atd-home-side-lead h3 a{color:var(--atd-text)}body.atd-dark .atd-home-side-widgets .atd-widget{background:transparent!important;border-color:var(--atd-line)!important}body.atd-dark .atd-archive-description{color:var(--atd-muted)}body.atd-dark .atd-card-excerpt{color:var(--atd-muted)}body.atd-dark .atd-reference-featured-image figcaption{color:#9ca0aa!important}body.atd-dark .atd-site-footer{background:linear-gradient(135deg,#7f321f 0%,var(--atd-primary-deep) 48%,var(--atd-primary-dark) 100%)!important}@media (max-width:1024px){.atd-brandbar-inner{min-height:76px}.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{max-height:54px;max-width:265px}.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:62px!important}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:43px!important;max-width:225px!important}body:not(.home) .atd-editorial-sidebar{display:block!important;position:static!important;max-width:420px!important;margin:8px 0 0!important;justify-self:start!important}.atd-archive-reference-grid,.atd-page-grid,.atd-single-reference-grid{grid-template-columns:1fr!important;gap:30px!important}.atd-archive-reference-header{grid-template-columns:1fr;gap:10px}.atd-archive-description{justify-self:start;max-width:720px;text-align:left}.atd-archive-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (max-width:782px){.atd-brandbar-inner{min-height:70px}.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{max-height:48px;max-width:230px}.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:58px!important}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:38px!important;max-width:190px!important}.admin-bar .atd-site-header{top:46px!important}.atd-reference-article-title{font-size:29px!important;line-height:1.28!important}.atd-reference-entry-content{font-size:var(--atd-reader-font-size,17.5px)!important;line-height:1.8!important}.atd-page-header h1{font-size:28px}.atd-page-entry-content{font-size:17.5px;line-height:1.8}.atd-reference-author-row{gap:8px!important;align-items:flex-start!important}.atd-reference-author-meta{gap:6px!important;font-size:11.5px!important;line-height:1.45!important}.atd-author-share{gap:4px!important;margin-left:auto!important}.atd-author-share .atd-social-icon{width:28px!important;min-width:28px!important;height:28px!important}.atd-author-share .atd-social-icon svg{width:13px!important;height:13px!important}.atd-author-share .atd-share-copy{display:none!important}.atd-archive-reference-section{padding-top:18px}.atd-archive-reference-header h1{font-size:26px}.atd-archive-lead-story{min-height:330px;border-radius:8px}.atd-archive-lead-copy{padding:24px 22px}.atd-archive-lead-copy h2{font-size:24px}.atd-archive-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.atd-archive-feature-card:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:135px minmax(0,1fr);gap:12px;align-items:center}.atd-archive-feature-card:nth-child(3) .atd-archive-feature-media{aspect-ratio:4/3}.atd-archive-feature-card:nth-child(3) .atd-archive-feature-copy{padding:0}.atd-archive-feature-copy h3{font-size:14.5px}.atd-archive-editorial-list .atd-card-horizontal{grid-template-columns:minmax(0,1fr) 118px;gap:14px;align-items:center;margin-bottom:15px;padding-bottom:15px}.atd-archive-editorial-list .atd-card-media{grid-column:2;grid-row:1;aspect-ratio:4/3}.atd-archive-editorial-list .atd-card-body{grid-column:1;grid-row:1}.atd-archive-editorial-list .atd-card-title{font-size:16.5px;line-height:1.42}.atd-archive-editorial-list .atd-card-excerpt{display:none}.atd-archive-editorial-list .atd-kicker{font-size:9.5px}.atd-archive-editorial-list .atd-meta{font-size:9.5px}body:not(.home) .atd-editorial-sidebar{max-width:100%!important;width:100%!important}}@media (max-width:600px){.atd-container{width:min(100% - 32px,var(--atd-container))!important}.atd-brandbar-inner{min-height:66px}.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{max-height:44px;max-width:205px}.atd-site-header.is-scrolled .atd-brandbar-inner{min-height:56px!important}.atd-site-header.is-scrolled .atd-brand .custom-logo,.atd-site-header.is-scrolled .atd-brand .atd-reference-logo img{max-height:35px!important;max-width:170px!important}.atd-reference-article-title{font-size:27px!important}.atd-reference-entry-content{font-size:var(--atd-reader-font-size,17px)!important;line-height:1.79!important}.atd-page-entry-content{font-size:17px}.atd-reference-author-meta{font-size:11px!important}.atd-author-share .atd-social-icon{width:27px!important;min-width:27px!important;height:27px!important}.atd-home-feature-carousel .atd-home-feature-pair{gap:10px!important}.atd-home-feature-carousel .atd-home-feature-card,.atd-home-feature-carousel .atd-home-feature-pair>article:nth-child(3){flex:0 0 calc((100% - 10px)/2)!important}.atd-home-feature-card-copy h2{font-size:14.5px!important;line-height:1.4!important}.atd-archive-lead-story{min-height:300px}.atd-archive-lead-copy{padding:22px 18px}.atd-archive-lead-copy h2{font-size:22px}.atd-archive-feature-copy h3{font-size:14px}.atd-archive-editorial-list .atd-card-horizontal{grid-template-columns:minmax(0,1fr) 108px;gap:12px}.atd-archive-editorial-list .atd-card-title{font-size:16px}.atd-editorial-sidebar .atd-home-side-lead h3{font-size:15.5px!important}.atd-editorial-sidebar .atd-home-side-ranked-item h3{font-size:14px!important}.atd-editorial-sidebar .atd-home-side-latest-copy h3{font-size:13.7px!important}}@media (max-width:390px){.atd-reference-article-title{font-size:25.5px!important}.atd-reference-entry-content{font-size:var(--atd-reader-font-size,16.8px)!important}.atd-reference-author-meta{font-size:10.5px!important}.atd-author-share{gap:3px!important}.atd-author-share .atd-social-icon{width:25px!important;min-width:25px!important;height:25px!important}.atd-archive-lead-story{min-height:280px}.atd-archive-lead-copy h2{font-size:20.5px}.atd-archive-editorial-list .atd-card-horizontal{grid-template-columns:minmax(0,1fr) 100px;gap:10px}.atd-archive-editorial-list .atd-card-title{font-size:15.5px}}@media (prefers-reduced-motion:reduce){.atd-site-header,.atd-brandbar-inner,.atd-brand .custom-logo,.atd-brand .atd-reference-logo img{transition:none!important}}.atd-home-feature-carousel:not(.is-scrollable) .atd-home-feature-arrow{display:none}.atd-reference-author-meta{font-size:14px!important;line-height:1.5!important;}.atd-reference-author-name{font-size:inherit!important}.atd-reference-date{font-size:inherit!important}@media (min-width:1025px){.atd-archive-editorial-list .atd-home-news-row{grid-template-columns:220px minmax(0,1fr)!important;grid-template-rows:auto!important;gap:18px!important;align-items:center!important;margin:0 0 17px!important;padding:0 0 17px!important;border-bottom:1px solid var(--atd-line)!important;background:transparent!important;}.atd-archive-editorial-list .atd-home-news-row:hover{transform:none!important;background:transparent!important}.atd-archive-editorial-list .atd-home-news-row-media{grid-column:1!important;grid-row:1!important;width:auto!important;min-width:0!important;aspect-ratio:16/10!important;border-radius:4px!important;}.atd-archive-editorial-list .atd-home-news-row-copy{grid-column:2!important;grid-row:1!important}.atd-archive-editorial-list .atd-home-news-row h3{font-size:17px!important;line-height:1.42!important}.atd-archive-editorial-list .atd-home-row-meta{font-size:10px!important}}.atd-home-feature-carousel .atd-home-feature-pair{scroll-padding-inline:0!important}@media (min-width:1025px){.atd-home-feature-carousel .atd-home-feature-card{flex:0 0 calc((100% - 28px)/3)!important;}}@media (max-width:1024px){.atd-home-feature-carousel .atd-home-feature-card{flex:0 0 calc((100% - 12px)/2)!important;}}@media (max-width:600px){.atd-home-feature-carousel .atd-home-feature-card{flex:0 0 calc((100% - 10px)/2)!important;}}.atd-home-load-more-wrap{display:flex;justify-content:center;margin:22px 0 4px}.atd-home-load-more-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:190px;min-height:42px;padding:10px 20px;border:1px solid color-mix(in srgb,var(--atd-primary) 60%,var(--atd-line));border-radius:999px;background:var(--atd-surface);color:var(--atd-primary-dark);font:700 12.5px/1 var(--atd-heading-font,Inter,system-ui,sans-serif);cursor:pointer;transition:transform .22s var(--atd-ease),background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;}.atd-home-load-more-button:hover{transform:translateY(-2px);background:var(--atd-primary);border-color:var(--atd-primary);color:#fff;box-shadow:0 10px 24px rgba(239,104,59,.18)}.atd-home-load-more-button:disabled{cursor:wait;opacity:.72;transform:none}.atd-home-load-more-spinner{display:none;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:atdSpin .7s linear infinite}.atd-home-load-more-button.is-loading .atd-home-load-more-spinner{display:block}.atd-home-load-more-wrap.is-complete{display:none}@keyframes atdSpin{to{transform:rotate(360deg)}}@media (max-width:782px){.atd-site-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10050!important;width:100%!important;overflow:visible!important;will-change:auto;}.admin-bar .atd-site-header{top:46px!important}.atd-reference-author-meta{font-size:13px!important;line-height:1.48!important;gap:6px!important}.atd-author-share .atd-share-linkedin,.atd-author-share .atd-share-copy{display:none!important}.atd-author-share{display:flex!important;gap:4px!important;margin-left:auto!important}.atd-author-share .atd-social-icon{width:29px!important;min-width:29px!important;height:29px!important}.atd-author-share .atd-social-icon svg{width:14px!important;height:14px!important}.atd-mobile-scroll-share.is-docked{display:block!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;max-width:100%!important;margin:14px 0 20px!important;padding:0!important;transform:none!important;text-align:left!important;}.atd-mobile-scroll-share.is-docked .atd-sticky-share-inner{width:max-content!important;max-width:100%!important;margin:0!important;justify-content:flex-start!important;}.atd-archive-editorial-list .atd-home-news-row{grid-template-columns:minmax(0,1fr) 118px!important;gap:14px!important;align-items:center!important;margin-bottom:15px!important;padding-bottom:15px!important;}.atd-archive-editorial-list .atd-home-news-row-copy{grid-column:1!important;grid-row:1!important}.atd-archive-editorial-list .atd-home-news-row-media{grid-column:2!important;grid-row:1!important;width:118px!important;min-width:118px!important;aspect-ratio:4/3!important;}.atd-archive-editorial-list .atd-home-news-row h3{font-size:16.5px!important;line-height:1.42!important}.atd-archive-editorial-list .atd-home-row-meta{font-size:9.8px!important}}@media (max-width:600px){.atd-reference-author-meta{font-size:12.7px!important}.atd-author-share .atd-social-icon{width:28px!important;min-width:28px!important;height:28px!important}.atd-archive-editorial-list .atd-home-news-row{grid-template-columns:minmax(0,1fr) 108px!important;gap:12px!important}.atd-archive-editorial-list .atd-home-news-row-media{width:108px!important;min-width:108px!important}.atd-archive-editorial-list .atd-home-news-row h3{font-size:16px!important}.atd-home-load-more-button{min-width:178px;min-height:41px;font-size:12px}}@media (max-width:390px){.atd-reference-author-meta{font-size:12.3px!important}.atd-author-share{gap:3px!important}.atd-author-share .atd-social-icon{width:27px!important;min-width:27px!important;height:27px!important}.atd-archive-editorial-list .atd-home-news-row{grid-template-columns:minmax(0,1fr) 100px!important;gap:10px!important}.atd-archive-editorial-list .atd-home-news-row-media{width:100px!important;min-width:100px!important}.atd-archive-editorial-list .atd-home-news-row h3{font-size:15.6px!important}}body.atd-dark .atd-home-load-more-button{background:#171a20;border-color:#353a43;color:#f2f3f5}body.atd-dark .atd-home-load-more-button:hover{background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}.atd-header-spacer{display:none}.atd-reference-author-meta{font-size:14.5px!important;line-height:1.5!important;}.atd-reference-author-name{font-weight:700!important}@media (max-width:782px){.atd-site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10050!important;transform:translate3d(0,0,0)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;contain:layout style;}.admin-bar .atd-site-header{top:46px!important}.atd-header-spacer{display:block!important;width:100%!important;height:var(--atd-mobile-header-space,108px)!important;min-height:var(--atd-mobile-header-space,108px)!important;flex:0 0 var(--atd-mobile-header-space,108px)!important;}.atd-author-share{display:none!important}.atd-reference-author-row{display:block!important;min-height:0!important}.atd-reference-author-meta{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;font-size:14px!important;line-height:1.52!important;}.atd-reference-author-name{font-size:14.5px!important;font-weight:700!important}.atd-reference-date{font-size:13.5px!important}.atd-reference-author-avatar{width:32px!important;height:32px!important;flex-basis:32px!important}.atd-mobile-scroll-share:not(.is-floating):not(.is-docked){display:none!important}}@media (max-width:600px){.atd-reference-author-meta{font-size:13.7px!important;gap:6px!important}.atd-reference-author-name{font-size:14.2px!important}.atd-reference-date{font-size:13.2px!important}}@media (max-width:390px){.atd-reference-author-meta{font-size:13.4px!important}.atd-reference-author-name{font-size:14px!important}.atd-reference-date{font-size:12.9px!important}}.atd-shortcode-ad{width:100%;max-width:100%;min-width:0;overflow:hidden}.atd-shortcode-ad>*:first-child{margin-top:0!important}.atd-shortcode-ad>*:last-child{margin-bottom:0!important}.atd-shortcode-ad img,.atd-shortcode-ad picture,.atd-shortcode-ad iframe,.atd-shortcode-ad video,.atd-shortcode-ad object,.atd-shortcode-ad embed{display:block;max-width:100%;height:auto;margin-inline:auto}.atd-shortcode-ad iframe{width:100%}.atd-home-ad-shell--top{padding-top:18px;padding-bottom:6px}.atd-home-promo-zone--shortcode{padding:20px 0 26px}.atd-home-promo-zone--shortcode .atd-shortcode-ad{margin:0}.atd-home-bottom-ad{padding-top:12px;padding-bottom:26px}.atd-sidebar-ad-shell{margin:0 0 22px}.atd-article-ad-shell{width:100%;margin:20px 0}.atd-article-ad-shell--top{margin-top:16px;margin-bottom:18px}.atd-article-ad-shell--bottom{margin-top:20px;margin-bottom:16px}.atd-reference-entry-content .atd-shortcode-ad--article-middle{margin:20px 0}.atd-reference-entry-content p:empty,.atd-page-entry-content p:empty{display:none!important}.atd-reference-entry-content br+br,.atd-page-entry-content br+br{display:none}.atd-reference-entry-content>p:first-child,.atd-page-entry-content>p:first-child{margin-top:0!important}.atd-reference-entry-content>p:last-child,.atd-page-entry-content>p:last-child{margin-bottom:0!important}.atd-home-news-row-excerpt{margin:7px 0 0;color:var(--atd-muted);font-size:13.5px;line-height:1.62}@media(max-width:782px){.atd-home-news-row-excerpt{display:none}}.atd-site-header.atd-header-static{position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.atd-site-header.atd-header-static+.atd-header-spacer{display:none!important}.atd-footer-reference-grid{grid-template-columns:minmax(280px,1.25fr) repeat(auto-fit,minmax(180px,.75fr));gap:clamp(32px,5vw,72px)}.atd-footer-logo img{max-width:min(290px,100%);height:auto}.atd-brandbar{background:var(--atd-primary)!important}.atd-mainnav{background:var(--atd-nav)!important}.atd-single-category-name,.atd-home-eyebrow{color:var(--atd-primary-dark)}.atd-home-load-more-button,.atd-reader-button.is-active{border-color:var(--atd-primary)}body.atd-dark .atd-shortcode-ad{color:var(--atd-text)}body.atd-dark .atd-home-promo-zone--shortcode{background:transparent}body.atd-dark .atd-home-news-row-excerpt{color:var(--atd-muted)}body.atd-dark .atd-footer-reference-menu a,body.atd-dark .atd-footer-address a{color:rgba(255,255,255,.9)}@media(max-width:782px){.atd-home-ad-shell--top{padding-top:12px;padding-bottom:4px}.atd-home-promo-zone--shortcode{padding:14px 0 20px}.atd-article-ad-shell{margin:16px 0}.atd-reference-entry-content .atd-shortcode-ad--article-middle{margin:16px 0}}.atd-home-desktop-layout.atd-home-no-sidebar{grid-template-columns:minmax(0,1fr)!important}.atd-mobile-share-row{display:none}.atd-reference-author-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;width:100%!important;min-height:38px!important;margin:24px 0 26px!important;color:var(--atd-text)!important;}.atd-reference-author-meta{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;min-width:0!important;font-family:inherit!important;line-height:1.25!important;}.atd-reference-author-name{display:inline-block!important;color:var(--atd-text)!important;font-size:15.5px!important;font-weight:750!important;line-height:1.2!important;text-transform:none!important;letter-spacing:-.01em!important;}.atd-reference-author-name:hover{color:var(--atd-primary)!important}.atd-reference-date{display:block!important;color:var(--atd-muted)!important;font-size:12.8px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:0!important;}.atd-reference-author-avatar{display:none!important}.atd-author-share-desktop{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;margin:0 0 1px auto!important;flex:0 0 auto!important;}.atd-author-share-desktop .atd-social-icon{width:29px!important;min-width:29px!important;height:29px!important;border-radius:50%!important;box-shadow:none!important;}.atd-author-share-desktop .atd-social-icon svg{width:14px!important;height:14px!important}.atd-author-share-desktop .atd-social-icon:hover{transform:translateY(-1px) scale(1.035)!important}body.atd-dark .atd-reference-author-name{color:#f3f4f6!important}body.atd-dark .atd-reference-date{color:#aeb4bf!important}@media (max-width:782px){.atd-reference-author-row{display:block!important;min-height:0!important;margin:18px 0 0!important;}.atd-reference-author-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;}.atd-reference-author-name{font-size:14.5px!important;line-height:1.18!important;font-weight:750!important;}.atd-reference-date{font-size:12.6px!important;line-height:1.32!important;}.atd-author-share-desktop{display:none!important}.atd-mobile-share-row{display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;margin:18px 0 16px!important;min-width:0!important;}.atd-mobile-share-label{flex:0 0 auto!important;color:var(--atd-text)!important;font-size:14px!important;font-weight:750!important;line-height:1!important;}.atd-mobile-share-icons{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;flex-wrap:nowrap!important;}.atd-mobile-share-icons .atd-social-icon{width:31px!important;min-width:31px!important;height:31px!important;border-radius:50%!important;box-shadow:none!important;}.atd-mobile-share-icons .atd-social-icon svg{width:15px!important;height:15px!important}body.atd-dark .atd-mobile-share-label{color:#f3f4f6!important}}@media (max-width:420px){.atd-reference-author-name{font-size:14.25px!important}.atd-reference-date{font-size:12.25px!important}.atd-mobile-share-row{gap:9px!important}.atd-mobile-share-icons{gap:5px!important}.atd-mobile-share-icons .atd-social-icon{width:30px!important;min-width:30px!important;height:30px!important}}main.atd-home-reference{padding-top:clamp(18px,2vw,28px)}.atd-home-reference>.atd-home-ad-shell--top{padding-top:0!important}.atd-site-header:not(.atd-header-static){isolation:isolate;transition:box-shadow .38s cubic-bezier(.22,.61,.36,1),background-color .38s cubic-bezier(.22,.61,.36,1)!important;}.atd-site-header:not(.atd-header-static) .atd-brandbar,.atd-site-header:not(.atd-header-static) .atd-brandbar-inner{transition:min-height .38s cubic-bezier(.22,.61,.36,1),background-color .38s cubic-bezier(.22,.61,.36,1),padding .38s cubic-bezier(.22,.61,.36,1)!important;}.atd-site-header:not(.atd-header-static) .atd-brand .custom-logo,.atd-site-header:not(.atd-header-static) .atd-brand .atd-reference-logo img{transform-origin:left center;will-change:max-height,transform;transition:max-height .38s cubic-bezier(.22,.61,.36,1),max-width .38s cubic-bezier(.22,.61,.36,1),transform .38s cubic-bezier(.22,.61,.36,1),opacity .25s ease!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-brand .custom-logo,.atd-site-header:not(.atd-header-static).is-scrolled .atd-brand .atd-reference-logo img{transform:translateZ(0) scale(.985);}@media(max-width:782px){main.atd-home-reference{padding-top:14px}.atd-site-header:not(.atd-header-static){contain:none!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;}.atd-mobile-scroll-share.is-docked{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;margin:15px auto 20px!important;text-align:center!important;}.atd-mobile-scroll-share.is-docked .atd-sticky-share-inner{width:max-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;}}@media(max-width:600px){main.atd-home-reference{padding-top:12px}}@media(prefers-reduced-motion:reduce){.atd-site-header:not(.atd-header-static),.atd-site-header:not(.atd-header-static) .atd-brandbar,.atd-site-header:not(.atd-header-static) .atd-brandbar-inner,.atd-site-header:not(.atd-header-static) .atd-brand .custom-logo,.atd-site-header:not(.atd-header-static) .atd-brand .atd-reference-logo img{transition:none!important}}.atd-reference-article-header{margin-bottom:0!important}.atd-reference-article-title{margin:0 0 12px!important}.atd-reference-author-row{margin:0 0 14px!important;min-height:34px!important;align-items:center!important;}.atd-reference-featured-image{margin:0 0 12px!important}.atd-reference-featured-image figcaption{padding-top:6px!important}.atd-author-share-desktop{gap:8px!important;margin:0 0 0 auto!important}.atd-author-share-desktop .atd-social-icon{width:36px!important;min-width:36px!important;height:36px!important;box-shadow:0 4px 12px rgba(20,24,30,.10)!important;}.atd-author-share-desktop .atd-social-icon svg{width:17px!important;height:17px!important}.atd-reader-toolbar{margin-top:10px!important;margin-bottom:12px!important}.atd-article-ad-shell--top{margin-top:8px!important;margin-bottom:10px!important}.atd-single-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin:10px 0 16px;padding:11px 12px 11px 14px;border:1px solid var(--atd-cta-border,#bfe7a8);border-radius:12px;background:var(--atd-cta-bg,#eefde7);color:var(--atd-cta-text,#184f1d);box-shadow:0 2px 0 rgba(16,72,25,.02);}.atd-single-cta-copy{display:flex;align-items:center;gap:10px;min-width:0}.atd-single-cta-icon{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#25d366;color:#fff;}.atd-single-cta-icon svg{display:block;width:16px;height:16px;fill:currentColor}.atd-single-cta-text{font-size:13.5px;font-weight:700;line-height:1.35;letter-spacing:-.01em}.atd-single-cta-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:34px;padding:8px 17px;border-radius:9px;background:var(--atd-cta-button-bg,#6f2dbd);color:var(--atd-cta-button-text,#fff)!important;font-size:12.5px;font-weight:750;line-height:1;text-decoration:none!important;box-shadow:0 5px 14px color-mix(in srgb,var(--atd-cta-button-bg,#6f2dbd) 20%,transparent);transition:transform .22s var(--atd-ease),box-shadow .22s ease,filter .22s ease;}.atd-single-cta-button:hover{transform:translateY(-1px);filter:brightness(.96);box-shadow:0 8px 18px color-mix(in srgb,var(--atd-cta-button-bg,#6f2dbd) 25%,transparent)}body.atd-dark .atd-single-cta{background:color-mix(in srgb,var(--atd-cta-bg,#eefde7) 16%,var(--atd-dark-surface,#181a1c));border-color:color-mix(in srgb,var(--atd-cta-border,#bfe7a8) 35%,var(--atd-dark-line,#2b2e31));color:#e7f7e9;}@media(max-width:782px){.atd-reference-article-title{margin-bottom:9px!important}.atd-reference-author-row{margin:0 0 8px!important}.atd-mobile-share-row{margin:8px 0 10px!important;gap:12px!important}.atd-mobile-share-icons{gap:7px!important}.atd-mobile-share-icons .atd-social-icon{width:38px!important;min-width:38px!important;height:38px!important;box-shadow:0 4px 12px rgba(20,24,30,.10)!important;}.atd-mobile-share-icons .atd-social-icon svg{width:18px!important;height:18px!important}.atd-reference-featured-image{margin-bottom:10px!important}.atd-reader-toolbar{margin-top:8px!important;margin-bottom:10px!important}.atd-single-cta{margin:9px 0 14px;padding:9px 10px 9px 11px;gap:10px;border-radius:11px}.atd-single-cta-copy{gap:8px}.atd-single-cta-icon{width:28px;height:28px}.atd-single-cta-icon svg{width:15px;height:15px}.atd-single-cta-text{font-size:12.5px;line-height:1.35}.atd-single-cta-button{min-height:32px;padding:7px 14px;border-radius:8px;font-size:12px}}@media(max-width:430px){.atd-single-cta-text{font-size:12px}.atd-single-cta-button{padding-left:12px;padding-right:12px}}.atd-reference-article-title{margin-bottom:5px!important;}.atd-reference-author-row{margin-top:0!important;margin-bottom:10px!important;}.atd-reference-author-name{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:16.5px!important;font-weight:700!important;line-height:1.22!important;text-transform:capitalize!important;letter-spacing:-.012em!important;}.atd-reference-date{margin-top:1px!important;}@media(max-width:782px){.atd-reference-article-title{margin-bottom:4px!important;}.atd-reference-author-row{margin-top:0!important;margin-bottom:6px!important;}.atd-reference-author-name{font-size:15.5px!important;font-weight:700!important;}.atd-mobile-share-row{margin-top:7px!important;margin-bottom:9px!important;gap:10px!important;}.atd-mobile-share-icons{gap:6px!important;}.atd-mobile-share-icons .atd-social-icon{width:31px!important;min-width:31px!important;height:31px!important;box-shadow:none!important;}.atd-mobile-share-icons .atd-social-icon svg{width:15px!important;height:15px!important;}}@media(max-width:420px){.atd-reference-author-name{font-size:15px!important}.atd-mobile-share-icons{gap:5px!important}.atd-mobile-share-icons .atd-social-icon{width:30px!important;min-width:30px!important;height:30px!important;}}.atd-reference-article-title{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-weight:700!important;}@media(max-width:600px){body.single-post .atd-single-reference-section{padding-top:6px!important;padding-bottom:20px!important;}body.single-post .atd-single-reference-section>.atd-container{width:calc(100% - 24px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;}body.single-post .atd-reference-article{padding-left:0!important;padding-right:0!important;}body.single-post .atd-reference-article-header{gap:0!important;margin:0!important;}body.single-post .atd-single-categorybar{display:none!important;}body.single-post .atd-reference-article-title{margin:0 0 17px!important;padding:0!important;font-size:26px!important;line-height:1.19!important;letter-spacing:-.62px!important;overflow-wrap:normal!important;word-break:normal!important;}body.single-post .atd-reference-author-row{display:block!important;min-height:0!important;margin:0 0 17px!important;}body.single-post .atd-reference-author-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;}body.single-post .atd-reference-author-name{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:15.5px!important;font-weight:700!important;line-height:1.22!important;}body.single-post .atd-reference-date{margin-top:0!important;font-size:12.5px!important;line-height:1.35!important;}body.single-post .atd-mobile-share-row{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;margin:0 0 14px!important;}body.single-post .atd-mobile-share-label{flex:0 0 auto!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:14px!important;font-weight:700!important;line-height:1!important;}body.single-post .atd-mobile-share-icons{display:flex!important;align-items:center!important;gap:6px!important;}body.single-post .atd-mobile-share-icons .atd-social-icon{width:31px!important;min-width:31px!important;height:31px!important;border-radius:50%!important;box-shadow:none!important;}body.single-post .atd-mobile-share-icons .atd-social-icon svg{width:15px!important;height:15px!important;}body.single-post .atd-reference-featured-image{width:100%!important;margin:0 0 10px!important;}body.single-post .atd-featured-lightbox-trigger{width:100%!important;aspect-ratio:16/9!important;border-radius:9px!important;box-shadow:none!important;}body.single-post .atd-featured-expand{top:10px!important;right:9px!important;bottom:auto!important;min-height:34px!important;padding:6px 8px!important;gap:5px!important;border-radius:6px!important;background:rgba(37,37,37,.68)!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:11px!important;font-weight:700!important;line-height:1!important;box-shadow:none!important;}body.single-post .atd-featured-expand svg{width:15px!important;height:15px!important;}body.single-post .atd-featured-expand span{display:inline!important;}body .atd-site-footer{margin-top:30px!important;background:#891f1f!important;}body .atd-footer-reference-grid{width:calc(100% - 28px)!important;max-width:none!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:25px 0 0!important;}body .atd-footer-reference-brand{display:contents!important;}body .atd-footer-reference-brand .atd-footer-logo{order:1!important;margin:0 0 28px!important;}body .atd-footer-reference-brand .atd-footer-logo .custom-logo,body .atd-footer-reference-brand .atd-footer-logo .atd-reference-logo img{display:block!important;width:auto!important;max-width:190px!important;max-height:30px!important;}body .atd-footer-reference-grid>.atd-footer-reference-column{order:2!important;margin:0 0 20px!important;}body .atd-footer-reference-grid>.atd-footer-reference-column:last-of-type{margin-bottom:0!important;}body .atd-footer-follow{order:3!important;margin:23px 0 0!important;}body .atd-footer-address{order:4!important;display:none!important;}body .atd-footer-reference-brand h3,body .atd-footer-reference-column h3{margin:0 0 15px!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.02em!important;}body .atd-footer-reference-menu{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:24px!important;row-gap:5px!important;align-items:start!important;width:100%!important;}body .atd-footer-reference-menu li{width:auto!important;min-width:0!important;}body .atd-footer-reference-menu li a{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:14px!important;font-weight:700!important;line-height:1.38!important;}body .atd-footer-social-icons{gap:7px!important;min-height:36px!important;}body .atd-footer-social-icons a{width:36px!important;height:36px!important;background:#fff!important;color:#891f1f!important;box-shadow:none!important;}body .atd-footer-social-icons svg{width:18px!important;height:18px!important;}body .atd-footer-reference-bottom{width:calc(100% - 28px)!important;max-width:none!important;padding:34px 0 42px!important;}body .atd-footer-reference-bottom p{margin:0!important;color:#fff!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:14px!important;font-weight:600!important;line-height:1.55!important;}}@media(max-width:390px){body.single-post .atd-reference-article-title{font-size:25px!important;line-height:1.2!important;}body .atd-footer-reference-menu{column-gap:18px!important;}body .atd-footer-reference-menu li a{font-size:13.5px!important;}}.atd-pagination{margin:30px 0 6px!important;}.atd-pagination .navigation.pagination{margin:0!important;}.atd-pagination .nav-links,.atd-pagination .nav-links>ul,.atd-pagination ul.page-numbers{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important;}.atd-pagination .page-numbers{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;height:42px!important;padding:0 12px!important;border:1px solid color-mix(in srgb,var(--atd-line) 86%,transparent)!important;border-radius:12px!important;background:var(--atd-surface)!important;color:var(--atd-text)!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:13px!important;font-weight:700!important;line-height:1!important;box-shadow:0 4px 14px rgba(23,28,36,.045)!important;transition:transform .2s var(--atd-ease),border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important;}.atd-pagination a.page-numbers:hover{transform:translateY(-2px)!important;border-color:color-mix(in srgb,var(--atd-primary) 55%,var(--atd-line))!important;background:color-mix(in srgb,var(--atd-primary) 7%,var(--atd-surface))!important;color:var(--atd-primary)!important;box-shadow:0 8px 20px rgba(23,28,36,.08)!important;}.atd-pagination .page-numbers.current{border-color:var(--atd-primary)!important;background:var(--atd-primary)!important;color:#fff!important;box-shadow:0 8px 20px color-mix(in srgb,var(--atd-primary) 24%,transparent)!important;}.atd-pagination .page-numbers.prev,.atd-pagination .page-numbers.next{min-width:46px!important;padding-inline:14px!important;border-radius:999px!important;font-size:17px!important;}body.atd-dark .atd-pagination .page-numbers{background:#1b1d20!important;border-color:#30343a!important;}body.atd-dark .atd-pagination a.page-numbers:hover{background:#23272c!important;}@media (min-width:783px){body.single-post .atd-single-reference-section{padding-top:18px!important;}body.single-post .atd-reference-article{padding-left:0!important;padding-right:0!important;}body.single-post .atd-reference-article-header{gap:0!important;margin:0!important;}body.single-post .atd-single-categorybar{display:none!important;}body.single-post .atd-reference-article-title{margin:0 0 24px!important;padding:0!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:42px!important;font-weight:700!important;line-height:1.12!important;letter-spacing:-1.15px!important;color:var(--atd-text)!important;}body.single-post .atd-reference-author-row{display:flex!important;align-items:center!important;gap:12px!important;min-height:31px!important;margin:0 0 28px!important;}body.single-post .atd-reference-author-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;min-width:0!important;}body.single-post .atd-reference-author-name{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:14.5px!important;font-weight:700!important;line-height:1.18!important;color:var(--atd-text)!important;}body.single-post .atd-reference-date{margin-top:1px!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:12px!important;font-weight:400!important;line-height:1.28!important;color:var(--atd-muted)!important;}body.single-post .atd-author-share-desktop{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0 0 0 auto!important;}body.single-post .atd-author-share-desktop .atd-social-icon{width:29px!important;min-width:29px!important;height:29px!important;border-radius:50%!important;box-shadow:none!important;}body.single-post .atd-author-share-desktop .atd-social-icon svg{width:14px!important;height:14px!important;}body.single-post .atd-reference-featured-image{width:100%!important;max-width:none!important;margin:0 0 12px!important;}body.single-post .atd-featured-lightbox-trigger{width:100%!important;aspect-ratio:16/9!important;border-radius:8px!important;box-shadow:none!important;}body.single-post .atd-featured-expand{top:10px!important;right:10px!important;bottom:auto!important;min-height:35px!important;padding:7px 10px!important;gap:5px!important;border-radius:7px!important;background:rgba(36,32,27,.72)!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:11px!important;font-weight:700!important;box-shadow:none!important;}body.single-post .atd-featured-expand span{display:inline!important;}body.single-post .atd-reference-featured-image figcaption{padding:7px 0 0!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-size:12px!important;line-height:1.45!important;}}@media (max-width:782px){body.single-post .atd-single-categorybar{display:flex!important;width:max-content!important;min-width:0!important;max-width:100%!important;margin:0 0 12px!important;align-self:flex-start!important;}}@media (max-width:600px){body.single-post .atd-reference-article-title{margin-top:0!important;}.atd-pagination .nav-links,.atd-pagination .nav-links>ul,.atd-pagination ul.page-numbers{gap:6px!important;}.atd-pagination .page-numbers{min-width:38px!important;height:38px!important;padding:0 10px!important;border-radius:10px!important;font-size:12.5px!important;}.atd-pagination .page-numbers.prev,.atd-pagination .page-numbers.next{min-width:42px!important;padding-inline:12px!important;}}body.single-post .atd-single-categorybar{display:flex!important;width:max-content!important;min-width:0!important;max-width:100%!important;margin:0 0 14px!important;align-self:flex-start!important;}@media (min-width:1025px){body.single-post .atd-single-reference-section{padding-top:22px!important;}.atd-search-overlay-content{width:min(820px,100%)!important;}.atd-search-overlay-content h2{font-size:42px!important;line-height:1.12!important;letter-spacing:-.035em!important;margin-bottom:24px!important;}.atd-search-overlay .atd-search-form input{height:60px!important;font-size:22px!important;line-height:1.25!important;}}@media (min-width:783px) and (max-width:1024px){body.single-post .atd-single-reference-section{padding-top:18px!important;}body.single-post .atd-single-categorybar{margin-bottom:13px!important;}}@media (max-width:782px){body.single-post .atd-single-reference-section{padding-top:14px!important;}body.single-post .atd-single-categorybar{margin-bottom:12px!important;}}.atd-back-to-top{position:fixed;right:max(18px,calc((100vw - var(--atd-container))/2 - 58px));bottom:max(22px,calc(env(safe-area-inset-bottom) + 18px));z-index:1240;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid color-mix(in srgb,var(--atd-primary) 28%,var(--atd-line));border-radius:50%;background:color-mix(in srgb,var(--atd-surface) 94%,transparent);color:var(--atd-primary);box-shadow:0 12px 30px rgba(20,24,30,.16);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.94);transition:opacity .22s ease,visibility .22s ease,transform .22s var(--atd-ease),background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;}.atd-back-to-top svg{width:22px;height:22px;fill:currentColor}.atd-back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);}.atd-back-to-top:hover{transform:translateY(-3px) scale(1.02);border-color:var(--atd-primary);background:var(--atd-primary);color:#fff;box-shadow:0 14px 32px color-mix(in srgb,var(--atd-primary) 24%,transparent);}.atd-back-to-top:focus-visible{outline:3px solid color-mix(in srgb,var(--atd-primary) 30%,transparent);outline-offset:3px}body.atd-dark .atd-back-to-top{background:rgba(27,29,32,.94);border-color:#3b4047;color:#fff}body.atd-dark .atd-back-to-top:hover{background:var(--atd-primary);border-color:var(--atd-primary)}@media (max-width:782px){.atd-back-to-top{right:max(14px,env(safe-area-inset-right));bottom:max(16px,calc(env(safe-area-inset-bottom) + 12px));width:43px;height:43px;}body.single-post .atd-back-to-top{bottom:max(72px,calc(env(safe-area-inset-bottom) + 68px));}}@media (prefers-reduced-motion:reduce){.atd-back-to-top{transition:none!important}}.atd-header-style-center .atd-brandbar-inner{justify-content:center;position:relative}.atd-header-style-center .atd-head-actions{position:absolute;right:20px}.atd-header-style-minimal .atd-brandbar{background:#fff;border-bottom:1px solid var(--atd-line)}.atd-header-style-breaking:before{content:"BREAKING • Berita terbaru hari ini";display:block;background:var(--atd-primary-dark);color:#fff;padding:8px;text-align:center;font-size:12px;font-weight:700}.atd-header-style-magazine .atd-mainnav{background:var(--atd-primary);color:#fff}.atd-header-style-magazine .atd-mainnav a{color:#fff}.atd-footer-style-dark{background:#111;color:#fff}.atd-footer-style-dark a{color:#fff}.atd-footer-style-gradient{background:linear-gradient(135deg,var(--atd-primary),var(--atd-primary-dark));color:#fff}.atd-footer-style-gradient a{color:#fff}.atd-footer-style-minimal{border-top:1px solid var(--atd-line);background:#fff}.atd-footer-style-boxed .atd-footer-reference-column,.atd-footer-style-boxed .atd-footer-reference-brand{background:var(--atd-surface);padding:20px;border-radius:var(--atd-radius);box-shadow:var(--atd-shadow)}.atd-site-header.atd-header-style-classic,.atd-site-header.atd-header-style-center,.atd-site-header.atd-header-style-breaking,.atd-site-header.atd-header-style-magazine,.atd-site-header.atd-header-style-minimal{background:transparent!important;box-shadow:none!important;}.atd-header-desktop-shell{display:none}.atd-header-mobile-shell{display:block}.atd-header-desktop-shell .atd-container{width:min(calc(100% - 32px),var(--atd-container));max-width:var(--atd-container);margin-inline:auto}.atd-header-desktop-shell a,.atd-header-desktop-shell button{font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)}.atd-header-desktop-shell svg{display:block;width:18px;height:18px;fill:currentColor}.atd-header-desktop-shell .custom-logo-link,.atd-header-desktop-shell .atd-reference-logo{display:block;line-height:0}.atd-header-desktop-shell .custom-logo,.atd-header-desktop-shell .atd-reference-logo img{width:auto;height:auto;display:block}.atd-header-desktop-shell .atd-ref-logo{display:flex;align-items:center;min-width:0}.atd-header-desktop-shell .atd-refbar{border-bottom:1px solid rgba(0,0,0,.04)}.atd-header-desktop-shell .atd-refbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.atd-header-desktop-shell .atd-refbar-left,.atd-header-desktop-shell .atd-refbar-right{display:flex;align-items:center;gap:18px;min-width:0}.atd-header-desktop-shell .atd-headline-marquee{display:flex;align-items:center;gap:10px;min-width:0;white-space:nowrap;overflow:hidden}.atd-header-desktop-shell .atd-headline-marquee>a{font-size:13px;line-height:1.2;color:inherit;overflow:hidden;text-overflow:ellipsis;max-width:460px}.atd-header-desktop-shell .atd-headline-label{font-size:13px;font-weight:800;letter-spacing:.08em;white-space:nowrap}.atd-header-desktop-shell .atd-headline-sep{opacity:.65;flex:0 0 auto}.atd-header-desktop-shell .atd-refbar-date{font-size:13px;font-weight:600;white-space:nowrap}.atd-header-desktop-shell .atd-header-social{display:flex;align-items:center;gap:14px}.atd-header-desktop-shell .atd-header-social a{display:grid;place-items:center;color:inherit;opacity:.92}.atd-header-desktop-shell .atd-header-social.is-muted a{color:#74839a}.atd-header-desktop-shell .atd-header-social.is-brand-red a{color:#a80c0c}.atd-header-desktop-shell .atd-ref-main{background:#fff}.atd-header-desktop-shell .atd-ref-main-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.atd-header-desktop-shell .atd-ref-main-side,.atd-header-desktop-shell .atd-ref-main-tools,.atd-header-desktop-shell .atd-ref-main-right{display:flex;align-items:center;justify-content:flex-end;gap:16px}.atd-header-desktop-shell .atd-ref-main-left{display:flex;align-items:center;gap:18px}.atd-header-desktop-shell .atd-header-search{display:flex;align-items:center;min-width:0}.atd-header-desktop-shell .atd-header-search input{width:100%;min-width:0;border:1px solid #d7d7d7;background:#fff;padding:0 18px;height:38px;border-radius:10px 0 0 10px;font-size:13px;color:#2d3440;outline:none}.atd-header-desktop-shell .atd-header-search button{height:38px;border:0;background:var(--atd-primary);color:#fff;border-radius:0 10px 10px 0;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;cursor:pointer}.atd-header-desktop-shell .atd-header-search button svg{width:17px;height:17px;fill:currentColor}.atd-header-desktop-shell .atd-header-search.is-merdeka{flex:1 1 520px;max-width:520px;background:#f6f4fb;border-radius:16px;padding:6px 6px 6px 14px;border:1px solid #ece8f5}.atd-header-desktop-shell .atd-header-search.is-merdeka input{border:0;background:transparent;height:34px;border-radius:0;padding:0 10px 0 0;font-size:14px}.atd-header-desktop-shell .atd-header-search.is-merdeka button{min-width:112px;height:36px;border-radius:999px;background:#4d2cff;padding-inline:20px}.atd-header-desktop-shell .atd-header-search.is-classic{width:340px}.atd-header-desktop-shell .atd-header-search.is-classic input{border-color:#d6d6d6;border-right:0;border-radius:11px 0 0 11px}.atd-header-desktop-shell .atd-header-search.is-classic button{width:58px;border-radius:0 11px 11px 0;padding:0}.atd-header-desktop-shell .atd-header-search.is-sinpo{width:290px;background:#faf7ef;border:1px solid #e4ddcf;border-radius:10px;padding-inline:12px}.atd-header-desktop-shell .atd-header-search.is-sinpo input{height:28px;border:0;background:transparent;border-radius:0;padding:0;font-size:12px;color:#7a7368}.atd-header-desktop-shell .atd-header-search.is-sinpo button{height:28px;border-radius:0;background:transparent;color:#b5a27f;padding:0 0 0 10px}.atd-header-desktop-shell .atd-header-search.is-holopis{width:195px}.atd-header-desktop-shell .atd-header-search.is-holopis input{height:34px;border-color:#e1e1e1;border-right:0;border-radius:7px 0 0 7px;padding-inline:14px;font-size:12px}.atd-header-desktop-shell .atd-header-search.is-holopis button{height:34px;background:#fff;color:#181818;border:1px solid #e1e1e1;border-left:0;border-radius:0 7px 7px 0;padding-inline:12px}.atd-header-desktop-shell .atd-header-utility-btn,.atd-header-desktop-shell .atd-header-utility-text{border:0;background:transparent;color:inherit;cursor:pointer}.atd-header-desktop-shell .atd-header-utility-btn{display:grid;place-items:center}.atd-header-desktop-shell .atd-header-utility-btn.is-square{width:40px;height:40px;background:#fff;color:#f5bf2d;border-radius:10px;box-shadow:0 0 0 1px rgba(255,255,255,.24) inset}.atd-header-desktop-shell .atd-header-utility-btn.is-pill{width:62px;height:34px;background:#efe8d9;color:#7b6a49;border-radius:999px;box-shadow:inset 0 0 0 1px #d4c7ae;position:relative}.atd-header-desktop-shell .atd-header-utility-btn.is-pill:before{content:"";position:absolute;left:7px;top:50%;translate:0 -50%;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.16)}.atd-header-desktop-shell .atd-header-utility-btn.is-pill svg{position:relative;z-index:1;color:#7b6a49;width:15px;height:15px;margin-left:19px}.atd-header-desktop-shell .atd-header-utility-btn.is-bare{width:42px;height:42px;color:#1f1f1f}.atd-header-desktop-shell .atd-header-utility-btn.is-bare.is-left{margin-left:-8px}.atd-header-desktop-shell .atd-header-utility-btn.is-bare svg{width:28px;height:28px}.atd-header-desktop-shell .atd-header-utility-btn.is-icon-only{width:34px;height:34px;color:#2d3440}.atd-header-desktop-shell .atd-header-utility-text{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#3d4b68}.atd-header-desktop-shell .atd-header-utility-text svg{width:20px;height:20px}.atd-header-desktop-shell .atd-desktop-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:0;flex-wrap:nowrap;white-space:nowrap}.atd-header-desktop-shell .atd-desktop-menu>li{position:relative}.atd-header-desktop-shell .atd-desktop-menu>li>a{display:block;text-decoration:none}.atd-header-desktop-shell .atd-ref-nav,.atd-header-desktop-shell .atd-ref-subnav,.atd-header-desktop-shell .atd-ref-tags-row,.atd-header-desktop-shell .atd-ref-trending-row{background:#fff}.atd-header-desktop-shell .atd-header-links,.atd-header-desktop-shell .atd-header-tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.atd-header-desktop-shell .atd-header-links a,.atd-header-desktop-shell .atd-header-tags a{text-decoration:none}.atd-header-style-classic .atd-refbar--light{background:#f4f4f4;color:#364058}.atd-header-style-classic .atd-headline-label{color:#dd1f26}.atd-header-style-classic .atd-refbar-date{color:#d66d2c}.atd-header-style-classic .atd-ref-main--classic .atd-ref-main-inner{min-height:72px}.atd-header-style-classic .atd-ref-main--classic .custom-logo,.atd-header-style-classic .atd-ref-main--classic .atd-reference-logo img{max-height:48px;max-width:220px}.atd-header-style-classic .atd-ref-nav--classic-primary{background:#cf232d;color:#fff}.atd-header-style-classic .atd-ref-nav--classic-primary .atd-ref-nav-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px}.atd-header-style-classic .atd-desktop-menu.is-classic-primary>li>a{padding:18px 18px;color:#fff;font-size:14px;line-height:1;text-transform:uppercase;font-weight:800;letter-spacing:.03em}.atd-header-style-classic .atd-desktop-menu.is-classic-primary>li:first-child>a{padding-left:0}.atd-header-style-classic .atd-ref-subnav--classic{background:#fff;border-bottom:1px solid #ece7e7}.atd-header-style-classic .atd-ref-subnav--classic .atd-container{min-height:44px;display:flex;align-items:center}.atd-header-style-classic .atd-header-links.is-classic-secondary{gap:34px;flex-wrap:nowrap;overflow:hidden}.atd-header-style-classic .atd-header-links.is-classic-secondary a{font-size:14px;text-transform:uppercase;font-weight:700;color:#cf232d;letter-spacing:.04em}.atd-header-style-center .atd-refbar--dark{background:#23252b;color:#fff;border-bottom:0}.atd-header-style-center .atd-refbar-inner--sinpo{min-height:37px;gap:16px}.atd-header-style-center .atd-chip-live{display:inline-flex;align-items:center;gap:8px;height:22px;padding:0 12px;border-radius:999px;background:#db3e35;color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.atd-header-style-center .atd-chip-live span{width:8px;height:8px;border-radius:50%;background:#fff}.atd-header-style-center .atd-refbar-date.is-gold{color:#d8c088}.atd-header-style-center .atd-ref-main--centered{border-bottom:1px solid #ebe6dc}.atd-header-style-center .atd-ref-main-inner--centered{min-height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.atd-header-style-center .atd-ref-main-inner--centered>.atd-header-social{justify-self:start}.atd-header-style-center .atd-ref-main-inner--centered>.atd-theme-toggle{justify-self:end}.atd-header-style-center .atd-ref-logo--centered{justify-self:center}.atd-header-style-center .atd-ref-logo--centered .custom-logo,.atd-header-style-center .atd-ref-logo--centered .atd-reference-logo img{max-height:70px;max-width:420px}.atd-header-style-center .atd-ref-nav--sinpo{border-bottom:1px solid #efeadf}.atd-header-style-center .atd-ref-nav-layout{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px}.atd-header-style-center .atd-header-links.is-sinpo-pills{gap:16px;flex-wrap:nowrap;overflow:hidden}.atd-header-style-center .atd-header-links.is-sinpo-pills a{display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:999px;color:#4d4a45;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.atd-header-style-center .atd-header-links.is-sinpo-pills a.is-first{background:#d83f37;color:#fff}.atd-header-style-center .atd-header-links.is-sinpo-pills a:nth-child(5),.atd-header-style-center .atd-header-links.is-sinpo-pills a:nth-child(6){background:#efe6d2;color:#bb7b19}.atd-header-style-center .atd-ref-nav-actions{display:flex;align-items:center;gap:12px}.atd-header-style-breaking .atd-breaking-strip{background:#980000;color:#fff}.atd-header-style-breaking .atd-breaking-strip-inner{min-height:30px;display:flex;align-items:center;gap:12px}.atd-header-style-breaking .atd-breaking-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.03em;white-space:nowrap}.atd-header-style-breaking .atd-breaking-label span{width:8px;height:8px;border-radius:50%;background:#ff3c2d}.atd-header-style-breaking .atd-breaking-strip .atd-headline-marquee a{color:#fff;max-width:none}.atd-header-style-breaking .atd-ref-main--holopis .atd-ref-main-inner{min-height:78px}.atd-header-style-breaking .atd-ref-main--holopis .custom-logo,.atd-header-style-breaking .atd-ref-main--holopis .atd-reference-logo img{max-height:58px;max-width:360px}.atd-header-style-breaking .atd-ref-nav--holopis{border-bottom:1px solid #cf2f2f}.atd-header-style-breaking .atd-desktop-menu.is-holopis-nav{gap:26px;min-height:50px}.atd-header-style-breaking .atd-desktop-menu.is-holopis-nav>li>a{padding:0;color:#3c3c3c;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.atd-header-style-breaking .atd-ref-tags-row .atd-container{padding-top:10px;padding-bottom:10px}.atd-header-style-breaking .atd-header-tags.is-holopis-tags{gap:10px}.atd-header-style-breaking .atd-header-tags.is-holopis-tags a{display:inline-flex;align-items:center;height:34px;padding:0 16px;border:1px solid #d7dde5;border-radius:999px;background:#f6f8fb;color:#4c5970;font-size:13px;font-weight:600}.atd-header-style-magazine .atd-ref-main--akurat .atd-ref-main-inner--akurat{min-height:82px}.atd-header-style-magazine .atd-ref-main--akurat .custom-logo,.atd-header-style-magazine .atd-ref-main--akurat .atd-reference-logo img{max-height:48px;max-width:270px}.atd-header-style-magazine .atd-ref-nav--akurat{background:#f66c1c;color:#fff}.atd-header-style-magazine .atd-ref-nav-inner--akurat{min-height:52px;display:flex;align-items:center;gap:18px}.atd-header-style-magazine .atd-home-icon{display:grid;place-items:center;color:#fff;flex:0 0 auto}.atd-header-style-magazine .atd-home-icon svg{width:22px;height:22px}.atd-header-style-magazine .atd-desktop-menu.is-akurat-nav{gap:22px}.atd-header-style-magazine .atd-desktop-menu.is-akurat-nav>li>a{padding:0;color:#fff;font-size:13px;font-weight:700}.atd-header-style-magazine .atd-ref-trending-row{border-bottom:1px solid #efeff2}.atd-header-style-magazine .atd-ref-trending-inner{min-height:42px;display:flex;align-items:center;gap:16px}.atd-header-style-magazine .atd-trending-pill{display:inline-flex;align-items:center;height:28px;padding:0 13px;border-radius:0;background:#552394;color:#fff;font-size:13px;font-weight:800}.atd-header-style-magazine .atd-header-tags.is-akurat-tags{gap:22px;flex-wrap:nowrap;overflow:hidden}.atd-header-style-magazine .atd-header-tags.is-akurat-tags a{color:#20293d;font-size:13px;font-weight:500}.atd-header-style-minimal .atd-ref-main--merdeka .atd-ref-main-inner--merdeka{min-height:78px;gap:18px}.atd-header-style-minimal .atd-ref-main--merdeka .custom-logo,.atd-header-style-minimal .atd-ref-main--merdeka .atd-reference-logo img{max-height:44px;max-width:170px}.atd-header-style-minimal .atd-ref-main-right.is-merdeka{gap:14px}.atd-header-style-minimal .atd-login-chip{display:inline-flex;align-items:center;gap:10px;min-width:96px;height:40px;padding:0 18px;border-radius:999px;background:#060606;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.atd-header-style-minimal .atd-login-chip span{display:grid;place-items:center;width:22px;height:22px;border:1.5px solid rgba(255,255,255,.85);border-radius:50%}.atd-header-style-minimal .atd-login-chip span svg{width:12px;height:12px;fill:currentColor}.atd-header-style-minimal .atd-ref-nav--merdeka{border-top:1px solid #efefef;border-bottom:1px solid #efefef}.atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav{gap:34px;min-height:50px}.atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>li>a{padding:0;color:#171717;font-size:13px;font-weight:700;text-transform:uppercase}@media (min-width:783px){.atd-header-desktop-shell{display:block}.atd-header-mobile-shell{display:none}}@media (max-width:782px){.atd-header-desktop-shell{display:none!important}.atd-header-mobile-shell{display:block!important}}.atd-header-style-default .atd-default-desktop-header{background:var(--atd-primary)!important;color:#fff}.atd-header-style-default .atd-default-desktop-header .atd-brandbar-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between}.atd-header-style-default .atd-default-desktop-header .atd-reference-logo img,.atd-header-style-default .atd-default-desktop-header .custom-logo{max-height:75px;width:auto}.atd-header-style-default .atd-default-desktop-header .atd-icon-btn{background:rgba(255,255,255,.14);color:#fff}.atd-header-style-default .atd-mainnav{background:var(--atd-nav)!important;color:#fff}.atd-header-style-default .atd-default-menu>li>a{color:#fff!important;padding:14px 20px;font-weight:700}body.atd-dark .atd-header-style-default .atd-default-desktop-header{background:var(--atd-dark-surface,#16181c)!important;color:#fff}body.atd-dark .atd-header-style-default .atd-mainnav{background:#090a0b!important}body.atd-dark .atd-header-style-default .atd-default-menu>li>a{color:#fff!important}.atd-site-header.atd-header-static{position:relative!important}.atd-site-header .atd-brandbar,.atd-site-header .atd-default-desktop-header{background:var(--atd-header-bg)!important;color:var(--atd-header-text)!important}.atd-site-header .atd-default-desktop-header .atd-head-date,.atd-site-header .atd-default-desktop-header a{color:var(--atd-header-text)!important}.atd-site-header .atd-mainnav,.atd-site-header .atd-ref-nav--classic-primary,.atd-site-header .atd-ref-nav--akurat,.atd-site-header .atd-ref-nav--holopis,.atd-site-header .atd-ref-nav--merdeka{background:var(--atd-header-nav-bg)!important}.atd-site-header .atd-mainnav a,.atd-site-header .atd-desktop-menu a{color:var(--atd-header-nav-text)!important}.atd-site-header .atd-header-utility-btn,.atd-site-header .atd-icon-btn{color:var(--atd-header-text)!important}body.atd-dark .atd-site-header .atd-brandbar,body.atd-dark .atd-site-header .atd-default-desktop-header,body.atd-dark .atd-site-header .atd-ref-main{background:var(--atd-dark-surface,#181a1c)!important;color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-site-header .atd-ref-nav,body.atd-dark .atd-site-header .atd-mainnav{background:#090a0b!important}body.atd-dark .atd-site-header .atd-desktop-menu a,body.atd-dark .atd-site-header .atd-head-date{color:#f3f3f3!important}.atd-site-header .atd-brandbar,.atd-site-header .atd-ref-main,.atd-site-header .atd-header-desktop-shell .atd-ref-main{background:var(--atd-header-bg,var(--atd-primary))!important;color:var(--atd-header-text,#fff);}.atd-site-header .atd-brandbar a,.atd-site-header .atd-brandbar button,.atd-site-header .atd-ref-main a,.atd-site-header .atd-ref-main button{color:var(--atd-header-text,#fff);}.atd-site-header .atd-mainnav,.atd-site-header .atd-ref-nav{background:var(--atd-header-nav-bg,var(--atd-nav))!important;color:var(--atd-header-nav-text,#fff);}.atd-site-header .atd-mainnav a,.atd-site-header .atd-ref-nav a{color:var(--atd-header-nav-text,#fff)!important;}body.atd-dark .atd-site-header .atd-brandbar,body.atd-dark .atd-site-header .atd-ref-main{background:var(--atd-dark-surface,#181a1c)!important;}body.atd-dark .atd-site-header .atd-mainnav,body.atd-dark .atd-site-header .atd-ref-nav{background:var(--atd-dark-bg,#101112)!important;}:root{--atd-header-bg:var(--atd-primary);--atd-header-text:#fff;--atd-header-nav-bg:var(--atd-primary-dark);--atd-header-nav-text:#fff;}.atd-site-header .atd-brandbar,.atd-site-header .atd-ref-main,.atd-site-header .atd-ref-main-inner{background:var(--atd-header-bg)!important;color:var(--atd-header-text)!important;}.atd-site-header .atd-mainnav,.atd-site-header .atd-ref-nav{background:var(--atd-header-nav-bg)!important;color:var(--atd-header-nav-text)!important;}.atd-site-header .atd-mainnav a,.atd-site-header .atd-ref-nav a{color:var(--atd-header-nav-text)!important;}.atd-site-header .atd-header-social svg,.atd-site-header .atd-header-utility-text,.atd-site-header .atd-header-utility-btn{color:var(--atd-header-text);}.atd-site-header.atd-header-style-classic .atd-ref-nav--classic-primary,.atd-site-header.atd-header-style-center .atd-ref-nav--sinpo,.atd-site-header.atd-header-style-breaking .atd-ref-nav--holopis,.atd-site-header.atd-header-style-magazine .atd-ref-nav--akurat,.atd-site-header.atd-header-style-minimal .atd-ref-nav--merdeka{background:var(--atd-header-nav-bg)!important;}.atd-site-header .atd-header-search button{background:var(--atd-secondary)!important;color:#fff!important;}.atd-site-header .atd-breaking-label,.atd-site-header .atd-trending-pill,.atd-site-header .atd-chip-live{background:var(--atd-secondary)!important;color:#fff!important;}.atd-site-header .atd-header-links a.is-first{background:var(--atd-primary)!important;color:#fff!important;}.atd-header-mobile-shell.atd-mobile-style-classic .atd-brandbar,.atd-header-mobile-shell.atd-mobile-style-center .atd-brandbar,.atd-header-mobile-shell.atd-mobile-style-breaking .atd-brandbar,.atd-header-mobile-shell.atd-mobile-style-magazine .atd-brandbar,.atd-header-mobile-shell.atd-mobile-style-minimal .atd-brandbar{background:var(--atd-header-bg)!important;color:var(--atd-header-text)!important;}body.atd-dark .atd-site-header .atd-brandbar,body.atd-dark .atd-site-header .atd-ref-main{background:var(--atd-dark-surface,#17191d)!important;color:#fff!important;}body.atd-dark .atd-site-header .atd-ref-nav,body.atd-dark .atd-site-header .atd-mainnav{background:#0d0f12!important;}:root{--atd-secondary:var(--atd-nav,#302e2e);--atd-header-accent:var(--atd-secondary);}.atd-site-header:not(.atd-header-style-default) .atd-refbar,.atd-site-header:not(.atd-header-style-default) .atd-breaking-strip{background:var(--atd-secondary)!important;color:var(--atd-header-nav-text,#fff)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-main,.atd-site-header:not(.atd-header-style-default) .atd-ref-main-inner{background:var(--atd-header-bg,var(--atd-primary))!important;color:var(--atd-header-text,#fff)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-nav,.atd-site-header:not(.atd-header-style-default) .atd-mainnav{background:var(--atd-header-nav-bg,var(--atd-secondary))!important;color:var(--atd-header-nav-text,#fff)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-nav a,.atd-site-header:not(.atd-header-style-default) .atd-mainnav a,.atd-site-header:not(.atd-header-style-default) .atd-breaking-strip a,.atd-site-header:not(.atd-header-style-default) .atd-refbar a{color:inherit!important}.atd-site-header:not(.atd-header-style-default) .atd-chip-live,.atd-site-header:not(.atd-header-style-default) .atd-breaking-label,.atd-site-header:not(.atd-header-style-default) .atd-trending-pill,.atd-site-header:not(.atd-header-style-default) .atd-header-search button,.atd-site-header:not(.atd-header-style-default) .atd-header-links a.is-first{background:var(--atd-primary)!important;color:#fff!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn,.atd-site-header:not(.atd-header-style-default) .atd-header-utility-text,.atd-site-header:not(.atd-header-style-default) .atd-header-social a{color:var(--atd-header-text,#fff)!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn.is-square,.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn.is-pill{background:var(--atd-secondary)!important;color:var(--atd-header-nav-text,#fff)!important;box-shadow:none!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-tags a,.atd-site-header:not(.atd-header-style-default) .atd-header-links a:not(.is-first){border-color:color-mix(in srgb,var(--atd-secondary) 28%,transparent)!important;}@media (max-width:782px){.atd-header-mobile-shell[class*="atd-mobile-style-"]{width:100%;background:transparent!important;color:var(--atd-text)}.atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-brandbar,.atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-strip{display:none!important}.atd-header-mobile-shell .atd-mobile-main{display:block!important;width:100%;background:var(--atd-header-bg,var(--atd-primary))!important;color:var(--atd-header-text,#fff)!important;border-bottom:1px solid color-mix(in srgb,var(--atd-secondary) 20%,transparent)}.atd-header-mobile-shell .atd-mobile-inner{width:calc(100% - 28px);max-width:none;margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}.atd-header-mobile-shell .atd-mobile-logo{display:flex;align-items:center;min-width:0;line-height:0}.atd-header-mobile-shell .atd-mobile-logo .custom-logo,.atd-header-mobile-shell .atd-mobile-logo .atd-reference-logo img{display:block;max-width:180px!important;max-height:46px!important;width:auto!important;height:auto!important}.atd-header-mobile-shell .atd-mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex:0 0 auto}.atd-header-mobile-shell .atd-mobile-action{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--atd-header-text,#fff)!important;box-shadow:none!important;cursor:pointer}.atd-header-mobile-shell .atd-mobile-action svg{display:block;width:22px;height:22px;fill:currentColor}.atd-header-mobile-shell .atd-mobile-action span{display:none!important}.atd-header-mobile-shell .atd-mobile-action--accent,.atd-header-mobile-shell .atd-mobile-action--pill{background:var(--atd-secondary)!important;color:var(--atd-header-nav-text,#fff)!important}.atd-header-mobile-shell .atd-mobile-action--pill{width:52px!important;border-radius:999px!important}.atd-header-mobile-shell .atd-mobile-action--menu{background:transparent!important}.atd-header-mobile-shell .atd-mobile-left-pack{display:flex;align-items:center;gap:8px;min-width:0}.atd-header-mobile-shell .atd-mobile-grid-three{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto;align-items:center}.atd-header-mobile-shell .atd-mobile-grid-three .atd-mobile-logo--center{justify-content:center}.atd-header-mobile-shell .atd-mobile-center-layout{display:grid!important;grid-template-columns:minmax(66px,1fr) auto minmax(66px,1fr);align-items:center;gap:8px}.atd-header-mobile-shell .atd-mobile-center-layout .atd-mobile-logo--center{justify-content:center}.atd-header-mobile-shell .atd-mobile-center-layout>.atd-mobile-actions{justify-self:end}.atd-header-mobile-shell .atd-mobile-center-layout>.atd-header-social{justify-self:start}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials{display:flex!important;align-items:center;gap:8px;min-width:0}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials a{display:grid;place-items:center;width:24px;height:28px;color:var(--atd-header-text,#fff)!important}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials svg{width:15px;height:15px;fill:currentColor}.atd-header-mobile-shell .atd-mobile-topbar{width:100%;min-height:32px;padding:5px 14px;display:flex!important;align-items:center;justify-content:space-between;gap:12px;background:var(--atd-secondary)!important;color:var(--atd-header-nav-text,#fff)!important;font:700 10px/1.25 Inter,system-ui,sans-serif;overflow:hidden}.atd-header-mobile-shell .atd-mobile-live{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:5px;background:var(--atd-primary)!important;color:#fff;white-space:nowrap;font-weight:800}.atd-header-mobile-shell .atd-mobile-live i{width:7px;height:7px;border-radius:50%;background:#fff;display:block}.atd-header-mobile-shell .atd-mobile-headline{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atd-header-mobile-shell .atd-mobile-headline a{color:inherit!important;font-weight:700}.atd-header-mobile-shell .atd-mobile-style-nav{display:block!important;width:100%;background:var(--atd-header-nav-bg,var(--atd-secondary))!important;color:var(--atd-header-nav-text,#fff)!important;border:0!important}.atd-header-mobile-shell .atd-mobile-style-scroll{min-height:42px;display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none;padding:0 12px;white-space:nowrap}.atd-header-mobile-shell .atd-mobile-style-scroll::-webkit-scrollbar{display:none}.atd-header-mobile-shell .atd-mobile-ref-menu{display:flex!important;align-items:center!important;gap:0!important;list-style:none!important;margin:0!important;padding:0!important;white-space:nowrap!important}.atd-header-mobile-shell .atd-mobile-ref-menu>li{display:block!important;flex:0 0 auto!important}.atd-header-mobile-shell .atd-mobile-ref-menu>li>a{display:block!important;padding:13px 12px!important;color:var(--atd-header-nav-text,#fff)!important;font-size:12px!important;font-weight:750!important;line-height:1!important;text-transform:none!important}.atd-header-mobile-shell .atd-mobile-home-icon{display:grid;place-items:center;flex:0 0 25px;color:var(--atd-header-nav-text,#fff)}.atd-header-mobile-shell .atd-mobile-home-icon svg{width:20px;height:20px;fill:currentColor}.atd-header-mobile-shell.atd-mobile-style-classic .atd-mobile-main{background:var(--atd-header-bg,var(--atd-primary))!important}.atd-header-mobile-shell.atd-mobile-style-classic .atd-mobile-main .atd-mobile-action{color:var(--atd-header-text,#fff)!important}.atd-header-mobile-shell.atd-mobile-style-classic .atd-mobile-style-nav{background:var(--atd-header-nav-bg,var(--atd-secondary))!important}.atd-header-mobile-shell.atd-mobile-style-center .atd-mobile-main{background:var(--atd-header-bg,var(--atd-primary))!important}.atd-header-mobile-shell.atd-mobile-style-center .atd-mobile-category-pills{min-height:42px;padding:5px 8px 5px 12px;display:flex;align-items:center;gap:8px;overflow:hidden;background:var(--atd-header-nav-bg,var(--atd-secondary))!important;color:var(--atd-header-nav-text,#fff)!important}.atd-header-mobile-shell.atd-mobile-style-center .atd-header-links.atd-mobile-center-pills{display:flex!important;align-items:center;gap:6px;flex:1;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.atd-header-mobile-shell.atd-mobile-style-center .atd-header-links.atd-mobile-center-pills::-webkit-scrollbar{display:none}.atd-header-mobile-shell.atd-mobile-style-center .atd-header-links.atd-mobile-center-pills a{display:inline-flex!important;align-items:center;height:27px;padding:0 10px;border-radius:999px;background:color-mix(in srgb,var(--atd-primary) 18%,transparent)!important;color:var(--atd-header-nav-text,#fff)!important;font-size:9.5px!important;font-weight:800!important;text-transform:uppercase!important;flex:0 0 auto}.atd-header-mobile-shell.atd-mobile-style-center .atd-header-links.atd-mobile-center-pills a.is-first{background:var(--atd-primary)!important;color:#fff!important}.atd-header-mobile-shell.atd-mobile-style-center .atd-mobile-category-pills>.atd-mobile-action{color:var(--atd-header-nav-text,#fff)!important;flex:0 0 38px}.atd-header-mobile-shell.atd-mobile-style-breaking .atd-mobile-topbar{font-size:9.5px}.atd-header-mobile-shell.atd-mobile-style-breaking .atd-mobile-main .atd-mobile-logo .custom-logo,.atd-header-mobile-shell.atd-mobile-style-breaking .atd-mobile-main .atd-reference-logo img{max-width:230px!important;max-height:48px!important}.atd-header-mobile-shell.atd-mobile-style-breaking .atd-mobile-ref-menu>li>a{font-weight:500!important;text-transform:uppercase!important;font-size:10.5px!important}.atd-header-mobile-shell.atd-mobile-style-magazine .atd-mobile-main .atd-mobile-logo .custom-logo,.atd-header-mobile-shell.atd-mobile-style-magazine .atd-mobile-main .atd-reference-logo img{max-width:190px!important;max-height:44px!important}.atd-header-mobile-shell.atd-mobile-style-magazine .atd-mobile-style-nav{background:var(--atd-primary)!important}.atd-header-mobile-shell.atd-mobile-style-magazine .atd-mobile-ref-menu>li>a{color:#fff!important;font-size:12px!important;font-weight:800!important}.atd-header-mobile-shell.atd-mobile-style-magazine .atd-mobile-home-icon{color:#fff!important}.atd-header-mobile-shell .atd-mobile-trending{min-height:38px;display:flex!important;align-items:center;gap:12px;padding:0 8px;background:color-mix(in srgb,var(--atd-primary) 10%,#fff)!important;color:var(--atd-text)!important;overflow:hidden}.atd-header-mobile-shell .atd-mobile-trending>span{display:inline-flex;align-items:center;height:26px;padding:0 12px;background:var(--atd-secondary)!important;color:#fff!important;font-size:11px;font-weight:800;flex:0 0 auto}.atd-header-mobile-shell .atd-mobile-trending-scroll{min-width:0;overflow-x:auto;scrollbar-width:none}.atd-header-mobile-shell .atd-mobile-trending-scroll::-webkit-scrollbar{display:none}.atd-header-mobile-shell .atd-mobile-trending .atd-header-tags{display:flex!important;align-items:center;gap:18px;flex-wrap:nowrap!important;white-space:nowrap!important}.atd-header-mobile-shell .atd-mobile-trending .atd-header-tags a{color:var(--atd-text)!important;font-size:11px!important;font-weight:500!important;flex:0 0 auto}.atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-main{background:var(--atd-header-bg,var(--atd-primary))!important}.atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-inner{min-height:62px}.atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-login{border:1.5px solid currentColor!important;border-radius:50%!important;width:34px!important;height:34px!important;min-width:34px!important}.atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-login svg{width:20px;height:20px}body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-main{background:var(--atd-dark-surface,#181a1c)!important;color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-action,body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-header-social a{color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-style-nav,body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-category-pills,body.atd-dark .atd-header-mobile-shell:not(.atd-mobile-style-default) .atd-mobile-topbar{background:var(--atd-dark-bg,#101112)!important}body.atd-dark .atd-header-mobile-shell .atd-mobile-trending{background:var(--atd-dark-surface,#181a1c)!important;color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-mobile-shell .atd-mobile-trending .atd-header-tags a{color:var(--atd-dark-text,#f3f3f3)!important}}.atd-site-header.atd-header-hide-menu-toggle .atd-menu-toggle{display:none!important}.atd-site-header:not(.atd-header-style-default){--atd-style-main:var(--atd-header-bg,var(--atd-primary));--atd-style-nav:var(--atd-header-nav-bg,var(--atd-secondary));--atd-style-main-text:var(--atd-header-text,#fff);--atd-style-nav-text:var(--atd-header-nav-text,#fff);--atd-style-soft:color-mix(in srgb,var(--atd-style-main) 8%,var(--atd-surface,#fff));--atd-style-mid:color-mix(in srgb,var(--atd-style-nav) 82%,var(--atd-style-main) 18%);}.atd-site-header:not(.atd-header-style-default) .atd-ref-main,.atd-site-header:not(.atd-header-style-default) .atd-ref-main-inner,.atd-site-header:not(.atd-header-style-default) .atd-mobile-main{background:var(--atd-style-main)!important;color:var(--atd-style-main-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-refbar,.atd-site-header:not(.atd-header-style-default) .atd-breaking-strip,.atd-site-header:not(.atd-header-style-default) .atd-mobile-topbar{background:var(--atd-style-mid)!important;color:var(--atd-style-nav-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-nav,.atd-site-header:not(.atd-header-style-default) .atd-mainnav,.atd-site-header:not(.atd-header-style-default) .atd-mobile-style-nav,.atd-site-header:not(.atd-header-style-default) .atd-mobile-category-pills{background:var(--atd-style-nav)!important;color:var(--atd-style-nav-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-main a,.atd-site-header:not(.atd-header-style-default) .atd-ref-main button,.atd-site-header:not(.atd-header-style-default) .atd-mobile-main a,.atd-site-header:not(.atd-header-style-default) .atd-mobile-main button,.atd-site-header:not(.atd-header-style-default) .atd-header-social a{color:var(--atd-style-main-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-ref-nav a,.atd-site-header:not(.atd-header-style-default) .atd-mobile-style-nav a,.atd-site-header:not(.atd-header-style-default) .atd-mobile-category-pills a{color:var(--atd-style-nav-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-search button,.atd-site-header:not(.atd-header-style-default) .atd-chip-live,.atd-site-header:not(.atd-header-style-default) .atd-mobile-live,.atd-site-header:not(.atd-header-style-default) .atd-trending-pill,.atd-site-header:not(.atd-header-style-default) .atd-mobile-trending>span,.atd-site-header:not(.atd-header-style-default) .atd-header-links a.is-first{background:var(--atd-style-main)!important;color:var(--atd-style-main-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn.is-square,.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn.is-pill,.atd-site-header:not(.atd-header-style-default) .atd-mobile-action--accent,.atd-site-header:not(.atd-header-style-default) .atd-mobile-action--pill{background:var(--atd-style-nav)!important;color:var(--atd-style-nav-text)!important;border-color:color-mix(in srgb,var(--atd-style-main) 24%,transparent)!important;}.atd-site-header:not(.atd-header-style-default) .atd-mobile-action,.atd-site-header:not(.atd-header-style-default) .atd-header-utility-btn,.atd-site-header:not(.atd-header-style-default) .atd-header-utility-text{color:var(--atd-style-main-text)!important;}.atd-site-header:not(.atd-header-style-default) .atd-header-search input{background:color-mix(in srgb,var(--atd-surface,#fff) 94%,var(--atd-style-main) 6%)!important;border-color:color-mix(in srgb,var(--atd-style-nav) 25%,var(--atd-line,#ececec))!important;color:var(--atd-text,#242424)!important;}.atd-header-style-center .atd-refbar--dark,.atd-header-style-center .atd-mobile-topbar--center{background:var(--atd-style-mid)!important}.atd-header-style-center .atd-ref-main--centered,.atd-header-style-center .atd-mobile-main--center{background:var(--atd-style-main)!important}.atd-header-style-center .atd-ref-nav--sinpo,.atd-header-style-center .atd-mobile-category-pills{background:color-mix(in srgb,var(--atd-style-nav) 90%,var(--atd-style-main) 10%)!important;border-color:color-mix(in srgb,var(--atd-style-main) 18%,transparent)!important;}.atd-header-style-center .atd-header-links.is-sinpo-pills a,.atd-header-style-center .atd-header-links.atd-mobile-center-pills a{background:color-mix(in srgb,var(--atd-style-main) 18%,transparent)!important;color:var(--atd-style-nav-text)!important;border:1px solid color-mix(in srgb,var(--atd-style-main) 28%,transparent)!important;}.atd-header-style-center .atd-header-links.is-sinpo-pills a.is-first,.atd-header-style-center .atd-header-links.atd-mobile-center-pills a.is-first{background:var(--atd-style-main)!important;color:var(--atd-style-main-text)!important;border-color:var(--atd-style-main)!important;}.atd-header-style-center .atd-header-search.is-sinpo button{background:var(--atd-style-main)!important;color:var(--atd-style-main-text)!important}.atd-header-style-classic .atd-ref-nav--classic-primary,.atd-header-style-classic .atd-mobile-style-nav--classic{background:var(--atd-style-main)!important;color:var(--atd-style-main-text)!important;}.atd-header-style-classic .atd-ref-nav--classic-primary a,.atd-header-style-classic .atd-mobile-style-nav--classic a{color:var(--atd-style-main-text)!important}.atd-header-style-classic .atd-ref-subnav--classic{background:var(--atd-style-soft)!important;border-color:color-mix(in srgb,var(--atd-style-main) 16%,var(--atd-line,#ececec))!important;}.atd-header-style-classic .atd-ref-subnav--classic a{color:var(--atd-style-main)!important}.atd-header-style-magazine .atd-mobile-trending,.atd-header-style-magazine .atd-ref-trending-row,.atd-header-style-breaking .atd-ref-tags-row{background:var(--atd-style-soft)!important;color:var(--atd-text,#242424)!important;}.atd-header-style-magazine .atd-mobile-trending a,.atd-header-style-magazine .atd-ref-trending-row a,.atd-header-style-breaking .atd-ref-tags-row a{color:var(--atd-text,#242424)!important}body.atd-dark .atd-site-header:not(.atd-header-style-default){--atd-style-main:var(--atd-dark-surface,#181a1c);--atd-style-nav:var(--atd-dark-bg,#101112);--atd-style-main-text:var(--atd-dark-text,#f3f3f3);--atd-style-nav-text:var(--atd-dark-text,#f3f3f3);--atd-style-soft:color-mix(in srgb,var(--atd-primary) 10%,var(--atd-dark-surface,#181a1c));--atd-style-mid:color-mix(in srgb,var(--atd-primary) 22%,var(--atd-dark-bg,#101112));}body.atd-dark .atd-site-header:not(.atd-header-style-default) .atd-chip-live,body.atd-dark .atd-site-header:not(.atd-header-style-default) .atd-mobile-live,body.atd-dark .atd-site-header:not(.atd-header-style-default) .atd-trending-pill,body.atd-dark .atd-site-header:not(.atd-header-style-default) .atd-mobile-trending>span,body.atd-dark .atd-site-header:not(.atd-header-style-default) .atd-header-links a.is-first{background:var(--atd-primary)!important;color:#fff!important;}@media (min-width:783px){.atd-site-header.atd-header-style-classic:not(.atd-header-static){display:contents!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;}.atd-site-header.atd-header-style-classic:not(.atd-header-static)>.atd-header-desktop-shell{display:contents!important}.atd-site-header.atd-header-style-classic:not(.atd-header-static)>.atd-header-mobile-shell{display:none!important}.atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-nav--classic-primary{position:sticky!important;top:0!important;z-index:10030!important;box-shadow:0 2px 10px rgba(0,0,0,.08)}.atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-subnav--classic{position:sticky!important;top:54px!important;z-index:10029!important;box-shadow:0 4px 12px rgba(0,0,0,.05)}.admin-bar .atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-nav--classic-primary{top:32px!important}.admin-bar .atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-subnav--classic{top:86px!important}.atd-site-header.atd-header-style-classic.atd-header-no-desktop-nav:not(.atd-header-static) .atd-ref-subnav--classic{top:0!important}.admin-bar .atd-site-header.atd-header-style-classic.atd-header-no-desktop-nav:not(.atd-header-static) .atd-ref-subnav--classic{top:32px!important}}@media (max-width:782px){.atd-site-header.atd-header-style-magazine:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-header-style-center:not(.atd-header-static){display:contents!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;contain:none!important}.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell{display:contents!important}.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell{display:none!important}.atd-site-header.atd-header-style-magazine:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-center:not(.atd-header-static)+.atd-header-spacer{display:none!important}.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-main--magazine,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-main--breaking{position:sticky!important;top:0!important;z-index:10042!important;box-shadow:0 2px 8px rgba(0,0,0,.08)}.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-style-nav--magazine,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-style-nav--breaking{position:sticky!important;top:64px!important;z-index:10041!important;box-shadow:0 3px 9px rgba(0,0,0,.06)}.admin-bar .atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-main--magazine,.admin-bar .atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-main--breaking{top:46px!important}.admin-bar .atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-style-nav--magazine,.admin-bar .atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-style-nav--breaking{top:110px!important}.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-mobile-style-nav--center{display:contents!important}.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-mobile-category-pills{position:sticky!important;top:0!important;z-index:10042!important;width:100%!important;box-shadow:0 3px 10px rgba(0,0,0,.08)}.admin-bar .atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-mobile-category-pills{top:46px!important}}.atd-site-footer{--atd-footer-p:var(--atd-footer-primary,var(--atd-primary));--atd-footer-s:var(--atd-footer-secondary,var(--atd-secondary));--atd-footer-ink:var(--atd-text,#242424);--atd-footer-paper:var(--atd-surface,#fff);--atd-footer-border:color-mix(in srgb,var(--atd-footer-s) 16%,var(--atd-line,#ececec));}.atd-site-footer .atd-footer-description{max-width:470px;margin:10px 0 18px;font-size:13px;line-height:1.7;color:inherit;opacity:.8}.atd-site-footer .atd-footer-contact-line{display:flex;align-items:flex-start;gap:8px;margin:5px 0;font-size:13px;line-height:1.55;color:inherit}.atd-site-footer .atd-footer-contact-address{display:block;max-width:520px}.atd-site-footer .atd-footer-contact-line a{color:inherit!important}.atd-site-footer .atd-footer-inline-menu{display:flex!important;align-items:center;flex-wrap:wrap;gap:10px 18px!important;margin:0!important;padding:0!important;list-style:none!important}.atd-site-footer .atd-footer-inline-menu li{margin:0!important;padding:0!important;width:auto!important;border:0!important}.atd-site-footer .atd-footer-inline-menu li a{display:inline!important;padding:0!important;background:none!important;color:inherit!important;font:500 12.5px/1.45 Inter,system-ui,sans-serif!important;text-decoration:none}.atd-site-footer .atd-footer-inline-menu .sub-menu{display:none!important}.atd-site-footer .atd-footer-logo .custom-logo,.atd-site-footer .atd-footer-logo .atd-reference-logo img{display:block;width:auto;height:auto;max-height:54px;max-width:280px;filter:none!important}.atd-site-footer .atd-footer-social-icons{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.atd-site-footer .atd-footer-social-icons a{display:grid!important;place-items:center;width:34px;height:34px;padding:0!important;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit!important;text-decoration:none;opacity:.92}.atd-site-footer .atd-footer-social-icons svg{width:17px;height:17px;fill:currentColor}.atd-site-footer .atd-footer-social-icons a:hover{background:var(--atd-footer-p)!important;border-color:var(--atd-footer-p)!important;color:#fff!important}.atd-site-footer .atd-footer-social-circles a{border-radius:50%}.atd-site-footer .atd-footer-reference-menu{gap:7px!important}.atd-site-footer .atd-footer-reference-menu li a{text-decoration:none!important}.atd-site-footer.atd-footer-style-default{background:var(--atd-footer-bg,var(--atd-footer-p))!important}.atd-site-footer.atd-footer-style-default .atd-footer-description{color:rgba(255,255,255,.86)}.atd-site-footer.atd-footer-style-classic{margin-top:38px!important;background:color-mix(in srgb,var(--atd-footer-paper) 96%,var(--atd-footer-p) 4%)!important;color:var(--atd-footer-ink)!important;border-top:1px solid var(--atd-footer-border);overflow:hidden;}.atd-footer-style-classic:before,.atd-footer-style-classic:after{display:none!important}.atd-footer-classic-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(150px,.72fr) minmax(240px,1fr);gap:clamp(36px,6vw,86px);padding:42px 0 26px;border-top:1px solid var(--atd-footer-border)}.atd-footer-classic-brand .atd-footer-logo{margin-bottom:14px}.atd-footer-style-classic h3{margin:0 0 16px!important;padding:0!important;color:var(--atd-footer-ink)!important;font:700 17px/1.25 Inter,system-ui,sans-serif!important}.atd-footer-style-classic h3:after{display:none!important}.atd-footer-style-classic .atd-footer-reference-menu li a{color:color-mix(in srgb,var(--atd-footer-ink) 78%,transparent)!important;font-weight:500!important}.atd-footer-verify{display:flex;align-items:center;gap:13px;margin:18px 0;color:var(--atd-footer-ink)}.atd-footer-verify-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border:5px solid var(--atd-footer-p);border-radius:50%;color:var(--atd-footer-p);font-size:23px;font-weight:900}.atd-footer-verify strong{font-size:13px}.atd-footer-verify p{margin:3px 0 0;font-size:12px;line-height:1.5;opacity:.72}.atd-footer-social-boxes a{background:var(--atd-footer-paper)!important;border-color:var(--atd-footer-border)!important;color:var(--atd-footer-s)!important}.atd-footer-newsletter-form{display:grid;gap:8px}.atd-footer-newsletter-form input{width:100%;height:40px;border:1px solid var(--atd-footer-border);border-radius:6px;background:color-mix(in srgb,var(--atd-footer-paper) 90%,var(--atd-footer-s) 10%);color:var(--atd-footer-ink);padding:0 13px;font:500 12px/1 Inter,sans-serif;outline:none}.atd-footer-newsletter-form input:focus{border-color:var(--atd-footer-p);box-shadow:0 0 0 2px color-mix(in srgb,var(--atd-footer-p) 16%,transparent)}.atd-footer-newsletter-form button{height:36px;border:0;border-radius:6px;background:var(--atd-footer-s);color:#fff;font:800 12px/1 Inter,sans-serif;cursor:pointer}.atd-footer-newsletter-form button:hover{background:var(--atd-footer-p)}.atd-footer-network-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0;border-top:1px solid var(--atd-footer-border);border-bottom:1px solid var(--atd-footer-border);overflow-x:auto;scrollbar-width:none}.atd-footer-network-row::-webkit-scrollbar{display:none}.atd-footer-network-row a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:36px;padding:0 13px;border-radius:7px;color:var(--atd-footer-s)!important;font:800 12px/1 Inter,sans-serif;text-decoration:none;background:color-mix(in srgb,var(--atd-footer-p) 7%,var(--atd-footer-paper))}.atd-footer-classic-bottom{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:color-mix(in srgb,var(--atd-footer-ink) 72%,transparent)}.atd-footer-classic-bottom>p{margin:0;font-size:11px}.atd-site-footer.atd-footer-style-columns{margin-top:38px!important;background:color-mix(in srgb,var(--atd-footer-s) 88%,#08090b 12%)!important;color:#fff!important;overflow:hidden}.atd-footer-style-columns:before{content:""!important;display:block!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:4px!important;background:linear-gradient(90deg,var(--atd-footer-p),var(--atd-footer-s))!important}.atd-footer-style-columns:after{display:none!important}.atd-footer-columns-grid{display:grid;grid-template-columns:minmax(300px,1.5fr) repeat(2,minmax(180px,.7fr));gap:clamp(48px,8vw,110px);padding:50px 0 36px}.atd-footer-columns-brand .atd-footer-logo{margin-bottom:14px}.atd-footer-style-columns h3{margin:0 0 14px!important;padding:0!important;color:#fff!important;font:800 12px/1.2 Inter,sans-serif!important;text-transform:uppercase;letter-spacing:.05em}.atd-footer-style-columns h3:after{display:none!important}.atd-footer-style-columns .atd-footer-description{color:rgba(255,255,255,.65)}.atd-footer-style-columns .atd-footer-reference-menu li a{color:rgba(255,255,255,.65)!important;text-transform:uppercase;font-size:11px!important;letter-spacing:.035em;font-weight:700!important}.atd-footer-style-columns .atd-footer-social-circles a{background:color-mix(in srgb,var(--atd-footer-p) 10%,transparent)!important;border-color:rgba(255,255,255,.08)!important;color:rgba(255,255,255,.8)!important}.atd-footer-columns-bottom{padding:18px 0 42px;border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.55)}.atd-footer-columns-bottom p{margin:0;font-size:11px}.atd-site-footer.atd-footer-style-contact{margin-top:38px!important;background:var(--atd-footer-p)!important;color:#fff!important;overflow:hidden}.atd-footer-style-contact:before,.atd-footer-style-contact:after{display:none!important}.atd-footer-contact-main{background:linear-gradient(120deg,var(--atd-footer-p),color-mix(in srgb,var(--atd-footer-p) 78%,var(--atd-footer-s) 22%));color:#fff}.atd-footer-contact-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr);gap:70px;min-height:250px;padding:38px 0 28px;align-items:start}.atd-footer-style-contact .atd-footer-logo{margin-bottom:18px}.atd-footer-style-contact h3{margin:0 0 8px!important;padding:0!important;color:#fff!important;font:800 13px/1.3 Inter,sans-serif!important}.atd-footer-style-contact h3:after{display:none!important}.atd-footer-contact-list .atd-footer-contact-line{color:rgba(255,255,255,.95)}.atd-footer-verification-line{margin:10px 0 0;font-size:12px;opacity:.9}.atd-footer-contact-side{display:flex;flex-direction:column;align-items:flex-end;gap:18px;min-height:180px;position:relative}.atd-footer-social-outline a{border-color:rgba(255,255,255,.8)!important;border-radius:0!important;color:#fff!important}.atd-footer-contact-pattern{width:min(380px,100%);height:150px;opacity:.25;background-image:radial-gradient(circle,currentColor 1.5px,transparent 1.8px);background-size:9px 9px;mask-image:linear-gradient(135deg,transparent 2%,#000 32%,#000 100%);-webkit-mask-image:linear-gradient(135deg,transparent 2%,#000 32%,#000 100%)}.atd-footer-contact-bottom{background:var(--atd-footer-s);color:#fff;text-align:center}.atd-footer-contact-bottom>.atd-container{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 0 15px}.atd-footer-contact-bottom .atd-footer-inline-menu{justify-content:center}.atd-footer-contact-bottom p{margin:0;font-size:11px;opacity:.82}.atd-site-footer.atd-footer-style-corporate{margin-top:38px!important;background:color-mix(in srgb,var(--atd-footer-p) 6%,var(--atd-footer-paper) 94%)!important;color:var(--atd-footer-ink)!important;overflow:hidden;border-top:1px solid var(--atd-footer-border)}.atd-footer-style-corporate:before,.atd-footer-style-corporate:after{display:none!important}.atd-footer-corporate-wrap{padding:26px 0 20px}.atd-footer-corporate-top{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:60px;padding:0 0 22px;border-bottom:1px solid color-mix(in srgb,var(--atd-footer-s) 18%,transparent);align-items:start}.atd-footer-style-corporate .atd-footer-logo{display:flex;align-items:center;gap:18px;margin-bottom:14px}.atd-footer-style-corporate .atd-footer-logo:after{content:"";height:3px;flex:1;background:color-mix(in srgb,var(--atd-footer-s) 22%,transparent)}.atd-footer-corporate-company{padding-top:22px}.atd-footer-corporate-company strong{font-size:12px}.atd-footer-corporate-company p{margin:10px 0 0;padding:10px 12px;background:color-mix(in srgb,var(--atd-footer-s) 10%,var(--atd-footer-paper));font-size:10px;line-height:1.45}.atd-footer-corporate-menu{padding:14px 0;border-bottom:1px solid color-mix(in srgb,var(--atd-footer-s) 18%,transparent)}.atd-footer-corporate-menu .atd-footer-inline-menu{justify-content:center;gap:14px 32px!important}.atd-footer-corporate-menu .atd-footer-inline-menu li a{font-size:13px!important;color:var(--atd-footer-ink)!important}.atd-footer-corporate-bottom{text-align:center;padding-top:12px;color:color-mix(in srgb,var(--atd-footer-ink) 72%,transparent)}.atd-footer-corporate-bottom p{margin:0;font-size:11px}.atd-site-footer.atd-footer-style-network{margin-top:38px!important;background:color-mix(in srgb,var(--atd-footer-p) 5%,var(--atd-footer-paper) 95%)!important;color:var(--atd-footer-ink)!important;overflow:hidden;border-top:1px solid color-mix(in srgb,var(--atd-footer-p) 10%,transparent)}.atd-footer-style-network:before,.atd-footer-style-network:after{display:none!important}.atd-footer-network-wrap{padding:30px 0 28px}.atd-footer-style-network .atd-footer-logo{margin-bottom:24px}.atd-footer-network-menu{margin-bottom:24px}.atd-footer-network-menu .atd-footer-inline-menu{gap:10px 28px!important}.atd-footer-network-menu .atd-footer-inline-menu li a{font-size:13px!important;color:var(--atd-footer-ink)!important}.atd-footer-network-main{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.65fr);gap:50px;align-items:center}.atd-footer-network-links{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px 28px}.atd-footer-network-links a{display:inline-flex;align-items:center;gap:7px;color:var(--atd-footer-ink)!important;font-size:12px;text-decoration:none}.atd-footer-network-links a span{display:grid;place-items:center;width:18px;height:18px;border-radius:4px;background:var(--atd-footer-p);color:#fff;font-size:10px;font-weight:900}.atd-footer-network-social{justify-self:end}.atd-footer-network-social h3{margin:0 0 10px!important;padding:0!important;color:var(--atd-footer-ink)!important;font:700 11px/1.2 Inter,sans-serif!important}.atd-footer-network-social h3:after{display:none!important}.atd-footer-network-social .atd-footer-social-circles a{width:28px;height:28px;border:0;background:var(--atd-footer-s)!important;color:#fff!important}.atd-footer-network-social .atd-footer-social-circles svg{width:14px;height:14px}.atd-footer-network-bottom{padding-top:44px;color:color-mix(in srgb,var(--atd-footer-ink) 75%,transparent)}.atd-footer-network-bottom p{margin:0;font-size:11px}body.atd-dark .atd-site-footer.atd-footer-style-classic,body.atd-dark .atd-site-footer.atd-footer-style-corporate,body.atd-dark .atd-site-footer.atd-footer-style-network,body.atd-dark .atd-site-footer.atd-footer-style-columns,body.atd-dark .atd-site-footer.atd-footer-style-contact{--atd-footer-ink:var(--atd-dark-text,#f3f3f3);--atd-footer-paper:var(--atd-dark-surface,#181a1c);--atd-footer-border:var(--atd-dark-line,#2b2e31);color:var(--atd-dark-text,#f3f3f3)!important;}body.atd-dark .atd-site-footer.atd-footer-style-classic,body.atd-dark .atd-site-footer.atd-footer-style-corporate,body.atd-dark .atd-site-footer.atd-footer-style-network{background:var(--atd-dark-surface,#181a1c)!important;border-color:var(--atd-dark-line,#2b2e31)!important}body.atd-dark .atd-footer-style-classic h3,body.atd-dark .atd-footer-style-corporate h3,body.atd-dark .atd-footer-style-network h3{color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-footer-style-classic .atd-footer-reference-menu li a,body.atd-dark .atd-footer-style-corporate .atd-footer-inline-menu li a,body.atd-dark .atd-footer-style-network .atd-footer-inline-menu li a,body.atd-dark .atd-footer-style-network .atd-footer-network-links a{color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-footer-style-classic .atd-footer-social-boxes a,body.atd-dark .atd-footer-style-classic .atd-footer-newsletter-form input{background:var(--atd-dark-bg,#101112)!important;color:var(--atd-dark-text,#f3f3f3)!important;border-color:var(--atd-dark-line,#2b2e31)!important}body.atd-dark .atd-site-footer.atd-footer-style-columns{background:var(--atd-dark-bg,#101112)!important}body.atd-dark .atd-site-footer.atd-footer-style-contact{background:var(--atd-dark-surface,#181a1c)!important}body.atd-dark .atd-footer-contact-main{background:linear-gradient(120deg,color-mix(in srgb,var(--atd-primary) 22%,var(--atd-dark-surface,#181a1c)),var(--atd-dark-surface,#181a1c))!important}body.atd-dark .atd-footer-contact-bottom{background:var(--atd-dark-bg,#101112)!important}body.atd-dark .atd-footer-corporate-company p{background:var(--atd-dark-bg,#101112)!important;color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-footer-network-social .atd-footer-social-circles a{background:var(--atd-primary)!important}@media (max-width:1024px){.atd-footer-classic-grid{grid-template-columns:minmax(0,1.25fr) minmax(160px,.75fr);gap:34px 46px}.atd-footer-newsletter{grid-column:1/-1;max-width:520px}.atd-footer-columns-grid{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(145px,.7fr));gap:34px}.atd-footer-contact-grid{grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:38px}.atd-footer-corporate-top{grid-template-columns:minmax(0,1fr) 270px;gap:35px}.atd-footer-network-main{grid-template-columns:1fr;gap:28px}.atd-footer-network-social{justify-self:start}}@media (max-width:782px){.atd-site-footer.atd-footer-style-classic,.atd-site-footer.atd-footer-style-columns,.atd-site-footer.atd-footer-style-contact,.atd-site-footer.atd-footer-style-corporate,.atd-site-footer.atd-footer-style-network{margin-top:28px!important}.atd-footer-classic-grid,.atd-footer-columns-grid,.atd-footer-contact-grid,.atd-footer-corporate-top{grid-template-columns:1fr!important;gap:28px!important}.atd-footer-classic-grid{padding:32px 0 20px}.atd-footer-classic-links{border-top:1px solid var(--atd-footer-border);padding-top:22px}.atd-footer-newsletter{grid-column:auto;max-width:none}.atd-footer-network-row{justify-content:flex-start;padding:14px 0}.atd-footer-network-row a{min-width:100px;height:32px;font-size:11px}.atd-footer-classic-bottom{min-height:0;flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:24px}.atd-footer-classic-bottom .atd-footer-inline-menu{gap:8px 14px!important}.atd-footer-columns-grid{padding:36px 0 24px}.atd-footer-columns-bottom{padding-bottom:30px}.atd-footer-contact-grid{min-height:0;padding:30px 0 22px}.atd-footer-contact-side{align-items:flex-start;min-height:0}.atd-footer-contact-pattern{height:90px}.atd-footer-contact-bottom>.atd-container{align-items:flex-start;text-align:left;padding:16px 0}.atd-footer-contact-bottom .atd-footer-inline-menu{justify-content:flex-start}.atd-footer-corporate-wrap{padding:24px 0 20px}.atd-footer-corporate-company{padding-top:0}.atd-footer-corporate-menu .atd-footer-inline-menu{justify-content:flex-start;gap:9px 18px!important}.atd-footer-corporate-bottom{text-align:left}.atd-footer-network-wrap{padding:26px 0 24px}.atd-footer-network-menu .atd-footer-inline-menu{gap:9px 18px!important}.atd-footer-network-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:11px 20px}.atd-footer-network-bottom{padding-top:30px}.atd-site-footer .atd-footer-logo .custom-logo,.atd-site-footer .atd-footer-logo .atd-reference-logo img{max-height:48px;max-width:230px}}@media (max-width:480px){.atd-footer-network-links{grid-template-columns:1fr 1fr;gap:10px 14px}.atd-footer-network-links a{font-size:11.5px}.atd-footer-verify{align-items:flex-start}.atd-footer-verify-icon{width:40px;height:40px;flex-basis:40px;border-width:4px;font-size:20px}}.atd-site-header.atd-header-style-breaking:before{content:none!important;display:none!important;}.atd-header-style-breaking .atd-breaking-strip{overflow:hidden}.atd-header-style-breaking .atd-breaking-strip-inner{overflow:hidden;min-width:0}.atd-header-style-breaking .atd-breaking-label{flex:0 0 auto;position:relative;z-index:2}.atd-header-style-breaking .atd-breaking-marquee{flex:1 1 auto;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.atd-header-style-breaking .atd-breaking-track{display:flex;align-items:center;width:max-content;will-change:transform;animation:atdBreakingTicker 34s linear infinite}.atd-header-style-breaking .atd-breaking-group{display:flex;align-items:center;gap:18px;flex:0 0 auto;padding-right:18px;white-space:nowrap}.atd-header-style-breaking .atd-breaking-group a{color:inherit!important;font:600 13px/1.2 Inter,system-ui,sans-serif;text-decoration:none;max-width:420px;overflow:hidden;text-overflow:ellipsis}.atd-header-style-breaking .atd-breaking-sep{opacity:.65;flex:0 0 auto}.atd-header-style-breaking .atd-breaking-strip:hover .atd-breaking-track{animation-play-state:paused}@keyframes atdBreakingTicker{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.atd-header-style-breaking .atd-breaking-track{animation:none!important}}@media (min-width:783px){.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-header-style-magazine:not(.atd-header-static){position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:10040!important;display:block!important;transform:none!important;overflow:visible!important;contain:none!important;box-shadow:0 5px 18px rgba(0,0,0,.08)!important;}.admin-bar .atd-site-header.atd-header-style-center:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-breaking:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-magazine:not(.atd-header-static){top:32px!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-desktop-shell{display:block!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-mobile-shell{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)+.atd-header-spacer{display:none!important}}@media (max-width:782px){.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-header-style-magazine:not(.atd-header-static){position:relative!important;top:auto!important;left:auto!important;right:auto!important;display:block!important;transform:none!important;contain:none!important;overflow:visible!important;width:100%!important;}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-desktop-shell{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-mobile-shell{display:block!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)+.atd-header-spacer{display:none!important}.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-main--magazine,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-main--breaking,.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-style-nav--magazine,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-style-nav--breaking,.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-mobile-category-pills{position:relative!important;top:auto!important;left:auto!important;right:auto!important;}.atd-selective-sticky-placeholder{display:none;width:100%;pointer-events:none}.atd-site-header.is-selective-sticky .atd-selective-sticky-placeholder{display:block}.atd-site-header.atd-header-style-magazine.is-selective-sticky .atd-mobile-main--magazine,.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-mobile-main--breaking{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10052!important;box-shadow:0 2px 10px rgba(0,0,0,.12)!important;}.atd-site-header.atd-header-style-magazine.is-selective-sticky .atd-mobile-style-nav--magazine,.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-mobile-style-nav--breaking{position:fixed!important;top:calc(var(--atd-selective-top,0px) + var(--atd-selective-main-h,64px))!important;left:0!important;right:0!important;width:100%!important;z-index:10051!important;box-shadow:0 3px 10px rgba(0,0,0,.08)!important;}.atd-site-header.atd-header-style-center.is-selective-sticky .atd-mobile-category-pills{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10052!important;box-shadow:0 3px 10px rgba(0,0,0,.10)!important;}}body.atd-dark .atd-site-header.atd-header-style-breaking{--atd-style-main:var(--atd-dark-surface,#181a1c);--atd-style-nav:var(--atd-dark-bg,#101214);--atd-style-main-text:var(--atd-dark-text,#f3f3f3);--atd-style-nav-text:var(--atd-dark-text,#f3f3f3);--atd-style-mid:color-mix(in srgb,var(--atd-primary) 28%,var(--atd-dark-bg,#101214));--atd-style-soft:color-mix(in srgb,var(--atd-primary) 7%,var(--atd-dark-surface,#181a1c));}body.atd-dark .atd-header-style-breaking .atd-breaking-strip{background:var(--atd-style-mid)!important;color:#fff!important}body.atd-dark .atd-header-style-breaking .atd-breaking-label{color:#fff!important}body.atd-dark .atd-header-style-breaking .atd-ref-main--holopis,body.atd-dark .atd-header-style-breaking .atd-mobile-main--breaking{background:var(--atd-dark-surface,#181a1c)!important;color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-style-breaking .atd-ref-nav--holopis,body.atd-dark .atd-header-style-breaking .atd-mobile-style-nav--breaking{background:var(--atd-dark-bg,#101214)!important;color:var(--atd-dark-text,#f3f3f3)!important;border-color:color-mix(in srgb,var(--atd-primary) 42%,transparent)!important}body.atd-dark .atd-header-style-breaking .atd-ref-nav--holopis a,body.atd-dark .atd-header-style-breaking .atd-mobile-style-nav--breaking a,body.atd-dark .atd-header-style-breaking .atd-ref-main-tools a,body.atd-dark .atd-header-style-breaking .atd-header-utility-btn{color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-style-breaking .atd-ref-tags-row{background:var(--atd-dark-surface,#181a1c)!important;border-color:var(--atd-dark-line,#2b2e31)!important}body.atd-dark .atd-header-style-breaking .atd-header-tags.is-holopis-tags a{background:#25292e!important;color:var(--atd-dark-text,#f3f3f3)!important;border-color:#3a3f46!important;}body.atd-dark .atd-header-style-breaking .atd-header-search.is-holopis input{background:#111316!important;color:var(--atd-dark-text,#f3f3f3)!important;border-color:#3a3f46!important}body.atd-dark .atd-header-style-breaking .atd-header-search.is-holopis input::placeholder{color:#9da3ab!important}body.atd-dark .atd-header-style-breaking .atd-header-search.is-holopis button{background:var(--atd-primary)!important;color:#fff!important;border-color:var(--atd-primary)!important}.atd-live-ticker{display:flex;align-items:center;gap:12px;min-width:0;width:100%;overflow:hidden}.atd-live-ticker-label{flex:0 0 auto;font:800 12px/1 Inter,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:inherit;white-space:nowrap}.atd-live-marquee{flex:1 1 auto;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.atd-live-track{display:flex;align-items:center;width:max-content;will-change:transform;animation:atdHeaderLiveTicker 38s linear infinite}.atd-live-group{display:flex;align-items:center;gap:14px;flex:0 0 auto;padding-right:14px;white-space:nowrap}.atd-live-group a{color:inherit!important;font:600 12.5px/1.2 Inter,system-ui,sans-serif;text-decoration:none;max-width:310px;overflow:hidden;text-overflow:ellipsis}.atd-live-sep{opacity:.58;flex:0 0 auto}.atd-live-ticker:hover .atd-live-track{animation-play-state:paused}@keyframes atdHeaderLiveTicker{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.atd-live-track{animation:none!important}}.atd-header-style-minimal .atd-ref-main--merdeka{background:var(--atd-surface,#fff)!important;color:var(--atd-text,#1b1d21)!important;border-bottom:1px solid color-mix(in srgb,var(--atd-line,#e8e8e8) 90%,transparent)!important;}.atd-header-style-minimal .atd-ref-main--merdeka .atd-ref-main-inner--merdeka{background:transparent!important;color:inherit!important;min-height:76px!important;}.atd-header-style-minimal .atd-ref-main--merdeka a,.atd-header-style-minimal .atd-ref-main--merdeka button{color:var(--atd-text,#1b1d21)!important}.atd-header-style-minimal .atd-header-search.is-merdeka{flex:1 1 520px;max-width:520px;min-height:48px;padding:5px 6px 5px 16px!important;background:color-mix(in srgb,var(--atd-primary) 5%,var(--atd-surface,#fff))!important;border:1px solid color-mix(in srgb,var(--atd-primary) 12%,var(--atd-line,#e8e8e8))!important;border-radius:16px!important;box-shadow:0 3px 12px rgba(28,31,36,.05)!important;}.atd-header-style-minimal .atd-header-search.is-merdeka input{height:36px!important;background:transparent!important;border:0!important;color:var(--atd-text,#1b1d21)!important;}.atd-header-style-minimal .atd-header-search.is-merdeka button{min-width:112px!important;height:38px!important;border-radius:999px!important;background:var(--atd-primary)!important;color:#fff!important;font-weight:800!important;}.atd-header-style-minimal .atd-header-utility-btn.is-icon-only{width:38px!important;height:38px!important;border-radius:50%!important}.atd-header-style-minimal .atd-login-chip{min-width:auto!important;height:40px!important;padding:0 17px!important;border-radius:999px!important;background:var(--atd-primary-dark,var(--atd-primary))!important;color:#fff!important;box-shadow:0 3px 12px color-mix(in srgb,var(--atd-primary) 16%,transparent)!important;}.atd-header-style-minimal .atd-login-chip span{border-color:rgba(255,255,255,.78)!important}.atd-header-style-minimal .atd-minimal-date{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;background:color-mix(in srgb,var(--atd-primary) 8%,var(--atd-surface,#fff));border:1px solid color-mix(in srgb,var(--atd-primary) 14%,var(--atd-line,#e8e8e8));color:var(--atd-muted,#68707c);font:600 12.5px/1 Inter,system-ui,sans-serif;white-space:nowrap;}.atd-header-style-minimal .atd-ref-nav--merdeka{background:var(--atd-surface,#fff)!important;border-top:0!important;border-bottom:1px solid var(--atd-line,#e8e8e8)!important;}.atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>li>a{color:var(--atd-text,#17191d)!important}.atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>li>a:hover,.atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>.current-menu-item>a{color:var(--atd-primary)!important}body.atd-dark .atd-header-style-minimal .atd-ref-main--merdeka,body.atd-dark .atd-header-style-minimal .atd-ref-main--merdeka .atd-ref-main-inner--merdeka{background:var(--atd-dark-surface,#181a1c)!important;color:var(--atd-dark-text,#f3f3f3)!important;}body.atd-dark .atd-header-style-minimal .atd-ref-main--merdeka a,body.atd-dark .atd-header-style-minimal .atd-ref-main--merdeka button{color:var(--atd-dark-text,#f3f3f3)!important}body.atd-dark .atd-header-style-minimal .atd-header-search.is-merdeka{background:#202329!important;border-color:#343941!important;box-shadow:none!important;}body.atd-dark .atd-header-style-minimal .atd-header-search.is-merdeka input{color:#f4f5f7!important}body.atd-dark .atd-header-style-minimal .atd-header-search.is-merdeka input::placeholder{color:#858b96!important}body.atd-dark .atd-header-style-minimal .atd-header-search.is-merdeka button{background:var(--atd-primary)!important;color:#fff!important}body.atd-dark .atd-header-style-minimal .atd-login-chip{background:var(--atd-primary)!important;color:#fff!important}body.atd-dark .atd-header-style-minimal .atd-minimal-date{background:#202329!important;border-color:#343941!important;color:#c9cdd4!important}body.atd-dark .atd-header-style-minimal .atd-ref-nav--merdeka{background:var(--atd-dark-bg,#101112)!important;border-color:#2d3137!important}body.atd-dark .atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>li>a{color:#f3f3f3!important}body.atd-dark .atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>li>a:hover,body.atd-dark .atd-header-style-minimal .atd-desktop-menu.is-merdeka-nav>.current-menu-item>a{color:var(--atd-primary)!important}.atd-header-style-center .atd-refbar--dark{background:color-mix(in srgb,var(--atd-secondary) 84%,var(--atd-primary) 16%)!important;color:#fff!important;border-bottom:0!important;}.atd-header-style-center .atd-refbar-inner--sinpo{min-height:36px!important;gap:14px!important;overflow:hidden}.atd-header-style-center .atd-refbar-inner--sinpo .atd-chip-live{flex:0 0 auto;background:var(--atd-primary)!important;color:#fff!important}.atd-header-style-center .atd-refbar-inner--sinpo .atd-live-ticker{flex:1 1 auto}.atd-header-style-center .atd-refbar-inner--sinpo .atd-refbar-date{flex:0 0 auto;color:color-mix(in srgb,#fff 82%,var(--atd-primary) 18%)!important}.atd-header-style-center .atd-ref-main--centered,.atd-header-style-center .atd-ref-main--centered .atd-ref-main-inner--centered{background:var(--atd-primary)!important;color:#fff!important;}.atd-header-style-center .atd-ref-main--centered{border-bottom:1px solid color-mix(in srgb,var(--atd-secondary) 22%,transparent)!important}.atd-header-style-center .atd-ref-main--centered .atd-header-social a,.atd-header-style-center .atd-ref-main--centered .atd-header-utility-btn{color:#fff!important}.atd-header-style-center .atd-ref-nav--sinpo{background:var(--atd-secondary)!important;border-bottom:1px solid color-mix(in srgb,var(--atd-primary) 26%,transparent)!important;}.atd-header-style-center .atd-header-links.is-sinpo-pills a{background:color-mix(in srgb,#fff 8%,transparent)!important;color:#fff!important;border:1px solid color-mix(in srgb,#fff 12%,transparent)!important;}.atd-header-style-center .atd-header-links.is-sinpo-pills a.is-first{background:var(--atd-primary)!important;color:#fff!important;border-color:var(--atd-primary)!important}.atd-header-style-center .atd-header-search.is-sinpo{width:300px!important;height:36px!important;display:flex!important;align-items:center!important;padding:0!important;overflow:hidden!important;background:var(--atd-surface,#fff)!important;border:1px solid color-mix(in srgb,var(--atd-primary) 18%,#d7d7d7)!important;border-radius:9px!important;box-shadow:0 2px 8px rgba(0,0,0,.06)!important;}.atd-header-style-center .atd-header-search.is-sinpo input{flex:1 1 auto!important;height:34px!important;padding:0 12px!important;border:0!important;background:transparent!important;color:var(--atd-text,#23262b)!important;font-size:12px!important;}.atd-header-style-center .atd-header-search.is-sinpo button{flex:0 0 42px!important;width:42px!important;height:36px!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--atd-primary)!important;color:#fff!important;}.atd-header-style-center .atd-header-search.is-sinpo button svg{width:17px!important;height:17px!important}.atd-header-style-center .atd-header-utility-btn.is-bare{color:#fff!important}body.atd-dark .atd-header-style-center .atd-refbar--dark{background:color-mix(in srgb,var(--atd-primary) 25%,#101112)!important;color:#f4f4f4!important}body.atd-dark .atd-header-style-center .atd-ref-main--centered,body.atd-dark .atd-header-style-center .atd-ref-main--centered .atd-ref-main-inner--centered{background:var(--atd-dark-surface,#181a1c)!important;color:#fff!important}body.atd-dark .atd-header-style-center .atd-ref-nav--sinpo{background:var(--atd-dark-bg,#101112)!important;border-color:#2c3035!important}body.atd-dark .atd-header-style-center .atd-header-links.is-sinpo-pills a{background:#171a1e!important;border-color:#2a2e34!important;color:#f4f4f4!important}body.atd-dark .atd-header-style-center .atd-header-links.is-sinpo-pills a.is-first{background:var(--atd-primary)!important;border-color:var(--atd-primary)!important;color:#fff!important}body.atd-dark .atd-header-style-center .atd-header-search.is-sinpo{background:#181b1f!important;border-color:#353a41!important;box-shadow:none!important}body.atd-dark .atd-header-style-center .atd-header-search.is-sinpo input{color:#f3f3f3!important}body.atd-dark .atd-header-style-center .atd-header-search.is-sinpo input::placeholder{color:#858b93!important}body.atd-dark .atd-header-style-center .atd-header-search.is-sinpo button{background:var(--atd-primary)!important;color:#fff!important}.atd-header-style-classic .atd-refbar--light{background:color-mix(in srgb,var(--atd-secondary) 88%,var(--atd-primary) 12%)!important;color:#fff!important;}.atd-header-style-classic .atd-refbar-inner{min-height:32px!important;gap:18px!important;overflow:hidden}.atd-header-style-classic .atd-refbar-left.atd-refbar-live{flex:1 1 auto;min-width:0;overflow:hidden}.atd-header-style-classic .atd-refbar-right{flex:0 0 auto}.atd-header-style-classic .atd-live-ticker-label{color:var(--atd-primary)!important}.atd-header-style-classic .atd-ref-main--classic,.atd-header-style-classic .atd-ref-main--classic .atd-ref-main-inner{background:var(--atd-primary)!important;color:#fff!important;}.atd-header-style-classic .atd-ref-main--classic .atd-ref-main-inner{min-height:72px!important}.atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic{width:340px!important;height:38px!important}.atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic input{background:#fff!important;color:#222!important;border-color:rgba(0,0,0,.12)!important}.atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic button{background:var(--atd-secondary)!important;color:#fff!important}.atd-header-style-classic .atd-ref-nav--classic-primary{background:var(--atd-secondary)!important;color:#fff!important}.atd-header-style-classic .atd-ref-nav--classic-primary a{color:#fff!important}.atd-header-style-classic .atd-ref-subnav--classic{background:color-mix(in srgb,var(--atd-primary) 7%,var(--atd-surface,#fff))!important;border-bottom:1px solid color-mix(in srgb,var(--atd-primary) 16%,var(--atd-line,#e8e8e8))!important;}.atd-header-style-classic .atd-ref-subnav--classic a{color:var(--atd-primary)!important}.atd-header-style-classic .atd-header-utility-btn.is-square{background:color-mix(in srgb,#fff 92%,var(--atd-primary) 8%)!important;color:var(--atd-primary)!important}body.atd-dark .atd-header-style-classic .atd-refbar--light{background:color-mix(in srgb,var(--atd-primary) 22%,#101112)!important;color:#f2f2f2!important}body.atd-dark .atd-header-style-classic .atd-ref-main--classic,body.atd-dark .atd-header-style-classic .atd-ref-main--classic .atd-ref-main-inner{background:var(--atd-dark-surface,#181a1c)!important;color:#fff!important}body.atd-dark .atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic input{background:#1d2025!important;border-color:#343941!important;color:#f4f4f4!important}body.atd-dark .atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic input::placeholder{color:#858b93!important}body.atd-dark .atd-header-style-classic .atd-ref-main--classic .atd-header-search.is-classic button{background:var(--atd-primary)!important;color:#fff!important}body.atd-dark .atd-header-style-classic .atd-ref-nav--classic-primary{background:var(--atd-dark-bg,#101112)!important;border-bottom:1px solid #2b2f34!important}body.atd-dark .atd-header-style-classic .atd-ref-subnav--classic{background:#17191d!important;border-color:#2b2f34!important}body.atd-dark .atd-header-style-classic .atd-ref-subnav--classic a{color:#f0f1f3!important}body.atd-dark .atd-header-style-classic .atd-ref-subnav--classic a:first-child,body.atd-dark .atd-header-style-classic .atd-ref-subnav--classic a:hover{color:var(--atd-primary)!important}body.atd-dark .atd-header-style-classic .atd-header-utility-btn.is-square{background:#202329!important;color:#f3f3f3!important}@media (max-width:782px){body.atd-dark .atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-main,body.atd-dark .atd-header-mobile-shell.atd-mobile-style-center .atd-mobile-main,body.atd-dark .atd-header-mobile-shell.atd-mobile-style-classic .atd-mobile-main{background:var(--atd-dark-surface,#181a1c)!important;color:#f3f3f3!important}body.atd-dark .atd-header-mobile-shell.atd-mobile-style-minimal .atd-mobile-style-nav,body.atd-dark .atd-header-mobile-shell.atd-mobile-style-center .atd-mobile-category-pills,body.atd-dark .atd-header-mobile-shell.atd-mobile-style-classic .atd-mobile-style-nav{background:var(--atd-dark-bg,#101112)!important;color:#f3f3f3!important;border-color:#2b2f34!important}}@media (min-width:1025px){.atd-site-header .atd-header-desktop-shell .custom-logo,.atd-site-header .atd-header-desktop-shell .atd-reference-logo img{max-height:var(--atd-header-logo-desktop,75px)!important;height:auto!important;width:auto!important;max-width:min(460px,44vw)!important;object-fit:contain!important;}}@media (min-width:783px) and (max-width:1024px){.atd-site-header .atd-header-desktop-shell .custom-logo,.atd-site-header .atd-header-desktop-shell .atd-reference-logo img{max-height:var(--atd-header-logo-tablet,60px)!important;height:auto!important;width:auto!important;max-width:min(360px,42vw)!important;object-fit:contain!important;}}@media (max-width:782px){.atd-site-header .atd-header-mobile-shell .custom-logo,.atd-site-header .atd-header-mobile-shell .atd-reference-logo img{max-height:var(--atd-header-logo-mobile,48px)!important;height:auto!important;width:auto!important;max-width:min(250px,54vw)!important;object-fit:contain!important;}}@media (min-width:783px){.atd-site-header.atd-logo-desktop-left .atd-default-desktop-header .atd-brandbar-inner,.atd-site-header.atd-logo-desktop-center .atd-default-desktop-header .atd-brandbar-inner,.atd-site-header.atd-logo-desktop-right .atd-default-desktop-header .atd-brandbar-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;position:relative!important;}.atd-site-header.atd-logo-desktop-left .atd-default-desktop-header .atd-brand{grid-column:1;justify-self:start}.atd-site-header.atd-logo-desktop-left .atd-default-desktop-header .atd-head-actions{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-center .atd-default-desktop-header .atd-brand{grid-column:2;justify-self:center}.atd-site-header.atd-logo-desktop-center .atd-default-desktop-header .atd-head-actions{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-right .atd-default-desktop-header .atd-head-actions{grid-column:1;justify-self:start}.atd-site-header.atd-logo-desktop-right .atd-default-desktop-header .atd-brand{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-left .atd-ref-main--classic .atd-ref-main-inner,.atd-site-header.atd-logo-desktop-center .atd-ref-main--classic .atd-ref-main-inner,.atd-site-header.atd-logo-desktop-right .atd-ref-main--classic .atd-ref-main-inner,.atd-site-header.atd-logo-desktop-left .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-inner,.atd-site-header.atd-logo-desktop-center .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-inner,.atd-site-header.atd-logo-desktop-right .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;position:relative!important;}.atd-site-header.atd-logo-desktop-left .atd-ref-main--classic .atd-ref-logo,.atd-site-header.atd-logo-desktop-left .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-logo{grid-column:1;justify-self:start}.atd-site-header.atd-logo-desktop-left .atd-ref-main--classic .atd-ref-main-side,.atd-site-header.atd-logo-desktop-left .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-tools{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-center .atd-ref-main--classic .atd-ref-logo,.atd-site-header.atd-logo-desktop-center .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-logo{grid-column:2;justify-self:center}.atd-site-header.atd-logo-desktop-center .atd-ref-main--classic .atd-ref-main-side,.atd-site-header.atd-logo-desktop-center .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-tools{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-right .atd-ref-main--classic .atd-ref-main-side,.atd-site-header.atd-logo-desktop-right .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-main-tools{grid-column:1;justify-self:start}.atd-site-header.atd-logo-desktop-right .atd-ref-main--classic .atd-ref-logo,.atd-site-header.atd-logo-desktop-right .atd-header-desktop-shell .atd-ref-main--holopis .atd-ref-logo{grid-column:3;justify-self:end}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--centered,.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--centered,.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--centered{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--centered>.atd-ref-logo{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--centered>.atd-header-social{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--centered>.atd-theme-toggle{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--centered>.atd-header-social{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--centered>.atd-ref-logo{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--centered>.atd-theme-toggle{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--centered>.atd-header-social{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--centered>.atd-theme-toggle{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--centered>.atd-ref-logo{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--merdeka,.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--merdeka,.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--merdeka{display:grid!important;grid-template-columns:minmax(160px,1fr) minmax(280px,520px) minmax(160px,1fr)!important;align-items:center!important;gap:18px!important;}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--merdeka>.atd-ref-logo{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--merdeka>.atd-header-search{grid-column:2;grid-row:1;justify-self:stretch;width:100%!important;max-width:none!important}.atd-site-header.atd-logo-desktop-left .atd-ref-main-inner--merdeka>.atd-ref-main-right{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--merdeka>.atd-header-search{grid-column:1;grid-row:1;justify-self:stretch;width:100%!important;max-width:none!important}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--merdeka>.atd-ref-logo{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--merdeka>.atd-ref-main-right{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--merdeka>.atd-header-search{grid-column:1;grid-row:1;justify-self:stretch;width:100%!important;max-width:none!important}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--merdeka>.atd-ref-main-right{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--merdeka>.atd-ref-logo{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--akurat{position:relative!important}.atd-site-header.atd-logo-desktop-center .atd-ref-main-inner--akurat .atd-ref-logo{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:2}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--akurat>.atd-ref-main-left{order:2!important;margin-left:auto!important}.atd-site-header.atd-logo-desktop-right .atd-ref-main-inner--akurat>.atd-ref-main-right{order:1!important;margin-right:auto!important}}@media (max-width:782px){.atd-site-header.atd-logo-mobile-left .atd-header-mobile-shell.atd-mobile-style-default .atd-brandbar-inner,.atd-site-header.atd-logo-mobile-center .atd-header-mobile-shell.atd-mobile-style-default .atd-brandbar-inner,.atd-site-header.atd-logo-mobile-right .atd-header-mobile-shell.atd-mobile-style-default .atd-brandbar-inner,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--breaking .atd-mobile-inner,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--breaking .atd-mobile-inner,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--breaking .atd-mobile-inner,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--minimal .atd-mobile-inner,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--minimal .atd-mobile-inner,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--minimal .atd-mobile-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;position:relative!important;}.atd-site-header.atd-logo-mobile-left .atd-header-mobile-shell.atd-mobile-style-default .atd-brand,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--breaking .atd-mobile-logo,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--minimal .atd-mobile-logo{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-left .atd-header-mobile-shell.atd-mobile-style-default .atd-head-actions,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--breaking .atd-mobile-actions,.atd-site-header.atd-logo-mobile-left .atd-mobile-main--minimal .atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-center .atd-header-mobile-shell.atd-mobile-style-default .atd-brand,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--breaking .atd-mobile-logo,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--minimal .atd-mobile-logo{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-center .atd-header-mobile-shell.atd-mobile-style-default .atd-head-actions,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--breaking .atd-mobile-actions,.atd-site-header.atd-logo-mobile-center .atd-mobile-main--minimal .atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-right .atd-header-mobile-shell.atd-mobile-style-default .atd-head-actions,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--breaking .atd-mobile-actions,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--minimal .atd-mobile-actions{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-right .atd-header-mobile-shell.atd-mobile-style-default .atd-brand,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--breaking .atd-mobile-logo,.atd-site-header.atd-logo-mobile-right .atd-mobile-main--minimal .atd-mobile-logo{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-left .atd-mobile-grid-three>.atd-mobile-logo{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-left .atd-mobile-grid-three>.atd-mobile-action--menu{grid-column:2;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-left .atd-mobile-grid-three>.atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-center .atd-mobile-grid-three>.atd-mobile-action--menu{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-center .atd-mobile-grid-three>.atd-mobile-logo{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-center .atd-mobile-grid-three>.atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-right .atd-mobile-grid-three>.atd-mobile-action--menu{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-right .atd-mobile-grid-three>.atd-mobile-actions{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-right .atd-mobile-grid-three>.atd-mobile-logo{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-left .atd-mobile-center-layout>.atd-mobile-logo{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-left .atd-mobile-center-layout>.atd-header-social{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-left .atd-mobile-center-layout>.atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-center .atd-mobile-center-layout>.atd-header-social{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-center .atd-mobile-center-layout>.atd-mobile-logo{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-center .atd-mobile-center-layout>.atd-mobile-actions{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-right .atd-mobile-center-layout>.atd-header-social{grid-column:1;grid-row:1;justify-self:start}.atd-site-header.atd-logo-mobile-right .atd-mobile-center-layout>.atd-mobile-actions{grid-column:2;grid-row:1;justify-self:center}.atd-site-header.atd-logo-mobile-right .atd-mobile-center-layout>.atd-mobile-logo{grid-column:3;grid-row:1;justify-self:end}.atd-site-header.atd-logo-mobile-center .atd-mobile-main--magazine .atd-mobile-inner{position:relative!important}.atd-site-header.atd-logo-mobile-center .atd-mobile-main--magazine .atd-mobile-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:2}.atd-site-header.atd-logo-mobile-right .atd-mobile-main--magazine .atd-mobile-left-pack{order:2!important;margin-left:auto!important}.atd-site-header.atd-logo-mobile-right .atd-mobile-main--magazine .atd-mobile-actions{order:1!important;margin-right:auto!important}}@media (min-width:783px){.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static){display:contents!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;overflow:visible!important;contain:none!important;box-shadow:none!important;}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell{display:contents!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)+.atd-header-spacer,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)+.atd-header-spacer{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-header-desktop-shell .atd-ref-nav--sinpo{position:sticky!important;top:0!important;z-index:10060!important;width:100%!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;}.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-header-desktop-shell .atd-ref-main--holopis{position:sticky!important;top:0!important;z-index:10060!important;width:100%!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;}.admin-bar .atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-header-desktop-shell .atd-ref-nav--sinpo,.admin-bar .atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-header-desktop-shell .atd-ref-main--holopis{top:32px!important}}@media (max-width:782px){.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-header-mobile-shell .atd-ref-nav--sinpo,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-header-mobile-shell .atd-ref-main--holopis{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;}.atd-site-header.atd-header-style-center.is-selective-sticky .atd-header-mobile-shell .atd-ref-nav--sinpo,.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-header-mobile-shell .atd-ref-main--holopis{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10062!important;box-shadow:0 3px 12px rgba(0,0,0,.12)!important;}.atd-site-header.atd-header-style-center.is-selective-sticky .atd-mobile-category-pills{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;box-shadow:none!important;}.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-mobile-style-nav--breaking{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;box-shadow:none!important;}}.atd-home-v2{--atd-v2-border:var(--atd-line);--atd-v2-soft:color-mix(in srgb,var(--atd-primary) 7%,var(--atd-surface));background:var(--atd-bg);color:var(--atd-text);padding-bottom:32px;}.atd-home-v2 a{text-decoration:none;color:inherit}.atd-home-v2 img{display:block;max-width:100%}.atd-home-v2 .atd-image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e6e6e6,#f4f4f4)}.atd-v2-ad{padding-top:18px;padding-bottom:18px}.atd-v2-headline-section{padding:22px 0 26px}.atd-v2-headline-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:28px;align-items:start}.atd-v2-optional-hero-heading{padding-bottom:16px}.atd-v2-headline-grid.is-one-column{grid-template-columns:1fr}.atd-v2-hero{min-width:0;position:relative}.atd-v2-hero-track{position:relative;min-height:620px}.atd-v2-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,visibility .32s ease}.atd-v2-hero-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.atd-v2-hero-media{display:block;width:100%;height:520px;border-radius:5px;overflow:hidden;background:#ddd}.atd-v2-hero-media img,.atd-v2-hero-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover;object-position:center top}.atd-v2-hero-copy{padding-top:11px}.atd-v2-kicker{display:inline-block;margin-bottom:4px;color:var(--atd-primary)!important;font:700 11px/1.25 Roboto,Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase}.atd-v2-hero-copy h1{margin:0 0 7px;font:600 32px/1.22 Inter,system-ui,sans-serif;letter-spacing:-.025em;color:var(--atd-text)}.atd-v2-date{color:var(--atd-muted);font:400 14px/1.4 Roboto,Inter,sans-serif}.atd-v2-hero-dots{display:flex;align-items:center;justify-content:center;gap:9px;padding-top:18px}.atd-v2-hero-dots button{width:10px;height:10px;border:0;border-radius:50%;background:color-mix(in srgb,var(--atd-muted) 35%,transparent);padding:0;cursor:pointer}.atd-v2-hero-dots button.is-active{background:var(--atd-primary)}.atd-v2-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 17px}.atd-v2-section-heading h2{margin:0;font:700 26px/1.2 Roboto,Inter,sans-serif;letter-spacing:-.02em;color:var(--atd-text)}.atd-v2-section-heading>a{color:var(--atd-primary);font:600 12px/1.3 Inter,sans-serif;white-space:nowrap}.atd-v2-section-heading.is-light h2,.atd-v2-section-heading.is-light>a{color:#fff}.atd-v2-popular{min-width:0}.atd-v2-popular-list{display:flex;flex-direction:column}.atd-v2-compact{display:grid;grid-template-columns:minmax(0,1fr) 100px;gap:16px;align-items:center;padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--atd-v2-border)}.atd-v2-compact:last-child{margin-bottom:0}.atd-v2-compact-copy{min-width:0}.atd-v2-compact h3{margin:0 0 3px;font:600 17px/1.32 Inter,system-ui,sans-serif;letter-spacing:-.012em;color:var(--atd-text)}.atd-v2-compact .atd-v2-kicker{font-size:11px;margin-bottom:3px}.atd-v2-compact .atd-v2-date{font-size:12px}.atd-v2-compact-media{width:100px;height:100px;border-radius:4px;overflow:hidden;background:#ddd}.atd-v2-compact-media img,.atd-v2-compact-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover}.atd-v2-editor-band{background:var(--atd-primary);padding:24px 0 27px;margin:0 0 34px}.atd-v2-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.atd-v2-card{min-width:0}.atd-v2-editor-card{background:var(--atd-surface);border-radius:6px;overflow:hidden}.atd-v2-card-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#ddd;border-radius:5px}.atd-v2-editor-card .atd-v2-card-media{border-radius:0}.atd-v2-card-media img,.atd-v2-card-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover}.atd-v2-card-copy{padding:10px 0 0}.atd-v2-editor-card .atd-v2-card-copy{padding:12px 14px 15px}.atd-v2-card h3{margin:0 0 5px;font:700 17px/1.35 "Open Sans",Inter,sans-serif;color:var(--atd-text)}.atd-v2-card .atd-v2-date{font-size:12px}.atd-v2-body-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:34px;align-items:start;padding-bottom:24px}.atd-v2-body-layout.is-no-sidebar{grid-template-columns:1fr}.atd-v2-main-column{min-width:0}.atd-v2-sidebar{min-width:0;position:sticky;top:110px}.atd-v2-sidebar-section{margin-bottom:30px}.atd-v2-sidebar .atd-v2-section-heading h2{font-size:22px}.atd-v2-sidebar .atd-v2-compact{grid-template-columns:minmax(0,1fr) 92px;gap:12px;padding-bottom:13px;margin-bottom:13px}.atd-v2-sidebar .atd-v2-compact-media{width:92px;height:76px}.atd-v2-sidebar .atd-v2-compact h3{font-size:15px}.atd-v2-sidebar .atd-v2-compact .atd-v2-date{font-size:11px}.atd-v2-section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid var(--atd-v2-border)}.atd-v2-feature-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,42%);gap:0;background:var(--atd-v2-soft);border-radius:6px;overflow:hidden;margin-bottom:18px}.atd-v2-feature-copy{padding:24px}.atd-v2-feature-copy h3{margin:0 0 8px;font:700 24px/1.28 "Open Sans",Inter,sans-serif;color:var(--atd-text)}.atd-v2-feature-copy p{margin:0 0 10px;color:var(--atd-muted);font:400 13px/1.6 Inter,sans-serif}.atd-v2-feature-media{min-height:250px;background:#ddd}.atd-v2-feature-media img,.atd-v2-feature-media .atd-image-placeholder{width:100%;height:100%;object-fit:cover}.atd-v2-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.atd-v2-mini-grid .atd-v2-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:13px;align-items:center}.atd-v2-mini-grid .atd-v2-card-media{aspect-ratio:4/3}.atd-v2-mini-grid .atd-v2-card-copy{padding:0}.atd-v2-mini-grid .atd-v2-card h3{font-size:16px}.atd-v2-soft-carousel-section{background:color-mix(in srgb,var(--atd-secondary) 5%,var(--atd-surface));padding:20px;border-radius:6px}.atd-v2-horizontal-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.atd-v2-horizontal-cards .atd-v2-card{background:var(--atd-surface);border-radius:5px;overflow:hidden}.atd-v2-horizontal-cards .atd-v2-card-copy{padding:11px 12px 13px}.atd-v2-two-col-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.atd-v2-two-col-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 112px}.atd-v2-two-col-list .atd-v2-compact-media{width:112px;height:86px}.atd-v2-latest-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 182px;gap:20px;padding-bottom:17px;margin-bottom:17px}.atd-v2-latest-list .atd-v2-compact-media{width:182px;height:135px}.atd-v2-latest-list .atd-v2-compact h3{font-size:18px;line-height:1.36}.atd-v2-latest-list .atd-v2-compact .atd-v2-date{font-size:12px}.atd-v2-load-more{text-align:center;padding-top:4px}.atd-v2-load-more a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 20px;border-radius:4px;background:var(--atd-v2-soft);color:var(--atd-text);font:600 12px/1 Inter,sans-serif}body.atd-dark .atd-home-v2{--atd-v2-border:var(--atd-dark-line);--atd-v2-soft:color-mix(in srgb,var(--atd-primary) 12%,var(--atd-dark-surface));background:var(--atd-dark-bg);color:var(--atd-dark-text)}body.atd-dark .atd-home-v2 .atd-v2-hero-copy h1,body.atd-dark .atd-home-v2 .atd-v2-section-heading h2,body.atd-dark .atd-home-v2 .atd-v2-compact h3,body.atd-dark .atd-home-v2 .atd-v2-card h3,body.atd-dark .atd-home-v2 .atd-v2-feature-copy h3{color:var(--atd-dark-text)}body.atd-dark .atd-home-v2 .atd-v2-date,body.atd-dark .atd-home-v2 .atd-v2-feature-copy p{color:#aeb2b7}body.atd-dark .atd-v2-editor-card,body.atd-dark .atd-v2-horizontal-cards .atd-v2-card{background:var(--atd-dark-surface)}body.atd-dark .atd-v2-soft-carousel-section{background:#14171a}body.atd-dark .atd-home-v2 .atd-image-placeholder{background:linear-gradient(135deg,#272a2e,#1c1f22)}@media(max-width:1024px){.atd-v2-headline-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,.9fr);gap:22px}.atd-v2-hero-media{height:430px}.atd-v2-body-layout{grid-template-columns:minmax(0,1fr) 280px;gap:26px}.atd-v2-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.atd-v2-feature-copy h3{font-size:22px}}@media(max-width:782px){.atd-home-v2{padding-bottom:20px}.atd-v2-headline-section{padding:0 0 22px}.atd-v2-headline-section>.atd-container{width:100%!important;max-width:none!important}.atd-v2-headline-grid{display:block}.atd-v2-hero-track{min-height:0}.atd-v2-hero-slide{position:absolute}.atd-v2-hero-slide.is-active{position:relative}.atd-v2-hero-media{height:281px;border-radius:0}.atd-v2-hero-copy{padding:9px var(--atd-mobile-pad) 0}.atd-v2-kicker{font-size:11px;letter-spacing:.14em}.atd-v2-hero-copy h1{font-size:20px;line-height:1.24;margin-bottom:4px;letter-spacing:-.018em}.atd-v2-date{font-size:11.5px}.atd-v2-hero-dots{padding-top:20px;padding-bottom:8px}.atd-v2-hero-dots button{width:10px;height:10px}.atd-v2-popular{padding:0 var(--atd-mobile-pad);margin-top:8px}.atd-v2-section-heading{margin-bottom:14px}.atd-v2-section-heading h2{font-size:22px}.atd-v2-section-heading>a{font-size:11px}.atd-v2-compact{grid-template-columns:minmax(0,1fr) 100px;gap:14px;padding-bottom:16px;margin-bottom:16px}.atd-v2-compact-media{width:100px;height:100px}.atd-v2-compact h3{font-size:16px;line-height:1.32}.atd-v2-compact .atd-v2-kicker{font-size:10px}.atd-v2-compact .atd-v2-date{font-size:11px}.atd-v2-editor-band{margin:0 0 24px;padding:18px 0 20px}.atd-v2-editor-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:4px;scrollbar-width:none}.atd-v2-editor-grid::-webkit-scrollbar{display:none}.atd-v2-editor-card{flex:0 0 72%;scroll-snap-align:start}.atd-v2-body-layout{display:block;width:calc(100% - (var(--atd-mobile-pad) * 2))!important}.atd-v2-sidebar{display:none}.atd-v2-section{padding-bottom:22px;margin-bottom:22px}.atd-v2-feature-split{display:flex;flex-direction:column-reverse}.atd-v2-feature-media{min-height:0;aspect-ratio:16/9}.atd-v2-feature-copy{padding:16px}.atd-v2-feature-copy h3{font-size:20px}.atd-v2-feature-copy p{display:none}.atd-v2-mini-grid{grid-template-columns:1fr;gap:0}.atd-v2-mini-grid .atd-v2-card{grid-template-columns:minmax(0,1fr) 100px;gap:14px;padding:0 0 14px;margin:0 0 14px;border-bottom:1px solid var(--atd-v2-border)}.atd-v2-mini-grid .atd-v2-card-media{grid-column:2;grid-row:1;width:100px;height:82px}.atd-v2-mini-grid .atd-v2-card-copy{grid-column:1;grid-row:1}.atd-v2-soft-carousel-section{margin-left:calc(var(--atd-mobile-pad) * -1);margin-right:calc(var(--atd-mobile-pad) * -1);padding:18px var(--atd-mobile-pad)}.atd-v2-horizontal-cards{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.atd-v2-horizontal-cards::-webkit-scrollbar{display:none}.atd-v2-horizontal-cards .atd-v2-card{flex:0 0 76%;scroll-snap-align:start}.atd-v2-two-col-list{grid-template-columns:1fr;gap:0}.atd-v2-two-col-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 100px}.atd-v2-two-col-list .atd-v2-compact-media{width:100px;height:82px}.atd-v2-latest-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 110px;gap:13px;padding-bottom:15px;margin-bottom:15px}.atd-v2-latest-list .atd-v2-compact-media{width:110px;height:86px}.atd-v2-latest-list .atd-v2-compact h3{font-size:16px;line-height:1.34}}@media(min-width:783px) and (max-width:1199px){.atd-v2-hero-copy h1{font-size:28px}.atd-v2-kicker{font-size:12px}.atd-v2-date{font-size:12px}}@media(max-width:430px){.atd-v2-hero-media{height:277px}.atd-v2-popular{margin-top:4px}.atd-v2-compact{grid-template-columns:minmax(0,1fr) 100px;gap:12px}.atd-v2-compact h3{font-size:16px}.atd-v2-editor-card{flex-basis:82%}.atd-v2-horizontal-cards .atd-v2-card{flex-basis:84%}}.atd-home-v2 .atd-home-sidebar{min-width:0;align-self:start;}@media(min-width:1025px){.atd-home-v2 .atd-home-sidebar{position:sticky;top:110px}}.atd-v2-sidebar-ad-fallback,.atd-home-sidebar-ad-fallback{width:100%;min-width:0;overflow:hidden;}.atd-v2-sidebar-ad-fallback{grid-column:1/-1;margin-top:8px}.atd-v2-editor-heading-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px;}.atd-v2-editor-heading-row .atd-v2-section-heading{flex:1 1 auto;margin:0}.atd-v2-editor-arrows{display:flex;align-items:center;gap:8px;flex:0 0 auto}.atd-v2-editor-arrows button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.44);border-radius:50%;background:rgba(255,255,255,.10);color:#fff;cursor:pointer;transition:background .18s ease,opacity .18s ease,transform .18s ease;}.atd-v2-editor-arrows button:hover:not(:disabled){background:#fff;color:var(--atd-primary);transform:translateY(-1px)}.atd-v2-editor-arrows button:disabled{opacity:.32;cursor:default}.atd-v2-editor-arrows svg{width:20px;height:20px;fill:currentColor}.atd-v2-editor-carousel{width:100%;overflow:hidden}.atd-v2-editor-grid{display:flex!important;grid-template-columns:none!important;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;padding-bottom:2px;}.atd-v2-editor-grid::-webkit-scrollbar{display:none}.atd-v2-editor-card{flex:0 0 calc((100% - 36px)/3)!important;width:calc((100% - 36px)/3);scroll-snap-align:start;scroll-snap-stop:always;}.atd-v2-load-more{display:flex;justify-content:center;text-align:center;padding-top:8px}.atd-v2-load-more button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 22px;border:1px solid color-mix(in srgb,var(--atd-primary) 48%,var(--atd-v2-border));border-radius:999px;background:var(--atd-v2-soft);color:var(--atd-text);font:700 13px/1 Inter,system-ui,sans-serif;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;}.atd-v2-load-more button:hover:not(:disabled){background:var(--atd-primary);border-color:var(--atd-primary);color:#fff;transform:translateY(-1px)}.atd-v2-load-more button:disabled{cursor:wait;opacity:.7}.atd-v2-load-more-spinner{display:none;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:atdSpin .7s linear infinite}.atd-v2-load-more button.is-loading .atd-v2-load-more-spinner{display:block}.atd-v2-load-more.is-complete{display:none}body.atd-dark .atd-v2-load-more button{color:var(--atd-dark-text);background:var(--atd-dark-surface);border-color:var(--atd-dark-line)}body.atd-dark .atd-v2-load-more button:hover:not(:disabled){background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}@media(max-width:782px){.atd-header-mobile-shell .atd-header-social.atd-mobile-socials{gap:6px!important;overflow:visible!important;}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials a{width:28px!important;height:28px!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;box-shadow:0 0 0 1px rgba(0,0,0,.07)!important;opacity:1!important;visibility:visible!important;}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials a svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;opacity:1!important;}.atd-header-mobile-shell .atd-social-network-instagram{color:#e1306c!important}.atd-header-mobile-shell .atd-social-network-facebook{color:#1877f2!important}.atd-header-mobile-shell .atd-social-network-whatsapp{color:#25d366!important}.atd-header-mobile-shell .atd-social-network-youtube{color:#ff0000!important}.atd-header-mobile-shell .atd-social-network-tiktok{color:#111!important}.atd-header-mobile-shell .atd-social-network-x,.atd-header-mobile-shell .atd-social-network-threads{color:#111!important}body.atd-dark .atd-header-mobile-shell .atd-header-social.atd-mobile-socials a{background:#fff!important;box-shadow:0 0 0 1px rgba(255,255,255,.16)!important;}.atd-v2-editor-heading-row{margin-bottom:13px}.atd-v2-editor-arrows{gap:6px}.atd-v2-editor-arrows button{width:34px;height:34px}.atd-v2-editor-arrows svg{width:18px;height:18px}.atd-v2-editor-grid{gap:12px!important}.atd-v2-editor-card{flex:0 0 calc((100% - 12px)/2)!important;width:calc((100% - 12px)/2)!important;}.atd-home-v2 .atd-home-sidebar{display:block!important;position:static!important;margin-top:10px}}@media(max-width:430px){.atd-v2-editor-card{flex-basis:calc((100% - 10px)/2)!important;width:calc((100% - 10px)/2)!important}.atd-v2-editor-grid{gap:10px!important}}@media(max-width:782px){.atd-site-footer .atd-footer-social-icons a{background:#fff!important;border-color:rgba(0,0,0,.08)!important;opacity:1!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-instagram{color:#e1306c!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-facebook{color:#1877f2!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-whatsapp{color:#25d366!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-tiktok{color:#111!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-threads{color:#111!important}body.atd-dark .atd-site-footer .atd-footer-social-icons a{background:#fff!important}}@media (max-width:782px){body.home .atd-home-sidebar.atd-editorial-sidebar,body.home .atd-home-v2 .atd-home-sidebar.atd-editorial-sidebar,body.home .atd-home-reference .atd-home-sidebar.atd-editorial-sidebar{display:block!important;position:static!important;width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important;align-self:stretch!important;margin:26px 0 0!important;padding:0!important;box-sizing:border-box!important;}body.home .atd-home-sidebar .atd-home-side-section,body.home .atd-home-sidebar .atd-home-side-widgets,body.home .atd-home-sidebar .atd-widget,body.home .atd-home-sidebar .atd-sidebar-ad-shell{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}body.home .atd-home-sidebar .atd-home-side-lead,body.home .atd-home-sidebar .atd-home-side-lead-media{width:100%!important;max-width:none!important;}body.home .atd-home-sidebar .atd-home-side-latest-item{grid-template-columns:112px minmax(0,1fr)!important;gap:13px!important;}body.home .atd-home-sidebar .atd-home-side-latest-media{width:112px!important;min-width:112px!important;}body.home .atd-home-sidebar img,body.home .atd-home-sidebar iframe,body.home .atd-home-sidebar video,body.home .atd-home-sidebar object,body.home .atd-home-sidebar embed{max-width:100%!important;}body.home .atd-v2-body-layout,body.home .atd-home-desktop-layout{min-width:0!important;}}@media (max-width:480px){body.home .atd-home-sidebar .atd-home-side-latest-item{grid-template-columns:100px minmax(0,1fr)!important;gap:11px!important;}body.home .atd-home-sidebar .atd-home-side-latest-media{width:100px!important;min-width:100px!important;}}.atd-site-header + .atd-header-spacer{display:none!important;height:0!important;min-height:0!important}.atd-site-header .custom-logo,.atd-site-header .atd-reference-logo img{height:auto!important;width:auto!important;object-fit:contain!important;will-change:max-height,transform;transition:max-height .30s cubic-bezier(.22,.61,.36,1),max-width .30s cubic-bezier(.22,.61,.36,1),transform .30s cubic-bezier(.22,.61,.36,1),opacity .2s ease!important;}.atd-site-header:not(.atd-header-static).is-scrolled .custom-logo,.atd-site-header:not(.atd-header-static).is-scrolled .atd-reference-logo img{transform:translateZ(0) scale(.985)!important;}.atd-site-header .atd-ref-main-inner,.atd-site-header .atd-mobile-inner{transition:min-height .30s cubic-bezier(.22,.61,.36,1),padding .30s cubic-bezier(.22,.61,.36,1)!important;}@media (min-width:1025px){.atd-site-header:not(.atd-header-static).is-scrolled .atd-ref-main-inner{min-height:max(58px,calc(var(--atd-header-logo-sticky-desktop,52px) + 16px))!important;}}@media (min-width:783px) and (max-width:1024px){.atd-site-header:not(.atd-header-static).is-scrolled .atd-ref-main-inner{min-height:max(56px,calc(var(--atd-header-logo-sticky-tablet,44px) + 14px))!important;}}@media (max-width:782px){.atd-site-header:not(.atd-header-static).is-scrolled .atd-mobile-inner{min-height:max(50px,calc(var(--atd-header-logo-sticky-mobile,36px) + 12px))!important;}}@media (min-width:783px){.atd-site-header.atd-header-style-default:not(.atd-header-static),.atd-site-header.atd-header-style-minimal:not(.atd-header-static),.atd-site-header.atd-header-style-magazine:not(.atd-header-static){position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:10070!important;display:block!important;overflow:visible!important;contain:none!important;transform:none!important;}.admin-bar .atd-site-header.atd-header-style-default:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-minimal:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-magazine:not(.atd-header-static){top:32px!important}.atd-site-header.atd-header-style-classic:not(.atd-header-static),.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static){position:static!important;top:auto!important;left:auto!important;right:auto!important;display:contents!important;transform:none!important;contain:none!important;overflow:visible!important;}.atd-site-header.atd-header-style-classic:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell{display:contents!important}.atd-site-header.atd-header-style-classic:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell{display:none!important}.atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-nav--classic-primary{position:sticky!important;top:0!important;z-index:10072!important;width:100%!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;}.atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-subnav--classic{position:sticky!important;top:54px!important;z-index:10071!important;width:100%!important;box-shadow:0 4px 12px rgba(0,0,0,.06)!important;}.atd-site-header.atd-header-style-classic.atd-header-no-desktop-nav:not(.atd-header-static) .atd-ref-subnav--classic{top:0!important}.admin-bar .atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-nav--classic-primary{top:32px!important}.admin-bar .atd-site-header.atd-header-style-classic:not(.atd-header-static) .atd-ref-subnav--classic{top:86px!important}.admin-bar .atd-site-header.atd-header-style-classic.atd-header-no-desktop-nav:not(.atd-header-static) .atd-ref-subnav--classic{top:32px!important}.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-ref-nav--sinpo{position:sticky!important;top:0!important;z-index:10072!important;width:100%!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;}.admin-bar .atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-ref-nav--sinpo{top:32px!important}.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-ref-main--holopis{position:sticky!important;top:0!important;z-index:10072!important;width:100%!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;}.admin-bar .atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-ref-main--holopis{top:32px!important}}@media (max-width:782px){.atd-site-header.atd-header-style-default:not(.atd-header-static),.atd-site-header.atd-header-style-minimal:not(.atd-header-static),.atd-site-header.atd-header-style-classic:not(.atd-header-static){position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:10070!important;width:100%!important;display:block!important;transform:none!important;contain:none!important;overflow:visible!important;}.admin-bar .atd-site-header.atd-header-style-default:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-minimal:not(.atd-header-static),.admin-bar .atd-site-header.atd-header-style-classic:not(.atd-header-static){top:46px!important}.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-header-style-magazine:not(.atd-header-static){position:relative!important;top:auto!important;left:auto!important;right:auto!important;z-index:auto!important;width:100%!important;display:block!important;transform:none!important;contain:none!important;overflow:visible!important;}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-desktop-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-desktop-shell{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-breaking:not(.atd-header-static)>.atd-header-mobile-shell,.atd-site-header.atd-header-style-magazine:not(.atd-header-static)>.atd-header-mobile-shell{display:block!important}.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-ref-nav--sinpo,.atd-site-header.atd-header-style-center:not(.atd-header-static) .atd-mobile-category-pills,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-ref-main--holopis,.atd-site-header.atd-header-style-breaking:not(.atd-header-static) .atd-mobile-style-nav--breaking,.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-main--magazine,.atd-site-header.atd-header-style-magazine:not(.atd-header-static) .atd-mobile-style-nav--magazine{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;box-shadow:none!important;}.atd-selective-sticky-placeholder-v139{display:block;width:100%;min-width:0;pointer-events:none}.atd-selective-sticky-placeholder-v139[hidden]{display:none!important}.atd-site-header.atd-header-style-center.is-selective-sticky .atd-ref-nav--sinpo{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;box-shadow:0 3px 12px rgba(0,0,0,.12)!important;}.atd-site-header.atd-header-style-center.is-selective-sticky .atd-mobile-category-pills{position:relative!important;top:auto!important;box-shadow:none!important;}.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-ref-main--holopis{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;box-shadow:0 3px 12px rgba(0,0,0,.12)!important;}.atd-site-header.atd-header-style-breaking.is-selective-sticky .atd-mobile-style-nav--breaking{position:relative!important;top:auto!important;left:auto!important;right:auto!important;box-shadow:none!important;}.atd-site-header.atd-header-style-magazine.is-selective-sticky .atd-mobile-main--magazine{position:fixed!important;top:var(--atd-selective-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;box-shadow:0 2px 10px rgba(0,0,0,.12)!important;}.atd-site-header.atd-header-style-magazine.is-selective-sticky .atd-mobile-style-nav--magazine{position:fixed!important;top:calc(var(--atd-selective-top,0px) + var(--atd-selective-main-h,60px))!important;left:0!important;right:0!important;width:100%!important;z-index:10073!important;box-shadow:0 3px 10px rgba(0,0,0,.08)!important;}}@media(prefers-reduced-motion:reduce){.atd-site-header .custom-logo,.atd-site-header .atd-reference-logo img,.atd-site-header .atd-ref-main-inner,.atd-site-header .atd-mobile-inner{transition:none!important}}@media (max-width:782px){.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static),.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-header-mobile-shell{visibility:visible!important;opacity:1!important;transform:none!important;contain:none!important;overflow:visible!important;}.atd-site-header.atd-mobile-full-managed:not(.atd-header-static){position:fixed!important;top:var(--atd-mobile-sticky-top,0px)!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;z-index:10074!important;margin:0!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;box-shadow:0 4px 16px rgba(0,0,0,.10)!important;}.atd-mobile-full-placeholder-v140{display:block!important;width:100%!important;min-width:0!important;height:var(--atd-mobile-managed-h,0px);margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}.atd-mobile-selective-placeholder-v140{display:block;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}.atd-mobile-selective-placeholder-v140[hidden]{display:none!important}.atd-site-header.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-header-style-magazine:not(.atd-header-static){position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:auto!important;transform:none!important;}.atd-site-header.atd-header-style-center.atd-mobile-selective-active:not(.atd-header-static) .atd-ref-nav--sinpo{position:fixed!important;top:var(--atd-mobile-sticky-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;visibility:visible!important;opacity:1!important;transform:none!important;box-shadow:0 4px 14px rgba(0,0,0,.12)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header.atd-header-style-center.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-category-pills{position:relative!important;top:auto!important;left:auto!important;right:auto!important;visibility:visible!important;opacity:1!important;}.atd-site-header.atd-header-style-breaking.atd-mobile-selective-active:not(.atd-header-static) .atd-ref-main--holopis{position:fixed!important;top:var(--atd-mobile-sticky-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;visibility:visible!important;opacity:1!important;transform:none!important;box-shadow:0 4px 14px rgba(0,0,0,.12)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header.atd-header-style-breaking.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-style-nav--breaking{position:relative!important;top:auto!important;left:auto!important;right:auto!important;box-shadow:none!important;}.atd-site-header.atd-header-style-magazine.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-main--magazine{position:fixed!important;top:var(--atd-mobile-sticky-top,0px)!important;left:0!important;right:0!important;width:100%!important;z-index:10074!important;visibility:visible!important;opacity:1!important;transform:none!important;box-shadow:0 2px 10px rgba(0,0,0,.12)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header.atd-header-style-magazine.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-style-nav--magazine{position:fixed!important;top:calc(var(--atd-mobile-sticky-top,0px) + var(--atd-selective-main-h,60px))!important;left:0!important;right:0!important;width:100%!important;z-index:10073!important;visibility:visible!important;opacity:1!important;transform:none!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header .atd-header-mobile-shell .custom-logo,.atd-site-header .atd-header-mobile-shell .atd-reference-logo img{display:block!important;width:auto!important;height:var(--atd-header-logo-mobile,48px)!important;max-height:var(--atd-header-logo-mobile,48px)!important;max-width:min(72vw,360px)!important;object-fit:contain!important;transform:translateZ(0) scale(1)!important;transform-origin:center center!important;transition:height .28s cubic-bezier(.22,.61,.36,1),max-height .28s cubic-bezier(.22,.61,.36,1),max-width .28s cubic-bezier(.22,.61,.36,1),transform .28s cubic-bezier(.22,.61,.36,1),opacity .18s ease!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .custom-logo,.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .atd-reference-logo img{height:var(--atd-header-logo-sticky-mobile,36px)!important;max-height:var(--atd-header-logo-sticky-mobile,36px)!important;max-width:min(58vw,260px)!important;transform:translateZ(0) scale(.98)!important;}.atd-site-header .atd-header-mobile-shell .custom-logo-link,.atd-site-header .atd-header-mobile-shell .atd-reference-logo,.atd-site-header .atd-header-mobile-shell .atd-mobile-logo,.atd-site-header .atd-header-mobile-shell .atd-brand{min-width:0!important;max-width:100%!important;}.atd-site-header .atd-mobile-main .atd-mobile-inner{min-height:max(60px,calc(var(--atd-header-logo-mobile,48px) + 16px))!important;transition:min-height .28s cubic-bezier(.22,.61,.36,1),padding .28s cubic-bezier(.22,.61,.36,1)!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-mobile-main .atd-mobile-inner{min-height:max(48px,calc(var(--atd-header-logo-sticky-mobile,36px) + 12px))!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-brandbar-inner{min-height:max(50px,calc(var(--atd-header-logo-sticky-mobile,36px) + 12px))!important;}.atd-site-header.atd-mobile-sticky-managed .atd-mobile-main,.atd-site-header.atd-mobile-sticky-managed .atd-mobile-style-nav,.atd-site-header.atd-mobile-sticky-managed .atd-mobile-category-pills,.atd-site-header.atd-mobile-sticky-managed .atd-brandbar,.atd-site-header.atd-mobile-sticky-managed .atd-mobile-strip{opacity:1!important;visibility:visible!important;}}@media (max-width:600px){.atd-site-header .atd-header-mobile-shell .custom-logo,.atd-site-header .atd-header-mobile-shell .atd-reference-logo img{max-width:min(70vw,300px)!important}.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .custom-logo,.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .atd-reference-logo img{max-width:min(56vw,220px)!important}}.atd-header-spacer{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}.atd-motion-ready body.home .atd-reveal{opacity:0;transform:translate3d(0,20px,0) scale(.992);filter:saturate(.94);transition:opacity .58s var(--atd-ease) var(--atd-reveal-delay,0ms),transform .62s var(--atd-ease) var(--atd-reveal-delay,0ms),filter .62s ease var(--atd-reveal-delay,0ms);will-change:opacity,transform;}.atd-motion-ready body.home .atd-reveal[style*="--atd-reveal-index:1"]{transform:translate3d(0,24px,0) scale(.99)}.atd-motion-ready body.home .atd-reveal[style*="--atd-reveal-index:2"]{transform:translate3d(0,18px,0) scale(.994)}.atd-motion-ready body.home .atd-reveal[style*="--atd-reveal-index:3"]{transform:translate3d(0,22px,0) scale(.991)}.atd-motion-ready body.home .atd-reveal.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);filter:none;}body.home .atd-home-feature-card,body.home .atd-home-news-row,body.home .atd-home-government-card,body.home .atd-home-national-card,body.home .atd-home-popular-item,body.home .atd-v2-editor-card,body.home .atd-v2-card,body.home .atd-v2-compact,body.home .atd-v2-feature-split,body.home .atd-home-side-section{transition:transform .24s var(--atd-ease),box-shadow .24s ease,border-color .24s ease,background-color .24s ease;}@media (hover:hover) and (pointer:fine){body.home .atd-home-feature-card:hover,body.home .atd-home-government-card:hover,body.home .atd-home-national-card:hover,body.home .atd-v2-editor-card:hover,body.home .atd-v2-card:hover,body.home .atd-v2-feature-split:hover{transform:translateY(-3px);}body.home .atd-home-news-row:hover,body.home .atd-v2-compact:hover{transform:translateX(3px);}}@media (prefers-reduced-motion:reduce){.atd-motion-ready body.home .atd-reveal,.atd-motion-ready body.home .atd-reveal.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;}body.home .atd-home-feature-card,body.home .atd-home-news-row,body.home .atd-home-government-card,body.home .atd-home-national-card,body.home .atd-home-popular-item,body.home .atd-v2-editor-card,body.home .atd-v2-card,body.home .atd-v2-compact,body.home .atd-v2-feature-split,body.home .atd-home-side-section{transition:none!important;transform:none!important}}.atd-archive-v2{padding-bottom:34px}.atd-archive-v2-shell{padding:22px 0 38px}.atd-archive-v2-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.6fr);gap:26px;align-items:end;margin:0 0 26px;padding:0 0 18px;border-bottom:1px solid var(--atd-v2-border);}.atd-archive-v2-header h1{margin:4px 0 0;color:var(--atd-text);font-weight:700;line-height:1.14;letter-spacing:-.035em}.atd-archive-v2-description{justify-self:end;max-width:430px;color:var(--atd-muted);font-size:13.5px;line-height:1.65;text-align:right}.atd-archive-v2-description p{margin:0}.atd-archive-v2-layout{padding-bottom:0}.atd-archive-v2-main{min-width:0}.atd-archive-v2-featured{padding-bottom:26px;margin-bottom:26px}.atd-v2-archive-lead{position:relative;overflow:hidden;margin:0 0 18px;border-radius:7px;background:#1a1a1a;min-height:430px}.atd-v2-archive-lead-media{position:absolute;inset:0;display:block}.atd-v2-archive-lead-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.18) 52%,rgba(0,0,0,.88) 100%)}.atd-v2-archive-lead-media img,.atd-v2-archive-lead-media .atd-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .48s var(--atd-ease)}.atd-v2-archive-lead:hover .atd-v2-archive-lead-media img{transform:scale(1.025)}.atd-v2-archive-lead-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px 30px;color:#fff}.atd-v2-archive-lead-copy .atd-v2-kicker{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:4px;background:var(--atd-primary);color:#fff!important;letter-spacing:.12em}.atd-v2-archive-lead-copy h2{max-width:780px;margin:0 0 7px;color:#fff;font-weight:650;line-height:1.22;letter-spacing:-.03em}.atd-v2-archive-lead-copy h2 a{color:#fff}.atd-v2-archive-lead-copy .atd-v2-date{color:rgba(255,255,255,.82)}.atd-archive-v2-feature-grid{margin-top:0}.atd-archive-v2-list-section{border-bottom:0;margin-bottom:10px;padding-bottom:0}.atd-archive-v2-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 182px;gap:20px;padding-bottom:17px;margin-bottom:17px}.atd-archive-v2-list .atd-v2-compact-media{width:182px;height:135px}.atd-archive-v2-excerpt{margin:5px 0 7px;color:var(--atd-muted);font-size:13px;line-height:1.55}.atd-archive-v2-pagination{display:flex;justify-content:center;margin:26px 0 0}.atd-archive-v2-pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.atd-archive-v2-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--atd-v2-border);border-radius:999px;background:var(--atd-surface);color:var(--atd-text);font:600 12px/1 Inter,sans-serif}.atd-archive-v2-pagination .page-numbers.current,.atd-archive-v2-pagination .page-numbers:hover{background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}body.atd-dark .atd-archive-v2-header h1{color:var(--atd-dark-text)}body.atd-dark .atd-archive-v2-description,body.atd-dark .atd-archive-v2-excerpt{color:#aeb2b7}body.atd-dark .atd-archive-v2-pagination .page-numbers{background:var(--atd-dark-surface);border-color:var(--atd-dark-line);color:var(--atd-dark-text)}body.atd-dark .atd-archive-v2-pagination .page-numbers.current,body.atd-dark .atd-archive-v2-pagination .page-numbers:hover{background:var(--atd-primary);border-color:var(--atd-primary);color:#fff}.atd-motion-ready body.archive .atd-reveal{opacity:0;transform:translate3d(0,20px,0) scale(.992);filter:saturate(.94);transition:opacity .58s var(--atd-ease) var(--atd-reveal-delay,0ms),transform .62s var(--atd-ease) var(--atd-reveal-delay,0ms),filter .62s ease var(--atd-reveal-delay,0ms);will-change:opacity,transform;}.atd-motion-ready body.archive .atd-reveal.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);filter:none}body.archive .atd-archive-v2 .atd-v2-card,body.archive .atd-archive-v2 .atd-v2-compact,body.archive .atd-archive-v2 .atd-v2-archive-lead{transition:transform .24s var(--atd-ease),box-shadow .24s ease,border-color .24s ease,background-color .24s ease}@media (hover:hover) and (pointer:fine){body.archive .atd-archive-v2 .atd-v2-card:hover{transform:translateY(-3px)}body.archive .atd-archive-v2 .atd-v2-compact:hover{transform:translateX(3px)}}@media (max-width:1024px){.atd-archive-v2-layout{grid-template-columns:minmax(0,1fr) 280px;gap:26px}.atd-v2-archive-lead{min-height:370px}}@media (max-width:782px){.atd-archive-v2-shell{padding-top:10px;padding-bottom:24px}.atd-archive-v2-header{display:block;margin-bottom:20px;padding-bottom:14px}.atd-archive-v2-description{max-width:none;margin-top:9px;text-align:left;font-size:12.5px}.atd-archive-v2-layout{display:block!important;width:calc(100% - (var(--atd-mobile-pad) * 2))!important;max-width:none!important}.atd-v2-archive-lead{min-height:0;display:block;background:transparent;border-radius:0;overflow:visible}.atd-v2-archive-lead-media{position:relative;inset:auto;aspect-ratio:16/9;border-radius:5px;overflow:hidden;background:#ddd}.atd-v2-archive-lead-media:after{display:none}.atd-v2-archive-lead-copy{position:relative;left:auto;right:auto;bottom:auto;padding:10px 0 0;color:var(--atd-text)}.atd-v2-archive-lead-copy .atd-v2-kicker{padding:0;background:transparent;color:var(--atd-primary)!important}.atd-v2-archive-lead-copy h2,.atd-v2-archive-lead-copy h2 a{color:var(--atd-text)}.atd-v2-archive-lead-copy .atd-v2-date{color:var(--atd-muted)}body.atd-dark .atd-v2-archive-lead-copy h2,body.atd-dark .atd-v2-archive-lead-copy h2 a{color:var(--atd-dark-text)}body.atd-dark .atd-v2-archive-lead-copy .atd-v2-date{color:#aeb2b7}.atd-archive-v2-feature-grid{grid-template-columns:1fr!important;gap:0!important;margin-top:18px}.atd-archive-v2-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 110px;gap:13px;padding-bottom:15px;margin-bottom:15px}.atd-archive-v2-list .atd-v2-compact-media{width:110px;height:86px}.atd-archive-v2-excerpt{display:none}body.archive .atd-archive-v2 .atd-home-sidebar.atd-editorial-sidebar{display:block!important;position:static!important;width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important;align-self:stretch!important;margin:26px 0 0!important;padding:0!important;box-sizing:border-box!important;}body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-section,body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-widgets,body.archive .atd-archive-v2 .atd-home-sidebar .atd-widget,body.archive .atd-archive-v2 .atd-home-sidebar .atd-sidebar-ad-shell{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-latest-item{grid-template-columns:110px minmax(0,1fr)!important;gap:12px!important}body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-latest-media{width:110px!important;min-width:110px!important}}@media (max-width:480px){.atd-archive-v2-list .atd-v2-compact{grid-template-columns:minmax(0,1fr) 100px;gap:11px}.atd-archive-v2-list .atd-v2-compact-media{width:100px;height:80px}body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-latest-item{grid-template-columns:100px minmax(0,1fr)!important;gap:11px!important}body.archive .atd-archive-v2 .atd-home-sidebar .atd-home-side-latest-media{width:100px!important;min-width:100px!important}}@media (prefers-reduced-motion:reduce){.atd-motion-ready body.archive .atd-reveal,.atd-motion-ready body.archive .atd-reveal.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}body.archive .atd-archive-v2 .atd-v2-card,body.archive .atd-archive-v2 .atd-v2-compact,body.archive .atd-archive-v2 .atd-v2-archive-lead{transition:none!important;transform:none!important}}:root{--atd-mobile-sticky-z:100100}.atd-site-header .atd-header-social a{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:50%!important;background:#fff!important;opacity:1!important;visibility:visible!important;box-shadow:0 1px 4px rgba(0,0,0,.08)!important;text-decoration:none!important;}.atd-site-header .atd-header-social a svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;stroke:none!important;opacity:1!important;visibility:visible!important;}.atd-site-header .atd-header-social .atd-social-network-instagram{color:#e1306c!important}.atd-site-header .atd-header-social .atd-social-network-facebook{color:#1877f2!important}.atd-site-header .atd-header-social .atd-social-network-whatsapp{color:#25d366!important}.atd-site-header .atd-header-social .atd-social-network-youtube{color:#ff0000!important}.atd-site-header .atd-header-social .atd-social-network-tiktok{color:#111!important}.atd-site-header .atd-header-social .atd-social-network-x,.atd-site-header .atd-header-social .atd-social-network-threads{color:#111!important}body.atd-dark .atd-site-header .atd-header-social a{background:#fff!important;border-color:rgba(255,255,255,.16)!important;}.atd-site-footer .atd-footer-social-icons a{background:#fff!important;border-color:rgba(0,0,0,.09)!important;opacity:1!important;visibility:visible!important;}.atd-site-footer .atd-footer-social-icons a svg{display:block!important;fill:currentColor!important;stroke:none!important;opacity:1!important;visibility:visible!important;}.atd-site-footer .atd-footer-social-icons .atd-social-network-instagram{color:#e1306c!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-facebook{color:#1877f2!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-whatsapp{color:#25d366!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-youtube{color:#ff0000!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-tiktok{color:#111!important}.atd-site-footer .atd-footer-social-icons .atd-social-network-x,.atd-site-footer .atd-footer-social-icons .atd-social-network-threads{color:#111!important}body.atd-dark .atd-site-footer .atd-footer-social-icons a{background:#fff!important}@media (max-width:782px){.atd-site-header.atd-mobile-sticky-managed,.atd-site-header.atd-mobile-sticky-managed .atd-header-mobile-shell{transform:none!important;translate:none!important;scale:none!important;filter:none!important;perspective:none!important;contain:none!important;overflow:visible!important;clip:auto!important;clip-path:none!important;opacity:1!important;visibility:visible!important;max-width:none!important;}.atd-site-header.atd-mobile-sticky-managed{z-index:calc(var(--atd-mobile-sticky-z) - 1)!important;}.atd-mobile-full-placeholder-v143,.atd-mobile-selective-placeholder-v143{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;pointer-events:none!important;}.atd-mobile-selective-placeholder-v143[hidden]{display:none!important}.atd-mobile-sticky-sentinel-v143{display:block!important;width:100%!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-mobile-main,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-mobile-style-nav,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-mobile-category-pills,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-brandbar,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-mobile-strip,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-ref-main,.atd-site-header.atd-mobile-sticky-managed:not(.atd-header-static) .atd-ref-nav{visibility:visible!important;opacity:1!important;transform:none!important;translate:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header.atd-mobile-sticky-managed.atd-header-style-center:not(.atd-mobile-selective-active) .atd-ref-nav--sinpo,.atd-site-header.atd-mobile-sticky-managed.atd-header-style-breaking:not(.atd-mobile-selective-active) .atd-ref-main--holopis,.atd-site-header.atd-mobile-sticky-managed.atd-header-style-magazine:not(.atd-mobile-selective-active) .atd-mobile-main--magazine,.atd-site-header.atd-mobile-sticky-managed.atd-header-style-magazine:not(.atd-mobile-selective-active) .atd-mobile-style-nav--magazine{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:auto!important;box-shadow:none!important;}.atd-site-header.atd-mobile-full-managed:not(.atd-header-static){z-index:var(--atd-mobile-sticky-z)!important;}.atd-site-header.atd-mobile-selective-active:not(.atd-header-static) .atd-ref-nav--sinpo,.atd-site-header.atd-mobile-selective-active:not(.atd-header-static) .atd-ref-main--holopis,.atd-site-header.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-main--magazine{z-index:var(--atd-mobile-sticky-z)!important;}.atd-site-header.atd-mobile-selective-active:not(.atd-header-static) .atd-mobile-style-nav--magazine{z-index:calc(var(--atd-mobile-sticky-z) - 1)!important;}.atd-site-header .atd-header-mobile-shell .custom-logo,.atd-site-header .atd-header-mobile-shell .atd-reference-logo img{display:block!important;width:auto!important;height:var(--atd-header-logo-mobile,48px)!important;max-height:var(--atd-header-logo-mobile,48px)!important;max-width:min(72vw,360px)!important;object-fit:contain!important;transform:translateZ(0) scale(1)!important;transform-origin:center!important;transition:height .26s cubic-bezier(.22,.61,.36,1),max-height .26s cubic-bezier(.22,.61,.36,1),max-width .26s cubic-bezier(.22,.61,.36,1),transform .26s cubic-bezier(.22,.61,.36,1)!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .custom-logo,.atd-site-header:not(.atd-header-static).is-scrolled .atd-header-mobile-shell .atd-reference-logo img{height:var(--atd-header-logo-sticky-mobile,36px)!important;max-height:var(--atd-header-logo-sticky-mobile,36px)!important;max-width:min(56vw,240px)!important;transform:translateZ(0) scale(.98)!important;}.atd-site-header .atd-mobile-main .atd-mobile-inner,.atd-site-header .atd-brandbar-inner{transition:min-height .26s cubic-bezier(.22,.61,.36,1),padding .26s cubic-bezier(.22,.61,.36,1)!important;}.atd-site-header:not(.atd-header-static).is-scrolled .atd-mobile-main .atd-mobile-inner,.atd-site-header:not(.atd-header-static).is-scrolled .atd-brandbar-inner{min-height:max(48px,calc(var(--atd-header-logo-sticky-mobile,36px) + 12px))!important;}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials{gap:6px!important;overflow:visible!important}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials a{width:29px!important;height:29px!important;min-width:29px!important;background:#fff!important;border-color:rgba(0,0,0,.08)!important;}.atd-header-mobile-shell .atd-header-social.atd-mobile-socials a svg{width:15px!important;height:15px!important}}:root{--atd-mobile-admin-offset:0px;--atd-mobile-sticky-z-v144:100100}@media(max-width:782px){body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static),body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-ref-nav--sinpo,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-ref-main--holopis,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-mobile-main--magazine,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-mobile-style-nav--magazine,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-mobile-category-pills,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-mobile-main--breaking,body.admin-bar:not(.atd-wpadminbar-visible) .atd-site-header:not(.atd-header-static) .atd-mobile-style-nav--breaking{top:0!important;}.atd-site-header.atd-mobile-sticky-v144{visibility:visible!important;opacity:1!important;max-width:none!important;overflow:visible!important;contain:none!important;isolation:auto!important;}.atd-site-header.atd-mobile-sticky-v144 .atd-header-mobile-shell{visibility:visible!important;opacity:1!important;overflow:visible!important;contain:none!important;transform:none!important;}.atd-site-header.atd-mobile-sticky-full-v144{z-index:var(--atd-mobile-sticky-z-v144)!important;box-shadow:0 4px 16px rgba(0,0,0,.12)!important;}.atd-mobile-sticky-holder-v144{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;visibility:hidden!important;}.atd-mobile-sticky-holder-selective-v144[hidden]{display:none!important}.atd-mobile-sticky-sentinel-v144{display:block!important;width:1px!important;height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}.atd-site-header.atd-mobile-stuck-v144 .atd-ref-nav--sinpo,.atd-site-header.atd-mobile-stuck-v144 .atd-ref-main--holopis,.atd-site-header.atd-mobile-stuck-v144 .atd-mobile-main--magazine{z-index:var(--atd-mobile-sticky-z-v144)!important;visibility:visible!important;opacity:1!important;transform:none!important;box-shadow:0 4px 14px rgba(0,0,0,.14)!important;}.atd-site-header.atd-mobile-stuck-v144 .atd-mobile-style-nav--magazine{z-index:calc(var(--atd-mobile-sticky-z-v144) - 1)!important;visibility:visible!important;opacity:1!important;transform:none!important;}body.atd-wpadminbar-hidden{--atd-mobile-admin-offset:0px!important}.atd-fullscreen-overlay{z-index:100500!important}}:root{--atd-sticky-layer-v145:100100}.atd-site-header.atd-header-style-center,.atd-site-header.atd-header-style-center .atd-header-desktop-shell,.atd-site-header.atd-header-style-center .atd-header-mobile-shell{overflow:visible!important;contain:none!important;transform:none!important;}.atd-desktop-center-holder-v145,.atd-mobile-sticky-holder-v145{display:block;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;visibility:hidden!important;}.atd-desktop-center-holder-v145[hidden],.atd-mobile-sticky-holder-selective-v145[hidden]{display:none!important}@media(max-width:782px){.atd-site-header.atd-mobile-sticky-v145{visibility:visible!important;opacity:1!important;overflow:visible!important;contain:none!important;isolation:auto!important;}.atd-site-header.atd-mobile-sticky-v145 .atd-header-mobile-shell{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;contain:none!important;transform:none!important;}.atd-site-header.atd-mobile-sticky-full-v145{z-index:var(--atd-sticky-layer-v145)!important}.atd-site-header.atd-header-style-center.atd-mobile-stuck-v145 .atd-ref-nav--sinpo{z-index:var(--atd-sticky-layer-v145)!important;visibility:visible!important;opacity:1!important;transform:none!important;overflow:visible!important;box-shadow:0 4px 14px rgba(0,0,0,.14)!important;}.atd-site-header.atd-header-style-center.atd-mobile-stuck-v145 .atd-mobile-category-pills{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;visibility:visible!important;opacity:1!important;transform:none!important;}.atd-site-header.atd-header-style-breaking.atd-mobile-stuck-v145 .atd-ref-main--holopis,.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-main--magazine{z-index:var(--atd-sticky-layer-v145)!important;}.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-style-nav--magazine{z-index:calc(var(--atd-sticky-layer-v145) - 1)!important;}}.atd-site-header .atd-header-social a[class*="atd-social-network-"]{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;border:1px solid rgba(0,0,0,.10)!important;border-radius:50%!important;background:#fff!important;opacity:1!important;visibility:visible!important;box-shadow:0 1px 5px rgba(0,0,0,.10)!important;text-decoration:none!important;mix-blend-mode:normal!important;}.atd-site-header .atd-header-social a[class*="atd-social-network-"] svg,.atd-site-header .atd-header-social a[class*="atd-social-network-"] svg path{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;color:inherit!important;stroke:none!important;opacity:1!important;visibility:visible!important;}.atd-site-header .atd-header-social a.atd-social-network-instagram{color:#e1306c!important}.atd-site-header .atd-header-social a.atd-social-network-facebook{color:#1877f2!important}.atd-site-header .atd-header-social a.atd-social-network-whatsapp{color:#25d366!important}.atd-site-header .atd-header-social a.atd-social-network-youtube{color:#ff0000!important}.atd-site-header .atd-header-social a.atd-social-network-tiktok{color:#111!important}.atd-site-header .atd-header-social a.atd-social-network-x,.atd-site-header .atd-header-social a.atd-social-network-threads{color:#111!important}body.atd-dark .atd-site-header .atd-header-social a[class*="atd-social-network-"]{background:#fff!important;border-color:rgba(255,255,255,.24)!important;box-shadow:0 1px 6px rgba(0,0,0,.28)!important;}@media(max-width:782px){.atd-site-header .atd-header-mobile-shell .atd-header-social.atd-mobile-socials{display:flex!important;align-items:center!important;gap:6px!important;overflow:visible!important;}.atd-site-header .atd-header-mobile-shell .atd-header-social.atd-mobile-socials a[class*="atd-social-network-"]{width:28px!important;height:28px!important;min-width:28px!important;}.atd-site-header .atd-header-mobile-shell .atd-header-social.atd-mobile-socials a[class*="atd-social-network-"] svg,.atd-site-header .atd-header-mobile-shell .atd-header-social.atd-mobile-socials a[class*="atd-social-network-"] svg path{width:14px!important;height:14px!important;}}@media(max-width:782px){.atd-site-header.atd-mobile-sticky-v145.atd-header-style-center:not(.atd-header-static),.atd-site-header.atd-mobile-sticky-v145.atd-header-style-breaking:not(.atd-header-static),.atd-site-header.atd-mobile-sticky-v145.atd-header-style-magazine:not(.atd-header-static){position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:none!important;z-index:auto!important;margin:0!important;transform:none!important;overflow:visible!important;contain:none!important;}}:root{--atd-sticky-layer-v146:100100}@media(max-width:782px){.atd-site-header.atd-header-style-center.atd-mobile-sticky-v145:not(.atd-header-static){position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:none!important;z-index:auto!important;transform:none!important;overflow:visible!important;contain:none!important;}.atd-site-header.atd-header-style-center.atd-mobile-stuck-v145 .atd-mobile-category-pills{position:fixed!important;top:var(--atd-mobile-sticky-top,0px)!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;z-index:var(--atd-sticky-layer-v146)!important;visibility:visible!important;opacity:1!important;transform:none!important;overflow:hidden!important;contain:none!important;isolation:isolate!important;box-shadow:0 4px 14px rgba(0,0,0,.14)!important;}.atd-site-header.atd-header-style-center .atd-header-mobile-shell .atd-ref-nav--sinpo{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:auto!important;transform:none!important;overflow:visible!important;contain:none!important;}.atd-site-header.atd-header-style-center.atd-mobile-stuck-v145 .atd-header-mobile-shell .atd-ref-nav--sinpo{position:relative!important;top:auto!important;z-index:auto!important;box-shadow:none!important;}.atd-site-header.atd-mobile-sticky-full-v145:not(.atd-header-static),.atd-site-header.atd-header-style-breaking.atd-mobile-stuck-v145 .atd-ref-main--holopis,.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-main--magazine,.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-style-nav--magazine{visibility:visible!important;opacity:1!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;}.atd-site-header.atd-mobile-sticky-full-v145:not(.atd-header-static),.atd-site-header.atd-header-style-breaking.atd-mobile-stuck-v145 .atd-ref-main--holopis,.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-main--magazine{z-index:var(--atd-sticky-layer-v146)!important;}.atd-site-header.atd-header-style-magazine.atd-mobile-stuck-v145 .atd-mobile-style-nav--magazine{z-index:calc(var(--atd-sticky-layer-v146) - 1)!important;}}@media(min-width:783px){.atd-site-header.atd-header-style-center .atd-header-desktop-shell .atd-ref-nav--sinpo{z-index:var(--atd-sticky-layer-v146)!important;}}.atd-hai-news-logo{display:inline-flex!important;align-items:center!important;gap:.24em!important;height:var(--atd-header-logo-desktop,75px);max-width:100%;width:auto!important;color:inherit!important;text-decoration:none!important;line-height:1!important;font-family:var(--atd-heading-font,Inter,system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:-.055em!important;white-space:nowrap!important;transition:height .28s var(--atd-ease),transform .28s var(--atd-ease),opacity .2s ease!important;}.atd-hai-news-mark{display:grid!important;place-items:center!important;height:72%!important;aspect-ratio:1/1;border-radius:.22em;background:var(--atd-secondary,#302e2e)!important;color:#fff!important;font-size:.26em;font-weight:900;letter-spacing:-.08em;box-shadow:0 4px 12px rgba(0,0,0,.12)}.atd-hai-news-word{font-size:.48em!important;color:currentColor!important}.atd-hai-news-word strong{font-weight:900;color:currentColor!important}.atd-site-header.is-scrolled .atd-hai-news-logo{height:var(--atd-header-logo-sticky-desktop,52px)!important}.atd-footer-logo .atd-hai-news-logo,.atd-site-footer .atd-hai-news-logo{height:54px;color:inherit!important}.atd-overlay-brand .atd-hai-news-logo{height:48px;color:inherit!important}@media(min-width:783px) and (max-width:1024px){.atd-hai-news-logo{height:var(--atd-header-logo-tablet,60px)!important}.atd-site-header.is-scrolled .atd-hai-news-logo{height:var(--atd-header-logo-sticky-tablet,44px)!important}}@media(max-width:782px){.atd-hai-news-logo{height:var(--atd-header-logo-mobile,48px)!important}.atd-site-header.is-scrolled .atd-hai-news-logo{height:var(--atd-header-logo-sticky-mobile,38px)!important}.atd-footer-logo .atd-hai-news-logo,.atd-site-footer .atd-hai-news-logo{height:44px!important}}body.atd-dark .atd-hai-news-mark{background:var(--atd-primary,#ef683b)!important;color:#fff!important}.atd-hai-news-logo{height:auto!important;min-height:var(--atd-header-logo-desktop,75px)!important;gap:.30em!important;font-size:clamp(30px,calc(var(--atd-header-logo-desktop,75px) * .58),48px)!important;font-weight:900!important;letter-spacing:-.045em!important;line-height:.92!important;overflow:visible!important;}.atd-hai-news-mark{width:1.38em!important;height:1.38em!important;min-width:1.38em!important;border-radius:.26em!important;font-size:.46em!important;line-height:1!important;flex:0 0 auto!important;}.atd-hai-news-word{display:inline-flex!important;align-items:baseline!important;gap:.16em!important;font-size:1em!important;font-weight:800!important;line-height:.92!important;letter-spacing:-.045em!important;}.atd-hai-news-word strong{font-weight:950!important;letter-spacing:-.055em!important}.atd-site-header.is-scrolled .atd-hai-news-logo{min-height:var(--atd-header-logo-sticky-desktop,52px)!important;font-size:clamp(24px,calc(var(--atd-header-logo-sticky-desktop,52px) * .62),36px)!important;}.atd-footer-logo .atd-hai-news-logo,.atd-site-footer .atd-hai-news-logo{min-height:54px!important;font-size:32px!important;}.atd-overlay-brand .atd-hai-news-logo{min-height:48px!important;font-size:30px!important}@media(min-width:783px) and (max-width:1024px){.atd-hai-news-logo{min-height:var(--atd-header-logo-tablet,60px)!important;font-size:clamp(27px,calc(var(--atd-header-logo-tablet,60px) * .58),40px)!important}.atd-site-header.is-scrolled .atd-hai-news-logo{min-height:var(--atd-header-logo-sticky-tablet,44px)!important;font-size:clamp(22px,calc(var(--atd-header-logo-sticky-tablet,44px) * .62),32px)!important}}@media(max-width:782px){.atd-hai-news-logo{min-height:var(--atd-header-logo-mobile,48px)!important;font-size:clamp(25px,calc(var(--atd-header-logo-mobile,48px) * .60),34px)!important}.atd-site-header.is-scrolled .atd-hai-news-logo{min-height:var(--atd-header-logo-sticky-mobile,38px)!important;font-size:clamp(21px,calc(var(--atd-header-logo-sticky-mobile,38px) * .62),28px)!important}.atd-footer-logo .atd-hai-news-logo,.atd-site-footer .atd-hai-news-logo{min-height:44px!important;font-size:28px!important}}.atd-home-reference [class*="-media"],.atd-home-v2 [class*="-media"],.atd-archive-reference-page [class*="-media"],.atd-archive-v2 [class*="-media"],.atd-home-sidebar [class*="-media"],.atd-sidebar [class*="-media"]{position:relative;overflow:hidden;}.atd-home-reference [class*="-media"]>img.wp-post-image,.atd-home-v2 [class*="-media"]>img.wp-post-image,.atd-archive-reference-page [class*="-media"]>img.wp-post-image,.atd-archive-v2 [class*="-media"]>img.wp-post-image,.atd-home-sidebar [class*="-media"]>img.wp-post-image,.atd-sidebar [class*="-media"]>img.wp-post-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;}.atd-home-v2 .atd-v2-hero-media>img.wp-post-image{object-position:center top!important}.atd-image-broken{position:relative!important;isolation:isolate;background:linear-gradient(135deg,color-mix(in srgb,var(--atd-primary) 12%,#f5f5f5),color-mix(in srgb,var(--atd-secondary) 10%,#dedede))!important;}.atd-image-broken::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,transparent 38%,rgba(255,255,255,.28) 38%,rgba(255,255,255,.28) 62%,transparent 62%);pointer-events:none;}.atd-image-broken::after{content:"HN";position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--atd-primary,#ef683b);color:#fff;font:900 13px/1 Inter,system-ui,sans-serif;letter-spacing:-.04em;box-shadow:0 7px 18px rgba(0,0,0,.13);pointer-events:none;}body.atd-dark .atd-image-broken{background:linear-gradient(135deg,#24272b,#17191d)!important}.atd-site-logo-switch{display:inline-flex;align-items:center;max-width:100%;min-width:0;line-height:0}.atd-site-logo-switch .atd-site-logo-fallback[hidden]{display:none!important}.atd-site-logo-switch.is-image-broken>.custom-logo-link{display:none!important}.atd-site-logo-switch.is-image-broken>.atd-site-logo-fallback{display:inline-flex!important;align-items:center;line-height:normal}.atd-site-logo-switch.is-image-broken>.atd-site-logo-fallback[hidden]{display:inline-flex!important}.atd-footer-logo-switch{max-width:100%}.atd-overlay-image-switch{display:inline-flex;align-items:center;max-width:100%;min-width:0}.atd-overlay-image-switch .atd-overlay-custom-logo{display:block;max-width:min(320px,70vw);max-height:52px;width:auto;height:auto;object-fit:contain}.atd-overlay-image-switch .atd-overlay-image-fallback[hidden]{display:none!important}.atd-overlay-image-switch.is-image-broken .atd-overlay-custom-logo{display:none!important}.atd-overlay-image-switch.is-image-broken .atd-overlay-image-fallback{display:inline-flex!important;align-items:center;color:inherit;font:900 28px/1 Inter,system-ui,sans-serif;letter-spacing:-.045em}.atd-overlay-image-switch.is-image-broken .atd-overlay-image-fallback[hidden]{display:inline-flex!important}.atd-menu-overlay .atd-overlay-shell{background:var(--atd-primary)!important;color:#fff!important;}.atd-menu-overlay .atd-overlay-topbar,.atd-menu-overlay .atd-overlay-footer,.atd-menu-overlay .atd-overlay-menu-list>li{border-color:rgba(255,255,255,.20)!important;}.atd-menu-overlay .atd-overlay-menu-list>li>a,.atd-menu-overlay .atd-overlay-menu-list .sub-menu a,.atd-menu-overlay .atd-overlay-eyebrow,.atd-menu-overlay .atd-overlay-footer,.atd-menu-overlay .atd-overlay-close{color:#fff!important;}@media(max-width:782px){.atd-menu-overlay{background:var(--atd-primary)!important;}.atd-menu-overlay .atd-overlay-shell{background:var(--atd-primary)!important;}}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--atd-primary-aa,var(--atd-primary));outline-offset:3px}.atd-kicker,.atd-home-eyebrow,.atd-v2-kicker,.atd-section-heading-link>a,.atd-v2-section-heading>a{color:var(--atd-primary-aa,var(--atd-primary))}.atd-meta,.atd-breadcrumb,.atd-card-excerpt,.atd-article-meta,.atd-v2-date,.atd-home-row-meta,.atd-featured-image figcaption,.wp-caption-text,.gallery-caption{color:var(--atd-muted)}.atd-home-icon,.atd-mobile-home-icon{display:inline-grid;place-items:center;text-decoration:none}.atd-header-search input[type="search"]{min-height:44px}@media(max-width:782px){#masthead .atd-mobile-action,#masthead .atd-menu-toggle,#masthead .atd-icon-btn{min-width:44px;min-height:44px}#masthead .atd-mobile-category-pills a,#masthead .atd-mobile-style-nav a,#masthead .atd-mobile-strip-menu a{min-height:44px;display:inline-flex;align-items:center}}@supports (content-visibility:auto){.atd-home-v2 .atd-v2-editor-band,.atd-home-v2 .atd-v2-body-layout,.atd-home-v2 .atd-v2-soft-carousel-section,.atd-home-v2 .atd-v2-latest-section,.atd-home-reference .atd-home-stream-section,.atd-home-reference .atd-home-government-band,.atd-home-reference .atd-home-national-section,.atd-site-footer{content-visibility:auto;contain-intrinsic-size:auto 600px}}.atd-button,.atd-home-load-more-button,.atd-v2-load-more button,.comment-form input[type=submit],.atd-footer-newsletter-form button,.atd-hero-cat,.atd-pagination .page-numbers.current,.atd-pagination a.page-numbers:hover{background:var(--atd-primary-aa,var(--atd-primary))!important;color:#fff!important}.atd-menu-overlay .atd-overlay-shell{color:var(--atd-primary-on,#111)!important}.atd-menu-overlay .atd-overlay-menu-list>li>a,.atd-menu-overlay .atd-overlay-menu-list .sub-menu a,.atd-menu-overlay .atd-overlay-eyebrow,.atd-menu-overlay .atd-overlay-footer,.atd-menu-overlay .atd-overlay-close{color:var(--atd-primary-on,#111)!important}.atd-menu-overlay .atd-overlay-topbar,.atd-menu-overlay .atd-overlay-footer,.atd-menu-overlay .atd-overlay-menu-list>li{border-color:color-mix(in srgb,var(--atd-primary-on,#111) 24%,transparent)!important}.atd-feature-category-badge,.atd-editorial-badge,.atd-home-lead-copy .atd-home-eyebrow,.atd-archive-lead-copy .atd-home-eyebrow,.atd-header-mobile-shell .atd-mobile-live,.atd-header-mobile-shell.atd-mobile-style-center .atd-header-links.atd-mobile-center-pills a.is-first{background:var(--atd-primary-aa,var(--atd-primary))!important;color:#fff!important}.atd-reader-icon-button{min-width:44px;min-height:44px}.atd-home-ad,.atd-v2-ad,.atd-shortcode-ad,.atd-article-ad-shell,.atd-sidebar-ad-shell{contain:layout paint;min-height:1px}@media(max-width:782px){body{font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}.atd-home-reference h1,.atd-home-reference h2,.atd-home-reference h3,.atd-home-v2 h1,.atd-home-v2 h2,.atd-home-v2 h3,.atd-archive-v2 h1,.atd-archive-v2 h2,.atd-archive-v2 h3,.atd-reference-article-title{font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}.atd-card-media img,.atd-home-lead-media img,.atd-home-feature-card-media img,.atd-home-news-row-media img,.atd-v2-card-media img,.atd-v2-compact-media img,.atd-v2-feature-media img,.atd-v2-hero-media img{transition:none!important;transform:none!important}@supports (content-visibility:auto){.atd-home-v2 .atd-v2-editor-band,.atd-home-v2 .atd-v2-body-layout,.atd-home-reference .atd-home-stream-section,.atd-home-reference .atd-home-government-band,.atd-home-reference .atd-home-national-section,.atd-home-reference .atd-home-latest-section,.atd-home-sidebar,.atd-site-footer{content-visibility:auto;contain-intrinsic-size:auto 720px}}.atd-v2-hero-dots{gap:0!important}.atd-v2-hero-dots button{position:relative!important;width:28px!important;height:28px!important;background:transparent!important;border-radius:50%!important}.atd-v2-hero-dots button::before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:999px;background:rgba(255,255,255,.52)}.atd-v2-hero-dots button.is-active::before{width:20px;background:#fff}}