@font-face{font-family:Tilda Sans;font-weight:300;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-Light.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:400;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-Regular.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:500;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-Medium.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:600;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-SemiBold.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:700;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-Bold.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:800;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-ExtraBold.woff2) format("woff2")}@font-face{font-family:Tilda Sans;font-weight:900;font-style:normal;src:url(https://static.tildacdn.com/fonts/tildasans/TildaSans-Black.woff2) format("woff2")}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #374550;--dark: #1b1e23;--light-gray: #e5e5e5;--bg-light: #ededed;--white: #ffffff;--accent: #374550;--accent-hover: #1b1e23;--text: #374550;--text-light: #5a6a78;--desktop-nav-inner-height: 72px;--mobile-nav-height: 44px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--nav-offset-desktop: calc(var(--desktop-nav-inner-height) + var(--safe-top));--nav-offset-mobile: calc(var(--mobile-nav-height) + var(--safe-top))}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}body{font-family:Tilda Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100%;position:relative}#root{overflow-x:hidden;max-width:100%;width:100%;min-width:0;position:relative}.use-cases-grid{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.use-cases-grid>*{min-width:0}.icon-svg{width:28px;height:28px;stroke:#374550;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.feature-item .icon-svg{stroke:#ededed}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding-top:var(--safe-top);background:#edededcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(55,69,80,.35)}.nav-inner{max-width:1320px;margin:0 auto;padding:0 max(1.5rem,var(--safe-right)) 0 max(.5rem,var(--safe-left));height:var(--desktop-nav-inner-height);display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.6rem;font-weight:900;color:#374550;letter-spacing:.05em;text-decoration:none}.nav-mid{display:flex;flex:1;justify-content:space-evenly;align-items:center}.nav-mid a{color:#374550;text-decoration:none;font-size:1.07rem;font-weight:500;transition:color .2s;padding:.5rem 2rem}.nav-mid a:hover{color:#1b1e23}.nav-cta{background:#891717;color:#ededed;padding:.65rem 1.75rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:#6b1212}.hamburger{display:none;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:200}.hamburger span{display:block;width:24px;height:2px;background:#374550;position:absolute;left:4px;transition:all .3s ease}.hamburger span:nth-child(1){top:7px}.hamburger span:nth-child(2){top:15px}.hamburger span:nth-child(3){top:23px}.hamburger.active span:nth-child(1){top:15px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:15px;transform:rotate(-45deg)}.mobile-overlay{position:fixed;top:var(--nav-offset-desktop);left:0;right:0;bottom:0;background:#1b1e2361;z-index:90;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.mobile-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu{position:fixed;top:var(--nav-offset-desktop);left:0;right:0;background:#ededed;z-index:95;padding:1rem 2rem 1.5rem;border-bottom:1px solid rgba(55,69,80,.35);transform:translateY(-18px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s ease,visibility .32s ease;box-shadow:0 18px 40px #1b1e231f}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu a{display:block;color:#374550;text-decoration:none;font-size:1.1rem;font-weight:600;padding:.9rem 0;border-bottom:1px solid #e5e5e5;transition:color .2s,transform .2s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:#1b1e23;transform:translate(4px)}.mobile-menu .mobile-cta{display:block;text-align:center;margin-top:1rem;background:#891717;color:#ededed;padding:.85rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;border-bottom:none}.mobile-menu .mobile-cta:hover{background:#6b1212;color:#ededed}.hero{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-content{position:relative;z-index:1;max-width:800px}.hero h1{font-size:clamp(1.2rem,2.2vw,2rem);font-weight:500;color:#374550;line-height:1.1;margin-bottom:1.3rem;letter-spacing:.05em}.hero p{font-size:1rem;color:#5a6a78;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:#891717;color:#ededed;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s;border:2px solid rgba(137,23,23,.3);cursor:pointer}.hero-cta:hover{background:#6b1212;color:#ededed;transform:translateY(-2px);box-shadow:0 8px 30px #0003}.stats-bar{background:var(--white);border-bottom:1px solid var(--light-gray);padding:3rem 2rem}.stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-item h3{font-size:3rem;font-weight:800;color:var(--dark);letter-spacing:-.02em;line-height:1.1}.stat-item p{font-size:.95rem;color:var(--text-light);margin-top:.1rem;font-weight:500}section{padding:6rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--dark);margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:650px;line-height:1.7}.desktop-line-break,.coverage-line-break{display:block}.one-line-desktop{max-width:none;white-space:nowrap}.coverage-content{display:flex;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;position:relative}.coverage-map{flex:1 1 auto;min-width:0;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;align-self:stretch}.coverage-map img{width:100%;height:auto;display:block;border-radius:8px}.coverage-stats{flex:0 0 200px;display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:2;padding:0;border-radius:0;background:transparent;justify-content:center;align-self:stretch}.coverage-region{text-align:left}.coverage-region-name{font-size:1.1rem;font-weight:800;color:#ededed}.coverage-country-count{font-size:1rem;font-weight:800;color:#ffffffb8}.coverage-inner{text-align:center}.coverage-label{color:#ededed;font-size:.8rem;letter-spacing:.15em;font-weight:700;text-transform:uppercase}.coverage-subtitle{color:#ffffff80;margin:0 auto 3rem}.services{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.service-card{background:var(--white);border-radius:12px;padding:2.5rem;border:1px solid var(--light-gray);transition:all .3s}.service-card:hover{border-color:var(--accent);box-shadow:0 8px 30px #0000000f;transform:translateY(-2px)}.service-icon{width:48px;height:48px;background:#ededed;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-card h3{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.service-card p{color:var(--text-light);line-height:1.7;font-size:.95rem}.service-card ul{list-style:none;margin-top:1rem}.service-card ul li{padding:.5rem .75rem;color:var(--text);font-size:.92rem;background:#ededed;border-radius:6px;margin-bottom:.35rem}.how-it-works{background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.step{text-align:center;padding:2rem 1.5rem}.step-number{width:56px;height:56px;border-radius:50%;background:#374550;color:#ededed;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.step p{color:var(--text-light);font-size:.92rem;line-height:1.6}.features{background:var(--dark);color:#fff}.features .section-label,.features .section-title{color:#ededed}.features .section-subtitle{color:#fff9}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-item{padding:2rem;border-radius:12px;background:#ededed0d;border:1px solid rgba(237,237,237,.1);transition:all .3s}.feature-item:hover{background:#ededed1a;border-color:#ededed40}.feature-item .icon{margin-bottom:1rem}.feature-item h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.feature-item p{color:#ffffff8c;font-size:.9rem;line-height:1.6}#resources{scroll-margin-top:calc(var(--nav-offset-desktop) + 16px)}.events{background:var(--bg-light)}.events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.event-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--light-gray);transition:all .3s}.event-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-2px)}.event-image{width:100%;height:240px;object-fit:cover}.event-content{padding:1.75rem}.event-date{font-size:.8rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.event-content h3{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.event-content p{color:var(--text-light);font-size:.92rem;line-height:1.6}.event-speakers{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--light-gray)}.event-speakers p{font-size:.85rem;color:var(--text-light);margin-bottom:.25rem}.event-speakers strong{color:var(--text)}.platform-pile>div{cursor:zoom-in}.platform{position:relative;z-index:1;padding-bottom:clamp(2.5rem,5vw,4rem)}.platform-footnote{text-align:center;margin-top:-5rem;margin-bottom:0;color:#6b7b8d;font-size:.9rem;font-style:italic}.features{position:relative;z-index:2}.platform-shot img{touch-action:manipulation;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}body.menu-open,body.lightbox-open{overflow:hidden}.resources-layout{display:flex;gap:1.5rem;align-items:flex-start}.resources-intro{flex:0 0 220px}.resources-intro p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:0}.resources-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.value-props{width:100%;box-sizing:border-box;overflow-x:hidden;padding:2.5rem 2rem}.value-props .stats-inner{max-width:920px;gap:1.5rem;text-align:center;justify-items:center}.value-props .stat-item{width:100%;text-align:center}.value-props .stat-item h3{font-size:clamp(1.45rem,2.6vw,2.15rem);line-height:1.15}.value-props .stat-item p{max-width:220px;margin:.5rem auto 0;font-size:1rem;line-height:1.55}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,3rem);background:#1b1e23c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.image-lightbox.active{opacity:1;visibility:visible;pointer-events:auto}.image-lightbox img{max-width:min(1120px,94vw);max-height:88vh;border-radius:18px;box-shadow:0 28px 90px #00000073;transform:scale(.94) translateY(16px);transition:transform .32s cubic-bezier(.22,1,.36,1)}.image-lightbox.active img{transform:scale(1) translateY(0)}.image-lightbox-close{position:absolute;top:max(1.25rem,env(safe-area-inset-top,0px));right:max(1.25rem,env(safe-area-inset-right,0px));width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff14;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;transition:background .2s,transform .2s}.image-lightbox-close:hover{background:#ffffff2e;transform:rotate(90deg)}.demo-section{background:linear-gradient(135deg,#1b1e23,#374550);padding:6rem 2rem;text-align:center}.demo-section .section-label,.demo-section .section-title{color:#ededed}.demo-section .section-subtitle{color:#fff9;margin:0 auto 3rem}.demo-form{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.demo-form input{padding:1rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:1rem;font-family:inherit;transition:all .2s;outline:none}.demo-form input::placeholder{color:#fff6}.demo-form input:focus{border-color:var(--accent);background:#ffffff1f}.demo-form button{padding:1rem 2rem;background:#891717;color:#ededed;border:2px solid rgba(137,23,23,.3);border-radius:8px;font-size:1.05rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .3s;margin-top:.5rem}.demo-form button:hover{background:#6b1212;color:#ededed;transform:translateY(-2px)}.form-note{font-size:.8rem;color:#ffffff59;margin-top:.5rem}.form-success{display:none;color:#fff;font-weight:600;font-size:1.1rem;margin-top:1rem}footer{background:var(--dark);border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 2rem;padding-bottom:max(1.5rem,var(--safe-bottom))}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;min-height:100px}.footer-logo{display:flex;align-items:center;font-size:1.8rem;font-weight:900;color:#ffffff80;letter-spacing:.05em}.footer-text{color:#ffffff59;font-size:.85rem;display:flex;align-items:center}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:#fff6;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:#ffffffb3}@media(max-width:900px){.services-grid,.events-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:1.5rem}.stats-inner{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item h3{font-size:2.2rem}.use-cases-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.nav-mid,.nav-cta.desktop-only{display:none}.hamburger{display:block}.nav-inner{padding:0 max(1.5rem,var(--safe-right)) 0 max(1.5rem,var(--safe-left));justify-content:center;position:relative}.nav-logo{font-size:1.2rem!important}.nav-inner{height:44px!important}.mobile-overlay{top:var(--nav-offset-mobile)}.mobile-menu{top:var(--nav-offset-mobile);padding-top:.75rem}.hamburger{position:absolute;right:1.5rem}.features-grid{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-item h3{font-size:1.1rem}.stat-item p{font-size:.8rem}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}.footer-logo img{margin-top:0}.hero{min-height:calc(100vh - 124px - var(--safe-top));min-height:calc(100svh - 124px - var(--safe-top));min-height:calc(100dvh - 124px - var(--safe-top));padding:calc(var(--nav-offset-mobile) + 2rem) 1.5rem 2rem;display:flex;align-items:center;justify-content:center}.hero-title{font-size:clamp(2.4rem,9.5vw,4.2rem)!important;letter-spacing:.02em!important;margin-bottom:-.5rem!important}.hero h1{font-size:clamp(.85rem,4.5vw,1.2rem)}.hero p{font-size:.9rem}section{padding:4rem 1rem}.hero-stats{padding:1.15rem 1rem 1.35rem}.hero-stats .stats-inner{grid-template-columns:repeat(3,1fr);gap:.75rem}.hero-stats-ru .stat-item h3{font-size:.9rem;letter-spacing:.01em}.hero-stats-ru .stat-item p{font-size:.58rem;line-height:1.2}.stats-inner{padding:0 .25rem}.desktop-line-break{display:inline}.one-line-desktop{white-space:normal}.use-cases-grid{grid-template-columns:1fr!important}#use-cases .use-cases-grid>div{padding:1.25rem 1rem!important}.platform-footnote{margin-top:1rem!important}#resources{scroll-margin-top:calc(var(--nav-offset-mobile) + 8px)}.resources-layout{flex-direction:column;gap:1rem}.resources-intro{flex:none}.resources-grid{width:100%;grid-template-columns:1fr!important}.coverage{padding-left:0!important;padding-right:0!important;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none;width:100%;max-width:100%}.coverage .coverage-label,.coverage .coverage-subtitle{padding-left:max(clamp(.875rem,4.5vmin,1.5rem),env(safe-area-inset-left,0px));padding-right:max(clamp(.875rem,4.5vmin,1.5rem),env(safe-area-inset-right,0px));box-sizing:border-box;max-width:100%}.coverage .coverage-label{letter-spacing:.055em;font-size:clamp(.56rem,2.85vw,.78rem);line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.coverage .coverage-subtitle{overflow-wrap:break-word}.coverage .section-inner{max-width:none;overflow-x:hidden;width:100%}.coverage .coverage-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(7.75rem,38%);grid-template-rows:auto;align-items:stretch;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;box-sizing:border-box;overflow-x:hidden;min-height:min-content}.coverage .coverage-map{grid-column:1 / -1;grid-row:1;align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;width:auto;max-width:none;margin:0;left:auto;transform:none;min-height:min-content}.coverage .coverage-map img{width:120%;height:auto;display:block;border-radius:0;flex-shrink:0;margin-left:-10%;max-width:none}.coverage .coverage-stats{grid-column:2;grid-row:1;position:relative;z-index:2;justify-self:stretch;align-self:stretch;inset:auto;width:auto;min-width:7.75rem;max-width:12rem;display:flex;flex-direction:column;justify-content:center;gap:clamp(.35rem,2vmin,.55rem);padding:.85rem .75rem;padding-right:max(.75rem,env(safe-area-inset-right,0px));box-sizing:border-box;background:#1b1e23d1;overflow:visible}.coverage-region-name{font-size:.78rem;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.coverage-country-count{font-size:.9rem;line-height:1.2}.platform-pile{height:auto!important;position:relative!important;display:grid!important;grid-template-columns:1fr 1fr;gap:.75rem}.platform-pile>div{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;transform:none!important;cursor:zoom-in}.platform-pile>div:first-child{grid-column:span 2}.platform-pile>div:last-child{grid-column:1 / -1}.image-lightbox img{max-width:94vw;max-height:78vh;border-radius:12px}.value-props{padding:2.2rem 1rem}.value-props .stats-inner{width:100%;max-width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;text-align:center;justify-items:center}.value-props .stat-item h3{font-size:clamp(.65rem,3.2vw,.9rem)}.value-props .stat-item p{max-width:120px;font-size:.62rem;line-height:1.35}}.article-page{font-family:Tilda Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#374550;background:#ededed;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-top:calc(var(--desktop-nav-inner-height) + var(--safe-top));min-height:100vh}.article-page .article-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#edededcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(55,69,80,.35);padding-top:var(--safe-top);padding-left:max(2rem,var(--safe-left));padding-right:max(2rem,var(--safe-right));padding-bottom:0;min-height:calc(var(--desktop-nav-inner-height) + var(--safe-top));height:auto;display:flex;align-items:center}.article-page .article-nav a{text-decoration:none}.article-page .article-nav img{height:84px;margin-left:-1rem;margin-top:-8px}.article-page .article-nav .back-link{margin-left:2rem;color:#374550;font-weight:500;font-size:.9rem}.article-page .article-nav .back-link:hover{color:#1b1e23}.article-page article{max-width:800px;margin:3rem auto;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e5e5}.article-page .hero-img{width:100%;height:400px;object-fit:cover;display:block}.article-page .content{padding:3rem}.article-page .date{font-size:.85rem;font-weight:600;color:#891717;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.article-page article h1{font-size:2rem;font-weight:800;color:#1b1e23;margin-bottom:1.5rem;line-height:1.2}.article-page article h3{font-size:1.1rem;font-weight:800;color:#1b1e23;margin-top:1.75rem;margin-bottom:.5rem}.article-page article h4{font-size:1rem;font-weight:700;color:#1b1e23;margin-top:1rem;margin-bottom:.5rem}.article-page .talk-title{font-style:italic;font-weight:600;color:#374550;display:block;margin-bottom:.5rem}.article-page article p{margin-bottom:1.25rem;color:#5a6a78;font-size:1.05rem}.article-page article ul{margin:0 0 1.25rem 1.25rem;color:#5a6a78;font-size:1.05rem}.article-page article li{margin-bottom:.35rem}.article-page .article-html-snippet,.article-page .article-html-snippet p{margin-bottom:1.25rem;color:#5a6a78;font-size:1.05rem}.article-page .article-html-snippet strong{color:inherit}.article-page .article-footer{background:#1b1e23;padding:2rem;padding-bottom:max(2rem,var(--safe-bottom));text-align:center;margin-top:4rem}.article-page .article-footer p{color:#ffffff59;font-size:.85rem;margin:0}@media(max-width:768px){.article-page .content{padding:1.5rem}.article-page article h1{font-size:1.5rem}.article-page .hero-img{height:250px}.article-page .article-nav img{height:60px}}
