.contact-hero{--hero-title-color:#fff;--hero-description-color:hsla(0,0%,100%,.9);--hero-title-font:var(--font-heading);--hero-description-font:var(--font-body);--hero-title-size:3.5rem;--hero-description-size:1.25rem;--hero-padding-top:5rem;--hero-padding-bottom:5rem;overflow:hidden;padding:var(--hero-padding-top) 0 var(--hero-padding-bottom);position:relative}.contact-hero.bg-gradient{background:var(--gradient-primary)}.contact-hero.bg-solid{background:var(--hero-bg,var(--color-primary))}.contact-hero.bg-image{background-image:var(--hero-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover}.contact-hero.bg-image:before{background:rgba(0,0,0,.4);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:48rem;padding:0 1rem;position:relative;text-align:center;z-index:2}.hero-title{color:var(--hero-title-color);font-family:var(--hero-title-font);font-size:var(--hero-title-size);font-weight:700;line-height:1.1;margin:0 0 2rem}.hero-description{color:var(--hero-description-color);font-family:var(--hero-description-font);font-size:var(--hero-description-size);line-height:1.6;margin:0}.hero-container-narrow .container{max-width:800px}.hero-container-wide .container{max-width:1400px}.hero-container-full .container{max-width:100%}.hero-align-left .hero-content{margin-left:0;margin-right:auto;text-align:left}.hero-align-right .hero-content{margin-left:auto;margin-right:0;text-align:right}.hero-align-center .hero-content{margin:0 auto;text-align:center}@media (max-width:768px){.contact-hero{--hero-padding-top:3rem;--hero-padding-bottom:3rem}.hero-title{font-size:calc(var(--hero-title-size)*.7)}.hero-description{font-size:calc(var(--hero-description-size)*.9)}}