.form-location .form-columns-3 {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

@media (min-width: 768px) {
    .form-location .form-columns-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }    
}

.hs-form-field {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.hs-input,
.form-columns-1 {
    max-width: 100% !important;
}

#top fieldset {
    margin-bottom: 0;
}

.hbspt-form .hs-zip {
    margin-bottom: 0 !important;
}

.hbspt-form .actions {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#top .hs-button.primary.large {
    width: 100%;
    background-color: var(--primary-color) !important;
    background-image: none;
    box-shadow: none;
    border: none !important;
    font-size: 18px;
    font-weight: normal;
    padding: 16px;
    text-transform: uppercase;
    border-radius: 0;
}

#top .hs-button.primary.large:hover {
    opacity: .85;
}