:root {
  --ink: #07111f;
  --ink-soft: #17243a;
  --muted: #667085;
  --line: #e6eaf0;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --brand: #1264f1;
  --brand-2: #4cc9ff;
  --navy: #071425;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 17, 31, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 16px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 84px; display: flex; align-items: center; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(7,17,31,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 170px; }
.brand .custom-logo-link { display: inline-flex; }
.brand .custom-logo { max-height: 46px; width: auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-2)); font-weight: 900; box-shadow: 0 10px 26px rgba(18,100,241,.28); }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { font-size: 9px; letter-spacing: .24em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__list { list-style: none; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.site-nav__list a { color: #344054; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.site-nav__list a:hover { color: var(--brand); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 6px; cursor: pointer; }
.nav-toggle span:not(.screen-reader-text) { width: 24px; height: 2px; background: var(--ink); display: block; margin: 5px 0; border-radius: 99px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-size: 15px; font-weight: 750; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, #0f5de5, #1c7df6); box-shadow: 0 14px 30px rgba(18,100,241,.24); }
.button--ghost { color: var(--ink); background: rgba(255,255,255,.72); border-color: #dbe1ea; }
.button--white { color: var(--ink); background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.15); }
.button--small { min-height: 42px; padding-inline: 18px; border-radius: 11px; font-size: 13px; }
.button--wide { width: 100%; }

.hero { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; padding: 150px 0 90px; background: radial-gradient(circle at 75% 30%, #eef7ff 0, #f9fbfd 28%, #fff 64%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,17,31,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7,17,31,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 76%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(20px); opacity: .45; }
.hero-glow--one { width: 340px; height: 340px; background: #a9dbff; right: -80px; top: 170px; }
.hero-glow--two { width: 200px; height: 200px; background: #c1c7ff; left: 48%; bottom: 30px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--light { color: #7cc6ff; }
.hero h1 { max-width: 680px; margin: 22px 0 22px; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.062em; font-weight: 850; }
.hero-copy > p { max-width: 610px; margin: 0; color: #526070; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #778292; font-size: 12px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust strong { color: #a9b1bd; font-size: 10px; letter-spacing: .1em; }

.dashboard-shell { position: relative; width: min(100%, 650px); margin-left: auto; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 10px; background: rgba(255,255,255,.68); backdrop-filter: blur(16px); box-shadow: 0 45px 100px rgba(18,53,91,.19), 0 0 0 1px rgba(19,80,150,.04); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.dashboard-topbar { height: 48px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #e9edf3; color: #6d7785; font-size: 10px; letter-spacing: .08em; background: rgba(255,255,255,.78); border-radius: 15px 15px 0 0; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d4dae3; }
.live-dot { justify-self: end; color: #14a36d; font-weight: 800; }
.dashboard-body { min-height: 470px; display: grid; grid-template-columns: 64px 1fr; background: #f8fafc; border-radius: 0 0 15px 15px; overflow: hidden; }
.dashboard-side { background: #0b1728; display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 22px; }.dashboard-side b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(145deg, var(--brand), var(--brand-2)); color: #fff; }.dashboard-side span { width: 18px; height: 5px; border-radius: 5px; background: #2a374a; }
.dashboard-main { padding: 28px; }.dashboard-kicker { color: #8e98a6; font-size: 8px; font-weight: 800; letter-spacing: .16em; }.dashboard-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin: 8px 0 24px; }.dashboard-title-row h3 { margin: 0; max-width: 310px; font-size: 22px; letter-spacing: -.035em; }.dashboard-title-row span { color: #98a2b3; font-size: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.metric-grid > div { padding: 15px; border: 1px solid #e6ebf2; border-radius: 12px; background: #fff; display: grid; gap: 4px; }.metric-grid small { color: #8b96a5; font-size: 8px; }.metric-grid strong { font-size: 20px; letter-spacing: -.04em; }.metric-grid em { color: #18a36f; font-size: 8px; font-style: normal; }
.chart-card { position: relative; height: 190px; margin-top: 12px; padding: 18px; background: #fff; border: 1px solid #e7ecf2; border-radius: 13px; overflow: hidden; }.chart-card::before { content: "Revenue & Activity"; position: absolute; top: 12px; left: 16px; color: #8e98a6; font-size: 8px; }.chart-bars { position: absolute; inset: 42px 18px 20px; display: flex; align-items: end; justify-content: space-between; gap: 9px; }.chart-bars i { flex: 1; height: 42%; background: linear-gradient(to top, rgba(18,100,241,.09), rgba(18,100,241,.22)); border-radius: 5px 5px 0 0; }.chart-bars i:nth-child(2) { height: 55%; }.chart-bars i:nth-child(3) { height: 48%; }.chart-bars i:nth-child(4) { height: 68%; }.chart-bars i:nth-child(5) { height: 62%; }.chart-bars i:nth-child(6) { height: 77%; }.chart-bars i:nth-child(7) { height: 70%; }.chart-bars i:nth-child(8) { height: 86%; }.chart-bars i:nth-child(9) { height: 78%; }.chart-bars i:nth-child(10) { height: 94%; }.chart-line { position: absolute; inset: 66px 20px 25px; border-bottom: 2px solid #2b82f6; transform: skewY(-8deg) translateY(-10px); opacity: .9; }
.mini-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 10px; margin-top: 10px; }.mini-grid div { height: 48px; border: 1px solid #e7ecf2; background: #fff; border-radius: 10px; }

.section { padding: 110px 0; }
.section--products { background: var(--surface-soft); }
.section--dark { color: #fff; background: radial-gradient(circle at 70% 38%, #102f54 0, #0a1a2d 30%, #07111f 72%); overflow: hidden; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }.section-heading h2 { margin: 15px 0 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.052em; }.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); }.section-heading--center { justify-content: center; text-align: center; }.section-heading--center .eyebrow { justify-content: center; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.product-card { min-height: 330px; padding: 28px; border: 1px solid #e5eaf0; border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(7,17,31,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d7e3f5; }.product-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.product-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #0e5bd8, #3d9af8); font-size: 22px; font-weight: 900; box-shadow: 0 12px 26px rgba(18,100,241,.22); }.product-badge { padding: 7px 10px; border-radius: 999px; color: #537091; background: #f0f5fb; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.product-card h2,.product-card h3 { margin: 48px 0 12px; font-size: 27px; letter-spacing: -.04em; }.product-card p { color: var(--muted); margin-bottom: 28px; }.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 14px; font-weight: 800; }.text-link--muted { color: #98a2b3; }

.split-showcase { min-height: 600px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }.showcase-copy h2 { margin: 18px 0 22px; font-size: clamp(40px, 4.5vw, 60px); line-height: 1.03; letter-spacing: -.052em; }.showcase-copy > p { max-width: 560px; color: #a9b7c8; font-size: 17px; }.check-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 22px; }.check-list li { position: relative; padding-left: 27px; color: #dbe4ee; font-size: 14px; }.check-list li::before { content: "✓"; position: absolute; left: 0; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #8bd6ff; background: rgba(77,199,255,.10); font-size: 10px; }
.orbit { position: relative; min-height: 450px; display: grid; place-items: center; }.orbit::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: #1674db; filter: blur(90px); opacity: .23; }.orbit-ring { position: absolute; border: 1px solid rgba(130,191,243,.22); border-radius: 50%; }.orbit-ring--one { width: 280px; height: 280px; }.orbit-ring--two { width: 430px; height: 430px; }.orbit-center { position: relative; z-index: 2; width: 130px; height: 130px; border-radius: 36px; display: grid; place-items: center; align-content: center; background: linear-gradient(145deg, #0a5ed5, #20a6ef); box-shadow: 0 30px 80px rgba(18,121,231,.4); transform: rotate(-5deg); }.orbit-center strong { font-size: 17px; letter-spacing: .03em; }.orbit-center small { margin-top: 4px; font-size: 7px; letter-spacing: .19em; opacity: .72; }.orbit-node { position: absolute; z-index: 2; min-width: 88px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: #dcecff; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .08em; }.orbit-node--a { top: 55px; left: 31%; }.orbit-node--b { top: 42%; right: 2%; }.orbit-node--c { bottom: 58px; left: 24%; }.orbit-node--d { top: 40%; left: 0; }

.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }.benefit-card { min-height: 290px; padding: 30px; background: #fff; }.benefit-card > span { color: #a4acb7; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.benefit-card h3 { margin: 70px 0 12px; font-size: 23px; letter-spacing: -.035em; }.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.cta-section { padding-top: 40px; }.cta-panel { position: relative; overflow: hidden; min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px; border-radius: 30px; color: #fff; background: linear-gradient(125deg, #0b1c32, #0e3768 62%, #0d65b3); box-shadow: 0 30px 80px rgba(10,35,65,.18); }.cta-panel::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -80px; top: -80px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }.cta-panel > * { position: relative; z-index: 1; }.cta-panel h2 { max-width: 720px; margin: 18px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.048em; }

.site-footer { margin-top: 80px; padding: 76px 0 26px; color: #a9b5c4; background: #06101d; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }.brand--footer { color: #fff; }.footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: 14px; }.site-footer h3 { margin: 0 0 18px; color: #fff; font-size: 13px; }.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }.footer-links a { font-size: 13px; transition: color .2s ease; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.page-hero { padding: 170px 0 90px; background: linear-gradient(180deg, #f4f8fc, #fff); }.page-hero--compact { min-height: 410px; display: flex; align-items: end; }.page-hero h1 { margin: 18px 0 12px; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.058em; }.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.product-hero { min-height: 760px; display: flex; align-items: center; padding: 150px 0 90px; background: radial-gradient(circle at 75% 32%, #e6f3ff, #f8fbfe 35%, #fff 67%); overflow: hidden; }.product-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }.product-hero h1 { margin: 18px 0; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.058em; }.product-hero p { max-width: 620px; color: var(--muted); font-size: 19px; }.back-link { display: inline-flex; margin-bottom: 35px; color: #7a8695; font-size: 13px; font-weight: 700; }.product-hero__media img,.product-placeholder { width: 100%; min-height: 410px; object-fit: cover; border: 10px solid rgba(255,255,255,.82); border-radius: 28px; box-shadow: var(--shadow); }.product-placeholder { display: grid; place-items: center; align-content: center; gap: 20px; color: #fff; background: linear-gradient(145deg, #0c1a2b, #0e4d86); }.product-placeholder span { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(145deg, var(--brand), var(--brand-2)); font-size: 42px; font-weight: 900; }.product-placeholder strong { font-size: 26px; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 70px; align-items: start; }.entry-content { font-size: 17px; color: #2d3a4c; }.entry-content h2 { margin-top: 1.8em; color: var(--ink); font-size: 34px; line-height: 1.15; letter-spacing: -.04em; }.entry-content h3 { margin-top: 1.6em; color: var(--ink); font-size: 24px; letter-spacing: -.03em; }.entry-content p,.entry-content ul,.entry-content ol { margin-bottom: 1.3em; }.entry-content a { color: var(--brand); text-decoration: underline; }.feature-panel { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #f8fafc; }.feature-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }.feature-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 650; }.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 9px; }
.post-card { padding: 28px 0; border-bottom: 1px solid var(--line); }.post-card h2 { margin-top: 0; }.post-card p { color: var(--muted); }

.demo-form-wrap { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(7,17,31,.06); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { display: grid; gap: 8px; }.field--full { grid-column: 1/-1; }.field label { font-size: 13px; font-weight: 750; }.field input,.field select,.field textarea { width: 100%; border: 1px solid #dfe5ec; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fff; outline: 0; transition: border-color .2s, box-shadow .2s; }.field input:focus,.field select:focus,.field textarea:focus { border-color: #8bbcf7; box-shadow: 0 0 0 4px rgba(18,100,241,.08); }.demo-form .button { margin-top: 20px; }.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }.form-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-size: 14px; font-weight: 650; }.form-notice--success { color: #0c714e; background: #eaf8f2; }.form-notice--error { color: #a53b3b; background: #fff0f0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal--delay { transition-delay: .12s; }.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }

@media (max-width: 980px) {
  .site-header { height: 74px; }.nav-toggle { display: block; z-index: 1002; }.site-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 28px; padding: 96px 32px 40px; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .28s ease; }.site-nav.is-open { transform: translateX(0); }.site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }.site-nav__list li { border-bottom: 1px solid var(--line); }.site-nav__list a { display: block; padding: 17px 0; font-size: 20px; }.nav-cta { width: 100%; }
  .hero { min-height: auto; padding: 135px 0 80px; }.hero-grid,.split-showcase,.product-hero__grid,.content-layout { grid-template-columns: 1fr; }.hero-grid { gap: 54px; }.hero h1 { font-size: clamp(52px, 10vw, 78px); }.dashboard-shell { margin: 0 auto; transform: none; }.section { padding: 85px 0; }.section-heading { align-items: start; flex-direction: column; gap: 20px; }.product-grid { grid-template-columns: repeat(2,1fr); }.split-showcase { gap: 45px; }.orbit { min-height: 430px; }.benefit-grid { grid-template-columns: repeat(2,1fr); }.cta-panel { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1/-1; }.product-hero { min-height: auto; }.feature-panel { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }.brand { min-width: auto; }.brand-copy { display: none; }.hero { padding-top: 118px; }.hero h1 { font-size: 49px; }.hero-copy > p { font-size: 17px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-trust { display: grid; gap: 9px; }.dashboard-body { grid-template-columns: 44px 1fr; min-height: 390px; }.dashboard-side { gap: 17px; }.dashboard-main { padding: 16px; }.metric-grid { gap: 6px; }.metric-grid > div { padding: 10px; }.metric-grid strong { font-size: 15px; }.chart-card { height: 145px; }.mini-grid { display: none; }.section { padding: 72px 0; }.section-heading h2,.showcase-copy h2,.cta-panel h2 { font-size: 38px; }.product-grid,.benefit-grid,.check-list,.form-grid { grid-template-columns: 1fr; }.product-card { min-height: 290px; }.product-card h2,.product-card h3 { margin-top: 38px; }.benefit-card { min-height: 240px; }.benefit-card h3 { margin-top: 42px; }.orbit { min-height: 350px; transform: scale(.8); margin: -30px 0; }.orbit-ring--two { width: 390px; height: 390px; }.cta-panel { min-height: 360px; padding: 34px 26px; border-radius: 22px; }.cta-panel .button { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.page-hero { padding-top: 130px; }.page-hero--compact { min-height: 330px; }.page-hero h1,.product-hero h1 { font-size: 49px; }.product-hero { padding-top: 130px; }.product-hero__media img,.product-placeholder { min-height: 300px; }.demo-form-wrap { padding: 22px; }
}
