.secondary_banner {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
}
.secondary_banner--cnt {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secondary_banner--cnt .secondary_banner--image {
    width: 100%;
    position: relative;
    display: block;
}
.secondary_banner--cnt .secondary_banner--image::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}
.secondary_banner--cnt .secondary_banner--image picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 1440/204;
    overflow: hidden;
}
@media (max-width: 768px) {
    .secondary_banner--cnt .secondary_banner--image picture {
        aspect-ratio: 1440/400;
    }
}
@media (max-width: 575px) {
    .secondary_banner--cnt .secondary_banner--image picture {
        aspect-ratio: 1440/900;
    }
}
.secondary_banner--cnt .secondary_banner--image picture img {
    height: 100%;
}
.secondary_banner--cnt .secondary_banner--text {
    width: 90%;
    max-width: 1215px;
    position: absolute;
    display: block;
    z-index: 2;
}
.secondary_banner--cnt .secondary_banner--text h1,
.secondary_banner--cnt .secondary_banner--text h2,
.secondary_banner--cnt .secondary_banner--text h3 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 3em;
    color: #fff;
}
@media (max-width: 575px) {
    .secondary_banner--cnt .secondary_banner--text h1,
    .secondary_banner--cnt .secondary_banner--text h2,
    .secondary_banner--cnt .secondary_banner--text h3 {
        font-size: 2.5em;
    }
}
.distributor {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
}
.distributor_cnt {
    width: 100%;
    position: relative;
    display: block;
}
.distributor_cnt .distributor_title {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
}
@media (max-width: 768px) {
    .distributor_cnt .distributor_title {
        width: 90%;
    }
}
.distributor_cnt .distributor_title h1,
.distributor_cnt .distributor_title h2,
.distributor_cnt .distributor_title h3,
.distributor_cnt .distributor_title p {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 2.5em;
}
@media (max-width: 575px) {
    .distributor_cnt .distributor_title h1,
    .distributor_cnt .distributor_title h2,
    .distributor_cnt .distributor_title h3,
    .distributor_cnt .distributor_title p {
        font-size: 2em;
    }
}
.distributor_cnt .distributor_form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
}
@media (max-width: 768px) {
    .distributor_cnt .distributor_form {
        padding: 32px 0;
        justify-content: center;
        gap: 24px;
    }
}
.distributor_cnt .distributor_form form {
    width: 50%;
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .distributor_cnt .distributor_form form {
        width: 90%;
    }
}
.distributor_cnt .distributor_form form small {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.8125em;
    color: #c20000;
    margin-bottom: 12px;
}
.distributor_cnt .distributor_form form ._input {
    width: 100%;
    position: relative;
    display: block;
    max-width: 330px;
    margin: 0 auto 16px;
}
.distributor_cnt .distributor_form form ._input label {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 8px;
}
.distributor_cnt .distributor_form form ._input input,
.distributor_cnt .distributor_form form ._input textarea {
    width: 100%;
    position: relative;
    display: block;
    background: #d9d9d9;
    padding: 8px 16px;
    border-radius: 5px;
    caret-color: #c20000;
}
.distributor_cnt .distributor_form form ._input textarea {
    min-height: 70px;
    line-height: 125%;
}
.distributor_cnt .distributor_form form ._fields-wrapper {
    width: 100%;
    position: relative;
    max-width: 480px;
    margin: 32px auto 0;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.distributor_cnt .distributor_form form ._fields-wrapper ._recaptcha {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px;
}
@media (max-width: 575px) {
    .distributor_cnt .distributor_form form ._fields-wrapper ._recaptcha {
        width: 100%;
    }
}
.distributor_cnt .distributor_form form ._fields-wrapper ._recaptcha ._code {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 575px) {
    .distributor_cnt
        .distributor_form
        form
        ._fields-wrapper
        ._recaptcha
        ._code {
        width: 100%;
    }
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    button {
    width: 28px;
    position: relative;
    display: block;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    button
    svg {
    width: 100%;
    position: relative;
    display: block;
    fill: #c20000;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    ._value {
    width: 124px;
    height: 40px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    ._value
    ._value-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 181, 180, 0.3);
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    ._value
    ._value-wrapper
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._code
    ._value
    ._value-wrapper
    p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: block;
    font-size: 1.0625em;
    font-weight: 600;
    line-height: 1;
    z-index: 5;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate {
    width: calc(100% - 253px);
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    .distributor_cnt
        .distributor_form
        form
        ._fields-wrapper
        ._recaptcha
        ._validate {
        width: calc(100% - 85px);
    }
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input {
    width: 100%;
    position: relative;
    height: 40px;
    display: block;
    background: #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 1;
    font-weight: 500;
    caret-color: #c20000;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input.placeholder {
    color: #bfbfbf;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input:-moz-placeholder {
    color: #bfbfbf;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input::-moz-placeholder {
    color: #bfbfbf;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input:-ms-input-placeholder {
    color: #bfbfbf;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._validate
    input::-webkit-input-placeholder {
    color: #bfbfbf;
}
.distributor_cnt .distributor_form form ._fields-wrapper ._recaptcha ._submit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._recaptcha
    ._submit
    button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
    height: 40px;
}
@media not all and (pointer: coarse) {
    .distributor_cnt
        .distributor_form
        form
        ._fields-wrapper
        ._recaptcha
        ._submit
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
.distributor_cnt .distributor_form form ._fields-wrapper ._checkbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.distributor_cnt .distributor_form form ._fields-wrapper ._checkbox label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1;
}
.distributor_cnt
    .distributor_form
    form
    ._fields-wrapper
    ._checkbox
    label
    input {
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    accent-color: #c20000;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.distributor_cnt .distributor_form form ._fields-wrapper ._checkbox label span {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-size: 0.8125em;
    font-weight: 300;
    line-height: 1;
}
.distributor_cnt .distributor_form form ._fields-wrapper ._checkbox a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-size: 0.8125em;
    color: #c20000;
    font-weight: 300;
    line-height: 1;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #000;
    line-height: 100%;
}
.distributor_cnt .distributor_form .distributor_video {
    width: 50%;
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .distributor_cnt .distributor_form .distributor_video {
        width: 90%;
    }
}
.distributor_cnt .distributor_form .distributor_video a {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.distributor_cnt .distributor_form .distributor_video a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.distributor_cnt .distributor_form .distributor_video a picture {
    width: 100%;
    position: relative;
    display: block;
}
.distributor_cnt .distributor_form .distributor_video a ._play {
    width: 129px;
    height: 129px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.distributor_cnt .distributor_form .distributor_video a ._play img {
    width: 52px;
    margin-left: 8px;
}
