.hero-section{position:relative;border-bottom:1px solid var(--border-color);overflow:hidden}.hero-inner{display:grid;grid-template-columns:repeat(2,1fr);padding:7.5rem var(--container-space)}.hero-left{display:flex;flex-direction:column;gap:2.5rem;max-width:43rem}.hero-headline{letter-spacing:-.12rem;background:linear-gradient(87deg,rgb(153 153 153 / .7) -3.01%,#FFF 27.13%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.hero-description{font-size:1.125rem;line-height:140%}.hero-right img{position:absolute;height:100%;bottom:0}@media (max-width:1346px){.hero-headline{font-size:4.5rem}}@media (max-width:992px){.hero-inner{grid-template-columns:repeat(1,1fr);padding-top:5rem;padding-bottom:0;gap:2rem}.hero-right img{position:relative;width:100%}.hero-headline{font-size:3.5rem}.hero-left{align-items:center;text-align:center}}@media (max-width:768px){.hero-headline{font-size:2.75rem}}