.site-main {
    background: none !important;
}

.chapter-banner-title {
    color: #64666A;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 25px;
    font-weight: 400;
}


.chapter-banner-brief-text p {
    font-size: 18px;
    color: #64666A;
}

.chapter-banner-brief-text p {
    margin-bottom: 15px;
}

h1.chapter-banner-title span,
.howit-works h2 span {
    color: #cf2030;
    font-weight: 700;
}

.chapter-banner-hero-block {
    margin: 50px 0;
    display: none;
    visibility: hidden;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.howit-works h2 {
    margin-bottom: 50px;
    font-weight: 400;
}

.chapter-banner-hero-block img {
    border-radius: 30px;
}

.how-it-works-number {
    font-size: 42px;
    line-height: 40px;
    color: #cf2030;
}

.how-it-works-content-design h4 {
    font-size: 32px;
    font-weight: 700;
}

.how-it-works-content-design h4, .how-it-works-content-design p {
    margin-bottom: 20px;
}

.howit-works {
    width: 90%;
    margin: 50px auto 0;
}

.how-it-works-slide {
    position: relative;
    min-height: 250px;
    margin-bottom: 15px;
}

.how-it-works-number::before {
    content: "";
    background: rgba(242, 242, 242, 1);
    width: 8px;
    height: 77%;
    border-radius: 15px;
    position: absolute;
    left:20px;
    top: auto;
    bottom: 0;
}

.how-it-works-slide:last-child .how-it-works-number::before {
    display: none;
}

.how-it-works-slide-2::before {
    top: -215px;
}

.how-it-works-slide-2::after {
    bottom: -5px;
}

form#mktoForm_1613 {
    width: 90% !important;
    padding: 40px;
    background: #f2f2f2;
    border-radius: 28px;
    overflow: hidden;
}

form#mktoForm_1613 h1 span {
    font-size: 24px !important;
}

form#mktoForm_1613 h1 {
    font-size: 24px !important;
    margin-bottom: 20px;
    text-align: left !important;
}

form#mktoForm_1613 .mktoOffset,
form#mktoForm_1613 .mktoGutter {
    display: none;
}

form#mktoForm_1613 .mktoFormRow {
    display: flex;
    justify-content: space-between;
}

form#mktoForm_1613 .mktoFormCol {
    width: 50%;
    margin-bottom: 30px !important;
}

form#mktoForm_1613 input[type=text],
form#mktoForm_1613 input[type=url],
form#mktoForm_1613 input[type=email],
form#mktoForm_1613 input[type=tel],
form#mktoForm_1613 input[type=number],
form#mktoForm_1613 input[type=date],
form#mktoForm_1613 select.mktoField {
    width: 100% !important;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 11px 21px;
}

form#mktoForm_1613 .mktoFormRow .mktoFormCol:nth-child(odd) {
    margin-right: 10px;
}

form#mktoForm_1613 .mktoFormRow .mktoFormCol:nth-child(even) {
    margin-left: 10px;
}

form#mktoForm_1613 .mktoFieldWrap {
    width: 100%;
    /* overflow: hidden; */
}

form#mktoForm_1613 textarea.mktoField {
    width: 200% !important;
    border: 0;
    box-shadow: none;
    height: 100px;
}

.mktoFieldWrap.mktoRequiredField label {
    width: fit-content !important;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

label#LblsubscriptionNewsletter {
    width: 200% !important;
}

label#LblcontactAgreestoTandC .mktoAsterix {
    position: relative !important;
    left: 0;
}

form#mktoForm_1613 .mktoAsterix {
    position: absolute;
    right: -14px;
    color: #cf2030 !important;
}

form#mktoForm_1613 button.mktoButton {
    background: linear-gradient(90deg, #CF2030 0%, #AB0E1C 100%);
    padding: 9px 89px;
    border-radius: 32px;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}

form#mktoForm_1613 button.mktoButton:hover {
    background: transparent;
    border: 2px solid #cf2030;
    color: #CF2030;
}

form#mktoForm_1613 .mktoFormRow:nth-child(7) {
    align-items: center;
    width: 100%;
}

form#mktoForm_1613 .mktoFormRow:nth-child(7) .mktoFieldDescriptor.mktoFormCol {
    width: 100%;
    margin-right: 0;
}

form#mktoForm_1613 .mktoFormRow:nth-child(7) .mktoFieldDescriptor .mktoFieldWrap, form#mktoForm_1613 .mktoFormRow:nth-child(8) .mktoFieldDescriptor .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: self-start;
}

form#mktoForm_1613 .mktoFormRow:nth-child(7) .mktoFieldDescriptor .mktoFieldWrap .mktoCheckboxList, form#mktoForm_1613 .mktoFormRow:nth-child(8) .mktoFieldDescriptor .mktoFieldWrap .mktoCheckboxList {
    padding: 0;
    margin: 0;
}

form#mktoForm_1613 .mktoFormRow:nth-child(7) .mktoFieldDescriptor .mktoFieldWrap label, form#mktoForm_1613 .mktoFormRow:nth-child(8) .mktoFieldDescriptor .mktoFieldWrap label {
    padding: 0;
    margin: 0px;
}

