/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 07:40:24 */
.hbspt-form input {
    min-height: 50px !important;
    max-height: 50px !important;
    min-width: 500px !important;
    max-width: 500px !important;
    border: 1px solid #0f223880 !important;
    border-radius: 8px !important;
    background-color: #02010100 !important;
}

.hbspt-form input.hs-button.primary.large {
    color: #ffffff;
    background-color: #1DB9DE !important;
    border: 2px solid #1DB9DE !important;
    border-radius: 25px !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Quicksand';
    min-width: 150px !important;
    max-width: 150px !important;
}

.hbspt-form input.hs-button.primary.large:hover {
    color: #1DB9DE;
    background-color: #ffffff !important;
    border: 2px solid #1DB9DE !important;
}