.hs-button{
	font-family: 'neutraface_slab_display',sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: white !important;
    font-size: 1.11111em !important;
    line-height: 1.2em !important;
    line-height: 1.2em !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    padding: 15px !important;
    cursor: pointer !important;
    background: #da252e !important;
    -webkit-appearance: none !important;

    text-shadow: 0 0px 0 #3574e3 !important;
    background-image: linear-gradient(to bottom, #da252e,#da252e) !important;
    box-shadow: inset 0px 0px 0px rgba(255,255,255,0) !important;
    border-top: 0px solid #64baf0 !important;
    border-bottom: 0px solid #1c4ed5 !important;
    border-right: 0px solid #468ee6 !important;
    border-left: 0px solid #468ee6 !important;
    border-radius: 0px !important;
    transition: opacity 0.0s linear !important;
}

.hs-button:hover, .hs-button:focus{
	background-color: #231f20 !important;
	background-image: linear-gradient(to bottom, #231f20,#231f20) !important;
}

.normalBodyTextReference{
	font-size: 1em;
    line-height: 1.33333em;
    line-height: 1.55556em;
    font-family: 'Verlag A','Verlag B',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #231f20;
    -webkit-font-smoothing: antialiased;
}

.normalLinkReference{
	display: block;

    font-family: 'Verlag A','Verlag B',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    line-height: 1.25em;
    padding-left: 30px;
    font-weight: bold !important;
    color: #231f20;
    
    text-decoration: none;
    position: relative;
}