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

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

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

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.form_row {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.paragraph-4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}

.paragraph-4.is-dark2 {
    color: #404040;
}

.form_acceptance-container {
    grid-column-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
    padding-left: 14px;
    text-decoration: none;
    display: flex;
}

._2-columns-1-2_small {
    width: 31%;
    overflow: hidden;
}

.paragraph-3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

._2-columns-1-2_large {
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    text-decoration: none;
    display: flex;
}

.title-6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.form {
    grid-row-gap: 26px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.form_textarea {
    grid-column-gap: 10px;
    color: #404040;
    border: 1px solid #404040;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 300px;
    padding: 8px 10px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.black-button {
    grid-column-gap: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 20px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
    overflow: hidden;
}

.black-button:hover {
    background-color: #ff2e3d;
    border-color: #ff2e3d;
}

.form_input-container {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.required {
    color: #ff2e3d;
}

.form_input {
    grid-column-gap: 10px;
    color: #404040;
    border: 1px solid #404040;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 39px;
    margin-bottom: 0;
    padding: 8px 10px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.form_component {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
    display: flex;
}

.form_block {
    width: 100%;
}

.form_row-acceptance {
    flex-flow: column;
    display: flex;
}

._2-columns-1-2_row {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .paragraph-3 {
        font-size: 17px;
        line-height: 23px;
    }

    .title-6 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    ._2-columns-1-2_small,
    ._2-columns-1-2_large {
        width: 100%;
    }

    .title-6 {
        font-size: 21px;
        line-height: 29px;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
    }
}

@media screen and (max-width: 767px) {
    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .paragraph-3 {
        font-size: 15px;
        line-height: 21px;
    }

    .title-6 {
        font-size: 19px;
        line-height: 26px;
    }
}

@media screen and (max-width: 479px) {
    .form_row {
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form_acceptance-container {
        grid-column-gap: 8px;
        padding-left: 16px;
    }

    .paragraph-3 {
        font-size: 14px;
        line-height: 20px;
    }

    ._2-columns-1-2_large {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        flex-flow: column;
    }

    .title-6 {
        font-size: 18px;
        line-height: 25px;
    }

    .form {
        grid-row-gap: 16px;
    }

    .form_textarea {
        min-height: 200px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .black-button {
        padding: 7px 18px;
        font-size: 10px;
        line-height: 10px;
    }

    .checkbox {
        margin-left: -24px;
    }

    .form_input {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 15px;
        line-height: 20px;
    }

    .form_component {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}