.elementor-7569 .elementor-element.elementor-element-5e5fdd28:not(.elementor-motion-effects-element-type-background), .elementor-7569 .elementor-element.elementor-element-5e5fdd28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DEDEDE;}.elementor-7569 .elementor-element.elementor-element-5e5fdd28{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-7569 .elementor-element.elementor-element-5e5fdd28 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-2909ee38 */.form-columns-2 {
    width: 100% !Important;
    max-width: 100% !important;    
}

.form-columns-1 {
    max-width: 100% !important;
    width: 100% !Important;
}

.hs-form-field input, textarea, select {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    padding: 12px 22px;
    line-height: 1;
    background-color: #fff;
    width: 100% !important;
}

.hs-button {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    padding: 20px 15px;
    background-color: #be1e2c;
}

.hs-form ul {
    list-style-type: none;
    padding: 0px;
}

.hs-form-field {
    margin-bottom: 10px;
    font-size: 14px;
    color: #535353;
}

.hs-form-field a {
    color: #535353;
}

.hs-input {
    border-radius: 10px;
    border: solid 1px;
    border-color: #747575;
    font-size: 16px;
}

.hs-form-required,
.hs-error-msg,
.hs-main-font-element {
    color: #535353;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + span:before {
    content: " ";
    background-image: url("https://fs.hubspotusercontent00.net/hubfs/2910950/Global/_MASTER/checkbox-not-white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    color: #535353;
}

input[type="checkbox"]:checked + span:before {
    content: " ";
    background-image: url("https://fs.hubspotusercontent00.net/hubfs/2910950/Global/_MASTER/checkbox-check-white.svg");
}/* End custom CSS */