.twa-contact-form {
    text-align: center;
    position: relative;
}
.twa-contact-form-heading {
    font-size: calc(var(--wp--preset--font-size--medium) + 4px);
    font-weight: 700;
    color: var(--wp--preset--color--white);
    margin-bottom: 0;
    line-height: 1;
}
.twa-contact-form-description {
    font-size: 16px;
    color: var(--wp--preset--color--white);
    margin-top: 40px;
    max-width: 600px;
    margin: 40px auto 0;
}
.twa-contact-form-wrapper {
    margin: 48px auto 0;
    padding-left: 16px;
}
.twa-contact-form .gform_wrapper input[type="text"],
.twa-contact-form .gform_wrapper input[type="email"],
.twa-contact-form .gform_wrapper input[type="tel"],
.twa-contact-form .gform_wrapper textarea {
    border-radius: 30px;
    padding: 12px 15px;
    border: none;
}
.twa-contact-form .gform_wrapper .gform_footer input[type="submit"] {
    /* background: #F46432;
    color: var(--wp--preset--color--white);
    font-weight: 700;
    border-radius: 25px;
    padding: 12px 24px;
    font-size: var(--wp--preset--font-size--normal) !important;
    line-height: 1;
    letter-spacing: 0;
    height: auto; */
    margin: 64px 0 0;
}
.twa-contact-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #f3743a;
}
.twa-contact-form-background {
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    position: absolute;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0% 100%);
    display: block;
    z-index: -1;
}
.twa-contact-form-inner {
    padding: 7rem 0 80px;
    max-width: 897px;
    margin: 0 auto;
}
.twa-contact-form .gform_legacy_markup_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}
.twa-contact-form-description *:last-child {
    margin-bottom: 0;
}
.twa-contact-form-description a{
    color: var(--wp--preset--color--white);
}
.twa-contact-form-description a:hover,
.twa-contact-form-description a:focus{
    color: #F46432;
}
.twa-contact-form .gform_legacy_markup_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
.twa-contact-form .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.twa-contact-form .gform_legacy_markup_wrapper ul.gfield_radio li label {
    color: var(--wp--preset--color--white);
    vertical-align: -webkit-baseline-middle;
}

@media(max-width: 640px){
    .twa-contact-form-wrapper{
        padding-left: 0;
    }
    .twa-contact-form .gform_wrapper .gform_footer input[type="submit"]{
        margin: 44px 0 0;
    }
    .twa-contact-form-wrapper{
        margin-top: 28px;
    }
    .twa-contact-form  .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        margin-bottom: 1rem;
    }
    .twa-contact-form  div.gform_wrapper div.validation_error {
        padding: 15px;
        background: var(--wp--preset--color--white);
        margin: 0;
    }
    .twa-contact-form  div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
    .twa-contact-form  div.gform_wrapper .field_description_below .gfield_description {
        margin: 0;
    }
}