.hero{background:#777;display:flex;flex-wrap:wrap;margin-bottom:1.5rem;padding:0;position:relative}.hero img{margin:0}.hero:before{background:rgba(57,57,57,.25);height:100%}.hero:after,.hero:before{bottom:0;content:"";left:0;position:absolute;width:100%;z-index:1}.hero:after{background:linear-gradient(0deg,rgba(0,0,0,.59) 0,transparent);height:90px}.hero-bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.hero-text{color:#fff;flex:1 auto;margin:4rem 0;padding:8rem 0;position:relative;text-align:center;z-index:1}.hero-text h1{margin-bottom:0}.hero-text h1,.hero-text h2,.hero-text h3,.hero-text h4,.hero-text h5{color:#fff}.hero-text .cta_button{margin:1rem}.hero-text .wrapper{padding:3rem;position:relative;width:fit-content;-moz-width:fit-content}@media (max-width:767px){.hero-text{margin-bottom:1rem;margin-top:1rem;padding-bottom:2rem;padding-top:3rem}.hero-text .wrapper{padding-left:1.5rem;padding-right:1.5rem}}.hero-text .wrapper:after{background:var(--primary-color);content:"";height:100%;left:0;opacity:75%;position:absolute;top:0;width:100%;z-index:-1}.hero-text h1{margin:0}.hero-text p{margin:1rem 0 0}.hero-anchors{display:flex;justify-content:center;margin:0 auto -1rem;position:relative;text-align:center;width:100%;z-index:2}.hero-anchors>a{background:#306b83;border:none;color:#fff;margin:0 .5rem;padding:.75rem 1.5rem}@media (max-width:960px){.hero-anchors{flex-basis:99%;flex-wrap:wrap}.hero-anchors>a{box-sizing:border-box;flex:1 0 calc(50% - 2rem);margin:.75rem 1rem 0}}@media (max-width:580px){.hero-anchors>a{flex:1 0 95%}}.hero-anchors>a:hover{background:#0c3d52;box-shadow:0 8px 10px rgba(0,0,0,.16)}.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero.hero--with-anchor-links{margin-bottom:1.5rem}