:root{--page-title-display:none;}/* Start custom CSS */.btv-cta-buttons{
display:flex;
flex-wrap:wrap;
gap:14px;
justify-content:center;
margin-top:20px;
}

.btv-cta-btn{
display:inline-block;
padding:15px 26px;
border-radius:999px;
font-weight:700;
text-decoration:none;
text-align:center;
transition:.2s ease;
}

.btv-cta-btn:hover{
transform:translateY(-1px);
opacity:.96;
}

.btv-btn-call{
background:#f4c54c;
color:#16202a;
}

.btv-btn-text{
background:#0f4c81;
color:#ffffff;
}

.btv-btn-form{
background:#ffffff;
color:#0f4c81;
border:1px solid #d6e3f1;
}/* End custom CSS */