/* Header/footer rules isolated from article content and WordPress widgets. */
body.pm-editorial-page{--ink:#102538;--navy:#102e46;--muted:#637387;--blue:#2458d8;--line:#d6e0e8;--pale:#eaf1fb;--serif:"Yu Mincho","Hiragino Mincho ProN",serif;--sans:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
body.pm-editorial-page .m7-text-link:hover{color:var(--blue)}
body.pm-editorial-page .m7-container{width:var(--pm-frame);margin-inline:auto}
body.pm-editorial-page .m7-eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;color:#426488;line-height:1.5}
body.pm-editorial-page .m7-category{display:block;font-size:10px;font-weight:700;letter-spacing:.04em;color:#49718e}
body.pm-editorial-page .m7-text-link{display:inline-flex;align-items:center;gap:15px;font-size:12px;font-weight:700;line-height:1.65;border-bottom:1px solid #9baeba;padding-bottom:3px}
body.pm-editorial-page .m7-text-link span{font-size:22px;line-height:1;font-weight:400}
body.pm-editorial-page .m7-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:40px;padding:8px 20px;font-size:12px;font-weight:700;letter-spacing:.04em;border:1px solid transparent;transition:background .18s,transform .18s}
body.pm-editorial-page .m7-button:hover{transform:translateY(-1px)}
body.pm-editorial-page .m7-button-outline{border-color:#627d93;background:transparent}
body.pm-editorial-page .m7-button-outline:hover{background:#eaf1f8}
body.pm-editorial-page .m7-button-navy{background:var(--navy);color:#fff}
body.pm-editorial-page .m7-button-navy:hover{background:#254f6a}
body.pm-editorial-page .m7-button-blue{background:var(--blue);color:#fff}
body.pm-editorial-page .m7-button-blue:hover{background:#1545b5}
body.pm-editorial-page .m7-button span{font-size:23px;font-weight:400;line-height:1}
body.pm-editorial-page .m7-skip{position:fixed;top:8px;left:8px;transform:translateY(-180%);z-index:9;background:var(--navy);color:white;padding:10px}
body.pm-editorial-page .m7-skip:focus{transform:none}
body.pm-editorial-page .m7-site-header{border-bottom:1px solid var(--line)}
body.pm-editorial-page .m7-masthead{display:flex;align-items:center;gap:23px;min-height:80px}
body.pm-editorial-page .m7-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
body.pm-editorial-page .m7-brand-mark{width:32px;height:36px}
body.pm-editorial-page .m7-brand strong{font-size:23px;letter-spacing:.035em;font-weight:800;line-height:1.2;display:block}
body.pm-editorial-page .m7-brand small{display:block;font-size:10px;line-height:1.8;letter-spacing:.025em}
body.pm-editorial-page .m7-brand-description{border-left:1px solid var(--line);padding-left:21px;font-size:10px;font-weight:600;color:var(--muted);white-space:nowrap}
body.pm-editorial-page .m7-header-actions{margin-left:auto;display:flex;gap:16px;align-items:center}
body.pm-editorial-page .m7-header-actions .m7-button{font-size:11px;padding:7px 16px;min-height:35px;white-space:nowrap}
body.pm-editorial-page .m7-login{font-size:11px;font-weight:700;white-space:nowrap}
body.pm-editorial-page .m7-icon-button{display:inline-grid;place-items:center;width:38px;height:38px;padding:8px;border:0;background:transparent;color:var(--ink)}
body.pm-editorial-page .m7-icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}
body.pm-editorial-page .m7-main-nav{display:flex;justify-content:center;gap:45px}
body.pm-editorial-page .m7-main-nav a{font-size:12px;font-weight:700;padding:12px 3px 13px;border-bottom:3px solid transparent}
body.pm-editorial-page .m7-main-nav a:hover{border-color:#406c8b}
body.pm-editorial-page .m7-menu-trigger{display:none}
body.pm-editorial-page .m7-feature-grid{padding-top:25px;display:grid;grid-template-columns:1.85fr 1fr;gap:30px}
body.pm-editorial-page .m7-feature-main>.m7-eyebrow{margin-bottom:9px}
body.pm-editorial-page .m7-hero{height:355px;position:relative;display:block;overflow:hidden;color:white}
body.pm-editorial-page .m7-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 52%;transition:transform .6s}
body.pm-editorial-page .m7-hero:hover>img{transform:scale(1.025)}
body.pm-editorial-page .m7-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,24,43,.15) 45%,rgba(5,24,43,.88) 100%)}
body.pm-editorial-page .m7-hero-tag{position:absolute;left:23px;top:21px;background:rgba(15,45,67,.77);z-index:1;font-size:11px;letter-spacing:.05em;padding:4px 10px}
body.pm-editorial-page .m7-hero-copy{position:absolute;left:24px;right:18px;bottom:23px;z-index:1}
body.pm-editorial-page .m7-hero-copy h1{font-size:clamp(27px,3.25vw,46px);font-weight:800;line-height:1.3;letter-spacing:.025em}
body.pm-editorial-page .m7-hero-copy p{font-size:12px;margin-top:10px;letter-spacing:.02em;font-weight:600}
body.pm-editorial-page .m7-feature-caption{margin-top:9px;font-size:12px}
body.pm-editorial-page .m7-featured-explain{border-left:1px solid var(--line);padding-left:24px;padding-top:19px}
body.pm-editorial-page .m7-featured-explain h2{margin-bottom:15px}
body.pm-editorial-page .m7-explain-card{display:grid;grid-template-columns:36% 1fr;gap:16px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}
body.pm-editorial-page .m7-explain-card:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
body.pm-editorial-page .m7-explain-card h3{font-size:15px;line-height:1.65;margin:4px 0 6px}
body.pm-editorial-page .m7-explain-card p{font-size:11px;line-height:1.75;color:var(--muted)}
body.pm-editorial-page .m7-crop{position:relative;overflow:hidden;background:#eef3f7;aspect-ratio:1.8}
body.pm-editorial-page .m7-crop img{position:absolute;max-width:none;pointer-events:none}
body.pm-editorial-page .m7-crop-bank{aspect-ratio:126/127}
body.pm-editorial-page .m7-crop-bank img{width:805.56%;height:1220.47%;left:-519.05%;top:-105.51%}
body.pm-editorial-page .m7-crop-tower{aspect-ratio:126/128}
body.pm-editorial-page .m7-crop-tower img{width:805.56%;height:1210.94%;left:-519.05%;top:-216.41%}
body.pm-editorial-page .m7-crop-office{aspect-ratio:279/147}
body.pm-editorial-page .m7-crop-office img{width:363.80%;height:1054.42%;left:-17.92%;top:-368.03%}
body.pm-editorial-page .m7-crop-paper{aspect-ratio:279/147}
body.pm-editorial-page .m7-crop-paper img{width:363.80%;height:1054.42%;left:-123.66%;top:-368.03%}
body.pm-editorial-page .m7-crop-stable{aspect-ratio:180/93}
body.pm-editorial-page .m7-crop-stable img{width:563.89%;height:1666.67%;left:-318.33%;top:-903.23%}
body.pm-editorial-page .m7-crop-glass{aspect-ratio:189/93}
body.pm-editorial-page .m7-crop-glass img{width:537.04%;height:1666.67%;left:-409.52%;top:-903.23%}
body.pm-editorial-page .m7-topics-strip{display:flex;align-items:center;gap:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:21px;margin-bottom:24px;min-height:53px}
body.pm-editorial-page .m7-topics-strip>.m7-eyebrow{margin-right:auto}
body.pm-editorial-page .m7-topics-strip>div{display:flex;align-items:center;gap:0}
body.pm-editorial-page .m7-topics-strip a{font-size:11px;font-weight:600;padding:0 20px;border-left:1px solid #c5d3df;white-space:nowrap;line-height:1.2}
body.pm-editorial-page .m7-topics-strip a:first-child{border-left:0}
body.pm-editorial-page .m7-topics-strip a:last-child{padding-right:0}
body.pm-editorial-page .m7-topics-strip a:hover{color:var(--blue)}
body.pm-editorial-page .m7-prime-band{border-top:3px solid var(--blue);background:linear-gradient(110deg,#edf4ff,#e7eff8)}
body.pm-editorial-page .m7-prime-grid{display:grid;grid-template-columns:36% 1fr;gap:36px;padding-block:28px}
body.pm-editorial-page .m7-prime-offer .m7-eyebrow{margin-bottom:9px}
body.pm-editorial-page .m7-prime-brand{font-size:16px;font-weight:800;line-height:1.5}
body.pm-editorial-page .m7-plan-label{font-size:9px;font-weight:600;display:inline-block;border:1px solid #7d98b0;padding:1px 6px;vertical-align:middle;margin-left:7px;white-space:nowrap}
body.pm-editorial-page .m7-prime-offer h2{font-size:clamp(26px,2.7vw,38px);line-height:1.3;letter-spacing:.015em;margin-top:11px}
body.pm-editorial-page .m7-prime-description{font-size:12px;margin-top:8px}
body.pm-editorial-page .m7-trial-button{margin-top:16px;min-width:270px;min-height:45px;font-size:14px;justify-content:space-between}
body.pm-editorial-page .m7-price-note{font-size:10px;color:#49637d;margin-top:7px;line-height:1.8}
body.pm-editorial-page .m7-price-note a{text-decoration:underline;text-underline-offset:3px}
body.pm-editorial-page .m7-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.pm-editorial-page .m7-prime-articles{padding-top:4px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}
body.pm-editorial-page .m7-report-image{position:relative;aspect-ratio:1.65;overflow:hidden}
body.pm-editorial-page .m7-report-image>img{width:100%;height:100%;object-fit:cover}
body.pm-editorial-page .m7-report-image>.m7-crop{width:100%;height:100%}
body.pm-editorial-page .m7-badges{position:absolute;top:9px;left:9px;display:flex;gap:4px;line-height:1.6}
body.pm-editorial-page .m7-badges b,body.pm-editorial-page .m7-badges>span{background:#163750;color:#fff;padding:2px 6px;font-size:9px;font-weight:600;letter-spacing:.03em}
body.pm-editorial-page .m7-badges>span{background:#f3f7fb;color:#193c56}
body.pm-editorial-page .m7-report-card>.m7-category{margin-top:9px;font-size:9px}
body.pm-editorial-page .m7-report-card h3{font-size:15px;margin:3px 0 5px;line-height:1.6}
body.pm-editorial-page .m7-report-card>p:last-child{font-size:11px;line-height:1.7;color:#506984}
body.pm-editorial-page .m7-all-reports{align-self:flex-end;margin-top:14px}
body.pm-editorial-page .m7-editorial-grid{padding-block:37px 40px;display:grid;grid-template-columns:1.85fr 1fr;gap:30px}
body.pm-editorial-page .m7-section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}
body.pm-editorial-page .m7-section-heading .m7-eyebrow{margin-bottom:4px}
body.pm-editorial-page .m7-section-heading>.m7-text-link{white-space:nowrap}
body.pm-editorial-page .m7-insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
body.pm-editorial-page .m7-insight-card>.m7-category{margin-top:11px}
body.pm-editorial-page .m7-insight-card h3{margin-top:4px;font-size:18px;line-height:1.65}
body.pm-editorial-page .m7-insight-card>p:not(.m7-category){color:var(--muted);font-size:12px;line-height:1.85;margin-top:7px}
body.pm-editorial-page .m7-read-more{display:inline-flex;align-items:center;gap:15px;font-size:11px;font-weight:700;margin-top:13px}
body.pm-editorial-page .m7-read-more span{font-size:20px}
body.pm-editorial-page .m7-news{padding-left:24px;border-left:1px solid var(--line)}
body.pm-editorial-page .m7-news-list{padding:0;margin:0;list-style:none;border-top:1px solid var(--line)}
body.pm-editorial-page .m7-news-list li{display:grid;grid-template-columns:48px 1fr;gap:12px;padding-block:17px;border-bottom:1px solid var(--line)}
body.pm-editorial-page .m7-news-list time{font-size:11px;letter-spacing:.02em;padding-top:2px;color:#44627d}
body.pm-editorial-page .m7-news-list .m7-category{font-size:9px;margin-bottom:3px}
body.pm-editorial-page .m7-news-list h3{font-size:14px;line-height:1.75}
body.pm-editorial-page .m7-news-all{float:right;margin-top:14px}
body.pm-editorial-page .m7-leaders-band{background:var(--navy);color:#fff;padding-block:28px 32px}
body.pm-editorial-page .m7-leaders-heading>div{display:flex;align-items:baseline;gap:24px}
body.pm-editorial-page .m7-leaders-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:36px;font-weight:500;letter-spacing:-.035em;line-height:1.2}
body.pm-editorial-page .m7-leaders-heading p{font-size:12px;color:#d0deea}
body.pm-editorial-page .m7-leaders-band .m7-text-link{color:white;border-color:#91a7b8}
body.pm-editorial-page .m7-leaders-band .m7-text-link:hover{color:#b6d7f4}
body.pm-editorial-page .m7-interview{display:grid;grid-template-columns:1.12fr 1fr;gap:38px;align-items:center}
body.pm-editorial-page .m7-portrait{position:relative;aspect-ratio:2.05;overflow:hidden;background:#dbe3e8}
body.pm-editorial-page .m7-portrait img{width:100%;height:180%;object-fit:cover;object-position:50% 0%}
body.pm-editorial-page .m7-interview-copy{padding-bottom:4px}
body.pm-editorial-page .m7-interview-copy .m7-eyebrow{color:#c5d6e5}
body.pm-editorial-page .m7-interview-copy h3{font-family:var(--serif);font-size:clamp(23px,2.5vw,35px);line-height:1.6;font-weight:600;letter-spacing:.025em;margin:9px 0 14px}
body.pm-editorial-page .m7-interview:hover h3{color:#fff}
body.pm-editorial-page .m7-person-role{font-size:12px;color:#dce8f1}
body.pm-editorial-page .m7-person-name{font-size:20px;letter-spacing:.08em;margin:2px 0 20px}
body.pm-editorial-page .m7-person-name span{font-size:11px;margin-left:8px;color:#c8d5de}
body.pm-editorial-page .m7-topic-section{padding-block:29px 33px}
body.pm-editorial-page .m7-topic-section h2{font-size:20px}
body.pm-editorial-page .m7-topic-section .m7-section-heading{margin-bottom:13px}
body.pm-editorial-page .m7-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.pm-editorial-page .m7-topic-grid>a{border:1px solid #cbd8e3;padding:13px 16px;position:relative;transition:background .2s,border-color .2s}
body.pm-editorial-page .m7-topic-grid>a:hover{background:#f1f6fa;border-color:#6485a1}
body.pm-editorial-page .m7-topic-grid>a>span{font-family:Georgia,serif;font-size:17px;border-right:1px solid var(--line);padding-right:13px;line-height:1.1}
body.pm-editorial-page .m7-topic-grid h3{font-size:14px;margin-top:3px;padding-right:25px}
body.pm-editorial-page .m7-topic-grid b{position:absolute;right:16px;bottom:15px;font-size:23px;color:#52738f;line-height:1;font-weight:400}
body.pm-editorial-page .m7-consult-band{background:#f3f2ef;padding-block:22px}
body.pm-editorial-page .m7-consult-band>.m7-container,body.pm-editorial-page .m7-consult-band>.m7-container>div{display:flex;align-items:center;justify-content:space-between;gap:20px}
body.pm-editorial-page .m7-consult-band h2{font-size:20px}
body.pm-editorial-page .m7-consult-band p{font-size:10px;color:#677381}
body.pm-editorial-page .m7-consult-band .m7-button{min-width:170px}
body.pm-editorial-page .m7-site-footer{padding-block:25px 18px}
body.pm-editorial-page .m7-footer-main{display:flex;align-items:center;justify-content:space-between;gap:24px}
body.pm-editorial-page .m7-brand-footer .m7-brand-mark{width:21px;height:25px}
body.pm-editorial-page .m7-brand-footer{gap:8px}
body.pm-editorial-page .m7-brand-footer strong{font-size:15px}
body.pm-editorial-page .m7-brand-footer small{font-size:8px}
body.pm-editorial-page .m7-footer-main nav{display:flex;gap:20px;flex-wrap:wrap}
body.pm-editorial-page .m7-footer-main nav a{font-size:10px;color:#596d7e}
body.pm-editorial-page .m7-footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:19px;padding-top:12px;border-top:1px solid #edf0f3}
body.pm-editorial-page .m7-footer-bottom small{font-size:9px;color:#788697;letter-spacing:.025em}
body.pm-editorial-page .m7-search-dialog{width:min(560px,calc(100% - 32px));padding:30px;border:1px solid var(--line);color:var(--ink)}
body.pm-editorial-page .m7-search-dialog::backdrop{background:rgba(12,30,47,.6)}
body.pm-editorial-page .m7-search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
body.pm-editorial-page .m7-search-close{font-size:27px}
body.pm-editorial-page .m7-search-dialog label{font-size:12px;font-weight:600}
body.pm-editorial-page .m7-search-row{display:flex;gap:10px;margin-top:8px}
body.pm-editorial-page .m7-search-row input{width:100%;min-width:0;border:1px solid #7891a4;padding:11px;background:#fff;border-radius:0}
body.pm-editorial-page .m7-search-dialog form>p{font-size:11px;color:var(--muted);margin-top:13px}
body.pm-editorial-page .m7-search-row button{white-space:nowrap}
@media (min-width:1500px){body.pm-editorial-page .m7-hero{height:390px}
body.pm-editorial-page .m7-explain-card{padding-block:0 22px;margin-bottom:24px}
body.pm-editorial-page .m7-featured-explain{padding-top:20px}
body.pm-editorial-page .m7-explain-card h3{font-size:16px}
body.pm-editorial-page .m7-explain-card p{font-size:12px}}
@media (max-width:1200px){body.pm-editorial-page .m7-brand-description{display:none}
body.pm-editorial-page .m7-prime-grid{gap:25px;grid-template-columns:36% 1fr}
body.pm-editorial-page .m7-plan-label{margin-left:0;margin-top:3px;display:table}
body.pm-editorial-page .m7-prime-offer h2{font-size:30px}
body.pm-editorial-page .m7-report-grid{gap:13px}
body.pm-editorial-page .m7-consult-band>.m7-container>div{display:block}
body.pm-editorial-page .m7-consult-band p{margin-top:4px}
body.pm-editorial-page .m7-featured-explain{padding-left:20px}
body.pm-editorial-page .m7-explain-card{gap:12px}
body.pm-editorial-page .m7-explain-card h3{font-size:14px}
body.pm-editorial-page .m7-explain-card p{font-size:10px}
body.pm-editorial-page .m7-feature-grid,body.pm-editorial-page .m7-editorial-grid{gap:24px}
body.pm-editorial-page .m7-hero{height:325px}
body.pm-editorial-page .m7-hero-copy h1{font-size:35px}
body.pm-editorial-page .m7-leaders-heading p{font-size:11px}
body.pm-editorial-page .m7-trial-button{min-width:240px}}
@media (max-width:900px){body.pm-editorial-page .m7-brand strong{font-size:21px}
body.pm-editorial-page .m7-header-actions{gap:7px}
body.pm-editorial-page .m7-header-consult{display:none!important}
body.pm-editorial-page .m7-main-nav{gap:26px}
body.pm-editorial-page .m7-feature-grid{grid-template-columns:1.6fr 1fr;gap:20px}
body.pm-editorial-page .m7-hero{height:315px}
body.pm-editorial-page .m7-hero-copy{left:18px;bottom:19px}
body.pm-editorial-page .m7-hero-copy h1{font-size:29px}
body.pm-editorial-page .m7-hero-copy p{font-size:10px}
body.pm-editorial-page .m7-featured-explain{padding-left:15px}
body.pm-editorial-page .m7-featured-explain h2{font-size:20px}
body.pm-editorial-page .m7-explain-card{grid-template-columns:32% 1fr;gap:10px;margin-bottom:16px;padding-bottom:16px}
body.pm-editorial-page .m7-explain-card p{display:none}
body.pm-editorial-page .m7-explain-card h3{font-size:13px}
body.pm-editorial-page .m7-topics-strip{gap:18px}
body.pm-editorial-page .m7-topics-strip a{font-size:10px;padding-inline:12px}
body.pm-editorial-page .m7-prime-grid{grid-template-columns:1fr;padding-block:23px;gap:22px}
body.pm-editorial-page .m7-prime-offer{display:grid;grid-template-columns:1fr auto;column-gap:25px;align-items:start}
body.pm-editorial-page .m7-prime-offer .m7-eyebrow,body.pm-editorial-page .m7-prime-brand,body.pm-editorial-page .m7-prime-offer h2,body.pm-editorial-page .m7-prime-description{grid-column:1}
body.pm-editorial-page .m7-prime-offer h2{font-size:31px}
body.pm-editorial-page .m7-prime-offer .m7-trial-button{grid-column:2;grid-row:2/4;align-self:center;margin-top:0;min-width:220px}
body.pm-editorial-page .m7-price-note{grid-column:2;grid-row:4/6;margin:0}
body.pm-editorial-page .m7-plan-label{display:inline-block;margin-left:8px}
body.pm-editorial-page .m7-report-image{aspect-ratio:2.25}
body.pm-editorial-page .m7-all-reports{margin-top:9px}
body.pm-editorial-page .m7-editorial-grid{grid-template-columns:1.7fr 1fr;gap:20px}
body.pm-editorial-page .m7-news{padding-left:17px}
body.pm-editorial-page .m7-news-list li{grid-template-columns:1fr;gap:3px;padding-block:12px}
body.pm-editorial-page .m7-news-list h3{font-size:13px}
body.pm-editorial-page .m7-news-list .m7-category{display:none}
body.pm-editorial-page .m7-insight-grid{gap:15px}
body.pm-editorial-page .m7-insight-card h3{font-size:15px}
body.pm-editorial-page .m7-section-heading h2{font-size:21px}
body.pm-editorial-page .m7-leaders-heading>div{display:block}
body.pm-editorial-page .m7-leaders-heading p{margin-top:6px}
body.pm-editorial-page .m7-leaders-heading h2{font-size:32px}
body.pm-editorial-page .m7-interview{gap:25px;grid-template-columns:1fr 1fr}
body.pm-editorial-page .m7-interview-copy h3{font-size:25px;margin-top:5px}
body.pm-editorial-page .m7-person-name{margin-bottom:10px}
body.pm-editorial-page .m7-topic-grid{gap:10px}
body.pm-editorial-page .m7-topic-grid>a{padding:12px}
body.pm-editorial-page .m7-topic-grid h3{font-size:12px}
body.pm-editorial-page .m7-footer-main{align-items:flex-start}
body.pm-editorial-page .m7-footer-main nav{max-width:400px;justify-content:flex-end;gap:10px 20px}}
@media (max-width:800px){body.pm-editorial-page .m7-masthead{min-height:67px;gap:10px}
body.pm-editorial-page .m7-brand{gap:8px}
body.pm-editorial-page .m7-brand-mark{width:25px;height:29px}
body.pm-editorial-page .m7-brand strong{font-size:18px;letter-spacing:.005em}
body.pm-editorial-page .m7-brand small{font-size:8px}
body.pm-editorial-page .m7-header-actions{gap:0}
body.pm-editorial-page .m7-header-actions .m7-login,body.pm-editorial-page .m7-header-prime{display:none!important}
body.pm-editorial-page .m7-menu-trigger{display:inline-grid}
body.pm-editorial-page .m7-icon-button{width:34px;height:36px;padding:7px}
body.pm-editorial-page .m7-main-nav{display:none;gap:0;flex-direction:column;padding-bottom:12px}
body.pm-editorial-page .m7-main-nav.m7-is-open{display:flex}
body.pm-editorial-page .m7-main-nav a{padding:11px 5px;border-bottom:1px solid var(--line);font-size:13px}
body.pm-editorial-page .m7-feature-grid{display:block;padding-top:19px}
body.pm-editorial-page .m7-feature-main>.m7-eyebrow{font-size:9px;margin-bottom:8px}
body.pm-editorial-page .m7-hero{height:330px}
body.pm-editorial-page .m7-hero>img{object-position:50% 50%}
body.pm-editorial-page .m7-hero-copy{left:18px;bottom:22px;right:12px}
body.pm-editorial-page .m7-hero-copy h1{font-size:clamp(25px,6.5vw,36px);line-height:1.45;letter-spacing:0}
body.pm-editorial-page .m7-hero-copy p{font-size:10px;max-width:290px;line-height:1.8;margin-top:8px}
body.pm-editorial-page .m7-hero-tag{left:16px;top:16px;font-size:10px}
body.pm-editorial-page .m7-feature-caption{font-size:10px;gap:10px;margin-top:10px}
body.pm-editorial-page .m7-feature-caption span{font-size:20px}
body.pm-editorial-page .m7-featured-explain{border-left:0;padding:24px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.pm-editorial-page .m7-featured-explain h2{grid-column:1/-1;font-size:17px;margin-bottom:0}
body.pm-editorial-page .m7-explain-card{display:block;margin:0;padding:0;border:0}
body.pm-editorial-page .m7-explain-card>.m7-crop{display:none}
body.pm-editorial-page .m7-explain-card>div:last-child{border-left:2px solid #9bb3c8;padding-left:10px}
body.pm-editorial-page .m7-explain-card h3{font-size:12px;line-height:1.7;margin-bottom:0}
body.pm-editorial-page .m7-explain-card h3 br{display:none}
body.pm-editorial-page .m7-explain-card .m7-category{font-size:9px}
body.pm-editorial-page .m7-topics-strip{margin-block:21px 19px;min-height:47px;gap:15px}
body.pm-editorial-page .m7-topics-strip>.m7-eyebrow{font-size:9px;margin-right:0;flex-shrink:0}
body.pm-editorial-page .m7-topics-strip>div{overflow-x:auto;min-width:0;padding-block:16px;scrollbar-width:none}
body.pm-editorial-page .m7-topics-strip>div::-webkit-scrollbar{display:none}
body.pm-editorial-page .m7-topics-strip a{font-size:10px;padding-inline:13px}
body.pm-editorial-page .m7-topics-strip a:first-child{padding-left:0}
body.pm-editorial-page .m7-prime-grid{padding-block:23px 20px;gap:22px}
body.pm-editorial-page .m7-prime-offer{display:block}
body.pm-editorial-page .m7-prime-offer>.m7-eyebrow{font-size:9px;margin-bottom:7px}
body.pm-editorial-page .m7-prime-brand{font-size:14px}
body.pm-editorial-page .m7-plan-label{font-size:8px;margin-left:4px;padding-inline:4px}
body.pm-editorial-page .m7-prime-offer h2{font-size:31px;margin-top:10px;line-height:1.4}
body.pm-editorial-page .m7-prime-description{font-size:11px;margin-top:6px}
body.pm-editorial-page .m7-prime-offer .m7-trial-button{width:100%;margin-top:16px;min-height:47px;font-size:14px;padding-inline:22px}
body.pm-editorial-page .m7-price-note{margin-top:8px;font-size:10px;line-height:1.7}
body.pm-editorial-page .m7-price-note br{display:none}
body.pm-editorial-page .m7-price-note a{margin-left:6px}
body.pm-editorial-page .m7-report-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
body.pm-editorial-page .m7-report-image{aspect-ratio:1.1}
body.pm-editorial-page .m7-badges{top:5px;left:5px}
body.pm-editorial-page .m7-badges b{font-size:7px;padding:1px 4px}
body.pm-editorial-page .m7-badges>span{display:none}
body.pm-editorial-page .m7-report-card>.m7-category{font-size:8px;line-height:1.5;margin-top:8px}
body.pm-editorial-page .m7-report-card h3{font-size:11px;line-height:1.7;margin-top:4px}
body.pm-editorial-page .m7-report-card>p:last-child{display:none}
body.pm-editorial-page .m7-report-card h3 br{display:none}
body.pm-editorial-page .m7-all-reports{font-size:10px;margin-top:10px}
body.pm-editorial-page .m7-editorial-grid{display:block;padding-block:29px 30px}
body.pm-editorial-page .m7-section-heading{margin-bottom:15px}
body.pm-editorial-page .m7-section-heading h2{font-size:20px}
body.pm-editorial-page .m7-section-heading .m7-text-link{font-size:10px;gap:8px}
body.pm-editorial-page .m7-section-heading .m7-eyebrow{font-size:9px}
body.pm-editorial-page .m7-insight-grid{gap:15px}
body.pm-editorial-page .m7-insight-card h3{font-size:14px;line-height:1.7}
body.pm-editorial-page .m7-insight-card h3 br{display:none}
body.pm-editorial-page .m7-insight-card>.m7-category{font-size:9px;margin-top:9px}
body.pm-editorial-page .m7-insight-card>p:not(.m7-category){font-size:11px;margin-top:5px}
body.pm-editorial-page .m7-crop-office,body.pm-editorial-page .m7-crop-paper{aspect-ratio:279/147}
body.pm-editorial-page .m7-read-more{font-size:10px;margin-top:9px}
body.pm-editorial-page .m7-news{padding:27px 0 0;border:0}
body.pm-editorial-page .m7-news-list li{grid-template-columns:42px 1fr;gap:10px;padding-block:13px}
body.pm-editorial-page .m7-news-list time{font-size:11px}
body.pm-editorial-page .m7-news-list h3{font-size:13px}
body.pm-editorial-page .m7-news-all{float:none;margin-top:14px;font-size:11px}
body.pm-editorial-page .m7-leaders-band{padding-block:24px 26px}
body.pm-editorial-page .m7-leaders-heading{align-items:flex-end;gap:10px;margin-bottom:17px}
body.pm-editorial-page .m7-leaders-heading h2{font-size:29px}
body.pm-editorial-page .m7-leaders-heading p{font-size:10px;margin-top:5px}
body.pm-editorial-page .m7-leaders-heading .m7-text-link{font-size:9px;gap:7px}
body.pm-editorial-page .m7-interview{display:block}
body.pm-editorial-page .m7-portrait{aspect-ratio:1.9}
body.pm-editorial-page .m7-interview-copy{padding-top:19px}
body.pm-editorial-page .m7-interview-copy .m7-eyebrow{font-size:9px}
body.pm-editorial-page .m7-interview-copy h3{font-size:26px;line-height:1.6;margin:7px 0 13px}
body.pm-editorial-page .m7-person-role{font-size:11px}
body.pm-editorial-page .m7-person-name{font-size:19px;margin-bottom:14px}
body.pm-editorial-page .m7-interview-copy .m7-text-link{font-size:11px}
body.pm-editorial-page .m7-topic-section{padding-block:24px}
body.pm-editorial-page .m7-topic-section h2{font-size:18px}
body.pm-editorial-page .m7-topic-grid{grid-template-columns:1fr 1fr;gap:11px}
body.pm-editorial-page .m7-topic-grid>a{min-height:85px;padding:11px 12px}
body.pm-editorial-page .m7-topic-grid h3{font-size:12px;padding-right:14px;letter-spacing:-.02em}
body.pm-editorial-page .m7-topic-grid b{right:10px;bottom:15px;font-size:19px}
body.pm-editorial-page .m7-topic-grid>a>span{font-size:15px}
body.pm-editorial-page .m7-consult-band{padding-block:23px}
body.pm-editorial-page .m7-consult-band>.m7-container{display:block}
body.pm-editorial-page .m7-consult-band h2{font-size:18px;line-height:1.7}
body.pm-editorial-page .m7-consult-band p{font-size:10px;margin-top:6px;max-width:290px;line-height:1.8}
body.pm-editorial-page .m7-consult-band .m7-button{margin-top:15px;width:100%;min-height:43px;justify-content:space-between}
body.pm-editorial-page .m7-footer-main{display:block}
body.pm-editorial-page .m7-footer-main nav{margin-top:20px;justify-content:flex-start;gap:12px 18px;max-width:none}
body.pm-editorial-page .m7-brand-footer strong{font-size:15px}
body.pm-editorial-page .m7-footer-bottom{display:block;margin-top:18px}
body.pm-editorial-page .m7-footer-bottom small{display:block;font-size:8px;line-height:1.8}
body.pm-editorial-page .m7-footer-bottom small+small{margin-top:5px}
body.pm-editorial-page .m7-search-dialog{padding:22px}
body.pm-editorial-page .m7-search-dialog h2{font-size:19px}}
@media (max-width:800px){body.pm-editorial-page .m7-price-note a{display:table;margin:3px 0 0;white-space:nowrap}}
body.pm-editorial-page .m7-hero-copy h1,body.pm-editorial-page .m7-interview-copy h3{word-break:normal;overflow-wrap:anywhere;text-wrap:balance}
body.pm-editorial-page .m7-feature-grid>*,body.pm-editorial-page .m7-editorial-grid>*,body.pm-editorial-page .m7-interview>*,body.pm-editorial-page .m7-prime-grid>*{min-width:0}
body.pm-editorial-page .m7-explain-card h3 br,body.pm-editorial-page .m7-insight-card h3 br{display:none}
@media (min-width:801px) and (max-width:1100px){body.pm-editorial-page .m7-hero-copy h1{font-size:clamp(26px,3vw,33px)}
body.pm-editorial-page .m7-feature-grid{grid-template-columns:1.6fr 1fr}
body.pm-editorial-page .m7-editorial-grid{grid-template-columns:1.5fr 1fr}
body.pm-editorial-page .m7-insight-grid{grid-template-columns:1fr}
body.pm-editorial-page .m7-insight-card{display:grid;grid-template-columns:42% 1fr;gap:0 16px}
body.pm-editorial-page .m7-insight-card>.m7-crop{grid-row:1/5}
body.pm-editorial-page .m7-insight-card>.m7-category{margin-top:0}
body.pm-editorial-page .m7-insight-card h3{font-size:16px}
body.pm-editorial-page .m7-insight-card>p:not(.m7-category){display:none}
body.pm-editorial-page .m7-insight-card .m7-read-more{margin-top:4px}
body.pm-editorial-page .m7-topic-grid{grid-template-columns:repeat(2,1fr)}
body.pm-editorial-page .m7-interview-copy h3{font-size:27px}}
@media (min-width:501px) and (max-width:800px){body.pm-editorial-page .m7-hero{height:370px}
body.pm-editorial-page .m7-hero-copy h1{font-size:38px}
body.pm-editorial-page .m7-explain-card h3{font-size:15px}
body.pm-editorial-page .m7-insight-card h3{font-size:18px}
body.pm-editorial-page .m7-featured-explain{gap:22px}
body.pm-editorial-page .m7-topic-grid h3{font-size:15px}}
@media (max-width:500px){body.pm-editorial-page .m7-report-grid{grid-template-columns:1fr;gap:14px}
body.pm-editorial-page .m7-report-card{display:grid;grid-template-columns:105px minmax(0,1fr);column-gap:14px;padding-bottom:14px;border-bottom:1px solid #c8d8e8;align-items:start}
body.pm-editorial-page .m7-report-card:last-child{padding-bottom:0;border-bottom:0}
body.pm-editorial-page .m7-report-image{grid-row:1/4;aspect-ratio:16/10}
body.pm-editorial-page .m7-report-card>.m7-category{font-size:10px;margin-top:0}
body.pm-editorial-page .m7-report-card h3{font-size:14px;line-height:1.6;margin:3px 0 0}
body.pm-editorial-page .m7-report-card>p:last-child{display:none}
body.pm-editorial-page .m7-topic-grid>a{min-height:98px;padding:12px}
body.pm-editorial-page .m7-topic-grid h3{font-size:12px;padding-right:0}
body.pm-editorial-page .m7-topic-grid b{bottom:8px}
body.pm-editorial-page .m7-hero-copy h1{font-size:clamp(23px,6.1vw,30px)}
body.pm-editorial-page .m7-leaders-heading{flex-wrap:wrap}
body.pm-editorial-page .m7-interview-copy h3{font-size:24px}
body.pm-editorial-page .m7-insight-card h3{font-size:15px}
body.pm-editorial-page .m7-insight-grid{grid-template-columns:1fr}
body.pm-editorial-page .m7-insight-card{margin-bottom:12px}
body.pm-editorial-page .m7-insight-card .m7-crop{aspect-ratio:16/9}
body.pm-editorial-page .m7-insight-card>p:not(.m7-category){font-size:13px}
body.pm-editorial-page .m7-news-list h3{font-size:14px}}
body.pm-editorial-page .m7-news-list{padding:0;margin:0}
body.pm-editorial-page .m7-news-list li{margin:0;list-style:none}
body.pm-editorial-page .m7-article-image{aspect-ratio:16/9;overflow:hidden;background:#f0f3f7}
body.pm-editorial-page .m7-article-image img{width:100%;height:100%;object-fit:contain}
body.pm-editorial-page .m7-report-image{aspect-ratio:16/9}
body.pm-editorial-page .m7-report-image>img{object-fit:contain}
body.pm-editorial-page .m7-report-card>.m7-category{margin-top:10px}
body.pm-editorial-page .m7-report-card>.m7-category span{font-weight:500;margin-left:7px}
body.pm-editorial-page .m7-report-card h3{font-size:15px;line-height:1.75}
body.pm-editorial-page .m7-portrait{aspect-ratio:16/9;background:#eef1f4}
body.pm-editorial-page .m7-portrait img{height:100%;width:100%;object-fit:contain}
body.pm-editorial-page .m7-interview-copy h3{font-family:var(--sans);font-size:28px;line-height:1.65;text-wrap:pretty}
body.pm-editorial-page .m7-explain-card{grid-template-columns:35% 1fr}
body.pm-editorial-page .m7-explain-card h3{font-size:14px}
body.pm-editorial-page .m7-featured-explain{padding-top:19px}
body.pm-editorial-page .m7-hero-copy p{color:#fff}
body.pm-editorial-page .m7-insight-card time{margin-top:9px}
@media (min-width:801px) and (max-width:1100px){body.pm-editorial-page .m7-insight-card>.m7-article-image{grid-row:1/5}
body.pm-editorial-page .m7-insight-card time{margin-top:4px}
body.pm-editorial-page .m7-interview-copy h3{font-size:23px}}
@media (max-width:800px){body.pm-editorial-page .m7-explain-card{display:grid;grid-template-columns:1fr;gap:10px}
body.pm-editorial-page .m7-explain-card>div:last-child{border-left:0;padding-left:0}
body.pm-editorial-page .m7-explain-card h3{font-size:14px}
body.pm-editorial-page .m7-featured-explain{padding-top:24px}
body.pm-editorial-page .m7-topic-grid h3{font-size:14px}
body.pm-editorial-page .m7-report-card h3{font-size:14px}
body.pm-editorial-page .m7-interview-copy h3{font-size:25px}
body.pm-editorial-page .m7-insight-card h3{font-size:17px}}
@media (max-width:500px){body.pm-editorial-page .m7-report-card{grid-template-columns:112px minmax(0,1fr)}
body.pm-editorial-page .m7-report-image{aspect-ratio:16/9}
body.pm-editorial-page .m7-report-card>.m7-category{margin-top:0}
body.pm-editorial-page .m7-report-card h3{font-size:13px}
body.pm-editorial-page .m7-report-card time{grid-column:2;margin-top:6px!important}
body.pm-editorial-page .m7-topic-grid h3{font-size:12px}
body.pm-editorial-page .m7-explain-card h3{font-size:13px}
body.pm-editorial-page .m7-interview-copy h3{font-size:23px}
body.pm-editorial-page .m7-insight-card{display:block}
body.pm-editorial-page .m7-featured-explain{gap:16px}}
body.pm-editorial-page .m7-interview-copy .m7-person-role{margin:8px 0 22px;font-size:14px;line-height:1.8}
body.pm-editorial-page .m7-image-fallback{display:grid;place-items:center;min-height:100%;padding:16px;font-size:12px;color:#52687b;text-align:center}
body.pm-editorial-page .m7-skip{transform:none;clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}
body.pm-editorial-page .m7-skip:focus{clip-path:none;width:auto;height:auto;padding:10px;overflow:visible}
body.pm-editorial-page .m7-interview-copy h3 span{display:inline-block;max-width:100%}
@media (max-width:500px){body.pm-editorial-page .m7-prime-offer h2{font-size:clamp(24px,7.8vw,31px)}
body.pm-editorial-page .m7-interview-copy h3{font-size:clamp(20px,5.9vw,25px)}}
@media (max-width:400px){body.pm-editorial-page .m7-featured-explain{grid-template-columns:1fr}
body.pm-editorial-page .m7-explain-card{grid-template-columns:98px minmax(0,1fr);gap:13px}
body.pm-editorial-page .m7-explain-card h3{font-size:13px}
body.pm-editorial-page .m7-explain-card time{font-size:9px}}
@media (max-width:360px){body.pm-editorial-page .m7-topic-grid{grid-template-columns:1fr}
body.pm-editorial-page .m7-topic-grid>a{min-height:61px;display:flex;align-items:center;gap:12px}
body.pm-editorial-page .m7-topic-grid h3{font-size:13px;margin:0;padding-right:20px}
body.pm-editorial-page .m7-topic-grid b{bottom:20px}
body.pm-editorial-page .m7-brand strong{font-size:16px}
body.pm-editorial-page .m7-consult-band h2{font-size:16px}}
@media (min-width:801px) and (max-width:1100px){body.pm-editorial-page .m7-prime-grid{grid-template-columns:1fr;gap:24px}
body.pm-editorial-page .m7-prime-offer{display:grid;grid-template-columns:1fr auto;column-gap:25px;align-items:start}
body.pm-editorial-page .m7-prime-offer>.m7-eyebrow,body.pm-editorial-page .m7-prime-brand,body.pm-editorial-page .m7-prime-offer h2,body.pm-editorial-page .m7-prime-description{grid-column:1}
body.pm-editorial-page .m7-prime-offer .m7-trial-button{grid-column:2;grid-row:2/4;align-self:center;margin-top:0}
body.pm-editorial-page .m7-price-note{grid-column:2;grid-row:4/6;margin:0}}
body.pm-editorial-page .m7-brand strong{font-family:"Shippori Mincho","Hiragino Mincho ProN","Yu Mincho",serif;font-size:27px;font-weight:700;letter-spacing:.035em;line-height:1.4;white-space:nowrap}
body.pm-editorial-page .m7-brand small{font-family:Arial,sans-serif;font-size:9px;letter-spacing:.12em;line-height:1.5;margin-top:3px;color:#52687b}
body.pm-editorial-page .m7-brand-footer strong{font-size:20px}
body.pm-editorial-page .m7-prime-brand{font-family:var(--sans);font-weight:700;font-size:18px;letter-spacing:.025em}
body.pm-editorial-page .m7-plan-label{font-family:var(--sans);letter-spacing:0}
@media (max-width:1200px){body.pm-editorial-page .m7-brand strong{font-size:25px}}
@media (max-width:800px){body.pm-editorial-page .m7-brand strong{font-size:22px}
body.pm-editorial-page .m7-brand small{font-size:8px}
body.pm-editorial-page .m7-prime-brand{font-size:17px}
body.pm-editorial-page .m7-brand-footer strong{font-size:19px}}
@media (max-width:360px){body.pm-editorial-page .m7-brand strong{font-size:20px}
body.pm-editorial-page .m7-prime-brand{font-size:16px}}
body.pm-editorial-page .m7-feature-grid{padding-bottom:28px}
@media (min-width:801px){body.pm-editorial-page .m7-featured-explain{padding-top:0}}
@media (min-width:801px) and (max-width:1100px){body.pm-editorial-page .m7-prime-offer .m7-trial-button{grid-row:1/3}
body.pm-editorial-page .m7-price-note{grid-row:3/5}}
body.pm-editorial-page .m7-masthead{min-height:76px;gap:22px}
body.pm-editorial-page .m7-masthead>.m7-brand strong{font-size:24px}
body.pm-editorial-page .m7-main-nav{flex:1;gap:18px;align-items:center;white-space:nowrap}
body.pm-editorial-page .m7-main-nav a{font-size:11px;padding:12px 0 10px}
body.pm-editorial-page .m7-header-actions{gap:10px;flex-shrink:0}
@media (min-width:801px) and (max-width:1200px){body.pm-editorial-page .m7-masthead{flex-wrap:wrap;gap:0 20px;padding-top:12px;min-height:0}
body.pm-editorial-page .m7-main-nav{order:3;flex-basis:100%;gap:28px;margin-top:2px}
body.pm-editorial-page .m7-main-nav a{padding-block:9px 8px}
body.pm-editorial-page .m7-header-consult{display:inline-flex!important}}
@media (max-width:800px){body.pm-editorial-page .m7-masthead{flex-wrap:wrap;min-height:65px;gap:0 10px;padding-block:10px}
body.pm-editorial-page .m7-masthead>.m7-brand strong{font-size:22px}
body.pm-editorial-page .m7-header-actions{gap:0}
body.pm-editorial-page .m7-main-nav{order:3;flex-basis:100%;align-items:stretch;gap:0;padding-bottom:0}
body.pm-editorial-page .m7-main-nav a{font-size:13px;padding:11px 5px}
body.pm-editorial-page .m7-main-nav.is-open,body.pm-editorial-page .m7-main-nav.m7-is-open{margin-top:10px}}
@media (max-width:360px){body.pm-editorial-page .m7-masthead>.m7-brand strong{font-size:19px}}
body.pm-editorial-page .m7-prime-brand{font-size:17px}
body.pm-editorial-page .m7-plan-label{display:table;margin:12px 0 0;padding:3px 8px;border:0;background:#dce8fb;color:#164796;line-height:1.6}
body.pm-editorial-page .m7-plan-label b{font-size:13px;font-weight:700}
body.pm-editorial-page .m7-plan-label>span{font-size:10px;font-weight:500;margin-left:9px}
body.pm-editorial-page .m7-prime-offer h2{font-size:clamp(27px,2.4vw,34px);line-height:1.4;margin-top:12px;letter-spacing:0}
body.pm-editorial-page .m7-prime-description{font-size:12px;line-height:1.8;margin-top:10px}
body.pm-editorial-page .m7-report-card h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:14px;line-height:1.75;margin:5px 0 0;text-wrap:pretty}
body.pm-editorial-page .m7-all-reports{margin-top:20px}
@media (min-width:501px){body.pm-editorial-page .m7-report-card{display:grid;grid-template-rows:auto auto 1fr auto;align-content:start}
body.pm-editorial-page .m7-report-card time{margin-top:12px}}
@media (min-width:1101px){body.pm-editorial-page .m7-prime-grid{grid-template-columns:32% minmax(0,1fr);gap:40px;padding-block:30px}
body.pm-editorial-page .m7-report-grid{gap:22px}}
@media (max-width:500px){body.pm-editorial-page .m7-prime-offer h2{font-size:clamp(25px,7vw,30px)}
body.pm-editorial-page .m7-report-card h3{font-size:13px}
.m7-prime-description{max-width:30em}}body.pm-editorial-page .m7-site-header{position:sticky;top:var(--pm-admin-offset,0px);z-index:1000;background:#fff;border-bottom:1px solid #d6e0e8}
body.pm-editorial-page .m7-site-header *,body.pm-editorial-page .m7-site-footer *,body.pm-editorial-page .m7-search-dialog *{box-sizing:border-box}
body.pm-editorial-page .m7-site-header,body.pm-editorial-page .m7-site-footer,body.pm-editorial-page .m7-search-dialog{font-family:var(--sans);color:var(--ink);line-height:1.7;font-size:14px}
body.pm-editorial-page .m7-site-header a,body.pm-editorial-page .m7-site-footer a{text-decoration:none;color:inherit}
body.pm-editorial-page .m7-brand strong{font-weight:700;border:0}
body.pm-editorial-page .m7-button{text-decoration:none;box-sizing:border-box}
body.pm-editorial-page .m7-button-navy{color:#fff}
body.pm-editorial-page .m7-site-header a:focus-visible,body.pm-editorial-page .m7-site-header button:focus-visible{outline:2px solid #2458d8;outline-offset:4px}
body.pm-editorial-home #content{padding:0;margin:0;width:100%;max-width:none}
body.pm-editorial-home #content-in,body.pm-editorial-home #main{display:block;width:100%;max-width:none;margin:0;padding:0;border:0;background:#fff}
body.pm-editorial-page .m7-search-dialog:not([open]){display:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body.pm-editorial-page .m7-site-header a.m7-button-navy{color:#fff}

body.pm-editorial-page .m7-mobile-actions{display:none}
@media(max-width:800px){body.pm-editorial-page .m7-mobile-actions{display:flex;flex-wrap:wrap;gap:8px 20px;padding-top:12px;border-top:1px solid #d6e0e8;width:100%}}
