.hero-wrap{place-items:center;width:100%;height:100svh;display:grid;position:relative;overflow:hidden}.hero-wrap .hero-bg{background-image:url(/images/home-desktop-garcom.png);background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.hero-wrap .hero-bg:after{content:"";background:linear-gradient(rgba(0,0,0,.35) 0%,rgba(0,0,0,.25) 40%,rgba(0,0,0,.6) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-wrap .hero-center{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.hero-wrap .btn{border:1px solid var(--stroke);border-radius:12px;justify-content:center;align-items:center;margin-top:110px;padding:14px 22px;font-size:18px;text-decoration:none;transition:all .2s;display:inline-flex}.hero-wrap .btn.lg{min-width:162px!important}.hero-wrap .btn-primary{background:var(--brand-primary);color:var(--white);border:3px solid var(--brand-primary);font-weight:700}.hero-wrap .btn-outline{color:var(--white);border:3px solid var(--white);background:0 0;font-weight:700}.hero-wrap .btn:hover,.hero-wrap .btn:active,.hero-wrap .btn[aria-pressed=true]{background:var(--brand-dark);color:#fff;border:3px solid var(--brand-dark)}@media (max-width:900px){.hero-wrap{height:100svh}.hero-wrap .hero-bg{background-image:url(/images/home-mobile-garcom.png)}.hero-wrap .hero-center{flex-direction:column;width:min(220px,140vh);margin-top:400px}.hero-wrap .btn.lg{margin-top:0;width:100%!important}}@media (max-width:768px){.hero-wrap{height:100svh}}
