.hero{display:flex;flex-wrap:wrap}.hero-main{flex:1 1 700px;text-align:center;background:#5bd1da url("./hero-bg.jpg") no-repeat center center/cover;padding:2rem;display:flex;align-items:center;justify-content:center;flex-direction:column}@media(max-width: 1000px){.hero-main{margin-bottom:.5rem}}.hero-main img{display:block;margin:1rem auto;width:75vh}.hero-main h1{background:#1f232a;color:#fff;text-transform:uppercase;border-radius:4rem;display:inline-block;font-size:1.125rem;padding:1.2rem 1.5rem .8rem}@media(min-width: 1640px){.hero-main h1{font-size:37px;padding:1.2rem 3rem .8rem}}.hero-main p{font-family:"Balsamiq Sans",sans-serif;font-weight:bold;color:#3f3f3f;text-transform:uppercase}.hero-ctas{flex:1 1 300px;margin:0 .5rem;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.hero-ctas-item{border-radius:5px;position:relative;padding:15% 2rem;text-align:center;background-color:#1f232a;height:33%;display:flex;align-items:center;justify-content:center}.hero-ctas-item:not(:last-child){margin-bottom:.5rem}.hero-ctas-item .button{margin:0}.hero-ctas-item .button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.hero-ctas-item:nth-child(1) .button{background-color:#fd495c;border-color:#fd495c}.hero-ctas-item:nth-child(2){background-color:#fd495c}.hero-ctas-item:nth-child(2) .button{background-color:#fff;border-color:#fff;color:#1f232a}.hero-ctas-item:nth-child(3){background-color:#25406b}.hero-ctas-item img{width:100%;height:100%;position:absolute;top:0;left:0;max-width:none;-o-object-fit:cover;object-fit:cover;opacity:.2}
