body, input, button {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}
h1 {
    color: #00A1D4;
}
.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: #00A1D4;
    color: rgba(0, 0, 0, 0.9);
}
.hs-nav .hs-nav-tabs li a:hover {
    color: #00A1D4;
}
.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: #00A1D4;
    color: #00A1D4;
}
.hs-field .hs-result-block a .title {
    color: #00A1D4;
}
.hs-btn, .hs-btn:disabled {
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    background: #00A1D4;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 12px 20px;
    user-select: none;
}
.hs-btn:not(:disabled):hover {
    background: #08C4FF;
    color: #FFFFFF;
}
.hs-showmore-btn {
    color: #00A1D4;
}
.hs-subtitle {
    display: none;
}
