


body .elementor div.gform_wrapper form *{
	
	    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
	
}

body .elementor div.gform_wrapper form input,
body .elementor div.gform_wrapper form textarea,
body .elementor div.gform_wrapper form select
{	
	border-radius:10px;
	padding:0.5rem 1rem;
	height:auto;
	border:none;	
}

body .elementor div.gform_wrapper form input[type="checkbox"] {
	width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


body .elementor div.gform_wrapper form .gfield_description
{
	
	    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
	
}