#nm-news-story{--ink:#222b30;--muted:#5e6970;--blue:#006ecb;--line:#dce2e6;--paper:#f4f6f7;--dark:#25313a}
#nm-news-story *{box-sizing:border-box;letter-spacing:0}
#nm-news-story{scroll-behavior:smooth}
#nm-news-story{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;font-size:18px;line-height:1.65}
#nm-news-story img{display:block;max-width:100%;height:auto}
#nm-news-story a{color:inherit;text-decoration:none;touch-action:manipulation}
#nm-news-story a:focus-visible,#nm-news-story summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px}
#nm-news-story h1,#nm-news-story h2,#nm-news-story h3,#nm-news-story p,#nm-news-story figure{margin:0}
#nm-news-story h1,#nm-news-story h2,#nm-news-story h3{line-height:1.18;font-weight:600;text-wrap:balance}
#nm-news-story .wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}
#nm-news-story .skip{position:absolute;left:20px;top:-90px;background:#fff;color:var(--blue);padding:14px;z-index:30}
#nm-news-story .skip:focus{top:12px}
#nm-news-story .brand-row{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
#nm-news-story .brand{display:block;width:250px;flex:none}
#nm-news-story .brand img{width:100%;height:auto}
#nm-news-story .header-contact{display:flex;align-items:center;gap:30px;font-size:15px;color:var(--muted)}
#nm-news-story .header-contact a:hover{color:var(--blue)}
#nm-news-story .site-nav{background:var(--dark);color:#fff}
#nm-news-story .site-nav .wrap{display:flex;gap:32px;align-items:center;min-height:50px}
#nm-news-story .site-nav a{display:block;font-size:14px;padding:13px 0 11px;border-bottom:3px solid transparent}
#nm-news-story .site-nav a:hover,#nm-news-story .site-nav a[aria-current=page]{border-bottom-color:#59b8e6}
#nm-news-story .mobile-nav{display:none;position:relative;font-size:16px}
#nm-news-story .mobile-nav summary{cursor:pointer;list-style:none;padding:14px 0;color:var(--ink)}
#nm-news-story .mobile-nav summary::-webkit-details-marker{display:none}
#nm-news-story .mobile-nav summary:after{content:" +";color:var(--blue)}
#nm-news-story .mobile-nav[open] summary:after{content:" -"}
#nm-news-story .mobile-nav nav{position:absolute;right:0;top:48px;width:220px;background:#fff;border:1px solid var(--line);padding:10px 20px;z-index:20}
#nm-news-story .mobile-nav a{display:block;padding:10px 0;border-bottom:1px solid var(--line)}
#nm-news-story .mobile-nav a:last-child{border:0}
#nm-news-story .breadcrumb{display:flex;flex-wrap:wrap;gap:10px;padding:24px 0;font-size:14px;color:var(--muted)}
#nm-news-story .breadcrumb a:hover{color:var(--blue)}
#nm-news-story .breadcrumb .separator{color:#a0a8ad}
#nm-news-story .index-heading{padding:20px 0 44px;max-width:760px}
#nm-news-story .eyebrow{font-size:14px;font-weight:600;color:var(--blue);margin-bottom:14px}
#nm-news-story h1{font-size:48px}
#nm-news-story .index-heading>p:last-child{font-size:20px;color:var(--muted);margin-top:18px;max-width:680px}
#nm-news-story .section-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:24px 0}
#nm-news-story .section-heading h2{font-size:22px}
#nm-news-story .story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding-bottom:64px}
#nm-news-story .story-card{min-width:0;border-bottom:1px solid var(--line)}
#nm-news-story .story-card>a{display:flex;flex-direction:column;height:100%;padding-bottom:25px}
#nm-news-story .story-image{aspect-ratio:3/2;background:#fff;overflow:hidden;border:1px solid #edf0f2}
#nm-news-story .story-image img{width:100%;height:100%;object-fit:contain}
#nm-news-story .story-meta{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:baseline;font-size:13px;line-height:1.5;color:var(--muted);margin:22px 0 12px}
#nm-news-story .story-meta .category{color:var(--blue);font-weight:600}
#nm-news-story .story-card h3{font-size:25px;text-wrap:pretty;margin-bottom:15px}
#nm-news-story .story-card a:hover h3{color:var(--blue)}
#nm-news-story .story-card p{font-size:17px;color:var(--muted);margin-bottom:23px}
#nm-news-story .read-story{font-size:16px;color:var(--blue);margin-top:auto;display:inline-block}
#nm-news-story .read-story .arrow{display:inline-block;margin-left:8px;transition:transform .2s}
#nm-news-story .story-card a:hover .arrow{transform:translateX(4px)}
#nm-news-story .conversation{background:var(--paper);border-block:1px solid var(--line);padding:46px 0}
#nm-news-story .conversation .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
#nm-news-story .conversation h2{font-size:30px;margin-bottom:10px}
#nm-news-story .conversation p{font-size:18px;color:var(--muted);max-width:700px}
#nm-news-story .text-link{color:var(--blue);font-size:16px;border-bottom:1px solid #a9cfe8;padding-bottom:6px;display:inline-block}
#nm-news-story .text-link:hover{border-bottom-color:var(--blue)}
#nm-news-story .conversation .text-link{flex:none}
#nm-news-story .site-footer{padding:38px 0 28px;font-size:14px;color:var(--muted)}
#nm-news-story .footer-top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-bottom:28px}
#nm-news-story .footer-logo{width:185px}
#nm-news-story .footer-links{display:flex;flex-wrap:wrap;gap:12px 28px}
#nm-news-story .footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line);font-size:13px}
#nm-news-story .article-header{max-width:850px;margin:18px auto 34px}
#nm-news-story .article-header .story-meta{margin:0 0 20px;font-size:14px}
#nm-news-story .article-header h1{font-size:46px}
#nm-news-story .article-intro{font-size:22px;line-height:1.55;color:var(--muted);margin:24px 0}
#nm-news-story .byline{font-size:14px;color:var(--muted)}
#nm-news-story .article-cover{margin:0 auto 56px;max-width:1060px}
#nm-news-story .article-cover .image-stage{aspect-ratio:3/2;background:#fff;overflow:hidden}
#nm-news-story .article-cover img{width:100%;height:100%;object-fit:contain}
#nm-news-story .article-cover figcaption{font-size:14px;color:var(--muted);padding:14px 0}
#nm-news-story .benefit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;max-width:1060px;margin:0 auto 64px;padding:28px 0;border-block:1px solid var(--line)}
#nm-news-story .benefit-strip h2{font-size:21px;color:var(--blue);margin-bottom:12px;text-wrap:pretty}
#nm-news-story .benefit-strip p{font-size:16px;line-height:1.65;color:var(--muted)}
#nm-news-story .article-copy{max-width:740px;margin:0 auto 64px}
#nm-news-story .article-copy section{margin-bottom:42px}
#nm-news-story .article-copy h2{font-size:30px;margin-bottom:20px}
#nm-news-story .article-copy p{margin-bottom:20px;font-size:19px}
#nm-news-story .article-copy ul{padding-left:22px;margin:22px 0;font-size:18px}
#nm-news-story .article-copy li{padding-left:5px;margin-bottom:8px}
#nm-news-story .article-action{border-top:1px solid var(--line);padding:28px 0 0;display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center}
#nm-news-story .article-action .secondary{font-size:16px;color:var(--muted)}
#nm-news-story .article-action .secondary:hover{color:var(--blue)}
#nm-news-story .article-next-step{flex-basis:100%}
#nm-news-story .article-next-step h2{font-size:28px;margin-bottom:12px}
#nm-news-story .article-next-step p{font-size:18px;color:var(--muted);margin-bottom:8px}
#nm-news-story .more-stories{background:var(--paper);padding:46px 0 0;border-top:1px solid var(--line)}
#nm-news-story .more-stories .section-heading{border:0;padding-top:0}
#nm-news-story .more-stories .story-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:840px;padding-bottom:48px}
#nm-news-story .more-stories .story-image{background:white}
@media(min-width:1700px){#nm-news-story .wrap{max-width:1320px}
#nm-news-story .story-grid{gap:40px}}
@media(max-width:1000px){#nm-news-story .wrap{width:calc(100% - 48px)}
#nm-news-story .header-contact{gap:18px}
#nm-news-story .header-contact a:first-child{display:none}
#nm-news-story .site-nav .wrap{gap:24px}
#nm-news-story .story-grid{gap:22px}
#nm-news-story .story-card h3{font-size:23px}
#nm-news-story .conversation .wrap{gap:24px}
#nm-news-story .conversation p{max-width:550px}
#nm-news-story .conversation h2{font-size:27px}}
@media(max-width:759px){#nm-news-story .wrap{width:calc(100% - 40px)}
#nm-news-story .brand-row{min-height:84px;gap:20px}
#nm-news-story .brand{width:210px}
#nm-news-story .header-contact,#nm-news-story .site-nav{display:none}
#nm-news-story .mobile-nav{display:block}
#nm-news-story .breadcrumb{font-size:13px;padding:20px 0;gap:7px}
#nm-news-story .index-heading{padding:14px 0 34px}
#nm-news-story h1{font-size:38px}
#nm-news-story .index-heading>p:last-child{font-size:18px;line-height:1.6}
#nm-news-story .eyebrow{margin-bottom:12px}
#nm-news-story .section-heading{padding:22px 0}
#nm-news-story .section-heading h2{font-size:21px}
#nm-news-story .story-grid,#nm-news-story .more-stories .story-grid{grid-template-columns:minmax(0,1fr);gap:32px;padding-bottom:40px}
#nm-news-story .story-image{aspect-ratio:3/2}
#nm-news-story .story-meta{margin-top:18px;font-size:14px}
#nm-news-story .story-card h3{font-size:26px}
#nm-news-story .story-card p{font-size:18px}
#nm-news-story .story-card>a{padding-bottom:26px}
#nm-news-story .conversation{padding:34px 0}
#nm-news-story .conversation .wrap{display:block}
#nm-news-story .conversation h2{font-size:26px}
#nm-news-story .conversation p{font-size:17px;margin-bottom:24px}
#nm-news-story .footer-top,#nm-news-story .footer-bottom{display:block}
#nm-news-story .footer-logo{margin-bottom:24px;width:190px}
#nm-news-story .footer-bottom p+ p{margin-top:8px}
#nm-news-story .article-header{margin-top:12px;margin-bottom:30px}
#nm-news-story .article-header h1{font-size:36px}
#nm-news-story .article-header .story-meta{font-size:14px}
#nm-news-story .article-intro{font-size:20px;line-height:1.6}
#nm-news-story .article-cover{margin-bottom:30px}
#nm-news-story .article-cover figcaption{font-size:14px;line-height:1.5}
#nm-news-story .benefit-strip{grid-template-columns:minmax(0,1fr);gap:24px;margin-bottom:40px;padding:24px 0}
#nm-news-story .benefit-strip h2{font-size:22px;margin-bottom:8px}
#nm-news-story .benefit-strip p{font-size:17px}
#nm-news-story .article-copy{margin-bottom:44px}
#nm-news-story .article-copy section{margin-bottom:34px}
#nm-news-story .article-copy h2{font-size:27px}
#nm-news-story .article-copy p{font-size:18px}
#nm-news-story .article-copy ul{font-size:17px}
#nm-news-story .article-action{display:flex;align-items:flex-start;flex-direction:column;gap:18px}
#nm-news-story .more-stories{padding-top:34px}}
@media(max-width:359px){#nm-news-story .brand{width:175px}
#nm-news-story .brand-row{gap:14px}
#nm-news-story .wrap{width:calc(100% - 32px)}
#nm-news-story h1{font-size:34px}
#nm-news-story .article-header h1{font-size:32px}
#nm-news-story .story-card h3{font-size:24px}}
@media(prefers-reduced-motion:reduce){#nm-news-story{scroll-behavior:auto}
#nm-news-story *,#nm-news-story *:before,#nm-news-story *:after{transition:none!important;animation:none!important}
#nm-news-story .story-card a:hover .story-image img,#nm-news-story .story-card a:hover .arrow{transform:none}}
.ty-mainbox-container:has(#nm-news-story)>.ty-mainbox-title,
.cp-blog__blog:has(#nm-news-story)>.cp-blog__params{display:none}
.cp-blog__main-content:has(#nm-news-story),.cp-blog__content:has(#nm-news-story){width:100%;max-width:none;padding:0;margin:0;float:none}
#nm-news-story{display:block;margin:0;background:#fff;text-align:left}
#nm-news-story p,#nm-news-story h1,#nm-news-story h2,#nm-news-story h3{padding:0;font-family:inherit;color:inherit}
#nm-news-story h1,#nm-news-story h2,#nm-news-story h3{text-transform:none!important}
#nm-news-story p{line-height:1.65}
#nm-news-story .article-intro,#nm-news-story .byline,#nm-news-story .benefit-strip p,#nm-news-story .story-card p{color:var(--muted)}
#nm-news-story .article-intro{line-height:1.55}
#nm-news-story .benefit-strip h2{color:var(--blue)}
#nm-news-story .wrap{width:min(1200px,100%);margin-inline:auto}
#nm-news-story .article-header{padding-top:24px}
#nm-news-story .article-header .story-meta{padding:0}
#nm-news-story .more-stories{padding-inline:32px}
#nm-news-story .story-meta{font-size:14px}
#nm-news-story .text-link{color:var(--blue)}
#nm-news-story ul{list-style:disc}
#nm-news-story .article-copy li{line-height:1.65}
@media(max-width:759px){#nm-news-story .more-stories{padding-inline:20px}#nm-news-story .wrap{width:100%}#nm-news-story .article-header h1{overflow-wrap:break-word}}
