@font-face{font-family:Manrope;src:url('manrope-latin.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
:root{--ink:#202b3a;--primary:#164b92;--accent:#2465ae;--highlight:#b9ddff;--paper:#fff;--mist:#f3f5f7;--line:#dce1e7;--muted:#626d7a;--font:Manrope,'Helvetica Neue',sans-serif}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid #4b96ed;outline-offset:5px}
img{display:block;max-width:100%}
button{color:inherit}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500;line-height:1.18}
h2{font-size:44px}
button i,a i{flex-shrink:0}
.container{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}
.section-pad{padding-block:104px}
.eyebrow{display:flex;align-items:center;gap:11px;color:var(--accent);font-size:10px;font-weight:700;text-transform:uppercase;line-height:1.6;margin-bottom:25px}
.eyebrow>span:first-child:empty{width:21px;height:2px;background:currentColor;flex-shrink:0}
.eyebrow.light{color:var(--highlight)}
.mono{font-family:monospace;font-size:11px;font-weight:400}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:51px;padding:13px 22px;background:var(--primary);color:white;font-size:12px;font-weight:600;border:1px solid var(--primary);border-radius:2px;transition:background .2s,color .2s,transform .2s}
.button:hover{background:#2161ad;transform:translateY(-2px)}
.button i{font-size:16px}
.button-white{background:#fff;color:var(--ink);border-color:#fff}
.button-white:hover{background:var(--highlight);color:var(--primary);border-color:var(--highlight)}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding-block:10px;border-bottom:1px solid var(--accent);font-size:12px;font-weight:700;line-height:1.7}
.text-link:hover{color:var(--accent)}
.text-link i{font-size:18px;transition:transform .2s}
.text-link:hover i{transform:translate(2px,-2px)}
.skip-link{position:fixed;left:20px;top:-100px;background:var(--primary);color:#fff;padding:12px;z-index:100}
.skip-link:focus{top:15px}
.site-header{height:90px;position:sticky;top:0;background:rgba(255,255,255,.97);z-index:20;border-bottom:1px solid #e9ecf0}
.header-inner{height:100%;max-width:1440px;margin:auto;padding-inline:44px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.brand img{width:39px;height:39px;object-fit:contain}
.brand-name{display:flex;flex-direction:column;font-size:31px;font-weight:800;line-height:.88}
.brand-name>span{font-size:10px;line-height:1;margin-top:7px;font-weight:600;text-transform:uppercase}
.navigation{display:flex;align-items:center;gap:29px;margin-left:auto}
.navigation a{font-size:11px;font-weight:600;position:relative;white-space:nowrap;padding-block:10px}
.navigation a:after{content:'';position:absolute;bottom:3px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.navigation a:hover:after,.navigation a[aria-current]:after{transform:scaleX(1)}
.header-actions{display:flex;gap:27px;align-items:center}
.language-switch{display:flex;align-items:center;gap:8px;font-size:10px}
.language-switch button{border:0;background:none;padding:8px 0;color:#6b7582;font-size:10px}
.language-switch button[aria-pressed=true]{color:var(--ink);font-weight:800}
.language-switch>span{color:#b9c2ce}
.header-contact{font-size:11px;min-height:43px;padding:10px 17px;gap:23px}
.menu-toggle{display:none;border:0;background:transparent;width:40px;height:40px;font-size:26px;align-items:center;justify-content:center}
.hero{position:relative;isolation:isolate;min-height:520px;height:min(720px,calc(100svh - 200px));max-height:900px;color:#fff;overflow:hidden;background:#52626a}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.hero-image{object-fit:cover;object-position:center 57%;animation:hero-enter 1.4s ease-out both}
.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(12,26,46,.82) 0%,rgba(12,26,46,.51) 40%,rgba(12,26,46,.08) 78%),linear-gradient(0deg,rgba(12,26,46,.6),transparent 35%)}
.hero-content{padding-top:77px;animation:content-enter .8s ease-out both}
.hero .eyebrow{margin-bottom:27px;font-size:10px}
.hero h1{font-size:88px;font-weight:500;line-height:1.1;margin-left:-4px}
.brand-period{color:var(--highlight)}
.hero-statement{font-size:30px;line-height:1.4;margin-top:22px;font-weight:400}
.hero-description{font-size:13px;color:#e1e8f0;line-height:1.9;margin-block:20px 29px}
.hero-bottom{position:absolute;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 240px 240px;align-items:center;height:85px;border-top:1px solid #ffffff45}
.hero-caption{display:flex;align-items:center;gap:10px;font-size:10px;color:#e6edf5}
.status-dot{width:5px;height:5px;border-radius:50%;background:var(--highlight);display:inline-block}
.hero-sector{display:flex;align-items:center;gap:16px;border-left:1px solid #ffffff45;height:100%;padding-inline:28px;font-size:14px;transition:background .2s}
.hero-sector:hover{background:#ffffff14}
.hero-sector .mono{color:#ccd8e8}
.hero-sector i{margin-left:auto;font-size:20px}
.hero-side-note{position:absolute;right:19px;top:80px;writing-mode:vertical-rl;font-size:8px;opacity:.7}
.intro.section-pad{padding-top:64px}
.intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px}
.intro-grid>.eyebrow{align-self:start;margin-top:10px;max-width:220px}
.intro h2{font-size:40px}
.intro-detail{display:grid;grid-template-columns:1fr;max-width:595px;margin-top:26px}
.intro-detail p{font-size:14px;color:var(--muted);line-height:1.9}
.intro-detail .text-link{justify-self:start;margin-top:15px}
.expertise-strip{display:grid;grid-template-columns:1.3fr 1fr .8fr 1fr;gap:25px;border-top:1px solid var(--line);padding-top:31px;margin-top:65px;align-items:center}
.expertise-strip>span{font-size:11px;display:flex;align-items:center;gap:11px;font-weight:600}
.expertise-strip>span:first-child{font-size:10px;color:var(--muted);font-weight:400;max-width:165px}
.expertise-strip i{font-size:21px;color:var(--accent)}
.sectors{background:var(--mist)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:45px}
.section-description{font-size:12px;line-height:1.9;color:var(--muted);max-width:330px;padding-bottom:5px}
.sector-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid #cbd5e2;margin-bottom:38px}
.sector-tabs button{border:none;border-bottom:2px solid transparent;display:flex;align-items:center;gap:18px;min-height:66px;background:transparent;padding:15px 22px;color:var(--muted);font-size:17px;font-weight:500}
.sector-tabs button[aria-selected=true]{border-bottom-color:var(--primary);color:var(--primary);background:#e7eef8}
.sector-tabs button i{margin-left:auto;font-size:19px}
.sector-panel{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;align-items:center}
[hidden]{display:none!important}
.sector-photo{position:relative;aspect-ratio:1.19;overflow:hidden;background:#d5e3e5}
.sector-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.sector-photo:hover img{transform:scale(1.025)}
.photo-label{position:absolute;bottom:22px;left:22px;display:flex;align-items:center;gap:11px;background:#fff;padding:11px 16px;font-size:8px;font-weight:700}
.photo-label i{font-size:17px;color:var(--accent)}
.sector-content{padding-block:15px}
.sector-content .eyebrow{font-size:9px;margin-bottom:16px}
.sector-content h3{font-size:34px;line-height:1.25}
.sector-content>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:22px;max-width:420px;line-height:1.9}
.sector-capabilities{list-style:none;padding:0;margin:23px 0;font-size:11px}
.sector-capabilities li{display:flex;align-items:center;gap:12px;padding-block:7px}
.sector-capabilities i{font-size:17px;color:var(--accent)}
.sector-content .text-link{font-size:11px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product{display:flex;flex-direction:column;border:1px solid var(--line);padding:25px 28px 22px;transition:border-color .25s,background .25s,transform .25s;border-radius:2px}
.product:hover{border-color:#8caad0;background:#f8faff;transform:translateY(-5px)}
.product-top{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:17px}
.product-category{font-size:9px;text-transform:uppercase;color:var(--muted);font-weight:600}
.product-identity{height:137px;display:flex;align-items:center}
.product-identity img{max-width:155px;max-height:66px;width:auto;height:auto;object-fit:contain}
.product-identity img.product-logo-wide{width:220px;max-width:100%;height:auto}
.product h3{font-size:21px;margin-bottom:13px}
.product>p{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:30px}
.product-domain{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;margin-top:auto;font-size:10px;font-weight:600}
.product-domain i{font-size:16px}
.approach{background:var(--primary);color:#fff;position:relative;overflow:hidden}
.approach:before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:72px 72px}
.approach-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:100px}
.approach h2{font-size:44px;line-height:1.22}
.approach-intro>p:not(.eyebrow){color:#d0def0;font-size:13px;max-width:340px;margin-top:28px;line-height:1.9}
.approach-signature{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:8px;margin-top:39px;color:var(--highlight)}
.approach-signature>span:last-child{color:#d0def0}
.principle{display:grid;grid-template-columns:30px 1fr 24px;gap:16px;padding-block:30px;border-top:1px solid #ffffff2b}
.principle:first-child{padding-top:0;border-top:none}
.principle:last-child{padding-bottom:0}
.principle>.mono{font-size:10px;color:var(--highlight);margin-top:3px}
.principle>i{color:var(--highlight);font-size:23px;line-height:1.2}
.principle h3{font-size:18px;line-height:1.4}
.principle p{font-size:12px;color:#d0def0;margin-top:12px;line-height:1.9}
.contact{background:#f6f7f9}
.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:110px;align-items:center}
.contact h2{font-size:47px}
.contact-description{font-size:13px;color:var(--muted);margin-block:24px 28px;line-height:1.9}
.contact-details>div,.contact-details>a{display:block;padding:22px 0;border-bottom:1px solid var(--line)}
.contact-details>a:first-child{padding-top:0}
.contact-details>div:last-child{border-bottom:none;padding-bottom:0}
.detail-label{display:block;font-size:9px;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-weight:600}
.contact-value{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:17px;line-height:1.5;overflow-wrap:anywhere}
.contact-value i{font-size:19px}
.contact-details>a:hover .contact-value{color:var(--accent)}
.address{display:block;font-size:11px;color:var(--muted);margin-top:6px}
.site-footer{padding-block:43px 24px}
.footer-top{display:flex;align-items:center;gap:48px;padding-bottom:35px}
.footer-top .brand{transform:scale(.85);transform-origin:left center}
.footer-top>p{font-size:11px;color:var(--muted)}
.social-links{display:flex;gap:16px;margin-left:auto}
.social-links a{width:34px;height:34px;display:grid;place-items:center;font-size:15px}
.social-links a:last-child{border:1px solid var(--line);margin-left:20px}
.social-links a:hover{background:var(--mist)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;font-size:9px;color:var(--muted)}
.privacy-button{background:none;border:0;font-size:9px;padding:5px 0}
.privacy-button:hover{text-decoration:underline}
dialog{border:1px solid var(--line);border-radius:4px;padding:34px;width:560px;max-width:calc(100% - 32px);max-height:80svh;color:var(--ink);box-shadow:0 20px 100px #0003}
dialog::backdrop{background:#101d30cc;backdrop-filter:blur(4px)}
.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.dialog-heading h2{font-size:25px}
.dialog-close{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);background:transparent;flex-shrink:0}
dialog p{font-size:13px;color:var(--muted);margin-top:15px}
dialog a{text-decoration:underline;overflow-wrap:anywhere}
.reveal{transition:opacity .7s ease,transform .7s ease}
.reveal.is-pending{opacity:0;transform:translateY(18px)}
.product:nth-child(2){transition-delay:.07s}
.product:nth-child(3){transition-delay:.14s}
@keyframes hero-enter{from{transform:scale(1.035)}to{transform:scale(1)}}
@keyframes content-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero{height:780px;max-height:calc(100svh - 150px)}.hero-content{padding-top:105px}.hero h1{font-size:102px}.hero-statement{font-size:34px}.hero-description{font-size:15px}.hero-bottom{height:98px}}
@media(max-width:1150px){.header-inner{padding-inline:30px;gap:25px}.navigation{gap:20px}.header-actions{gap:20px}.container{width:calc(100% - 80px)}.header-contact{display:none}.hero-bottom{grid-template-columns:1fr 190px 190px}.intro-grid{grid-template-columns:1fr 2.4fr;gap:35px}.sector-panel{gap:38px}.sector-content h3{font-size:30px}.approach-grid{gap:60px}.contact-grid{gap:55px}.contact h2{font-size:41px}.contact-value{font-size:15px}}
@media(max-width:800px){html{scroll-padding-top:90px}.site-header{height:76px}.header-inner{padding-inline:24px}.container{width:calc(100% - 48px)}.menu-toggle{display:flex}.header-actions{gap:22px}.navigation{display:none;position:absolute;top:75px;left:0;right:0;background:white;padding:20px 24px 28px;border-bottom:1px solid var(--line);box-shadow:0 15px 25px #16365e12}.navigation.is-open{display:flex;align-items:stretch;flex-direction:column;gap:5px}.navigation a{font-size:15px;padding:12px 0}.hero{min-height:630px;height:calc(100svh - 116px)}.hero-content{padding-top:65px}.hero h1{font-size:70px}.hero-statement{font-size:28px}.hero-bottom{grid-template-columns:1fr 1fr;height:74px}.hero-caption{display:none}.hero-sector:first-of-type{border-left:0;padding-left:0}.hero-sector{padding-inline:20px}.hero-side-note{right:9px;font-size:7px}.section-pad{padding-block:76px}h2{font-size:36px}.intro-grid{grid-template-columns:1fr;gap:3px}.intro-grid>.eyebrow{max-width:none;margin-top:0}.intro h2{font-size:36px}.intro-detail{max-width:100%}.expertise-strip{grid-template-columns:1fr 1fr;gap:25px 30px;margin-top:40px;padding-top:27px}.expertise-strip>span:first-child{max-width:180px}.section-heading{align-items:flex-start;flex-direction:column;gap:23px;margin-bottom:30px}.sector-panel{grid-template-columns:1fr;gap:30px}.sector-photo{aspect-ratio:1.6}.sector-content{padding:0}.sector-content>p:not(.eyebrow){max-width:100%}.sector-content h3{font-size:32px}.sector-capabilities{margin-block:18px}.product-grid{gap:13px}.product{padding:20px 17px}.product-category{font-size:8px}.product-identity{height:120px}.product-identity img{max-width:100%;max-height:54px}.product h3{font-size:18px}.product>p{font-size:11px}.product-domain{font-size:9px}.approach-grid{gap:40px;grid-template-columns:1fr}.approach h2{font-size:40px}.approach-intro>p:not(.eyebrow){max-width:470px}.principles{margin-top:5px}.principle:first-child{padding-top:28px;border-top:1px solid #ffffff2b}.contact-grid{grid-template-columns:1fr;gap:40px}.contact h2{font-size:40px}.contact-value{font-size:19px}.contact-details{max-width:550px;width:100%}.footer-top{gap:20px;flex-wrap:wrap}.footer-top>p{margin-left:auto}.social-links{margin-left:0;width:100%}.social-links a:last-child{margin-left:auto}.footer-bottom{flex-wrap:wrap;gap:12px}.footer-bottom>span:first-child{width:100%}}
@media(max-width:480px){.hero{height:calc(100svh - 112px);min-height:610px}.hero-image{object-position:63% center}.hero-shade{background:linear-gradient(90deg,#0c1a2ec9,#0c1a2e55),linear-gradient(0deg,#0c1a2e99,transparent 45%)}.hero-content{padding-top:61px}.hero .eyebrow{font-size:8px;margin-bottom:31px}.hero h1{font-size:51px;margin-left:-2px}.hero-statement{font-size:25px;margin-top:26px}.hero-description{font-size:12px;margin-block:20px 29px}.hero .button{font-size:11px;min-height:48px}.hero-sector{font-size:13px;gap:11px;padding-inline:16px}.hero-sector i{font-size:18px}.hero-side-note{display:none}.section-pad{padding-block:60px}.eyebrow{font-size:9px;margin-bottom:22px}h2,.intro h2{font-size:30px}.intro-detail p{font-size:13px}.expertise-strip{gap:23px 13px}.expertise-strip>span{font-size:9px;gap:8px}.expertise-strip>span:first-child{font-size:9px}.expertise-strip i{font-size:19px}.section-description{font-size:12px}.sector-tabs{margin-bottom:24px}.sector-tabs button{font-size:15px;gap:13px;padding:13px 16px;min-height:59px}.sector-photo{aspect-ratio:1.22}.photo-label{left:15px;bottom:15px;font-size:7px}.sector-content h3{font-size:29px}.sector-content .text-link{font-size:10px;gap:14px}.product-grid{grid-template-columns:1fr;gap:17px}.product{padding:24px}.product-top{font-size:19px}.product-category{font-size:9px}.product-identity{height:122px}.product-identity img{max-width:155px;max-height:60px}.product h3{font-size:22px}.product>p{font-size:12px;margin-bottom:25px}.product-domain{font-size:11px}.approach h2{font-size:34px}.principle{grid-template-columns:25px 1fr 21px;gap:10px}.principle h3{font-size:16px}.principle p{font-size:12px}.contact h2{font-size:35px}.contact-value{font-size:16px}.footer-top{gap:16px}.footer-top>p{font-size:9px;max-width:128px}.site-footer{padding-top:32px}.brand img{width:35px;height:35px}.brand-name{font-size:29px}.brand-name>span{font-size:9px}.header-inner{gap:15px}.header-actions{gap:16px}dialog{padding:24px}}
@media(max-width:359px){.container{width:calc(100% - 36px)}.header-inner{padding-inline:18px}.hero h1{font-size:45px}.hero-statement{font-size:23px}.hero-content{padding-top:48px}.contact-value{font-size:14px}.intro h2,h2{font-size:27px}.contact h2{font-size:31px}.expertise-strip{grid-template-columns:1fr}.expertise-strip>span:first-child{max-width:none}.footer-top>p{max-width:115px}}
@media(max-width:800px){.hero{min-height:570px;height:calc(100svh - 166px)}}
@media(max-width:480px){.intro.section-pad{padding-top:50px}.sector-tabs button{min-width:0;padding-inline:10px;gap:8px}.sector-tabs button i{font-size:16px}}
@media(max-width:359px){.sector-tabs button{font-size:13px}.sector-tabs button i{display:none}}
@media(max-width:800px) and (max-height:750px){.hero{min-height:0;height:calc(100svh - 156px)}.hero-content{padding-top:28px}.hero .eyebrow{margin-bottom:20px}.hero h1{font-size:50px}.hero-statement{font-size:24px;margin-top:17px}.hero-description{display:none}.hero-content .button{margin-top:24px;min-height:44px}.hero-bottom{height:62px}}
@media(max-width:359px) and (max-height:750px){.hero-content{padding-top:24px}.hero h1{font-size:44px}.hero-statement{font-size:20px}.hero-content .button{margin-top:21px}}
@media(min-width:801px) and (max-height:850px){.hero-content{padding-top:40px}.hero .eyebrow{margin-bottom:17px}.hero h1{font-size:72px}.hero-statement{font-size:26px;margin-top:15px}.hero-description{font-size:12px;line-height:1.7;margin-block:15px 21px}}
body{font-size:17px}
.navigation a{font-size:16px}
.language-switch,.language-switch button{font-size:14px}
.button,.hero .button,.header-contact,.text-link,.sector-content .text-link{font-size:16px}
.eyebrow,.hero .eyebrow,.sector-content .eyebrow{font-size:13px}
.intro-detail p,.sector-content>p:not(.eyebrow),.product>p,.approach-intro>p:not(.eyebrow),.principle p,.contact-description,dialog p{font-size:17px;line-height:1.75}
.hero-description,.section-description,.sector-capabilities{font-size:16px;line-height:1.75}
.hero-caption,.mono,.principle>.mono{font-size:13px}
.hero-sector{font-size:16px}
.expertise-strip>span{font-size:15px}
.expertise-strip>span:first-child,.product-category,.detail-label,.photo-label,.approach-signature{font-size:12px}
.product-domain,.address,.footer-top>p{font-size:14px}
.footer-bottom,.privacy-button{font-size:13px}
.principle h3{font-size:21px}
.product h3{font-size:24px}
.contact-value{font-size:18px}
.section-description{max-width:380px}
.expertise-strip i{flex-shrink:0}
.photo-label{max-width:calc(100% - 44px)}
.product-domain{gap:10px;overflow-wrap:anywhere}
@media(min-width:801px) and (max-width:1250px){.header-inner{padding-inline:24px;gap:20px}.navigation{gap:16px}.header-actions{gap:18px}.header-contact{display:none}}
@media(min-width:801px) and (max-height:850px){.hero-content{padding-top:28px}.hero-description{margin-block:12px 16px}.hero .eyebrow{margin-bottom:14px}}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-strip{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.navigation a{font-size:18px}.hero-content{padding-top:40px}.hero .eyebrow{margin-bottom:22px}.hero-statement{margin-top:18px}.hero-description{margin-block:16px 22px}.footer-top{flex-wrap:wrap}.footer-top>p{max-width:none;flex:1;min-width:140px}}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.expertise-strip{grid-template-columns:1fr}.expertise-strip>span:first-child{max-width:none}.hero .eyebrow{font-size:12px}.hero-sector{gap:8px;padding-inline:12px}.sector-tabs button{font-size:16px}.sector-tabs button .mono{display:none}}
@media(max-width:800px) and (max-height:750px){.hero-content{padding-top:24px}.hero-content .button{margin-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;transform:none}}
