.card-gradient {
    position: relative;
}
.card-gradient .vc_column-inner:before {
    content: '';
    background: #000000;
    background: linear-gradient(142deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    pointer-events: none;
    display: block;
    opacity: .5;
}
.card-gradient .wpb_wrapper {
    position: relative;
    z-index: 9;
    padding: 0 15px 250px;
}
#gform_wrapper_5 input:not(.gfield-choice-input),
#gform_wrapper_5 select {
    height: 50px;
}
#gf_progressbar_wrapper_5 .gf_progressbar_percentage.percentbar_blue {
    background-color: #800000 !important;
}
#gform_wrapper_5 .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 20px 0 7px 0 !important;
}
#gform_wrapper_5 input[type=button]{
    border-width: 1px !important;
}
#gform_wrapper_5 input[type=submit]{
    border-width: 1px !important;
    background-color: #800000 !important;
    color: #fff !important;
}
.page-id-5801 .x-container.offset {
    margin-bottom: 0px;
}
.heading-1 {
    font-size: calc(40px + (65 - 40) * ((100vw - 375px) / (1740 - 375)));
}
.heading-2 {
    font-size: calc(30px + (50 - 30) * ((100vw - 375px) / (1740 - 375)));
}
.heading-3 {
    font-size: calc(28px + (35 - 28) * ((100vw - 375px) / (1740 - 375)));
}
.heading-4 {
    font-size: calc(21px + (25 - 21) * ((100vw - 375px) / (1740 - 375)));
}

.vc_custom_1774379044876 .sep-line {
    margin: 15px 0 !important;
}


@media(max-width: 1200px) {
    .card-gradient {
        width: 50%;
    }
    .card-gradient .wpb_wrapper {
        padding: 0 15px 100px;
    }
    .card-gradient .vc_column-inner:before {
        opacity: .75;
    }
}
@media(max-width: 767px) {
    .card-gradient {
        width: 100%;
    }
    .card-gradient h3 {
        font-size: 30px !important;
    }
    .card-gradient .wpb_wrapper {
        padding: 0 10px 30px;
    }
    .vc_custom_1774388360414 {
        display: none;
    }
    .vc_custom_1774377619055 .vc_column-inner {
        padding-top: 0 !important;
    }
    .partner .sep-line-alt {
        margin-bottom: 0 !important;
    }
}