.elementor-1509 .elementor-element.elementor-element-b80aa04{border-radius:20px 20px 0px 0px;}body.elementor-page-1509:not(.elementor-motion-effects-element-type-background), body.elementor-page-1509 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2E8;}/* Start custom CSS for wpforms, class: .elementor-element-db8aa35 *//* Inputs, textarea, select */
#wpforms-1599 input,
#wpforms-1599 textarea,
#wpforms-1599 select {
    padding: 25px;
    font-family: 'Instrument Sans', sans-serif;
    color: #000;
    font-size: 18px;
    border-radius: 20px;
}

/* Labels */
#wpforms-1599 label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Checkboxes and radio buttons */
#wpforms-1599 input[type="radio"],
#wpforms-1599 input[type="checkbox"] {
    margin: 0 10px;
}

/* Submit Button */
#wpforms-1599 input[type="submit"],
#wpforms-1599 button[type="submit"] {
    width: 100%;
    padding: 30px 25px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #103b2a;
    background: #FFC53D !important;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 8px 0 #1E5A39;
    transition: all .25s ease;
}

/* Hover */
#wpforms-1599 button[type="submit"]:hover,
#wpforms-1599 input[type="submit"]:hover {
    transform: translateY(3px);
    box-shadow: 0 5px 0 #1E5A39;
}

/* Remove focus borders */
#wpforms-1599 input:focus,
#wpforms-1599 textarea:focus,
#wpforms-1599 select:focus {
    box-shadow: none;
    border-color: #ccc;
    outline: none;
}

button#wpforms-submit-1599:focus:after {
    content: none;
}

/* Mobile */
@media (max-width: 768px) {

    #wpforms-1599 input,
    #wpforms-1599 textarea,
    #wpforms-1599 select {
        padding: 16px 20px;
        font-size: 16px;
    }

    #wpforms-1599 input[type="submit"],
    #wpforms-1599 button[type="submit"] {
        padding: 24px 20px;
        font-size: 20px;
    }
}/* End custom CSS */