.elementor-5972 .elementor-element.elementor-element-7b6ef77b{--display:flex;}@media(min-width:768px){.elementor-5972 .elementor-element.elementor-element-7b6ef77b{--content-width:760px;}}/* Start custom CSS for shortcode, class: .elementor-element-fe7c479 *//* Form width */
#gform_2 {
    max-width: 900px;
    margin: 0 auto;
}

/* Labels */
#gform_2 .gfield_label {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1.5rem;
}

/* Inputs */
#gform_2 input[type="text"],
#gform_2 input[type="email"] {
    height: 60px;
    border: 2px solid #9aa3b2;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 1.05rem;
    transition: .2s;
    box-shadow: none;
}

/* Focus */
#gform_2 input:focus {
    border-color: #8f17d9;
    outline: none;
    box-shadow: 0 0 0 4px rgba(143,23,217,.12);
}

/* Checkbox spacing */
#gform_2 .gchoice {
    margin-bottom: 10px;
}

#gform_2 input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#gform_2 label {
    font-size: 1.05rem;
}

/* Submit button */
#gform_2 .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

   padding: 1rem 1.75rem 1rem 1.75rem;

    background: transparent;
    color: #43439a;

    border: 3px solid #9b10d9;

    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;

    transition: .25s;
    cursor: pointer;
}

/* Arrow */
#gform_2 .gform_button::after {
    content: " +";
    font-size: 1.4rem;
    font-weight: 700;
}

/* Hover */
#gform_2 .gform_button:hover {
    background: #9b10d9;
    color: #fff;
    transform: translateY(-2px);
}

#gform_2 .gform_button:focus-visible {
    outline: 4px solid rgba(155,16,217,.25);
    outline-offset: 4px;
}/* End custom CSS */