

.w-form {
    margin: 0 0 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input::placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898EC;
    outline: 0;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
    color: white;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w_form {
    background-image: linear-gradient(158deg, #4c4c4ca1, #000 62%);
    border: 1px solid #424242;
    border-radius: 5px;
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 30px 18px 30px;
    display: flex;
    margin-top: 30px;
}

.form_txt6 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
}

.form_txt7 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffa100, #ab6d06);
    -webkit-background-clip: text;
    background-clip: text;
    max-width: 280px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.ww_form {
    width: 100%;
    margin-bottom: 0;
}

.input {
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(90deg, #5b5b5ba1, #000);
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    font-size: 17px;
}

.bt_sub {
    text-align: center;
    background-image: linear-gradient(90deg, #ffa100, #563806);
    border-radius: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 0 12px 5px #ffa10045;
}

.bt_sub:hover {
    background-image: linear-gradient(90deg, #563806, #ffa100);
}

.form_txt_bt {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.img_bt {
    margin: 5px;
}

.w_radio {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
}

.rbf {
    width: 50%;
    margin-bottom: 10px;
}

.ww_radio {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .w_form {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .w_form {
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form_txt7 {
        max-width: 220px;
        font-size: 19px;
    }

    .ww_form {
        max-width: 400px;
    }

    .input {
        height: 39px;
    }

    .bt_sub {
        max-width: 400px;
        padding: 15px 10px;
    }

    .form_txt_bt {
        font-size: 14px;
    }

    .rl {
        font-size: 14px;
    }
}

/*! CSS Used from: Embedded */
span {
    font-size: inherit;
}

label {
    display: inline-block;
}