.hero{position:relative;background-size:contain;background-position:50%;aspect-ratio:2.5/1;flex-direction:column;justify-content:center;border-radius:var(--border-radius-md);overflow:hidden}.hero__gradient{background:linear-gradient(rgba(0,0,0,.8),transparent 20%);width:100%;height:100%;position:absolute}.hero__breadcrumb{z-index:10;color:var(--white);position:absolute;top:2rem;left:3.5rem}@media(max-width:767px){.hero__breadcrumb{left:1.5rem;top:1.5rem}}.hero__grid{display:grid;height:auto;align-items:center;grid-template-columns:repeat(3,1fr 12px) 1fr}@media(min-width:768px){.hero__grid{grid-template-columns:repeat(5,1fr 20px) 1fr}}@media(min-width:992px){.hero__grid{grid-template-columns:repeat(5,1fr 30px) 1fr}}.hero__content{z-index:10;grid-column:1/span 5;color:var(--white);padding-left:3.5rem;padding-right:2rem}@media(max-width:767px){.hero__content{grid-column:1/-1;padding-left:1.5rem;padding-right:1.5rem}}.hero__bar{position:absolute;z-index:10;height:10px;background:var(--aramco-bar);bottom:0;left:0;width:100%}.hero.new-client{aspect-ratio:2.5/1.2}.hero.alliances-hero{aspect-ratio:1.95/.95}