.hero-v5{--container-max-width:1200px;--rule-gradient:linear-gradient(90deg,#18d2c4,#0b0e3c);background:var(--background-gradient,#f7f2cc);padding:72px 24px}.hero-v5__inner{margin:0 auto;max-width:var(--container-max-width)}.hero-v5__layout{align-items:start;column-gap:20px;display:grid;grid-template-areas:"title media" "description media" "rule media" "snapshot media" "stats media";grid-template-columns:50% 50%;row-gap:24px}.hero-v5__title{grid-area:title}.hero-v5__description{grid-area:description}.hero-v5__rule{background:var(--rule-gradient);grid-area:rule;height:2px;max-width:100%;width:100%}.hero-v5__snapshot{color:#2c2c58;font-family:var(--global-primary-font);font-size:12px;grid-area:snapshot;letter-spacing:1.4px;text-transform:uppercase}.hero-v5__stats{display:flex;flex-wrap:wrap;gap:18px 32px;grid-area:stats}.hero-v5__stat{padding-left:18px;position:relative}.hero-v5__stat:before{background:rgba(12,14,60,.35);bottom:4px;content:"";left:0;position:absolute;top:4px;width:1px}.hero-v5__stat:first-child{padding-left:0}.hero-v5__stat:first-child:before{display:none}.hero-v5__stat-number{color:#060534;font-family:var(--global-secondary-font);font-size:32px;letter-spacing:-.32px;line-height:38.4px;margin-bottom:4px}.hero-v5__stat-label{color:#060534;font-family:var(--global-primary-font);font-size:20px;letter-spacing:-.4px;line-height:31px}.hero-v5__media{grid-area:media;position:relative}.hero-v5__media-image{margin:0 0 0 auto;position:relative}.hero-v5__media-image img{display:block;height:auto;width:100%}.hero-v5__title h1,.hero-v5__title h2,.hero-v5__title h3{color:#0b0e3c;font-family:var(--global-secondary-font);font-style:normal;font-weight:400;letter-spacing:-.8px;line-height:1.05;margin:0}.hero-v5__description p{color:#1e2046;font-family:var(--global-primary-font);font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:980px){.hero-v5__layout{grid-template-areas:"title" "media" "description" "rule" "snapshot" "stats";grid-template-columns:minmax(0,1fr);row-gap:20px}.hero-v5__rule{max-width:100%}.hero-v5__media-image{margin:0 auto}.hero-v5__stats{gap:16px 24px}}@media (max-width:640px){.hero-v5{padding:56px 20px}.hero-v5__stats{display:grid;gap:16px 24px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.hero-v5__stat{min-width:0;padding-left:18px}.hero-v5__stat:before{display:block}.hero-v5__stat:first-child{padding-left:18px}.hero-v5__stat:first-child:before{display:block}}