.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;padding:6rem 1rem 4rem;position:relative;z-index:1}.hero__overlay{height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:2}.hero__overlay.gold{background:linear-gradient(90deg,#cfac2c,#cfac2c)}.hero__overlay.green{background:linear-gradient(90deg,#308d8f,#0e4147)}.hero__container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:980px;width:100%;z-index:3}.hero__content{flex:1;text-align:center}.hero__title{margin-bottom:1rem}.hero__content.white .hero__description *,.hero__content.white .hero__subtitle,.hero__content.white .hero__title{color:#fff}.hero__description{margin-bottom:2rem}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}@media (max-width:767px){.hero__container{flex-direction:column-reverse}.hero__content{max-width:100%;padding:.5rem}}