body, input, button {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}
h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #E0004D;
}
.hs-wrapper {
    color: rgba(0, 0, 0, 0.9);
}
.hs-nav .hs-nav-tabs {
    font-weight: bold;
    text-transform: uppercase;
}
.hs-nav .hs-nav-tabs li a {
    color: rgba(0, 0, 0, 0.9);
}
.hs-nav .hs-nav-tabs li a.active,
.hs-nav .hs-nav-tabs li a.active:hover {
    border-bottom-color: #E0004D;
    color: rgba(0, 0, 0, 0.9);
}
.hs-nav .hs-nav-tabs li a:hover {
    color: #E0004D;
}
.hs-field .hs-label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
}
.hs-field input {
    border-radius: 0;
    outline: none;
}
.hs-field input:focus {
    border-color: #E0004D;
    color: #E0004D;
}
.hs-field .hs-result-block a .title {
    color: #E0004D;
}
.hs-btn, .hs-btn:disabled {
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #E0004D;
    color: #E0004D;
    padding: 12px 40px 12px 20px;
    user-select: none;
}
.hs-btn:not(:disabled):hover {
    background: #E0004D;
    color: #FFFFFF;
}
.hs-btn::after {
    display: block;
    content: "";
    width: 25px;
    height: 12px;
    background: url(/static/images/hcf-arrow-ruby.svg) no-repeat 50% 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
.hs-btn:not(:disabled):hover::after {
    background-image: url(/static/images/hcf-arrow-white.svg);
}
.hs-showmore-btn {
    color: #E0004D;
}
.hs-subtitle {
    display: none;
}
