
/* V12.8.4 */
.hero{
    justify-content:center!important;
    text-align:center!important;
}
.hero-content,
.hero>div{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}
.hero-content p,
.hero-content h1,
.hero-content .eyebrow{
    text-align:center!important;
}
.hero-content .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.site-header{
    gap:18px;
}
.nav-buttons-v1284{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
}
@media(max-width:850px){
    .hero-content{
        width:100%;
        max-width:760px;
    }
    .nav-buttons-v1284{
        display:none;
        flex-direction:column;
        align-items:stretch;
    }
    .nav-buttons-v1284.is-open{
        display:flex;
    }
}
