.hero{--hero-background:var(--color-blue-bright);color:inherit;display:block}.hero--industry{--hero-background:var(--color-green-bright)}.hero--educatin{--hero-background:var(--color-yellow-bright)}.hero--health,.hero--senior{--hero-background:var(--color-purple-bright)}.hero--all,.hero--urban-dev{--hero-background:var(--color-blue-bright)}.hero--sports{--hero-background:var(--color-orange-bright)}.hero--corona{--hero-background:var(--color-red-bright)}.hero--sustainability{--hero-background:var(--color-gold-bright)}.hero__head{background:var(--hero-background)}.hero__foot{position:relative;z-index:1}.hero__foot:before{background:var(--hero-background);content:"";display:block;inset:0 0 70%;position:absolute;z-index:-1}@media(min-width:576px){.hero__foot:before{inset:0 0 55%}}@media(min-width:992px){.hero__foot:before{inset:0 0 50%}}