.elementor-kit-1914{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5df284e2:#5A7BF7;--e-global-color-135fa7aa:#FFC327;--e-global-color-d82ecd4:#000F56;--e-global-color-5f5e20f0:#FFDA26;--e-global-color-143014f1:#4054B2;--e-global-color-2b8237e5:RGBA(198,198,198,0.36);--e-global-color-24397b11:#000;--e-global-color-1256e4e8:#F9F9F9;}.elementor-kit-1914 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* LABELS */
.wpforms-form .wpforms-field-label {
    color: #8b6cf0 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* INPUTS */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form select,
.wpforms-form textarea {
    background: rgba(139,108,240,0.08) !important;
    border: 1px solid rgba(139,108,240,0.25) !important;
    color: #ffffff !important;
    border-radius: 2px !important;
    padding: 18px !important;
    transition: all .3s ease;
}

/* PLACEHOLDERS */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: rgba(255,255,255,0.35) !important;
}

/* FOCUS */
.wpforms-form input:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus {
    border-color: #8b6cf0 !important;
    box-shadow: 0 0 0 1px rgba(139,108,240,0.5);
}

/* TEXTAREA */
.wpforms-form textarea {
    min-height: 120px !important;
}

/* SPACING */
.wpforms-form .wpforms-field {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* BUTTON */
.wpforms-form button[type="submit"] {
    width: 100%;
    background: #8b6cf0 !important;
    color: #0a0d2c !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 20px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all .3s ease;
}

/* BUTTON HOVER */
.wpforms-form button[type="submit"]:hover {
    background: #9a7df5 !important;
    transform: translateY(-1px);
}/* End custom CSS */