.about-hero-story{display:grid;align-items:center;justify-items:center;place-items:center}.about-hero-story__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.about-hero-story::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,23,26,.88),rgba(20,23,26,.52));z-index:1}.about-hero-story .container{position:relative;z-index:2}.about-story__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.7fr);grid-gap:40px;gap:40px;align-items:start}.about-story h2,.about-team h2,.about-values h2{color:var(--brand-text);font-weight:900}.about-story p,.about-team p,.about-values p{color:var(--brand-text)}.about-timeline{display:grid;grid-gap:18px;gap:18px}.about-team-grid article,.about-timeline article,.about-value-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.about-timeline article{padding:22px}.about-timeline span{color:var(--brand-primary-dark);font-weight:900;text-transform:uppercase;font-size:.78rem}.about-team-grid h3,.about-timeline h3,.about-value-grid h3{color:var(--brand-text);font-weight:900}.about-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.about-value-grid article{padding:26px}.about-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.about-team-grid article{overflow:hidden}.about-team-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.about-team-grid h3,.about-team-grid p{margin-left:22px;margin-right:22px}.about-team-grid h3{margin-top:22px}.about-team-grid p{margin-bottom:24px}.about-credential-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid var(--brand-border);background:var(--brand-bg)}.about-credential-row span{padding:22px 16px;color:var(--brand-text);font-weight:900;text-align:center;border-right:1px solid var(--brand-border)}.about-credential-row span:last-child{border-right:0}@media (max-width:991px){.about-story__grid,.about-team-grid,.about-value-grid{grid-template-columns:1fr}.about-credential-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.about-credential-row{grid-template-columns:1fr}.about-credential-row span{border-right:0;border-bottom:1px solid var(--brand-border)}}