.request_demo {
    background-color: #FDFF37;
    position: relative;
    overflow: hidden;
}

.request_demo__decor_top {
    position: absolute;
    display: block;
    top: 110px;
    left: 0;
}

.request_demo__decor_top svg {
    position: absolute;
    top: 34px;
    left: 0;
}

.request_demo__decor_bottom {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.request_demo__decor_bottom svg {
    right: 47px;
    bottom: 0;
    position: absolute;
}

.request_demo .container {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1200px;
}

.request_demo__wrapper {
    padding: 128px 0 125px;
    position: relative;
}

.request_demo__wrapper:before {
    content: '';
    background-color: #fff;
    margin: 0 -15px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    width: 200vw;
    height: 100%;
    right: -50%;
    bottom: -57%;
    overflow: hidden;
}

.request_demo__left {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.request_demo__content {
    max-width: 460px;
}

.request_demo__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    color: #112031;
    margin: 0;
}

.request_demo__title.custom {
    line-height: 1.2;
}

.request_demo__title.px_52 {
    font-size: 52px;
    line-height: 1.2;
}

.request_demo__title.px_42 {
    font-size: 42px;
    line-height: 1.2;
}

.request_demo__description {
    margin-top: 18px;
}

.request_demo__description.html_content p {
    margin-bottom: 16px;
}

.request_demo__description.html_content p:last-child {
    margin-bottom: 0;
}

.request_demo__description.mobile {
    display: none;
}

.request_demo__right {
    width: 50%;
    padding: 0 15px;
    margin-top: 16px;
}

.bot_snippet {
    max-width: 540px;
    margin-left: auto;
}

.request_demo_logos {
    margin-top: 30px;
    margin-bottom: 2px;
    max-width: 480px;
    position: relative;
}

.request_demo_logos.mobile {
    display: none;
}

.request_demo_logos__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #112031;
    margin: 0;
}

.request_demo_logos__wrapper {
    margin-top: 17px;
}

.request_demo_logos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.logo_item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
}


.bot_snippet__header {
    background: #112031;
    padding: 9px 18px 12px;
}

.bot_snippet__header img {
    margin-left: 0;
}

.bot_snippet__wrapper {
    -webkit-box-shadow: -5px 7px 30px rgba(116, 126, 142, 0.15);
    box-shadow: -5px 7px 30px rgba(116, 126, 142, 0.15);
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.bot_snippet__wrapper iframe {
    display: block;
}

.request_demo_logos.shortcode {
    margin-top: 0;
    margin-bottom: 16px;
}

.request_demo_logos.shortcode .request_demo_logos__wrapper {
    margin-top: 5px;
}

.request_demo_logos.shortcode .logo_item {

    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    .request_demo .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .request_demo__decor_top {
        display: none;
    }
}

@media (max-width: 991px) {
    .request_demo__wrapper {
        padding-top: 96px;
        padding-bottom: 24px;
    }

    .request_demo__wrapper:before {
        height: 84%;
    }

    .request_demo__decor_bottom {
        display: none;
    }

    .request_demo__left {
        width: 100%;
    }

    .request_demo__right {
        width: 100%;
    }

    .request_demo__description.mobile {
        margin-top: 50px;
        display: block;
    }

    .request_demo__description.desktop {
        display: none;
    }

    .request_demo_logos.desktop {
        opacity: 0;
        height: 0 !important;
        margin: 0;
    }

    .request_demo_logos.mobile {
        display: block;
    }

    .request_demo__content,
    .bot_snippet,
    .request_demo_logos {
        max-width: 460px;
        margin: auto;
    }

    .request_demo_logos {
        margin-top: 50px;
    }

    .request_demo_logos__wrapper {
        margin-top: 28px;
    }
}

@media (max-width: 768px) {
    .request_demo__title {
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 56px;
        color: #112031;
    }
    
    /*.request_demo__title br {*/
    /*    display: none;*/
    /*}*/

    .request_demo__title.px_52 {
        font-size: 40px;
    }

    .request_demo__title.px_42 {
        font-size: 38px;
    }

    .request_demo__title.custom {
        font-size: var(--font-size) !important;
    }

    .request_demo__right {
        margin-top: 55px;
    }

    .request_demo__description {
        margin-top: 15px;
    }

    .request_demo__description.html_content p {
        letter-spacing: -0.02em;
    }

    .logo_item {
        width: 33.33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo_item img {
        margin-left: 0;
        max-height: 100px;
    }
}

@media (max-width: 560px) {
    .request_demo .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-request_demo_rebrand_2023 .marketo_form__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Marketo Changes */
.page-template-request_demo_rebrand_2023 .container {
    overflow: visible;
}
.page-template-request_demo_rebrand_2023 .marketo_form.form_redesign .mktoForm .mktoFieldWrap .nice-select,
.page-template-request_demo_rebrand_2023 .marketo_form.form_redesign .mktoForm .mktoFieldWrap textarea {
    background: #F5F5F5;
}

.page-template-request_demo_rebrand_2023 .marketo_form.form_redesign .mktoForm .mktoButtonWrap button[type=submit] {
    box-shadow: none;
}

.page-template-request_demo_rebrand_2023 .marketo_form__wrapper {
    max-width: 540px;
    margin-left: auto;
    border-radius: 10px;
    background-color: #fff;

    box-shadow: 0 24px 72px -6px rgba(73, 84, 139, 0.13);
    padding: 29px 38px 22px 39px;
}

.page-template-request_demo_rebrand_2023 .marketo_form__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.19;
    color: #112031;
    margin: 0 0 30px;
    text-align: center;
}

.marketo_form__success {
    margin: 30px auto 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 24px 72px -6px rgba(73, 84, 139, 0.13);
    padding: 29px 38px 22px 39px;
    max-width: 540px;
}

.marketo_form__success .marketo_form__title {
    margin-bottom: 10px;
    font-size: 28px;
}

.marketo_form__success_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -0.02em;
    color: #112031;
}

@media (max-width: 991px) {
    .marketo_form__wrapper {
        margin: 30px auto 0;
    }
}

@media (max-width: 768px) {
    .page-template-request_demo_rebrand_2023 .marketo_form__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* END Marketo Changes */