form#mktoForm_1613 input[type=checkbox] + label:before {
    border-radius: 4px;
    border: 1.5px solid rgba(100, 102, 106, 1);
    width: 15px;
    height: 15px;
}

form#mktoForm_1613 label.mktoLabel {
    font-weight: 400;
    font-size: 16px !important;
    margin-bottom: 10px;
}

form#mktoForm_1613 input,
form#mktoForm_1613 select,
form#mktoForm_1613 textarea {
    font-size: 16px;
    color: #64666A;
    border-radius: 5px;
}

form#mktoForm_1613 input::placeholder,
form#mktoForm_1613 select::placeholder,
form#mktoForm_1613 textarea::placeholder {
    color: rgba(200, 200, 200, 1);
}

#countryName option[value=""] {
    color: rgba(200, 200, 200, 1) !important;
}

#countryName:has(option[value=""]:checked) {
    color: rgba(200, 200, 200, 1) !important;
}

form#mktoForm_1613 .mktoCheckboxList {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

form#mktoForm_1613 label#LblsubscriptionNewsletter,
form#mktoForm_1613 label#LblcontactAgreestoTandC {
    margin-left: 30px;
}

form#mktoForm_1613 input.mktoField.mktoInvalid, form#mktoForm_1613 select.mktoField.mktoInvalid,
form#mktoForm_1613 textarea.mktoField.mktoInvalid,
form#mktoForm_1613 div.mktoLogicalField.mktoInvalid {
    border: none !important;
}

label#LblcontactAgreestoTandC {
    font-weight: 700 !important;
}

label#LblcontactAgreestoTandC a, label#LblcontactAgreestoTandC a:hover {
    color: #cf2030 !important;
    padding: 0;
}

label#LblcontactAgreestoTandC a:hover {
    text-decoration: underline;
}

form#mktoForm_1613 .mktoButtonRow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#mktoForm_1613 .mktoButtonRow span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}

label#LblcontactAgreestoTandC .mktoAsterix {
    display: none;
}

form#mktoForm_1613 label.mktoLabel {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .sticky-container {
        position: sticky;
        top: 0;
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1200px) {
    .howit-works {
        width: 100%;
        margin: 0 auto;
    }

    .chapter-banner-title, .howit-works h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 992px) {
    .chapter-banner-title, .howit-works h2, .how-it-works-number {
        font-size: 28px;
    }

    .how-it-works-content-design h4 {
        font-size: 26px;
        font-weight: 700;
    }

    .how-it-works-slide-2::before {
        top: -260px;
        height: 100%;
    }

    form#mktoForm_1613 {
        width: 100% !important;
        padding: 30px 20px;
    }

    form#mktoForm_1613 input[type=text],
    form#mktoForm_1613 input[type=url],
    form#mktoForm_1613 input[type=email],
    form#mktoForm_1613 input[type=tel],
    form#mktoForm_1613 input[type=number],
    form#mktoForm_1613 input[type=date],
    form#mktoForm_1613 select.mktoField {
        font-size: 14px;
        padding: 10px 10px;
    }

    form#mktoForm_1613 label.mktoLabel {
        font-size: 14px !important;
        margin-bottom: 5px;
    }

    label#LblcontactAgreestoTandC span {
        font-size: 14px !important;
    }

    form#mktoForm_1613 button.mktoButton {
        font-size: 16px;
        padding: 5px 75px;
    }
}

@media only screen and (max-width: 767px) {
    .chapter-banner-block .row.main-row-block {
        display: flex;
        flex-direction: column-reverse;
    }

    h1.chapter-banner-title {
        margin: 50px 0 40px;
    }

    .how-it-works-slide-2::before, .how-it-works-slide-2::after {
        content: none;
    }

    .how-it-works-slide {
        min-height: auto;
        margin-bottom: 20px;
    }
    .how-it-works-number {
        background: #fff;
    }
}

@media only screen and (max-width: 576px) {
    form#mktoForm_1613 .mktoFormRow {
        display: flex;
        flex-direction: column;
    }

    form#mktoForm_1613 .mktoFormCol {
        width: 100%;
        margin-right: 0 !important;
    }

    label#LblsubscriptionNewsletter {
        width: 100% !important;
    }

    form#mktoForm_1613 .mktoFormRow .mktoFormCol:nth-child(even) {
        margin-right: 0 !important;
    }

    form#mktoForm_1613 .mktoFormRow .mktoFormCol:nth-child(even) {
        margin-left: 0 !important;
    }

    form#mktoForm_1613 textarea.mktoField {
        width: 100% !important;
    }

    form#mktoForm_1613 input[type=text], form#mktoForm_1613 input[type=url], form#mktoForm_1613 input[type=email], form#mktoForm_1613 input[type=tel], form#mktoForm_1613 input[type=number], form#mktoForm_1613 input[type=date], form#mktoForm_1613 select.mktoField {
        height: 50px;
    }

    label#LblsubscriptionNewsletter {
        width: calc(100% - 30px) !important;
    }

    form#mktoForm_1613 .mktoCheckboxList {
        display: flex;
        align-items: start;
        justify-content: start;
        width: 22px;
        height: 22px;
    }

    .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
        margin: 0 !important;
    }

    form#mktoForm_1613 input[type="checkbox"] {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        appearance: auto !important;
    }
}