.hero{overflow:hidden;position:relative}.hero__title{font-size:4rem}.hero__title--small{font-size:2.375rem}.hero-image{inset:0;overflow:hidden;position:absolute}.hero-image img{display:block;height:100%;object-fit:cover;width:100%}.hero-shadow{align-items:center;display:flex;justify-content:center;min-height:inherit;padding:3rem 1rem;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1rem;max-width:var(--container-sm);padding:4rem 0;text-align:center;width:100%}.hero__description{margin:1rem 0}.hero-btn-wrapper{display:flex;flex-flow:row wrap;gap:.5rem;justify-content:center}.hero__btn{background-color:#000;border:1px solid #fff;border-radius:3px;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:all .15s ease-in}.hero__btn:focus-within,.hero__btn:hover{background-color:#111;color:#fff;text-decoration:none}@media screen and (min-width:876px){.hero-shadow{padding:3rem 2rem 5rem}.hero-content{text-align:left}.hero-btn-wrapper{justify-content:flex-start}}