/*dp*02-12-2025*/

section form .hs_submit.hs-submit input.hs-button {
    background-color: rgb(171 141 63 / var(--tw-bg-opacity));
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: .75rem 1rem !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    width: fit-content !important;
}

section form li.hs-form-booleancheckbox label {
    display: grid !important;
    align-items: baseline;
    grid-template-columns: 20px auto;
    grid-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px !important;
    color: white;
    font-weight: 300 !important;
}

section .hbspt-form form>* {
    max-width: 100%;
    margin-bottom: 28px;
}

section .hbspt-form form>* label {
    margin: 0 !important;
}

section form .hs_submit.hs-submit .actions {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

span.hs-form-required {
    color: white;
    margin-left: 5px;
}

section .hbspt-form form>*:has(>*[style="display: none;"]) {
    margin: 0;
}

section .hbspt-form form fieldset.form-columns-2>*:first-child .input {
    margin-right: 1.5rem;
}

section .hbspt-form form fieldset.form-columns-2>*:last-child .input,
section .hbspt-form form fieldset.form-columns-1>*:last-child .input {
    margin-right: 0px;
}

label.hs-error-msg {
    color: red;
}

section .hbspt-form form select {
    background: transparent !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}

section .hbspt-form form select option {
    color: black;
}

section .hbspt-form form input,
section .hbspt-form form select,
section .hbspt-form form textarea {
    color: white !important;
}

