.bp-shell{--bp-ink:#25272b;--bp-muted:#6c7076;--bp-line:#e7e8eb;--bp-soft:#f7f8f9;--bp-accent:#e96021;direction:rtl;color:var(--bp-ink);font-size:15px;line-height:1.8;background:#fff}.bp-shell *{box-sizing:border-box}.bp-shell [hidden]{display:none!important}[data-bp-price-ticker][hidden]{display:none!important}[data-bp-price-ticker]:not([hidden]){animation:bp-ticker-enter .18s ease-out both}@keyframes bp-ticker-enter{from{opacity:0;transform:scaleY(.96)}to{opacity:1;transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){[data-bp-price-ticker]:not([hidden]){animation:none}}.bp-shell :where(button,input,select,textarea){font:inherit}.bp-shell .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.bp-shell button,.bp-shell a{-webkit-tap-highlight-color:#fff0}.bp-shell :where(a,button,summary,select,input,textarea){transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease}.bp-shell button{cursor:pointer}.bp-shell button:disabled{cursor:wait;opacity:.6}.bp-shell a{color:inherit;text-decoration:none}.bp-shell :focus-visible{outline:2px solid var(--bp-accent);outline-offset:4px}.bp-shell .c-container{max-width:1240px}.bp-shell h1,.bp-shell h2,.bp-shell h3,.bp-shell p{margin:0}.bp-shell h1{font-size:32px;line-height:1.65;font-weight:800}.bp-icon{display:inline-block;flex:0 0 auto;vertical-align:middle;width:20px;height:20px}.bp-archive{padding-bottom:48px}.bp-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0 30px}.bp-kicker{color:var(--bp-muted);font-size:12px;margin-bottom:6px}.bp-intro h1{position:relative;padding-right:17px}.bp-intro h1:before{content:"";position:absolute;right:0;top:15px;bottom:15px;width:4px;border-radius:3px;background:var(--bp-accent)}.bp-intro p{margin-top:7px;color:var(--bp-muted);font-size:14px}.bp-text-link{display:inline-flex;align-items:center;gap:9px;font-size:13px;white-space:nowrap;font-weight:600}.bp-text-link svg{width:17px;height:17px;color:var(--bp-accent)}.bp-shell a:hover{color:var(--bp-accent)}.bp-controls{display:flex;align-items:center;gap:24px;border-top:1px solid var(--bp-line);border-bottom:1px solid var(--bp-line);padding:14px 0;margin-bottom:28px}.bp-category-nav{display:flex;align-items:center;gap:5px;min-width:0;flex:1;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ddd #fff0}.bp-category-nav a{white-space:nowrap;padding:7px 13px;border-radius:7px;font-size:14px;line-height:24px}.bp-category-nav a[aria-current]{background:var(--bp-soft);font-weight:700;color:var(--bp-ink)}.bp-search{display:flex;align-items:center;gap:8px;flex:0 0 264px;height:40px;border:1px solid var(--bp-line);padding:0 10px;border-radius:8px;background:#fff}.bp-search>.bp-icon{width:17px;height:17px;color:#8c9096}.bp-search input{width:100%;min-width:0;flex:1;border:0;background:#fff0;font-size:13px;color:var(--bp-ink);padding:0;outline:none}.bp-shell .bp-search input:focus,.bp-shell .bp-search input:focus-visible{outline:none;box-shadow:none}.bp-search:focus-within{border-color:var(--bp-accent)}.bp-search button{padding:2px;display:grid;place-items:center;background:none;border:0;color:var(--bp-muted)}.bp-results-stage{position:relative;transition:opacity .18s ease}.bp-list-loader{position:absolute;inset:0;z-index:3;background:#ffffffb8;backdrop-filter:blur(2px);pointer-events:none}.bp-list-loader>.bp-spinner{position:absolute;top:var(--loader-y,100px);left:50%;margin-left:-16px}.bp-spinner{display:inline-block;width:32px;height:32px;border:2px solid #eceef0;border-top-color:var(--bp-accent);border-right-color:var(--bp-accent);border-radius:50%;animation:bp-spin .8s linear infinite;flex:0 0 auto;vertical-align:middle}@keyframes bp-spin{to{transform:rotate(360deg)}}.bp-fetch-error{border:1px solid #e9d2c9;background:#fff8f4;padding:18px;border-radius:8px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.bp-card{min-width:0;display:flex;flex-direction:column;background:#fff;border-bottom:1px solid var(--bp-line);padding-bottom:20px}.bp-card__image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:var(--bp-soft)}.bp-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}@media(hover:hover) and (pointer:fine){.bp-card__image:hover img{transform:scale(1.025)}}.bp-card__content{display:flex;flex-direction:column;flex:1;padding-top:14px}.bp-card__meta{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--bp-muted);margin-bottom:8px}.bp-card__meta>a{font-weight:600;color:var(--bp-accent)}.bp-card__meta>time:before{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;background:#c7c9cc;vertical-align:middle;margin-left:10px}.bp-card h2{font-size:18px;font-weight:750;line-height:1.8}.bp-card p{font-size:13px;line-height:1.9;color:var(--bp-muted);margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bp-card__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:16px;font-size:11px;color:var(--bp-muted)}.bp-card__foot>span{display:flex;align-items:center;gap:5px}.bp-card__foot>span svg{width:14px;height:14px}.bp-card__foot>a{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--bp-ink);font-weight:600;min-height:28px;min-width:28px}.bp-card__foot>a svg{width:18px;height:18px;color:var(--bp-accent)}.bp-card--featured{padding:0;border:0}.bp-image-placeholder{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;color:#a3a6ab;font-weight:700}.bp-image-placeholder svg{width:36px;height:36px}.bp-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.bp-section-head h2{font-size:20px;line-height:1.7;font-weight:750}.bp-live-dot{width:6px;height:6px;border-radius:50%;background:var(--bp-accent)}.bp-sort{display:flex;align-items:center;position:relative;color:var(--bp-muted)}.bp-sort select{appearance:none;border:0;background:#fff0;padding:8px 0 8px 28px;font-size:13px;cursor:pointer;color:var(--bp-ink)}.bp-sort svg{position:absolute;left:0;pointer-events:none;width:16px;height:16px}.bp-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 26px}.bp-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:340px;border:1px solid var(--bp-line);border-radius:10px;gap:14px;padding:32px}.bp-empty>div{width:76px;height:76px;border-radius:50%;background:var(--bp-soft);display:grid;place-items:center;color:#a2a6ac;margin-bottom:8px}.bp-empty>div svg{width:30px;height:30px}.bp-empty h2{font-size:19px}.bp-empty p{color:var(--bp-muted);font-size:14px}.bp-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 16px;border:1px solid var(--bp-line);border-radius:7px;color:var(--bp-ink);background:#fff;line-height:22px;font-weight:600;font-size:13px}.bp-button:hover{border-color:#c7c9cc;background:var(--bp-soft)}.bp-button--primary{background:var(--bp-accent);border-color:var(--bp-accent);color:#fff}.bp-button--primary:hover{background:#d9571e;color:#fff;border-color:#d9571e}.bp-button--quiet{background:#fff0;border-color:#fff0;color:var(--bp-muted)}.bp-pagination{display:flex;align-items:center;justify-content:center;direction:rtl;gap:7px;margin:30px 0 6px}.bp-pagination .page-numbers{display:grid;place-items:center;min-width:36px;height:36px;border:1px solid var(--bp-line);border-radius:7px;font-size:13px;padding:0 8px}.bp-pagination .current{background:var(--bp-ink);border-color:var(--bp-ink);color:#fff}.bp-pagination .dots{border:0}.bp-videos,.bp-editorial-links{margin-top:48px}.bp-video-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:thin;scrollbar-color:#d9dce0 #fff0}.bp-video-card{flex:0 0 235px;scroll-snap-align:start}.bp-video-card>span{position:relative;display:block;aspect-ratio:16/10;border-radius:10px;overflow:hidden;background:var(--bp-soft)}.bp-video-card img{width:100%;height:100%;object-fit:cover}.bp-video-card svg{position:absolute;right:12px;bottom:12px;width:33px;height:33px;border-radius:50%;padding:8px;background:#fff;color:var(--bp-accent)}.bp-video-card h3{font-size:14px;line-height:1.8;margin-top:10px}.bp-carousel-buttons{display:flex;gap:7px}.bp-carousel-buttons button{width:32px;height:32px;background:#fff;border:1px solid var(--bp-line);border-radius:6px}.bp-editorial-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}.bp-small-card{border-top:1px solid var(--bp-line);padding:16px 0}.bp-small-card>a{display:flex;align-items:center;gap:16px}.bp-small-card img{width:95px;aspect-ratio:1.4;object-fit:cover;border-radius:6px}.bp-small-card h3{font-size:15px;line-height:1.85}.bp-small-card time{font-size:11px;color:var(--bp-muted)}.bp-small-card>a>svg{margin-right:auto;width:16px;height:16px;color:var(--bp-accent)}.bp-ad{margin:26px 0;min-width:0}.bp-ad>span{display:block;font-size:10px;color:#93979e;text-align:center;margin-bottom:5px}.bp-ad img{display:block;width:100%;height:auto;border-radius:8px}.bp-ad-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bp-ad-grid:empty{display:none}.bp-help-strip{border-top:1px solid var(--bp-line);padding:30px 0 0;margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.bp-help-strip>div{display:flex;align-items:center;gap:18px}.bp-help-strip>div>svg{width:34px;height:34px;color:var(--bp-accent)}.bp-help-strip h2{font-size:18px}.bp-help-strip p{font-size:13px;color:var(--bp-muted);margin-top:4px}.bp-category-copy{color:var(--bp-muted);font-size:14px;margin:0 0 24px;line-height:2}.bp-category-about{border-top:1px solid var(--bp-line);margin-top:32px;padding-top:20px}.bp-category-about summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}.bp-category-about .bp-prose{font-size:15px;margin-top:18px}.bp-video-dialog{border:1px solid var(--bp-line);padding:20px;border-radius:12px;max-width:840px;width:calc(100% - 32px);max-height:85dvh;color:var(--bp-ink);background:#fff;overflow:auto}.bp-video-dialog::backdrop{background:#151a2266;backdrop-filter:blur(4px)}.bp-video-dialog header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.bp-video-dialog h2{font-size:18px}.bp-video-dialog header button{display:grid;place-items:center;border:0;background:var(--bp-soft);width:32px;height:32px;border-radius:50%}.bp-video-dialog video{display:block;width:100%;max-height:65dvh;background:#16181c}.bp-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:52px;padding-top:24px;padding-bottom:50px;align-items:start}.bp-article-column{min-width:0}.bp-article-header{padding:0 0 22px}.bp-article-categories{display:flex;gap:8px;margin-bottom:12px}.bp-article-categories a{color:var(--bp-accent);font-size:12px;font-weight:600}.bp-article-header h1{font-size:32px;line-height:1.65}.bp-editorial-credit{display:flex;align-items:center;gap:22px;padding:22px 24px;margin-top:30px;border:1px solid var(--bp-line);border-radius:10px;background:linear-gradient(110deg,#fff 0%,#fafbfc 100%)}.bp-editorial-credit__brand{display:flex;align-items:center;justify-content:center;flex:0 0 100px;align-self:stretch;padding-left:22px;border-left:1px solid var(--bp-line)}.bp-editorial-credit__brand img{display:block;width:100%;height:auto;max-width:100px}.bp-editorial-credit__body{min-width:0;flex:1}.bp-editorial-credit__body p{font-size:14px;line-height:2;color:var(--bp-muted)}.bp-editorial-credit__closing{white-space:nowrap}.bp-editorial-credit__body strong{color:var(--bp-ink);font-weight:700}.bp-editorial-credit .bp-text-link{font-size:12px;margin-top:7px;min-height:30px;color:var(--bp-ink)}@media(max-width:700px){.bp-editorial-credit{padding:18px;gap:12px;align-items:flex-start;flex-direction:column}.bp-editorial-credit__brand{border:0;padding:0;flex:auto;align-self:flex-start;width:90px;min-height:22px}.bp-editorial-credit__body p{font-size:13px}.bp-editorial-credit .bp-text-link{margin-top:5px}}.bp-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;margin-top:18px;font-size:12px;color:var(--bp-muted)}.bp-article-meta>span{display:flex;align-items:center;gap:6px}.bp-article-meta .bp-icon{width:15px;height:15px}.bp-author-name{color:var(--bp-ink)!important;font-weight:600}.bp-modified{font-size:11px!important;color:var(--bp-muted);margin-top:7px!important}.bp-article-hero{margin:0}.bp-article-hero img{display:block;width:100%;height:auto;border-radius:10px}.bp-article-hero figcaption{font-size:11px;color:var(--bp-muted);padding:7px 0;text-align:center}.bp-article-byline{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;margin-top:16px}.bp-article-byline .bp-article-meta{margin-top:0}.bp-google-source{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:0 1 auto;min-width:0;min-height:40px;padding:4px 5px 4px 14px;border:1px solid #fff0;border-radius:28px;background:#f3f5f7;font-size:14px;font-weight:550;line-height:24px;max-width:100%;transition:background-color .2s ease,color .2s ease}.bp-google-source__mark{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#fff}.bp-google-source__copy{min-width:0;white-space:normal;overflow-wrap:break-word;text-align:start}.bp-google-source svg{display:block;flex:0 0 18px;width:18px;height:18px}.bp-shell .bp-google-source:hover{color:var(--bp-ink);background:#eceff3}.bp-text-link>.bp-icon,.bp-card__foot>a>.bp-icon,.bp-useful-links a>.bp-icon,.bp-small-card>a>.bp-icon{transition:transform .2s ease,color .2s ease}@media(hover:hover) and (pointer:fine){.bp-shell :is(.bp-text-link,.bp-card__foot>a,.bp-useful-links a,.bp-small-card>a):hover>.bp-icon{transform:translateX(-3px)}.bp-category-nav a:not([aria-current]):hover,.bp-pagination a:hover,.bp-carousel-buttons button:hover,.bp-tool:hover{background:var(--bp-soft);color:var(--bp-accent)}.bp-pagination a:hover,.bp-carousel-buttons button:hover{border-color:#cdd0d5}}.bp-shell :is(.bp-button,.bp-google-source,.bp-pagination a,.bp-carousel-buttons button,.bp-tool):not(:disabled):not([aria-busy=true]):active{transform:translateY(1px) scale(.985)}.bp-tool[data-bp-bookmark]>span{min-width:5em;text-align:start}.bp-tool[data-bp-bookmark][aria-pressed=true]>.bp-icon{animation:bp-bookmark-set .32s ease both;fill:#e960211a}@keyframes bp-bookmark-set{0%{transform:scale(.85)}60%{transform:scale(1.15)}100%{transform:scale(1)}}.bp-tool[data-bp-share]{position:relative}.bp-tool[data-bp-share][aria-busy=true]{opacity:1;cursor:progress}.bp-tool[data-bp-share][aria-busy=true]>.bp-icon{visibility:hidden}.bp-tool[data-bp-share][aria-busy=true]:after{content:"";position:absolute;right:0;top:calc(50% - 8px);width:16px;height:16px;border:1.5px solid #e4e5e8;border-top-color:var(--bp-accent);border-radius:50%;animation:bp-spin .7s linear infinite}@media(prefers-reduced-motion:reduce){.bp-shell :is(.bp-text-link,.bp-card__foot>a,.bp-useful-links a,.bp-small-card>a)>.bp-icon,.bp-card__image img{transform:none!important}.bp-tool[data-bp-share]:after{animation:none!important}.bp-shell :is(.bp-button,.bp-google-source,.bp-pagination a,.bp-carousel-buttons button,.bp-tool):active{transform:none!important}}.bp-article-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--bp-line);margin-bottom:0}.bp-article-tools>div{display:flex;gap:20px;align-items:center}.bp-tool{display:inline-flex;align-items:center;gap:7px;border:0;padding:3px 0;min-height:30px;background:#fff0;color:var(--bp-muted);font-size:12px}.bp-tool svg{width:17px;height:17px}.bp-tool[aria-pressed=true]{color:var(--bp-accent)}.bp-tool-status{min-height:28px;font-size:11px;color:var(--bp-muted);padding:3px 0}.bp-tool-status input{width:100%;direction:ltr;font-size:12px;border:1px solid var(--bp-line);padding:6px}.bp-prose{font-size:17px;line-height:2.15;overflow-wrap:break-word;color:#33363b}.bp-prose>*{max-width:100%;box-sizing:border-box}.bp-prose p{margin:0 0 22px}.bp-prose h1{font-size:28px!important}.bp-prose h2{font-size:23px!important;line-height:1.8;font-weight:800;margin:34px 0 16px}.bp-prose h3{font-size:19px!important;line-height:1.8;font-weight:750;margin:28px 0 12px}.bp-prose h4,.bp-prose h5,.bp-prose h6{font-size:17px;line-height:1.8;margin:20px 0 12px}.bp-prose :is(h2,h3,h4,[id]){scroll-margin-top:140px}.bp-prose :is(ul,ol){margin:12px 0 24px;padding-right:24px;list-style:revert}.bp-prose li{list-style:inherit;margin:5px 0}.bp-prose a{color:#b64715;text-decoration:underline;text-underline-offset:4px}.bp-prose img{max-width:100%!important;height:auto!important;border-radius:8px}.bp-prose figure{margin:24px 0;max-width:100%}.bp-prose figcaption{font-size:12px;color:var(--bp-muted);text-align:center;margin-top:7px}.bp-prose blockquote{margin:24px 0;padding:20px 24px;border-right:3px solid var(--bp-accent);background:var(--bp-soft);border-radius:6px}.bp-prose iframe,.bp-prose video{max-width:100%;border:0}.bp-prose pre{white-space:pre-wrap;direction:ltr;font-size:13px;overflow:auto}.bp-prose [style*="width"]{max-width:100%}.bp-prose .wp-block-table{overflow-x:auto}.bp-table-scroll{max-width:100%;overflow-x:auto;margin:24px 0;overscroll-behavior-x:contain;scrollbar-width:thin;border:1px solid var(--bp-line);border-radius:9px}.bp-prose table{width:100%!important;min-width:550px;border:0!important;border-collapse:collapse!important;table-layout:auto!important;margin:0!important;font-size:14px;line-height:1.9}.bp-prose table :is(th,td){width:auto!important;min-width:0!important;height:auto!important;padding:12px 16px!important;border:0!important;border-bottom:1px solid var(--bp-line)!important;text-align:right!important;vertical-align:middle!important;white-space:normal!important;background:#fff!important;color:var(--bp-ink)!important}.bp-prose table :is(thead th,tr:first-child th){background:var(--bp-soft)!important;font-weight:700}.bp-prose table tr:nth-child(even) td{background:#fbfbfc!important}.bp-prose table tr:last-child :is(th,td){border-bottom:0!important}.bp-prose table p{margin:0!important;font-size:inherit!important;line-height:inherit!important}.bp-article-sidebar{min-width:0;align-self:stretch}.bp-sidebar-sticky{position:sticky;top:calc(var(--bp-header-bottom,90px) + 24px);font-size:14px;line-height:1.9;color:#232831}.bp-sidebar-sticky>section,.bp-toc{padding:12px 16px;border-radius:10px;background:#f8f9fa;border:1px solid #eff0f2}.bp-sidebar-sticky>section{margin-top:12px;padding-top:18px}.bp-sidebar-sticky h2{font-size:15px;font-weight:750;line-height:1.9}.bp-sidebar-sticky>section:first-child{margin-top:0}.bp-toc{color:#232831;line-height:1.9}.bp-toc summary{display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;min-height:48px;font-size:15px}.bp-toc summary::-webkit-details-marker{display:none}.bp-toc summary strong{font-weight:750}.bp-sidebar-section-icon{display:grid;place-items:center;color:var(--bp-accent)}.bp-sidebar-section-icon svg{width:18px;height:18px}.bp-toc .bp-sidebar-chevron{margin-right:auto;width:15px;height:15px;color:#727881;transition:transform .2s ease}.bp-toc[open] .bp-sidebar-chevron{transform:rotate(180deg)}.bp-toc nav{max-height:345px;overflow:auto;scrollbar-width:thin}.bp-toc ol{margin:0;padding:5px 0 10px;list-style:none}.bp-toc li{list-style:none;margin:0}.bp-toc a{display:block;font-size:14px;line-height:1.9;padding:8px 10px;border-radius:5px;color:inherit;text-decoration:none}.bp-toc .bp-toc-level-3 a{padding-right:23px;font-size:13px}.bp-toc a[aria-current]{font-weight:650;background:#fff;border:1px solid #e5e8eb;padding:7px 9px}.bp-toc .bp-toc-level-3 a[aria-current]{padding-right:23px}.bp-toc--inline{display:block;margin:28px 0 24px}.bp-toc a:hover,.bp-sidebar-sticky a:hover{color:#b84918}.bp-useful-links>a{display:flex;align-items:center;gap:9px;padding:11px 0;font-size:13px;line-height:1.75}.bp-useful-links>a>svg{width:16px;height:16px;margin-right:auto;color:#6c727a}.bp-sidebar-link-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;background:#fff;border:1px solid #e5e8eb;color:var(--bp-accent);flex:none}.bp-sidebar-link-icon svg{width:17px;height:17px}.bp-sidebar-latest>a{display:flex;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #e5e8eb;font-size:13px;font-weight:600;line-height:1.85}.bp-sidebar-latest>a:last-child{border-bottom:0}.bp-sidebar-latest img{width:52px;height:48px;object-fit:cover;border-radius:6px;flex:none}.bp-sidebar-latest>a>span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bp-toc[open] nav{animation:bp-sidebar-reveal .2s ease}@keyframes bp-sidebar-reveal{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.bp-toc[open] nav{animation:none}.bp-toc .bp-sidebar-chevron{transition:none}}.bp-reading-progress{position:fixed;top:var(--bp-header-bottom,100px);right:0;left:0;height:2px;z-index:89;pointer-events:none}.bp-reading-progress span{display:block;background:var(--bp-accent);height:100%;transform:scaleX(0);transform-origin:right}.bp-download{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--bp-line);border-radius:8px;padding:20px;margin:26px 0}.bp-download p{font-size:14px}.bp-tags{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0}.bp-tags a{border:1px solid var(--bp-line);border-radius:6px;font-size:11px;padding:4px 10px;color:var(--bp-muted)}.bp-related{margin-top:40px}.bp-related .bp-post-grid{gap:20px}.bp-related .bp-card h2{font-size:15px}.bp-related .bp-card p{display:none}.bp-related .bp-card__meta{font-size:10px;flex-wrap:wrap;gap:4px}@media(min-width:701px) and (max-width:1050px){.bp-controls{gap:14px}.bp-search{flex-basis:230px}.bp-post-grid{gap:24px 18px}.bp-card h2{font-size:16px}.bp-article-layout{gap:28px;grid-template-columns:minmax(0,1fr) 240px}}@media(max-width:980px){.bp-article-layout{display:block;max-width:850px!important}.bp-article-sidebar{display:none}}@media(max-width:700px){.bp-shell .c-container{padding-left:18px;padding-right:18px}.bp-intro{padding:22px 0;align-items:flex-start;gap:12px}.bp-intro h1{font-size:27px;padding-right:13px}.bp-intro h1:before{top:12px;bottom:12px;width:3px}.bp-intro p{font-size:13px;line-height:1.95}.bp-intro>.bp-text-link{display:none}.bp-kicker{font-size:10px}.bp-controls{flex-direction:column;align-items:stretch;gap:12px;padding:11px 0 14px;margin-bottom:22px}.bp-category-nav{width:100%;flex:auto;gap:4px}.bp-category-nav a{padding:5px 11px;font-size:13px}.bp-search{flex:auto;flex-basis:auto;width:100%;height:40px}.bp-section-head{gap:10px;margin-bottom:16px}.bp-section-head h2{font-size:18px}.bp-post-grid{display:flex;flex-direction:column;gap:0}.bp-post-grid .bp-card{display:grid;grid-template-columns:108px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid var(--bp-line)}.bp-post-grid .bp-card:first-child{padding-top:0}.bp-post-grid .bp-card__image{aspect-ratio:1.08;border-radius:7px;align-self:start;margin-top:3px}.bp-post-grid .bp-card__content{padding-top:0}.bp-post-grid .bp-card__meta{font-size:10px;gap:6px;flex-wrap:wrap;margin-bottom:5px}.bp-post-grid .bp-card h2{font-size:15px;line-height:1.85}.bp-post-grid .bp-card p{display:none}.bp-post-grid .bp-card__foot{padding-top:8px;font-size:10px}.bp-post-grid .bp-card__foot>a{min-height:24px;min-width:24px}.bp-post-grid .bp-card__foot>a svg{width:16px;height:16px}.bp-card__meta>time:before{margin-left:6px}.bp-sort select{font-size:12px}.bp-videos,.bp-editorial-links{margin-top:32px}.bp-video-card{flex-basis:185px}.bp-video-track{gap:12px}.bp-editorial-links{display:block}.bp-editorial-links>section+section{margin-top:28px}.bp-small-card img{width:80px}.bp-small-card h3{font-size:14px}.bp-help-strip{align-items:flex-start;flex-direction:column;gap:18px;padding-top:24px;margin-top:28px}.bp-help-strip h2{font-size:16px}.bp-help-strip p{font-size:12px}.bp-help-strip>div>svg{width:28px;height:28px}.bp-help-strip>div{gap:12px}.bp-help-strip>div:last-child{padding-right:40px}.bp-ad-grid{grid-template-columns:1fr}.bp-ad{margin:18px 0}.bp-article-layout{padding-top:18px}.bp-article-header h1{font-size:25px;line-height:1.8}.bp-article-categories{margin-bottom:9px}.bp-article-meta{font-size:11px;gap:8px 13px;margin-top:12px}.bp-article-header{padding-bottom:18px}.bp-article-hero img{border-radius:8px}.bp-article-tools{gap:12px;padding:13px 0}.bp-article-tools>div{gap:16px}.bp-tool{font-size:11px;gap:5px}.bp-tool svg{width:16px;height:16px}.bp-tool-status{min-height:25px}.bp-prose{font-size:16px;line-height:2.15}.bp-prose h2{font-size:21px!important;margin-top:28px}.bp-prose h3{font-size:18px!important}.bp-prose p{margin-bottom:20px}.bp-prose blockquote{padding:15px 18px}.bp-prose table{font-size:12px}.bp-prose table :is(td,th){padding:10px 12px!important}.bp-related .bp-card h2{font-size:15px}.bp-download{flex-direction:column;align-items:flex-start;padding:16px}.bp-pagination{gap:5px}.bp-pagination .page-numbers{min-width:33px;height:33px}.bp-empty{min-height:280px;padding:22px}.bp-fetch-error{display:block}.bp-fetch-error .bp-button{margin-top:12px}.bp-video-dialog{width:100%;max-width:none;margin:auto 0 0;padding:16px;border-radius:14px 14px 0 0;max-height:85dvh}}@media(max-width:360px){.bp-shell .c-container{padding-left:14px;padding-right:14px}.bp-post-grid .bp-card{grid-template-columns:88px minmax(0,1fr);gap:11px}.bp-post-grid .bp-card h2{font-size:14px}.bp-article-header h1{font-size:23px}.bp-article-tools>div{gap:11px}.bp-tool{font-size:10px}}.bp-comments{margin-top:38px;scroll-margin-top:135px;color:#232831;line-height:1.9}.bp-comments__heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px}.bp-comments__heading h2{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:750;line-height:1.9}.bp-comments__heading h2>svg{width:19px;height:19px;color:#6c727a}.bp-comments__count{font-size:12px;font-weight:500;padding:0 7px;background:#f6f7f8;border-radius:5px}.bp-comments__layout{display:flex;flex-direction:column;gap:8px}.bp-comments__discussion,.bp-comments__compose{min-width:0}.bp-comments__compose{scroll-margin-top:140px}.bp-comment-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;padding:20px 0 0;border:0;border-top:1px solid #e5e8eb;border-radius:0;background:#fff}.bp-comment-form__heading{grid-column:1/-1}.bp-comment-form h3{font-size:16px;font-weight:750;line-height:1.9}.bp-comment-form__field{min-width:0;display:flex;flex-direction:column;gap:6px}.bp-comment-form__field--message{grid-column:1/-1}.bp-comment-form label{font-size:12px;font-weight:550;line-height:1.9}.bp-comment-form input:not([type=hidden]),.bp-comment-form textarea{background:#fff;border:1px solid #dfe3e7;border-radius:7px;width:100%;min-width:0;padding:9px 11px;color:#232831;outline:0;font-size:14px;box-shadow:none}.bp-comment-form input:not([type=hidden]){height:43px}.bp-comment-form textarea{min-height:108px;resize:vertical;line-height:1.9}.bp-comment-form :is(input,textarea)::placeholder{color:#989da4;font-size:12px}.bp-comment-form :is(input,textarea):focus{border-color:#e96021;outline:2px solid #e9602112;outline-offset:1px}.bp-comment-form__footer{grid-column:1/-1;display:flex;gap:15px;justify-content:space-between;align-items:center}.bp-comment-form__privacy{font-size:11px;color:#6c727a;line-height:1.9}.bp-comment-form [data-bp-submit]{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:39px;min-width:125px;padding:6px 12px;border:1px solid #d8571d;background:#e96021;color:#fff;border-radius:7px;font-size:12px;font-weight:650;line-height:1.9;flex:none}.bp-comment-form [data-bp-submit]>svg{width:16px;height:16px}.bp-comment-form [data-bp-submit]:hover{background:#cc511b;border-color:#cc511b}.bp-comment-form__replying{grid-column:1/-1;display:flex;justify-content:space-between;gap:10px;font-size:12px;padding:7px 10px;background:#f6f7f8;border-radius:6px}.bp-comment-form__replying button{border:0;background:none;color:#6c727a;font-size:11px}.bp-comment-form__account{grid-column:1/-1;font-size:12px;color:#6c727a}.bp-comment-form__status{grid-column:1/-1;font-size:12px;color:#416451;line-height:1.9}.bp-comment-form__status:empty{display:none}.bp-comment-form__status.is-error{color:#a52c28}.bp-comments__status{min-height:0;font-size:12px;line-height:1.9;color:#6c727a}.bp-comment{min-width:0;scroll-margin-top:135px}.bp-comment__entry{position:relative;padding:10px 0 20px}.bp-comment__entry:before{position:absolute;content:"";width:1px;top:42px;bottom:0;right:16px;background:#e5e8eb}.bp-comment__header{display:flex;align-items:center;gap:9px;margin-bottom:11px}.bp-comment__avatar{width:33px;height:33px;display:grid;place-items:center;flex:none;border-radius:50%;background:#f0f2f4;font-size:14px;font-weight:650}.bp-comment__identity{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-width:0}.bp-comment__identity strong{font-size:13px;font-weight:700;overflow-wrap:anywhere}.bp-comment__header>time{margin-right:auto;font-size:11px;color:#6c727a;white-space:nowrap;flex:none}.bp-comment__badge{font-size:10px;background:#eef4f1;color:#416451;border-radius:4px;padding:1px 5px}.bp-comment__body{margin-right:43px;background:#f6f7f8;padding:12px 15px;border-radius:2px 10px 10px 10px;font-size:14px;line-height:2;color:#41464e;overflow-wrap:anywhere}.bp-comment__body p{margin:0 0 10px}.bp-comment__body>:last-child{margin-bottom:0}.bp-comment__body a{color:#b64715;text-decoration:underline;text-underline-offset:3px}.bp-comment__actions{display:flex;gap:8px;margin:9px 43px 0 0}.bp-comment__actions :is(button,a){min-height:32px;display:flex;align-items:center;gap:5px;border:1px solid #fff0;background:none;border-radius:6px;padding:3px 7px;color:#6c727a;font-size:11px;line-height:1.9}.bp-comment__actions svg{width:14px;height:14px}.bp-comment__actions :is(button,a):hover{background:#f2f4f5;color:#232831}.bp-comment__actions [aria-pressed=true]{color:#ae481d;background:#fff3ec}.bp-comment__replies:not(:empty){margin-right:25px}.bp-comment__replies .bp-comment__entry:before{bottom:20px}.bp-comment__more{display:inline-flex;align-items:center;gap:6px;min-height:32px;margin:0 43px 10px 0;font-size:11px;color:#b64715}.bp-comment__more span{color:#6c727a}.bp-comments__pagination{text-align:center;margin-top:15px}.bp-comments__updates{margin-bottom:10px}.bp-comments__closed{font-size:14px;line-height:2}@media(max-width:760px){.bp-comments{margin-top:30px}.bp-comments__heading h2{font-size:18px}.bp-comment-form{gap:12px}.bp-comment-form input:not([type=hidden]),.bp-comment-form textarea{font-size:16px}.bp-comment-form__footer{gap:10px}.bp-comment-form__privacy{font-size:10px}.bp-comment-form [data-bp-submit]{min-width:110px}.bp-comment__body,.bp-comment__actions{margin-right:39px}.bp-comment__identity strong{font-size:12px}.bp-comment__replies:not(:empty){margin-right:13px}.bp-comment__replies .bp-comment__replies:not(:empty){margin-right:0}.bp-comment__more{margin-right:39px}}@media(max-width:360px){.bp-comment-form{column-gap:10px}.bp-comment-form input:not([type=hidden]){padding:8px}.bp-comment__header>time{font-size:10px}.bp-comment-form__footer{align-items:start}.bp-comment-form [data-bp-submit]{min-width:100px;padding:7px 9px}}.bp-post-like{font-size:12px;min-height:34px;padding:5px 8px;gap:6px}.bp-post-like svg{width:17px;height:17px}.bp-post-like [data-bp-post-count]{font-size:11px;min-width:14px}.bp-article-tools .bp-post-like{padding:0;border:0;color:var(--bp-muted);font-size:12px}.bp-article-tools .bp-post-like[aria-pressed=true]{color:var(--bp-accent)}@media(max-width:700px){.bp-article-tools .bp-post-like>span:not([data-bp-post-count]){display:none}.bp-article-tools .bp-post-like{font-size:11px}}@media(prefers-reduced-motion:reduce){.bp-shell *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.bp-shell .bp-feedback-button{position:relative;isolation:isolate;white-space:nowrap;box-shadow:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.bp-shell .bp-feedback-button>svg,.bp-shell .bp-feedback-button>span{transition:opacity .16s ease}.bp-shell .bp-feedback-button[aria-busy=true]{cursor:wait;opacity:1}.bp-shell .bp-feedback-button[data-feedback-state=loading]>svg,.bp-shell .bp-feedback-button[data-feedback-state=loading]>span,.bp-shell .bp-feedback-button[data-feedback-state=success]>svg,.bp-shell .bp-feedback-button[data-feedback-state=success]>span{opacity:0}.bp-shell .bp-feedback-button::after{content:"";position:absolute;z-index:1;left:50%;top:50%;width:19px;height:19px;margin:-9.5px 0 0 -9.5px;border:2px solid currentColor;border-left-color:#fff0;border-bottom-color:#fff0;border-radius:50%;opacity:0;pointer-events:none}.bp-shell .bp-feedback-button[data-feedback-state=loading]{color:var(--bp-accent);background:#fff2eb}.bp-shell .bp-feedback-button[data-feedback-state=loading]::after{opacity:1;animation:bp-spin .72s linear infinite}.bp-shell .bp-feedback-button::before{content:"";position:absolute;z-index:1;left:50%;top:50%;width:8px;height:14px;margin:-9px 0 0 -4px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg) scale(.65);opacity:0;pointer-events:none}.bp-shell .bp-feedback-button[data-feedback-state=success]{color:#347353;background:#edf7f0}.bp-shell .bp-feedback-button[data-feedback-state=success]::before{opacity:1;transform:rotate(45deg) scale(1);animation:bp-feedback-check .36s cubic-bezier(.2,.8,.25,1)}.bp-shell .bp-feedback-button[data-feedback-state=error]{color:#a52c28;background:#fff2f0}.bp-shell .bp-button--primary.bp-feedback-button[data-feedback-state=loading]{background:#d9571e;border-color:#d9571e;color:#fff}.bp-shell .bp-button--primary.bp-feedback-button[data-feedback-state=success]{background:#347353;border-color:#347353;color:#fff}.bp-shell .bp-button--primary.bp-feedback-button[data-feedback-state=error]{background:#a52c28;border-color:#a52c28;color:#fff}.bp-comment__like [data-bp-comment-like-count]{display:inline-block;min-width:12px;font-variant-numeric:tabular-nums;font-size:11px;text-align:center}.bp-shell .bp-comment__like [data-bp-comment-like-count][hidden]{display:inline-block!important;visibility:hidden}.bp-post-like [data-bp-post-count]{display:inline-block;min-width:3ch;font-variant-numeric:tabular-nums;text-align:center;transform-origin:center}.bp-count-pop{animation:bp-count-pop .42s cubic-bezier(.2,.8,.25,1)}.bp-feedback-enter{animation:bp-feedback-enter .34s ease both}.bp-comments__list,.bp-comment__replies{transition:opacity .18s ease}.bp-comments__list[aria-busy=true],.bp-comment__replies[aria-busy=true]{opacity:.68}.bp-comments__status.is-error{color:#a52c28}@keyframes bp-feedback-check{0%{opacity:0;transform:rotate(45deg) scale(.55)}65%{opacity:1;transform:rotate(45deg) scale(1.18)}100%{opacity:1;transform:rotate(45deg) scale(1)}}@keyframes bp-count-pop{0%,100%{transform:scale(1)}45%{transform:scale(1.24)}}@keyframes bp-feedback-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.bp-shell .bp-feedback-button::before,.bp-shell .bp-feedback-button::after{animation:none!important;transition:none!important}.bp-feedback-enter,.bp-count-pop{animation:none!important}}.bp-comment-form>:not(.bp-comment-form__field){grid-column:1/-1}.bp-shell .bp-article-tools{gap:10px;flex-wrap:wrap}.bp-shell .bp-article-tools>div{gap:6px}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like){display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:6px 8px;border:1px solid #fff0;border-radius:7px;background:#fff0;box-shadow:none;color:var(--bp-muted);font-size:12px;font-weight:500;line-height:22px;text-decoration:none;white-space:nowrap;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like) svg{width:17px;height:17px;flex:0 0 17px}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like)[aria-pressed=true]{color:var(--bp-accent)}@media(hover:hover) and (pointer:fine){.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like):where(:not(:disabled):not([aria-busy=true]):not([data-feedback-state=success]):not([data-feedback-state=error])):hover{background:#f1f3f5;border-color:#fff0;color:var(--bp-ink)}}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like):focus-visible{background:#f1f3f5;outline:2px solid var(--bp-accent);outline-offset:2px}.bp-shell .bp-article-tools :is([aria-busy=true],[data-feedback-state=loading]){background:#f1f3f5;color:var(--bp-accent);opacity:1}.bp-shell .bp-article-tools [data-feedback-state=success]{background:#edf7f0;color:#347353}.bp-shell .bp-article-tools [data-feedback-state=error]{background:#fff2f0;color:#a52c28}.bp-shell .bp-article-tools [data-bp-share][aria-busy=true]>span{opacity:0}.bp-shell .bp-article-tools [data-bp-share][aria-busy=true]:after{right:auto;left:calc(50% - 8px)}.bp-shell .bp-like-error{display:block;color:#a52c28;font-size:12px;line-height:1.9;overflow-wrap:anywhere;margin:6px 0 0}.bp-shell .bp-tool-status .bp-like-error{margin:0}.bp-shell .bp-like-error--comment{margin-right:44px}@media(max-width:700px){.bp-shell .bp-article-tools{gap:4px}.bp-shell .bp-article-tools>div{gap:3px}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like){font-size:11px;padding:6px 5px;gap:4px}.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like) svg{width:16px;height:16px;flex-basis:16px}.bp-shell .bp-like-error--comment{margin-right:0}}@media(max-width:360px){.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like){font-size:10px;padding-inline:3px;gap:4px}}.bp-shell .bp-comments__empty{display:flex;gap:15px;align-items:center;padding:14px 0;border:0;background:none;text-align:right;color:#6c727a}.bp-shell .bp-comments__empty>span{width:46px;height:46px;display:grid;place-items:center;border-radius:9px;background:#f6f7f8;color:#6c727a;flex:none}.bp-shell .bp-comments__empty svg{width:25px;height:25px}.bp-shell .bp-comments__empty strong{display:block;font-size:15px;font-weight:650;color:#232831;line-height:1.9}.bp-shell .bp-comments__empty p{font-size:12px;line-height:1.9;margin-top:3px}.bp-shell [data-bp-pending-list]:empty{display:none}.bp-shell .bp-comment--pending{padding:16px;margin-bottom:12px;border:1px dashed #cdd8d1;border-radius:9px;background:#fafcfb}.bp-shell .bp-comment--pending .bp-comment__body{margin:0;background:none;padding:0}.bp-shell .bp-comment__badge--pending{background:#fff0e6;color:#95420f}.bp-shell .bp-comment__moderation{font-size:12px;line-height:1.9;color:#6c727a;margin:10px 0 0}@media(max-width:760px){.bp-shell .bp-comments__empty{gap:12px}.bp-shell .bp-comments__empty strong{font-size:14px}}.bp-shell .bp-prose .acf-read-more{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:14px;margin:26px 0;padding:18px 20px;border:1px solid #e5e8ec;border-inline-start:3px solid var(--bp-accent);border-radius:10px;background:#f7f8fa;color:#44494f;font-size:15px;line-height:2;overflow-wrap:anywhere;transition:background-color .2s ease,border-color .2s ease}.bp-shell .bp-prose .acf-read-more:before{content:"";display:block;width:22px;height:22px;margin-top:4px;background:var(--bp-accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5c-3-2-6-2-9-1v15c3-1 6-1 9 1 3-2 6-2 9-1V4c-3-1-6-1-9 1Zm0 0v15M6 8l3 1m-3 3 3 1m6-4 3-1m-3 5 3-1'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5c-3-2-6-2-9-1v15c3-1 6-1 9 1 3-2 6-2 9-1V4c-3-1-6-1-9 1Zm0 0v15M6 8l3 1m-3 3 3 1m6-4 3-1m-3 5 3-1'/%3E%3C/svg%3E") center/contain no-repeat}.bp-shell .bp-prose .acf-read-more>*{grid-column:2;min-width:0}.bp-shell .bp-prose .acf-read-more :is(p,ul,ol){font-size:inherit;line-height:inherit;margin-top:0;margin-bottom:10px}.bp-shell .bp-prose .acf-read-more :is(.acf-innerblocks-container>:last-child,:last-child){margin-bottom:0}.bp-shell .bp-prose .acf-read-more a{color:#ae4314;font-weight:650;text-decoration:underline;text-decoration-color:#dca284;text-decoration-thickness:1px;text-underline-offset:4px;transition:color .2s ease,text-decoration-color .2s ease}.bp-shell .bp-prose .acf-read-more a:after{content:"←";display:inline-block;margin-inline-start:6px;text-decoration:none;transition:transform .2s ease}.bp-shell .bp-prose .acf-read-more a:is(:hover,:focus-visible){color:#85340f;text-decoration-color:currentColor}.bp-shell .bp-prose .acf-read-more a:is(:hover,:focus-visible):after{transform:translateX(-3px)}.bp-shell .bp-prose .acf-read-more.bp-read-more-reveal{animation:bp-read-more-reveal .38s ease both}@keyframes bp-read-more-reveal{from{opacity:.8;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.bp-shell .bp-prose .acf-read-more{grid-template-columns:20px minmax(0,1fr);gap:10px;padding:15px 14px;margin:22px 0;font-size:14px}.bp-shell .bp-prose .acf-read-more:before{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.bp-shell .bp-article-tools :is(.bp-tool,.bp-post-like),.bp-shell .bp-prose .acf-read-more,.bp-shell .bp-prose .acf-read-more a,.bp-shell .bp-prose .acf-read-more a:after{animation:none!important;transition:none!important;transform:none!important}}.bp-front-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:30px;align-items:stretch;margin-bottom:38px}.bp-front-grid .bp-card--featured{position:relative;align-self:start}.bp-front-grid .bp-card__image{aspect-ratio:2.05;border-radius:12px}.bp-front-grid .bp-card__content{position:relative;margin:-38px 18px 0;padding:19px 22px 16px;background:#fff;border:1px solid var(--bp-line);border-radius:10px}.bp-front-grid .bp-card__meta{margin-bottom:10px;flex-wrap:wrap;gap:7px 10px}.bp-front-grid .bp-card__meta>a{color:#a84921;background:#fff3ec;padding:2px 8px;border-radius:5px}.bp-front-grid .bp-card h2{font-size:23px;line-height:1.85}.bp-front-grid .bp-card p{font-size:13px;line-height:2;margin-top:8px}.bp-front-grid .bp-card__foot{padding-top:13px;margin-top:13px;border-top:1px solid #f0f1f2}.bp-front-grid .bp-news-digest{display:flex;flex-direction:column;align-self:stretch;border:0;border-radius:0;padding:4px 0 0 26px;position:relative}.bp-front-grid .bp-news-digest:after{content:"";position:absolute;left:0;top:4px;bottom:0;width:1px;background:linear-gradient(#e7e8eb 75%,transparent)}.bp-front-grid .bp-news-digest .bp-section-head{padding-bottom:13px;border-bottom:1px solid var(--bp-line);margin:0}.bp-front-grid .bp-news-digest .bp-section-head h2{font-size:18px}.bp-front-grid .bp-news-digest article{border-bottom:1px solid var(--bp-line);display:flex;align-items:center;gap:13px;padding:15px 0;flex:1}.bp-front-grid .bp-news-digest article:last-of-type{border-bottom:0}.bp-front-grid .bp-digest-thumbnail{flex:0 0 78px;width:78px;aspect-ratio:1.2;overflow:hidden;border-radius:7px;background:var(--bp-soft)}.bp-front-grid .bp-digest-thumbnail img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bp-front-grid .bp-digest-copy{min-width:0;flex:1}.bp-front-grid .bp-news-digest h3{font-weight:600;font-size:14px;line-height:1.9;margin-top:4px}.bp-front-grid .bp-news-digest time{font-size:10px;color:var(--bp-muted)}.bp-front-grid .bp-news-digest>.bp-text-link{margin-top:auto;align-self:flex-end;padding-top:10px;min-height:36px}@media(hover:hover) and (pointer:fine){.bp-front-grid .bp-digest-thumbnail:hover img{transform:scale(1.04)}}@media(min-width:701px) and (max-width:1050px){.bp-front-grid{gap:22px;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}.bp-front-grid .bp-card__content{margin:-24px 10px 0;padding:15px}.bp-front-grid .bp-card h2{font-size:21px}.bp-front-grid .bp-news-digest{padding-left:18px}.bp-front-grid .bp-digest-thumbnail{flex-basis:60px;width:60px}.bp-front-grid .bp-news-digest article{gap:10px;padding:12px 0}.bp-front-grid .bp-news-digest h3{font-size:13px}}@media(max-width:700px){.bp-front-grid{display:block;margin-bottom:30px}.bp-front-grid .bp-card__image{aspect-ratio:1.6;border-radius:9px}.bp-front-grid .bp-card__content{margin:-24px 10px 0;padding:14px}.bp-front-grid .bp-card h2{font-size:20px;line-height:1.85}.bp-front-grid .bp-card__meta{font-size:10px;gap:6px}.bp-front-grid .bp-card p{font-size:12px}.bp-front-grid .bp-card__foot{font-size:10px;padding-top:11px;margin-top:11px}.bp-front-grid .bp-card__foot>a{font-size:12px}.bp-front-grid .bp-news-digest{margin-top:26px;padding:0}.bp-front-grid .bp-news-digest:after{display:none}.bp-front-grid .bp-news-digest .bp-section-head h2{font-size:17px}.bp-front-grid .bp-news-digest article{padding:13px 0}.bp-front-grid .bp-digest-thumbnail{width:74px;flex-basis:74px}.bp-front-grid .bp-news-digest h3{font-size:14px}}@media(prefers-reduced-motion:reduce){.bp-front-grid .bp-digest-thumbnail img{transition:none;transform:none!important}}