/* BeTeCare 4 — vivid editorial layouts, small bounded motion, native scrolling. */
html{scroll-behavior:auto;scroll-padding-top:145px}
body.btc-editorial{--btc-cyan:#26c4ee;--btc-green:#91d976;--btc-ink:#082e38;--btc-paper:#eff7fa;--btc-muted:#395963;--btc-line:#c6dcdf}
.btc-editorial .btc-shell{background:#fff}
.btc-editorial .btc-shell h1,.btc-editorial .btc-shell h2{letter-spacing:-.055em}
.btc-editorial .btc-shell p,.btc-editorial .btc-shell li{font-size:1rem;line-height:1.8}
.btc-editorial .btc-eyebrow{font-size:.8rem;font-weight:650;letter-spacing:.09em}
.btc-editorial .btc-btn{font-size:.9rem;min-height:52px;border-radius:8px;transition:background .2s,color .2s,transform .2s}
.btc-editorial .btc-btn:hover{transform:translateY(-2px)}
.btc-editorial .btc-btn--light{background:white;color:#082e38;border-color:white}
.btc-editorial .btc-btn--light:hover{background:#a8e891;border-color:#a8e891}
.btc-editorial .btc-btn--outline{border:1px solid #658a91;background:transparent;color:#082e38}
.btc-editorial .btc-btn--text{border-radius:0}
.btc-editorial :focus-visible{outline:3px solid #15719b;outline-offset:5px}
.btc-editorial #btc-top{position:absolute;top:0;left:0;width:1px;height:1px;outline:0}
/* Contact stays available at the top of every route. */
.btc-editorial .btc-dock{top:0;background:#fff;border-bottom:1px solid #d2e3e6;backdrop-filter:none;box-shadow:none;padding-bottom:10px}
.admin-bar.btc-editorial .btc-dock{top:32px}
.btc-contactbar{background:#073844;color:#fff;margin-bottom:10px}
.btc-contactbar>.btc-container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:39px}
.btc-contactbar a{display:flex;align-items:center;gap:8px;font-size:.78rem;line-height:1.3;min-height:36px;color:#fff}
.btc-contactbar a:hover{text-decoration:underline;text-underline-offset:4px;color:#b4f494}
.btc-contactbar strong{font-weight:500;margin-left:5px}
.btc-contactbar svg{width:15px;height:15px;flex:none;color:#94e6df}
.btc-contactbar__mobile{display:none}
.btc-editorial .btc-dock__inner{min-height:70px;gap:15px}
.btc-editorial .btc-dock__brand{box-shadow:none;border:0;padding:7px 0;gap:4px}
.btc-editorial .btc-dock__brand>span{font-size:.75rem;letter-spacing:.075em}
.btc-editorial .btc-dock__routes{box-shadow:none;padding:5px;border-color:#d6e6e8;border-radius:10px}
.btc-editorial .btc-dock__routes a{font-size:.875rem;padding:15px 22px;border-radius:6px}
.btc-editorial .btc-dock__routes a:first-child{background:#b7edf9}
.btc-editorial .btc-dock__routes a:last-child{background:#c8edb6}
.btc-editorial .btc-dock__toggle{min-height:70px;border-radius:10px;font-size:.9rem;padding:17px 24px}
.btc-editorial .btc-nav-canvas{background:#06343d}
.btc-editorial .btc-nav-canvas:before{position:absolute;background-size:11px 11px}
.btc-editorial .btc-nav-canvas__grid{padding-top:40px;gap:7%}
.btc-editorial .btc-nav-choice{border-radius:15px 15px 50px 15px}
.btc-editorial .btc-nav-logo{border-radius:8px}
.btc-editorial.btc-menu-is-open .btc-contactbar{visibility:hidden}
/* Artwork and portraits are static large layers; only small marks animate. */
.btc-editorial .btc-poster{background:#ecf7fb;padding-top:45px}
.btc-editorial .btc-poster__art:after{background:linear-gradient(90deg,#ecf7fb,transparent 30%),linear-gradient(0deg,#ecf7fb,transparent 14%)}
.btc-editorial .btc-poster__edition{margin-bottom:30px}
.btc-editorial .btc-poster__lead{font-size:1.05rem;max-width:390px}
.btc-editorial .btc-poster__team{font-size:.85rem;line-height:1.65}
.btc-editorial .btc-intent-dock{border-radius:18px 18px 0 0;overflow:hidden;border:0}
.btc-editorial .btc-intent-dock>a:first-child{background:#35c8ee}
.btc-editorial .btc-intent-dock>a:last-child{background:#a0df83}
.btc-editorial .btc-intent-dock small{font-size:.8rem}
.btc-editorial .btc-intent-dock a:hover{background:#0b4450;color:#fff}
.btc-brand-seal{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;width:126px;height:126px;background:#fff;border-radius:50%;box-shadow:0 8px 25px #062b351a;z-index:2;gap:4px;flex:none}
.btc-brand-seal img{width:59px;height:56px;object-fit:contain}
.btc-brand-seal>span{font:700 .875rem/1.3 Manrope,sans-serif;letter-spacing:-.02em;color:#073743}
.btc-brand-seal:after{content:'';position:absolute;inset:8px;border:1px dashed #5eaf98;border-radius:50%;pointer-events:none}
.btc-float{animation:btc-small-float 6s ease-in-out infinite;animation-play-state:paused}
[data-motion-scene].is-in-view .btc-float{animation-play-state:running}
.btc-motion-paused .btc-float{animation:none!important}
@keyframes btc-small-float{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-8px) rotate(3deg)}}
.btc-photo-label{position:absolute;bottom:22px;left:24px;z-index:2;font-size:.75rem;letter-spacing:.08em;font-weight:650;color:#082e38;background:#fff;padding:10px 15px;border-radius:5px;max-width:calc(100% - 48px)}
.btc-people-window{display:grid;grid-template-columns:1.2fr 1fr;margin-top:65px;margin-bottom:20px;min-height:400px;border-radius:26px;overflow:hidden}
.btc-people-window__photo{position:relative;min-height:425px;overflow:hidden}
.btc-people-window__photo>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:75% center}
.btc-people-window__copy{position:relative;background:#91d976;padding:45px 50px 50px;isolation:isolate}
.btc-people-window__copy:before{content:'';position:absolute;inset:0;background:radial-gradient(#16584230 .8px,transparent .9px);background-size:9px 9px;z-index:-1;opacity:.5}
.btc-editorial .btc-people-window h2{font-size:clamp(2.4rem,3.6vw,3.8rem);margin:18px 0 20px;max-width:390px}
.btc-editorial .btc-people-window h2 em{color:#0c6549}
.btc-people-window__copy p{max-width:340px;margin-right:20px}
.btc-people-window__copy>.btc-brand-seal{right:20px;bottom:22px;width:105px;height:105px}
.btc-people-window__copy>.btc-brand-seal img{width:43px;height:41px}
.btc-people-window__copy>.btc-brand-seal>span{font-size:.8rem}
.btc-people-window__copy .btc-btn{margin-right:95px}
.btc-editorial .btc-editor-letter{padding-top:85px}
.btc-editorial .btc-photo-journal{padding-bottom:80px}
.btc-editorial .btc-journal-card>div{border-radius:22px 22px 55px 22px}
.btc-editorial .btc-team-section{background:#e5f5fa;border-top:0;position:relative}
.btc-editorial .btc-person__photo{border-radius:22px 22px 5px 5px;background:#def3d4}
.btc-editorial .btc-person__info{padding:24px;background:#fff;border-bottom:5px solid #8bd878;min-height:154px;border-radius:0 0 14px 14px}
.btc-editorial .btc-person p{font-size:.95rem;line-height:1.6;padding-bottom:0}
.btc-editorial .btc-person h3{font-size:1.25rem;margin-bottom:9px}
.btc-editorial .btc-academy__index>a{transition:background .2s,padding .2s;padding-inline:20px;border-radius:8px}
.btc-editorial .btc-academy__index>a:nth-child(odd){background:#edf9df}
.btc-editorial .btc-academy__index>a:hover{background:#b7edf9;padding-left:27px}
.btc-editorial .btc-academy__index small{font-size:.85rem}
.btc-editorial .btc-current{background:#ddf4fb;border:0}
/* Every service, application, contact and editorial landing uses this photo hero. */
.btc-feature-hero{padding:25px 0 58px;position:relative;background:#dff5fc;overflow:hidden;isolation:isolate}
.btc-feature-hero:before{content:'';position:absolute;inset:0;z-index:-1;opacity:.1;background:url('../images/brand/mark.png') no-repeat -110px 90%;background-size:420px}
.btc-feature-hero>.btc-container>.btc-breadcrumb{margin:0 0 30px;font-size:.8rem}
.btc-feature-hero__layout{display:grid;grid-template-columns:1.04fr 1fr;gap:55px;align-items:center}
.btc-feature-hero__copy{padding-block:12px;min-width:0}
.btc-editorial .btc-feature-hero h1{font-size:clamp(2.8rem,4.5vw,4.65rem);line-height:1.09;margin:21px 0 25px}
.btc-editorial .btc-feature-hero h1 em{color:#16734c}
.btc-feature-hero .btc-lead{max-width:570px;font-size:1.05rem;line-height:1.8;margin-bottom:28px}
.btc-feature-hero .btc-actions{gap:12px;margin:0 0 30px;flex-wrap:wrap}
.btc-feature-hero .btc-brand-stamp{display:inline-flex;gap:10px;padding:12px 16px;border-radius:7px;background:#fff}
.btc-feature-hero .btc-brand-stamp img{width:124px}
.btc-feature-hero .btc-brand-stamp span{font-size:.75rem}
.btc-feature-hero__visual{position:relative;min-width:0;height:495px;isolation:isolate;margin-right:12px}
.btc-feature-hero__visual>img{width:100%;height:100%;object-fit:cover;object-position:72% center;border-radius:110px 18px 85px 18px}
.btc-feature-hero__frame{position:absolute;inset:14px -12px -12px 14px;border:2px solid #069ab8;border-radius:110px 18px 85px 18px;z-index:-1}
.btc-feature-hero__visual>.btc-brand-seal{left:-40px;top:30px}
.btc-feature-hero--family,.btc-feature-hero--poland{background:#dbf2cd}
.btc-feature-hero--family .btc-feature-hero__frame,.btc-feature-hero--poland .btc-feature-hero__frame{border-color:#469b51}
.btc-feature-hero--about,.btc-feature-hero--apply{background:#073b47;color:#fff}
.btc-feature-hero--about .btc-lead,.btc-feature-hero--apply .btc-lead{color:#e1f0ee}
.btc-feature-hero--about .btc-breadcrumb,.btc-feature-hero--apply .btc-breadcrumb,.btc-feature-hero--about .btc-eyebrow,.btc-feature-hero--apply .btc-eyebrow{color:#c9e4df}
.btc-editorial .btc-feature-hero--about h1 em,.btc-editorial .btc-feature-hero--apply h1 em{color:#acf18c}
.btc-feature-hero--about .btc-btn--outline,.btc-feature-hero--apply .btc-btn--outline{color:#fff;border-color:#b7d9d6}
.btc-feature-hero--apply .btc-btn--dark,.btc-feature-hero--about .btc-btn--dark{background:#a6e984;border-color:#a6e984;color:#062e36}
.btc-feature-hero--news{background:#b5eafb}
.btc-feature-hero--guide{background:#dbf4c7}
.btc-feature-hero--guide .btc-feature-hero__visual>img{object-position:center}
.btc-feature-hero--contact .btc-feature-hero__visual{height:440px}
.btc-editorial .btc-reading-layout{gap:55px;padding-block:75px;grid-template-columns:225px minmax(0,1fr)}
.btc-editorial .btc-reading-nav{top:150px;background:#073b47;color:#fff;padding:27px 25px;border-radius:16px;max-height:calc(100vh - 180px);overflow:auto;align-self:start}
.btc-editorial .btc-reading-nav>strong{font-size:.8rem;color:#9ae677;display:block;padding-bottom:16px;margin:0;border-bottom:1px solid #7fa6ab4a}
.btc-editorial .btc-reading-nav>a{font-size:.9rem;line-height:1.6;padding:12px 0;margin:0;display:block;border-bottom:1px solid #7fa6ab38}
.btc-editorial .btc-reading-nav>a:hover{color:#a5ef87}
.btc-reading-nav a[aria-current="location"]{color:#b6f098;border-color:#b6f098}
.btc-editorial .btc-reading-nav .btc-brand-stamp{background:#fff;padding:12px;margin-top:25px;border-radius:6px}
.btc-editorial .btc-service-block{padding-bottom:38px;margin-bottom:42px;border-bottom:1px solid #cde0e3;scroll-margin-top:150px}
.btc-editorial .btc-service-block:last-child{border:0;margin-bottom:0}
.btc-editorial .btc-service-block h2{font-size:clamp(2rem,3.25vw,3.1rem);max-width:850px}
.btc-editorial .btc-service-block p{font-size:1.04rem;line-height:1.85;max-width:840px}
.btc-editorial .btc-numbered-notes{gap:15px;counter-reset:btc-note;margin-top:30px}
.btc-editorial .btc-numbered-notes>div{position:relative;border:0;border-radius:14px;padding:30px;background:#dff4fb;counter-increment:btc-note;overflow:hidden}
.btc-editorial .btc-numbered-notes>div:nth-child(2n){background:#e0f4d4}
.btc-editorial .btc-numbered-notes>div:before{content:counter(btc-note,decimal-leading-zero);display:block;font:500 2.4rem/1 Manrope,sans-serif;color:#348193;margin-bottom:25px;letter-spacing:-.065em}
.btc-editorial .btc-numbered-notes h3{font-size:1.32rem;line-height:1.35;margin-bottom:13px}
.btc-editorial .btc-numbered-notes p{font-size:1rem;line-height:1.75;margin:0}
.btc-editorial .btc-inline-cta{padding:33px 35px;background:#083d49;color:#fff;border:0;border-radius:18px;position:relative;overflow:hidden}
.btc-editorial .btc-inline-cta:after{content:'';position:absolute;width:170px;height:165px;right:-35px;bottom:-42px;background:url('../images/brand/mark.png') center/contain no-repeat;opacity:.16;pointer-events:none}
.btc-editorial .btc-inline-cta h3{font-size:1.85rem;line-height:1.25;color:#fff;max-width:85%}
.btc-editorial .btc-inline-cta p{color:#dfefee;max-width:85%}
.btc-editorial .btc-inline-cta .btc-btn{background:#a8e98a;color:#073b47;position:relative;z-index:1}
.btc-editorial .btc-wide-photo{border-radius:18px;overflow:hidden;margin:40px 0}
.btc-editorial .btc-wide-photo img{height:370px;object-fit:cover}
.btc-editorial .btc-service-faq details{background:#f0f8fa;padding:0 24px;border:1px solid #cfdee0;border-radius:10px;margin-bottom:10px}
.btc-editorial .btc-service-faq details[open]{background:#e2f4d9;border-color:#aed89b}
.btc-editorial .btc-service-faq summary{font-size:1.03rem;padding-block:22px}
.btc-editorial .btc-service-faq details>p{font-size:1rem}
.btc-editorial .btc-form-layout{padding:60px 40px;margin-block:30px 75px;border:1px solid #bfdce1;border-radius:24px;background:#e2f4fa;gap:45px;position:relative;isolation:isolate}
.btc-editorial .btc-form-layout:before{content:'';position:absolute;inset:0;z-index:-1;background:url('../images/brand/mark.png') 3% 96%/180px no-repeat;opacity:.09}
.btc-editorial .btc-form{border:0;border-radius:18px;background:#fff;padding:32px;box-shadow:0 14px 32px #133b4408}
.btc-editorial .btc-form input,.btc-editorial .btc-form select,.btc-editorial .btc-form textarea{font-size:1rem;border-radius:6px;background:#f8fcfd;border-color:#adcbd2}
.btc-editorial .btc-form label{font-size:.95rem}
.btc-editorial .btc-form .btc-btn{background:#063c48;color:#fff}
.btc-editorial .btc-contact-cards{padding-block:55px;gap:22px}
.btc-editorial .btc-contact-cards>div{border:0;border-radius:18px;padding:38px;background:#beeaf7}
.btc-editorial .btc-contact-cards>div+div{background:#cfeebb}
.btc-editorial .btc-contact-cards h2{font-size:2.3rem}
.btc-editorial .btc-contact-cards .btc-contact-big{font-size:2rem}
.btc-editorial .btc-location{padding-block:50px 80px}
.btc-editorial .btc-map-frame{border:5px solid #c5edd2;border-radius:18px;overflow:hidden;background:#ddf2e5}
.btc-editorial .btc-map-frame iframe{display:block}
.btc-editorial .btc-about-art>div{max-width:630px;margin:0;padding:65px 55px}
/* Full-width human photography in backgrounds, with readable foreground copy. */
.btc-photo-bridge{position:relative;isolation:isolate;background:#06353f;overflow:hidden;margin:0;min-height:470px;display:flex;align-items:center;color:#fff}
.btc-photo-bridge__image{position:absolute;inset:0 0 0 32%;z-index:-2}
.btc-photo-bridge__image>img{height:100%;width:100%;object-fit:cover;object-position:75% center}
.btc-photo-bridge:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#06353f 3%,#06353ff5 32%,#06353f85 56%,transparent 82%)}
.btc-photo-bridge__copy{width:49%;padding:60px 0}
.btc-editorial .btc-photo-bridge h2{font-size:clamp(2.4rem,4vw,4rem);margin:28px 0 24px;color:#fff}
.btc-editorial .btc-photo-bridge h2 em{color:#b0ee8d}
.btc-photo-bridge__copy p{color:#e7f5f3;max-width:450px;margin-bottom:25px}
.btc-photo-bridge .btc-brand-stamp{background:#fff;padding:10px 15px;border-radius:7px;display:inline-flex}
/* Magazine listing and cards. */
.btc-magazine-section{padding:65px 0 80px}
.btc-magazine-label{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 28px;border-bottom:1px solid #b9d8de;padding-bottom:17px}
.btc-magazine-label>span{font-size:.8rem;letter-spacing:.1em;font-weight:650}
.btc-magazine-label>a{font-size:.9rem;text-decoration:underline;text-underline-offset:4px}
.btc-news-spotlight{display:grid;grid-template-columns:1fr 1fr;background:#ccefae;border-radius:22px;overflow:hidden;min-height:435px;margin-bottom:65px}
.btc-news-spotlight__image{position:relative;overflow:hidden;min-height:430px;background:#dff2f4}
.btc-news-spotlight__image>img{height:100%;width:100%;position:absolute;inset:0;object-fit:cover;transition:transform .4s}
.btc-news-spotlight__image:hover>img{transform:scale(1.035)}
.btc-news-spotlight__image>span{position:absolute;top:23px;left:24px;background:#063b47;color:#fff;padding:10px 14px;border-radius:5px;font-size:.8rem}
.btc-news-spotlight__copy{position:relative;padding:40px 45px}
.btc-editorial .btc-news-spotlight h2{font-size:clamp(2rem,3.2vw,3.1rem);line-height:1.16;margin:24px 0}
.btc-news-spotlight__copy>p{max-width:450px;font-size:1rem;line-height:1.8;margin-bottom:27px}
.btc-news-spotlight__copy>.btc-brand-seal{right:25px;bottom:22px;width:80px;height:80px}
.btc-news-spotlight__copy>.btc-brand-seal img{width:35px;height:34px}.btc-news-spotlight__copy>.btc-brand-seal>span{font-size:.75rem}
.btc-story-meta{display:flex;align-items:center;gap:14px;font-size:.78rem;line-height:1.5;flex-wrap:wrap;color:#255b62}
.btc-story-meta>span:first-child{font-weight:700;letter-spacing:.06em}
.btc-editorial .btc-post-grid{gap:26px;align-items:stretch}
.btc-editorial .btc-card{display:flex;flex-direction:column;border:1px solid #c7dfe5;background:#fff;border-radius:18px;padding:13px;box-shadow:0 7px 20px #11394704;transition:transform .25s,border-color .25s;min-width:0}
.btc-editorial .btc-card:hover{transform:translateY(-5px);border-color:#189dc0}
.btc-editorial .btc-card__image{border-radius:11px;aspect-ratio:1.45;overflow:hidden;margin-bottom:0;background:#dbf2f5;display:block}
.btc-editorial .btc-card__image>img{height:100%;width:100%;object-fit:cover;transition:transform .4s}
.btc-editorial .btc-card:hover .btc-card__image>img{transform:scale(1.035)}
.btc-card__copy{padding:22px 13px 15px;display:flex;flex-direction:column;flex:1;min-width:0}
.btc-editorial .btc-card__meta{font-size:.8rem;line-height:1.5;margin:0 0 16px;gap:8px 13px;flex-wrap:wrap}
.btc-editorial .btc-card__category{color:#17634a;background:#e3f4d5;border-radius:4px;padding:5px 8px;font-size:.75rem}
.btc-editorial .btc-card h3{font-size:1.45rem;line-height:1.3;letter-spacing:-.035em;margin:0 0 15px}
.btc-editorial .btc-card p{font-size:1rem;line-height:1.75;padding:0;margin:0 0 25px}
.btc-editorial .btc-card__link{font-size:.875rem;margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d6e6e8;padding-top:17px;color:#0b5669}
.btc-news-list .btc-post-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.btc-news-list .btc-card{grid-column:span 2}
.btc-news-list .btc-card:nth-child(-n+2){grid-column:span 3}
.btc-news-list .btc-card:nth-child(-n+2) h3{font-size:1.8rem}
.btc-editorial .btc-portal-tools{padding:22px;background:#edf7f9;border:1px solid #cfdee1;border-radius:12px;margin-bottom:24px;gap:25px}
.btc-editorial .btc-search{border-radius:7px;background:#fff;border:1px solid #b5ced4;min-height:49px}
.btc-editorial .btc-search input{font-size:1rem;background:none;border:0;min-width:0}
.btc-editorial .btc-search button{background:#063c48;color:#fff;min-width:49px;min-height:49px;border-radius:6px}
.btc-editorial .btc-filter-links{gap:10px;display:flex}
.btc-editorial .btc-filter-links a{font-size:.9rem;padding:10px 15px;border-radius:6px}
.btc-editorial .btc-filter-links a[aria-current]{background:#073c48;color:#fff}
.btc-editorial .btc-topic-chips{gap:10px;margin:15px 0 32px;flex-wrap:wrap}
.btc-editorial .btc-topic-chips a{font-size:.875rem;padding:12px 15px;border-radius:7px;background:#f3faef;border:1px solid #c4dbb7;min-height:48px}
.btc-editorial .btc-topic-chips a:hover{background:#cbedb7}
.btc-editorial .btc-topic-chips a[aria-current]{background:#0c4a56;color:#fff;border-color:#0c4a56}
.btc-editorial .btc-pagination{gap:9px;margin-top:38px}
.btc-editorial .btc-pagination .page-numbers{border-radius:6px;min-height:44px;min-width:44px;font-size:.9rem}
.btc-editorial .btc-pagination .current{background:#083c48;color:#fff;border-color:#083c48}
/* The article is a designed destination, not a plain text fallback. */
.btc-story-hero{padding:25px 0 0;background:#ddf2d0;position:relative;isolation:isolate;overflow:hidden}
.btc-story-hero--news{background:#d9f1fa}
.btc-story-hero:before{content:'';position:absolute;width:430px;height:430px;left:-80px;top:90px;z-index:-1;background:url('../images/brand/mark.png') center/contain no-repeat;opacity:.08}
.btc-story-hero .btc-breadcrumb{font-size:.8rem;margin-bottom:33px;max-width:1050px}
.btc-story-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;padding-bottom:40px}
.btc-editorial .btc-story-hero h1{font-size:clamp(2.2rem,3.8vw,4rem);line-height:1.13;margin:22px 0;letter-spacing:-.048em}
.btc-story-hero__lead{font-size:1.05rem;line-height:1.85;color:#2e525c;max-width:610px;margin:0}
.btc-story-hero__image{position:relative;min-height:395px;isolation:isolate}
.btc-story-hero__image>img{width:100%;height:395px;object-fit:cover;border-radius:65px 16px 65px 16px;display:block}
.btc-story-hero__image .btc-brand-seal{width:94px;height:94px;right:18px;bottom:20px}
.btc-story-hero__image .btc-brand-seal img{width:42px;height:40px}.btc-story-hero__image .btc-brand-seal>span{font-size:.75rem}
.btc-story-byline{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #adcbbd;gap:20px;font-size:.875rem}
.btc-story-byline>a{display:flex;align-items:center;gap:13px}.btc-story-byline>a>img{width:92px;height:auto;padding:7px 9px;background:white;border-radius:4px}.btc-story-byline>div{display:flex;gap:20px;align-items:center}
.btc-story-layout{display:grid;grid-template-columns:minmax(0,790px) 290px;gap:70px;padding:60px 0 70px;justify-content:space-between;position:relative}
.btc-editorial .btc-prose p{font-size:1.06rem;line-height:1.95;max-width:76ch}
.btc-editorial .btc-prose h2{font-size:clamp(1.85rem,2.6vw,2.65rem);margin:42px 0 20px;line-height:1.2;scroll-margin-top:150px}
.btc-editorial .btc-prose h3{font-size:1.4rem;line-height:1.3}
.btc-editorial .btc-prose ul,.btc-editorial .btc-prose ol{padding:10px 0 10px 25px;margin-bottom:22px}
.btc-editorial .btc-prose li{font-size:1.04rem;line-height:1.9;margin-bottom:9px;padding-left:5px}
.btc-editorial .btc-prose li::marker{color:#1d8e66;font-weight:700}
.btc-editorial .btc-prose a{color:#125e77;text-decoration-color:#7ebda6;text-underline-offset:4px}
.btc-editorial .btc-toc{border-radius:14px;border:1px solid #bcd6cf;background:#edf7e6;padding:25px 30px;margin-bottom:30px}
.btc-editorial .btc-toc h2{font-size:1.25rem;margin:0 0 16px;letter-spacing:-.025em}
.btc-editorial .btc-toc ol{padding:0 0 0 19px;margin:0}
.btc-editorial .btc-toc li{font-size:.95rem;line-height:1.7;margin-bottom:9px}
.btc-story-aside{align-self:start;position:sticky;top:150px;border-radius:17px;overflow:hidden;background:#063c48;color:#fff}
.btc-story-aside__photo{height:190px;position:relative}
.btc-story-aside__photo>img{height:100%;width:100%;object-fit:cover;object-position:70% center}
.btc-story-aside__copy{padding:28px}
.btc-story-aside .btc-eyebrow{color:#b9ed9e;font-size:.75rem}
.btc-editorial .btc-story-aside h2{font-size:2.25rem;color:#fff;margin:15px 0 20px}
.btc-editorial .btc-story-aside p{font-size:1rem;line-height:1.8;color:#e4eeec}
.btc-story-aside .btc-btn{background:#a4e986;color:#083b46;width:100%;padding:16px;margin-top:20px;font-size:.875rem}
.btc-story-aside .btc-brand-stamp{background:#fff;border-radius:5px;padding:10px;margin-top:22px}
.btc-story-aside .btc-brand-stamp img{width:125px}
.btc-story-pager{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #c9dde1;border-bottom:1px solid #c9dde1;gap:40px;padding:26px 0;margin:40px 0}
.btc-story-pager a{display:block;color:#0c4c5e;text-decoration:none}
.btc-story-pager a>span{display:block;font-size:.75rem;letter-spacing:.09em;font-weight:700;margin-bottom:10px}
.btc-story-pager strong{font-size:1rem;font-weight:600;line-height:1.55;display:block}
.btc-story-pager a:hover strong{text-decoration:underline}
.btc-story-pager a+ a{text-align:right}
.btc-editorial .btc-guide-cta{padding:30px;background:#d1efbc;border-radius:14px;border:0;margin:35px 0}
.btc-editorial .btc-guide-cta>strong{font:600 1.35rem/1.4 Manrope,sans-serif;display:block;margin-bottom:12px}
.btc-editorial .btc-guide-cta p{margin:0;font-size:1rem}
.btc-related{padding:60px 0 85px;background:#eef8fb}
.btc-related__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}
.btc-editorial .btc-related h2{font-size:2.8rem;margin:0}
.btc-related__head>a{font-size:.9rem;text-decoration:underline;text-underline-offset:5px}
.btc-generic-hero{background:#cdf0de;padding:35px 0 50px;position:relative;overflow:hidden}
.btc-generic-hero:after{content:'';position:absolute;right:7%;top:25px;width:260px;height:240px;background:url('../images/brand/mark.png') center/contain no-repeat;opacity:.12;pointer-events:none}
.btc-generic-hero h1{position:relative;z-index:1;max-width:900px;font-size:clamp(2.5rem,4vw,4.25rem);margin:30px 0}
.btc-generic-copy{padding:60px 0 80px;max-width:920px;margin:auto}
.btc-editorial .btc-empty{background:#e3f5da;border:1px solid #bddba9;border-radius:18px;padding:45px}
.btc-editorial .btc-empty h3{font-size:1.6rem;line-height:1.4}
.btc-editorial .btc-error-page{background:#e4f5fb;border-radius:25px;padding:70px 35px;margin-block:45px}
.btc-editorial .btc-error-page>span{color:#2baa93}
/* Bounded controls and motion: no scroll hijacking and no blurred fixed layers. */
.btc-editorial .btc-mobile-cta{background:#fff;backdrop-filter:none;border-top:1px solid #bad3d8;box-shadow:none}
.btc-backtop{position:fixed;right:23px;bottom:24px;z-index:850;width:58px;height:66px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#083d48;color:#fff!important;border:2px solid #94de7e;border-radius:12px;box-shadow:0 6px 18px #03263222;gap:5px;transition:background .2s,transform .2s}
.btc-backtop>svg{transform:rotate(-90deg);width:24px;height:24px}.btc-backtop>span{font-size:.75rem;line-height:1;white-space:nowrap}.btc-backtop:hover{background:#136277;transform:translateY(-3px)}
.btc-backtop.is-hidden{visibility:hidden;pointer-events:none}
.btc-menu-is-open .btc-backtop{visibility:hidden}
.btc-motion-switch{font:inherit;color:inherit;background:transparent;border:1px solid #6e919a;border-radius:5px;padding:8px 10px;cursor:pointer;min-height:40px}
.btc-editorial .btc-reading-progress{height:3px;background:#209be4;position:fixed;top:0;left:0;right:0;z-index:950;transform-origin:left;transform:scaleX(0)}
.btc-editorial .btc-revealed{animation:btc-fast-reveal .42s ease-out both;animation-delay:var(--btc-delay,0ms)}
.btc-editorial .btc-word{animation:btc-fast-reveal .45s ease-out both;animation-delay:calc(var(--word-index,0)*.04s);filter:none}
@keyframes btc-fast-reveal{from{opacity:.2;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.btc-editorial .btc-footer{backdrop-filter:none}
.btc-editorial .btc-outro__art{contain:paint}
@media(max-width:1180px){.btc-contactbar>.btc-container{gap:12px}.btc-contactbar a{font-size:.75rem}.btc-contactbar strong{margin-left:2px}.btc-contactbar svg{width:13px}.btc-feature-hero__layout{gap:35px}.btc-editorial .btc-feature-hero h1{font-size:3.4rem}.btc-feature-hero__visual{height:445px}.btc-feature-hero .btc-btn{font-size:.85rem;padding:15px 17px}.btc-people-window__copy{padding:35px}.btc-people-window__copy>.btc-brand-seal{width:85px;height:85px;right:15px;bottom:18px}.btc-people-window__copy p{max-width:290px}.btc-story-layout{grid-template-columns:minmax(0,1fr) 270px;gap:45px}.btc-news-spotlight__copy{padding:35px}.btc-story-hero__grid{gap:35px}.btc-editorial .btc-story-hero h1{font-size:3rem}.btc-story-hero__image,.btc-story-hero__image>img{height:355px;min-height:355px}.btc-editorial .btc-reading-layout{grid-template-columns:205px minmax(0,1fr);gap:35px}.btc-editorial .btc-reading-nav{padding:22px}.btc-editorial .btc-form-layout{padding:40px 30px;gap:30px}}
@media(max-width:980px){.btc-contactbar>.btc-container{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:14px}.btc-contactbar a{font-size:.78rem;gap:6px}.btc-contactbar__desktop{display:none}.btc-contactbar__mobile{display:inline}.btc-contactbar a>span>strong{display:block;margin:3px 0 0;font-size:.75rem}.btc-contactbar svg{width:16px;height:16px}.btc-contactbar a{min-height:45px}.btc-editorial .btc-dock__routes a{font-size:.8rem;padding:13px 15px;gap:9px}.btc-editorial .btc-dock__brand>span{display:none}.btc-editorial .btc-dock__inner{min-height:61px}.btc-editorial .btc-dock__toggle{min-height:61px;padding:15px 20px}.btc-feature-hero__layout{gap:30px}.btc-editorial .btc-feature-hero h1{font-size:2.9rem}.btc-feature-hero .btc-lead{font-size:1rem}.btc-feature-hero__visual{height:440px}.btc-feature-hero__visual>.btc-brand-seal{width:90px;height:90px;left:-20px;top:23px}.btc-feature-hero__visual>.btc-brand-seal img{width:42px;height:40px}.btc-feature-hero__visual>.btc-brand-seal>span{font-size:.75rem}.btc-feature-hero .btc-actions{flex-direction:column;align-items:stretch;max-width:330px}.btc-feature-hero .btc-brand-stamp{padding:10px}.btc-feature-hero .btc-brand-stamp span{font-size:.75rem;max-width:165px}.btc-people-window{grid-template-columns:1fr 1fr;min-height:400px}.btc-people-window__copy{padding:32px 28px}.btc-editorial .btc-people-window h2{font-size:2.6rem}.btc-people-window__copy p{font-size:1rem;max-width:270px;margin:0}.btc-people-window__copy>.btc-brand-seal{display:none}.btc-people-window__copy .btc-btn{margin:20px 0 0}.btc-people-window__photo{min-height:410px}.btc-editorial .btc-reading-layout{grid-template-columns:175px minmax(0,1fr);gap:26px}.btc-editorial .btc-reading-nav{padding:20px 17px;top:140px}.btc-editorial .btc-reading-nav>a{font-size:.875rem}.btc-editorial .btc-numbered-notes>div{padding:24px}.btc-editorial .btc-numbered-notes h3{font-size:1.17rem}.btc-editorial .btc-form-layout{padding:35px 25px}.btc-story-layout{gap:30px;grid-template-columns:minmax(0,1fr) 230px}.btc-story-aside__copy{padding:22px}.btc-editorial .btc-story-aside h2{font-size:1.9rem}.btc-story-hero__grid{grid-template-columns:1.1fr .9fr;gap:30px}.btc-editorial .btc-story-hero h1{font-size:2.5rem}.btc-story-hero__image,.btc-story-hero__image>img{height:330px;min-height:330px}.btc-story-byline{font-size:.8rem}.btc-story-byline>div{gap:13px}.btc-news-spotlight__copy{padding:30px}.btc-editorial .btc-news-spotlight h2{font-size:2.4rem}.btc-news-spotlight__copy>.btc-brand-seal{display:none}.btc-news-spotlight__image{min-height:410px}.btc-news-list .btc-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.btc-news-list .btc-card,.btc-news-list .btc-card:nth-child(-n+2){grid-column:auto}.btc-news-list .btc-card:nth-child(-n+2) h3{font-size:1.45rem}.btc-photo-bridge__copy{width:58%}.btc-photo-bridge__image{left:25%}.btc-photo-bridge:before{background:linear-gradient(90deg,#06353f 3%,#06353ff5 30%,#06353f70 75%,#06353f20)}}
@media(max-width:760px){html{scroll-padding-top:130px}.btc-contactbar{margin-bottom:7px}.btc-contactbar>.btc-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:4px;min-height:33px}.btc-contactbar a{justify-content:center;font-size:.8rem;min-height:36px;gap:6px}.btc-contactbar a>span>strong{display:none}.btc-contactbar svg{width:15px;height:15px}.btc-editorial .btc-dock{padding-bottom:8px}.admin-bar.btc-editorial .btc-dock{top:46px}.btc-editorial .btc-dock__brand{padding:5px 0}.btc-editorial .btc-dock__brand img{width:155px;height:auto}.btc-editorial .btc-dock__inner{min-height:55px;gap:10px}.btc-editorial .btc-dock__toggle{min-height:55px;padding:14px 21px;gap:18px;font-size:.875rem}.btc-editorial .btc-dock__routes{display:none}.btc-editorial .btc-nav-canvas__grid{padding-top:27px}.btc-editorial .btc-nav-choice{min-height:100px}.btc-editorial .btc-poster{padding-top:35px}.btc-editorial .btc-poster__lead{font-size:1rem;max-width:340px}.btc-editorial .btc-poster__team{font-size:.8rem}.btc-editorial .btc-intent-dock{border-radius:15px 15px 0 0}.btc-editorial .btc-intent-dock small{font-size:.75rem}.btc-people-window{display:flex;flex-direction:column;margin-top:35px;margin-bottom:0;border-radius:18px}.btc-people-window__photo{min-height:295px}.btc-people-window__photo>img{object-position:75% center}.btc-people-window__copy{padding:30px 27px 35px}.btc-editorial .btc-people-window h2{font-size:2.7rem}.btc-people-window__copy p{max-width:100%}.btc-people-window__copy>.btc-brand-seal{display:flex;width:85px;height:85px;right:20px;bottom:21px}.btc-people-window__copy .btc-btn{margin-right:85px;font-size:.875rem}.btc-photo-label{font-size:.75rem;padding:8px 11px;left:17px;bottom:17px;max-width:calc(100% - 34px);letter-spacing:.04em}.btc-editorial .btc-editor-letter{padding-top:60px}.btc-editorial .btc-photo-journal{padding-bottom:55px}.btc-editorial .btc-person__info{padding:24px;min-height:0}.btc-editorial .btc-person h3{font-size:1.35rem}.btc-editorial .btc-person p{font-size:1rem}.btc-editorial .btc-academy__index>a{padding-inline:15px}.btc-editorial .btc-academy__index small{font-size:.8rem}.btc-feature-hero{padding:22px 0 42px}.btc-feature-hero>.btc-container>.btc-breadcrumb{font-size:.75rem;margin-bottom:20px}.btc-feature-hero__layout{display:flex;flex-direction:column;gap:26px;align-items:stretch}.btc-feature-hero__copy{padding:0}.btc-editorial .btc-feature-hero h1{font-size:2.95rem;line-height:1.11;margin:19px 0 23px;letter-spacing:-.05em}.btc-feature-hero .btc-lead{font-size:1rem;line-height:1.8;margin-bottom:24px}.btc-feature-hero .btc-actions{max-width:none;gap:10px;margin-bottom:23px}.btc-feature-hero .btc-btn{font-size:.9rem;justify-content:space-between;padding:16px 19px}.btc-feature-hero .btc-brand-stamp{display:none}.btc-feature-hero__visual,.btc-feature-hero--contact .btc-feature-hero__visual{height:340px;max-width:520px;width:calc(100% - 9px);margin:0}.btc-feature-hero__visual>img{border-radius:65px 14px 55px 14px;object-position:72% center}.btc-feature-hero__frame{border-radius:65px 14px 55px 14px;inset:9px -9px -9px 9px}.btc-feature-hero__visual>.btc-brand-seal{left:15px;top:18px}.btc-feature-hero:before{background-size:280px;background-position:-70px 30%}.btc-editorial .btc-reading-layout{display:block;padding-block:40px}.btc-editorial .btc-reading-nav{position:static;max-height:none;padding:23px;margin-bottom:38px;border-radius:13px}.btc-editorial .btc-reading-nav>strong{font-size:.8rem}.btc-editorial .btc-reading-nav>a{font-size:.95rem;padding:12px 0}.btc-editorial .btc-reading-nav .btc-brand-stamp{display:none}.btc-editorial .btc-service-block{margin-bottom:30px;padding-bottom:30px;scroll-margin-top:125px}.btc-editorial .btc-service-block h2{font-size:2.15rem;line-height:1.2}.btc-editorial .btc-service-block p{font-size:1rem;line-height:1.9}.btc-editorial .btc-numbered-notes{grid-template-columns:1fr;gap:14px;margin-top:24px}.btc-editorial .btc-numbered-notes>div{padding:27px}.btc-editorial .btc-numbered-notes>div:before{font-size:2.2rem;margin-bottom:20px}.btc-editorial .btc-numbered-notes h3{font-size:1.4rem}.btc-editorial .btc-numbered-notes p{font-size:1rem}.btc-editorial .btc-inline-cta{padding:30px 26px;border-radius:14px}.btc-editorial .btc-inline-cta h3{font-size:1.8rem;max-width:100%}.btc-editorial .btc-inline-cta p{max-width:100%}.btc-editorial .btc-inline-cta .btc-btn{font-size:.875rem}.btc-editorial .btc-wide-photo img{height:285px}.btc-editorial .btc-service-faq details{padding:0 18px}.btc-editorial .btc-service-faq summary{font-size:1rem;line-height:1.6}.btc-editorial .btc-service-faq details>p{font-size:1rem}.btc-editorial .btc-form-layout{padding:30px 18px;margin-block:20px 55px;gap:30px;border-radius:18px}.btc-editorial .btc-form-layout>div>h2{font-size:2.4rem}.btc-editorial .btc-form{padding:25px 20px}.btc-editorial .btc-form label{font-size:.95rem}.btc-editorial .btc-contact-cards{padding-block:35px;gap:16px}.btc-editorial .btc-contact-cards>div{padding:30px 27px}.btc-editorial .btc-contact-cards h2{font-size:2rem}.btc-editorial .btc-contact-cards .btc-contact-big{font-size:1.8rem}.btc-editorial .btc-location{padding-block:30px 55px}.btc-editorial .btc-location__copy h2{font-size:2.6rem}.btc-editorial .btc-about-art>div{max-width:80%;padding:36px 28px}.btc-photo-bridge{min-height:610px;align-items:flex-start}.btc-photo-bridge__image{inset:0;z-index:-2}.btc-photo-bridge__image>img{object-position:72% center}.btc-photo-bridge:before{background:linear-gradient(180deg,#06353ff2 5%,#06353fe5 37%,#06353f66 65%,#06353f1c)}.btc-photo-bridge__copy{padding:42px 0;width:100%;max-width:420px}.btc-editorial .btc-photo-bridge h2{font-size:2.8rem;margin:25px 0 20px}.btc-photo-bridge__copy p{font-size:1rem;max-width:340px;line-height:1.8}.btc-photo-bridge .btc-brand-stamp{padding:8px 11px}.btc-photo-bridge .btc-brand-stamp span{display:none}.btc-photo-bridge .btc-brand-stamp img{width:116px}.btc-photo-bridge .btc-btn{font-size:.875rem}.btc-magazine-section{padding:40px 0 55px}.btc-magazine-label{align-items:flex-start;gap:12px}.btc-magazine-label>span{font-size:.75rem}.btc-magazine-label>a{font-size:.8rem}.btc-news-spotlight{display:flex;flex-direction:column;margin-bottom:40px;border-radius:17px}.btc-news-spotlight__image{min-height:290px;aspect-ratio:1.35}.btc-news-spotlight__copy{padding:30px 27px}.btc-editorial .btc-news-spotlight h2{font-size:2.25rem;margin:20px 0}.btc-story-meta{font-size:.75rem;gap:8px 13px}.btc-news-spotlight__copy>p{font-size:1rem;line-height:1.85}.btc-editorial .btc-post-grid,.btc-news-list .btc-post-grid{grid-template-columns:1fr;gap:23px}.btc-news-list .btc-card,.btc-news-list .btc-card:nth-child(-n+2){grid-column:auto}.btc-editorial .btc-card{padding:11px;border-radius:16px}.btc-editorial .btc-card__image{aspect-ratio:1.4}.btc-card__copy{padding:22px 14px 16px}.btc-editorial .btc-card h3,.btc-news-list .btc-card:nth-child(-n+2) h3{font-size:1.55rem;line-height:1.3}.btc-editorial .btc-card p{font-size:1rem}.btc-editorial .btc-card__meta{font-size:.8rem;gap:9px}.btc-editorial .btc-card__category{font-size:.75rem}.btc-editorial .btc-card__link{font-size:.9rem}.btc-editorial .btc-portal-tools{padding:17px;margin-bottom:22px;gap:16px;flex-direction:column;align-items:stretch}.btc-editorial .btc-filter-links a{font-size:.875rem;padding:10px 16px}.btc-editorial .btc-search{width:100%}.btc-editorial .btc-topic-chips{gap:8px;display:grid;grid-template-columns:1fr 1fr}.btc-editorial .btc-topic-chips a{font-size:.82rem;padding:12px 11px;line-height:1.5;min-height:49px}.btc-editorial .btc-topic-chips svg{width:16px;height:16px;flex:none}.btc-editorial .btc-pagination{gap:7px}.btc-editorial .btc-pagination .page-numbers{font-size:.875rem;padding:10px 12px}.btc-story-hero{padding-top:20px}.btc-story-hero .btc-breadcrumb{font-size:.75rem;margin-bottom:22px}.btc-story-hero__grid{display:flex;flex-direction:column;gap:28px;align-items:stretch;padding-bottom:27px}.btc-editorial .btc-story-hero h1{font-size:2.35rem;line-height:1.16;letter-spacing:-.045em;margin:19px 0 22px}.btc-story-hero__lead{font-size:1rem;line-height:1.85}.btc-story-hero__image,.btc-story-hero__image>img{height:295px;min-height:295px}.btc-story-hero__image>img{border-radius:50px 13px 50px 13px}.btc-story-hero__image .btc-brand-seal{width:82px;height:82px;right:15px;bottom:15px}.btc-story-byline{display:block;padding-block:20px;font-size:.8rem}.btc-story-byline>a{margin-bottom:16px;font-size:.875rem}.btc-story-byline>div{gap:20px;flex-wrap:wrap}.btc-story-layout{display:block;padding:38px 0 45px}.btc-editorial .btc-prose p{font-size:1rem;line-height:1.95}.btc-editorial .btc-prose h2{font-size:1.9rem;line-height:1.25;margin-top:35px;scroll-margin-top:125px}.btc-editorial .btc-prose h3{font-size:1.35rem}.btc-editorial .btc-prose li{font-size:1rem;line-height:1.85}.btc-editorial .btc-toc{padding:24px 23px}.btc-editorial .btc-toc h2{font-size:1.22rem;margin:0 0 18px}.btc-editorial .btc-toc li{font-size:.94rem}.btc-story-aside{position:static;margin-top:40px;display:grid;grid-template-columns:.8fr 1.2fr}.btc-story-aside__photo{height:auto}.btc-story-aside__copy{padding:25px 20px}.btc-editorial .btc-story-aside h2{font-size:1.85rem}.btc-editorial .btc-story-aside p{font-size:.95rem}.btc-story-aside .btc-brand-stamp{display:none}.btc-story-aside .btc-btn{font-size:.82rem;padding:13px 12px;min-height:49px}.btc-story-pager{gap:25px;padding:25px 0}.btc-story-pager strong{font-size:.95rem}.btc-editorial .btc-guide-cta{padding:27px 23px}.btc-editorial .btc-guide-cta>strong{font-size:1.25rem}.btc-related{padding:45px 0 55px}.btc-related__head{display:block;margin-bottom:30px}.btc-editorial .btc-related h2{font-size:2.4rem;margin-bottom:17px}.btc-related__head>a{font-size:.875rem}.btc-generic-hero{padding:25px 0 35px}.btc-generic-hero h1{font-size:2.7rem;line-height:1.16}.btc-generic-copy{padding:40px 0 55px}.btc-editorial .btc-empty{padding:30px 25px}.btc-backtop{right:13px;bottom:calc(86px + env(safe-area-inset-bottom));width:52px;height:59px;border-radius:10px}.btc-backtop>span{font-size:.75rem}.btc-backtop>svg{width:22px;height:22px}.btc-editorial .btc-footer__bottom{padding-right:55px}.btc-editorial .btc-outro__art{opacity:.6}}
@media(max-width:380px){.btc-editorial .btc-feature-hero h1{font-size:2.6rem}.btc-editorial .btc-story-hero h1{font-size:2.1rem}.btc-editorial .btc-dock__brand img{width:143px}.btc-editorial .btc-dock__toggle{padding:12px 17px}.btc-people-window__copy{padding:27px 23px}.btc-editorial .btc-people-window h2{font-size:2.4rem}.btc-people-window__copy .btc-btn{margin-right:0}.btc-people-window__copy>.btc-brand-seal{display:none}.btc-feature-hero__visual,.btc-feature-hero--contact .btc-feature-hero__visual{height:305px}.btc-editorial .btc-news-spotlight h2{font-size:2rem}.btc-story-aside{display:block}.btc-story-aside__photo{height:175px}.btc-story-aside__copy{padding:27px}.btc-editorial .btc-topic-chips a{font-size:.8rem;gap:6px}}
@media(prefers-reduced-motion:reduce){.btc-editorial .btc-shell *,.btc-editorial .btc-shell *:before,.btc-editorial .btc-shell *:after{animation:none!important;transition:none!important}}
@media print{.btc-contactbar,.btc-backtop,.btc-story-aside,.btc-photo-bridge,.btc-related,.btc-motion-switch{display:none!important}.btc-story-layout,.btc-story-hero__grid{display:block}.btc-story-hero__image{display:none}.btc-story-hero{background:#fff}.btc-story-byline{color:#000}.btc-editorial .btc-prose p{font-size:11pt}.btc-editorial .btc-current,.btc-editorial .btc-related,.btc-editorial .btc-team-section{content-visibility:visible}}

.btc-window-hidden .btc-float{animation-play-state:paused!important}
@media(hover:none){.btc-editorial .btc-card:hover,.btc-editorial .btc-btn:hover{transform:none}.btc-editorial .btc-card:hover .btc-card__image>img{transform:none}}
.btc-contactbar a,.btc-contactbar a>span>strong{font-size:.875rem}
@media(max-width:760px){.btc-contactbar a{min-height:44px}}

.btc-editorial .btc-error-page{position:relative;isolation:isolate;overflow:hidden}.btc-editorial .btc-error-page:before{content:"";position:absolute;inset:0 0 0 42%;z-index:-1;background:url("../images/studio/ribbon-day-640.webp") center/cover no-repeat;opacity:.5}.btc-editorial .btc-error-page .btc-brand-stamp{display:inline-flex;margin-bottom:30px;background:white;padding:12px 18px;border-radius:7px}.btc-editorial .btc-error-page .btc-eyebrow{display:block}.btc-editorial .btc-error-page h1{position:relative}
