#hero-banner{height:calc(100vh - 160px);display:grid;grid-template-columns:1fr;position:relative;padding:0}#hero-banner .foreground{position:relative;grid-area:1/-1;z-index:1;align-self:center}#hero-banner .foreground .linkwrap{margin-top:40px}#hero-banner .foreground .statement h1{line-height:1;letter-spacing:0}#hero-banner #hero-overlay{position:relative;grid-area:1/-1;background-image:linear-gradient(45deg,rgba(48,80,96,1),rgba(68,100,116,0),transparent);height:100%}#hero-banner .background{position:relative;grid-area:1/-1;z-index:-1;width:100vw}#hero-banner .background .image-bg{width:100%;height:100%;grid-area:1/1;z-index:0;position:relative}#hero-banner .background .image-bg img{object-fit:cover;object-position:80%;width:100%;height:100%;grid-area:1/1;z-index:0;position:relative;text-align:left}@media (width < 1192px){#hero-banner{margin-top:215px}}@media (width < 600px){#hero-banner{height:calc(100vh - 100px)}#hero-banner .foreground{align-self:end;margin-bottom:100px}#hero-banner .background .image-bg img{max-width:100%;aspect-ratio:9/16}#hero-banner .foreground .linkwrap{margin-top:30px;max-width:12rem}#hero-banner #hero-overlay{background-image:linear-gradient(45deg,rgba(48,80,96,1),rgba(48,80,96,.5),rgba(68,100,116,0),transparent)}}