.rpa-page__wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.rpa-page__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    height: 100%;
    background: #112031;
}

.rpa-page__left-arrow {
    position: absolute;
    left: 0;
    top: 155px;
    z-index: 1;
}

.rpa-page__left-circle {
    position: absolute;
    left: 0;
    bottom: 0;
}

.rpa-page__right-top-arrow {
    position: absolute;
    right: 0;
    top: 154px;
}

.rpa-page__right-arrow {
    position: absolute;
    right: 62px;
    bottom: 0;
    display: none;
}

.theme_container.rpa-page__container {
    max-width: 1366px;
}

.rpa-page__row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -15px;
}

.rpa-page__col {
    width: 50%;
    padding: 0 15px;
}

.rpa-page__col.rpa-page__left {
    width: 49%;
}

.rpa-page__col.rpa-page__right {
    width: 51%;
}

.rpa-page__col_wrapper {
    height: 100%;
    padding: 100px 0 60px;
    position: relative;
}

/*.rpa-page__left .rpa-page__col_wrapper {*/
/*    padding-bottom: 215px;*/
/*}*/

/*.rpa-page__right .rpa-page__col_wrapper {*/
/*    padding-top: 120px;*/
/*    padding-bottom: 168px;*/
/*}*/

.rpa-page__content {
    max-width: 475px;
    margin: 0 auto;
}

.rpa-page-v9 .rpa-page__right .rpa-page__content {
    margin-left: 17%;
}

.rpa-page__header {
    margin-bottom: 80px;
    text-align: center;
}

.rpa-page-v9 .rpa-page__header {
    margin-bottom: 40px;
}

.rpa-page__title {
    color: #FDFF37;
    font-family: 'Aeonik', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.18;
    margin-bottom: 0;
}


@media (max-width: 1300px) {
    .rpa-page-v9 .rpa-page__right .rpa-page__content {
        margin-left: 5%;
    }
}

@media (max-width: 991px) {
    .rpa-page__wrapper:before {
        content: none;
    }

    .rpa-page__left-circle {
        display: none;
    }

    .rpa-page__left-arrow {
        top: 125px;
    }

    .rpa-page__col {
        width: 100% !important;
    }

    .rpa-page__left {
        background: #112031;
    }

    .rpa-page__left .rpa-page__col_wrapper {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .rpa-page__right .rpa-page__col_wrapper {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .rpa-page-v9 .rpa-page__right .rpa-page__content {
        margin-left: auto;
    }

    .rpa-page__right-arrow {
        display: none;
    }

    .rpa-page__header,
    .rpa-page-v9 .rpa-page__header {
        max-width: 475px;
        margin: auto;
        margin-bottom: 30px;
    }

    .rpa-page__title {
        font-size: 42px !important;
    }

    .rpa-page__title br {
        display: none;
    }

    .rpa-page__content.ml-0 {
        margin-left: auto !important;
    }
}


@media (max-width: 768px) {
    .rpa-page__left-arrow {
        display: none;
    }

    .rpa-page__row {
        margin-left: -30px;
        margin-right: -30px;
    }
    

}


/* bold-text */
.rpa-page__bold-text {
    color: #fff;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: -0.5px;
    margin: 20px 0;
}

.rpa-page__bold-text.mobile {
    display: none;
}

.white.rpa-page__bold-text {
    color: #fff;
}

.dark.rpa-page__bold-text {
    color: #112031;
}

@media (max-width: 991px) {
    .rpa-page__bold-text {
        font-size: 18px;
    }

    .rpa-page__bold-text.mobile {
        display: block;
    }

    .rpa-page__bold-text.desktop {
        display: none;
    }
}

/* END bold-text */

/* rca-page__list */
.rca-page__list {
    margin: 20px 0;
}

.rca-page__list.mobile {
    display: none;
}

.rca-page__list_title {
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.36px;
    margin-bottom: 4px;
}

.white .rca-page__list_title {
    color: #fff;
}

.dark .rca-page__list_title {
    color: #112031;
}

.rca-page__list_item {
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}

.rca-page__list_item:last-child {
    margin-bottom: 0;
}

.rca-page__list_item svg {
    width: 15px;
    height: auto;
    margin-right: 5px;
    stroke: #96B661;
}

.white .rca-page__list_item {
    color: #fff;
}

.dark .rca-page__list_item {
    color: #112031;
}

.white .rca-page__list_item svg path {
    stroke: #96B661;
}

.dark .rca-page__list_item svg path {
    stroke: #112031;
}

@media (max-width: 991px) {
    .rca-page__list.desktop {
        display: none;
    }

    .rca-page__list.mobile {
        display: block;
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .rca-page__list_title {
        font-size: 16px;
    }

    .rca-page__list_item {
        font-size: 16px;
    }
}

/* END rca-page__list */

/* rpa-slide__wrapper */
.rpaSlider {
    display: none;
}

.rpaSlider.slick-initialized {
    display: block;
}

.rpa-page__slider {
    margin: 34px -10px 0;
}

.rpa-slide {
    padding: 0 10px;
    height: auto;
}

.rpa-slide__wrapper {
    position: relative;
    border-radius: 27px;
    background: rgba(116, 126, 142, 0.20);
    backdrop-filter: blur(13px);
    padding: 45px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dark .rpa-slide__wrapper {
    background: rgba(116, 126, 142, 0.20);
}

.light .rpa-slide__wrapper {
    background: #EBFBFF;
}

.rpa-slide__icon {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 24px;
    height: auto;
}

.rpa-slide__content {
    color: #fff;
    font-family: 'Aeonik';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -.176px;
}

.dark .rpa-slide__content {
    color: #fff;
}

.light .rpa-slide__content {
    color: #112031;
}

.rpa-slide__footer {
    margin-top: 23px;
}

.rpa-slide__image {
    max-width: 120px;
}

.rpa-slide__image img {
    margin-left: 0;
}

.rpa-slide__author {
    color: #fff;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.176px;
    margin-top: 8px;
}

.dark .rpa-slide__author {
    color: #fff;
}

.light .rpa-slide__author {
    color: #112031;
}

.rpa-page__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.rpa-page__slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.rpa-page__slider .slick-dots li {
    padding: 0 5px;
}

.rpa-page__slider .slick-dots button {
    display: block;
    border: none;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    opacity: .35;
    font-size: 0 !important;
    outline: none;
}

.light.rpa-page__slider .slick-dots button {
    background: #112031;
}

.rpa-page__slider .slick-dots .slick-active button {
    opacity: 1;
    transition: .3s all ease-in-out;
}

@media (max-width: 768px) {
    .rpa-slide__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rpa-slide__icon {
        left: 15px;
    }
}

/* END rpa-slide__wrapper */

/* rca-page__marketo */
.rca-page__marketo {
    position: relative;
    right: -15px;
}

.rpa-page-v9 .rca-page__marketo {
    right: 3px;
}

.rca-page__marketo {
    border-radius: 27px;
    padding: 40px 35px 40px;
    background: #FFF;
    box-shadow: -5px 7px 35px 0 rgba(116, 126, 142, 0.15);
}

.rca-page__marketo .marketo_form__title {
    color: #112031;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    margin-bottom: 20px;
}

.light.rca-page__marketo .marketo_form__title {
    opacity: .4;
}

.dark.rca-page__marketo .marketo_form__title {
    opacity: 1;
}

.page-template-request_page_august_2025 .marketo_form.form_redesign .mktoForm .mktoFieldWrap .nice-select,
.page-template-request_page_august_2025 .marketo_form.form_redesign .mktoForm .mktoFieldWrap textarea {
    background: #F5F5F5;
}

.page-template-request_page_august_2025 .marketo_form.form_redesign .mktoForm .mktoFieldWrap select.parsley-error + .nice-select {
    background: #ffefef;
}

.rca-page__marketo .marketo_form.form_redesign .mktoForm .mktoButtonWrap button[type=submit] {
    font-size: 15px !important;
}


@media (max-height: 1080px) {
    .rca-page__marketo {
        padding: 25px;
    }

    .rpa-page__bold-text {
        margin: 10px 0;
    }
}


@media (max-width: 991px) {
    .rca-page__marketo,
    .rpa-page-v9 .rca-page__marketo {
        right: auto;
    }

    .rca-page__marketo .marketo_form__title br {
        display: none;
    }

    .rca-page__marketo {
        padding: 30px 20px 30px;
    }
}

/* END rca-page__marketo */

/* rpa-page__logos */
.rpa-page__logos {
    margin: 55px auto 0;
    max-width: 575px;
}

.rpa-page__logos.mobile {
    display: none;
}

.rpa-page-v9 .rpa-page__logos {
    margin: 59px 0 105px 17%;
}

.rpa-page-v9 .rca-page__marketo .rpa-page__logos {
    margin: 50px 0 0;
}

.rpa-page__logos_title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.37;
    margin-bottom: 19px;
}

.rpa-page__logos_row {
    display: flex;
    align-items: center;
    margin: 0 -3px
}

.rpa-page__logo {
    padding: 0 8px;
    margin-bottom: 10px;
}

.rpa-page__logo img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1300px) {
    .rpa-page-v9 .rpa-page__logos {
        margin-left: 5%;
    }
}

@media (max-width: 991px) {
    .rpa-page-v9 .rpa-page__logos {
        margin: 0 auto 40px !important;
    }

    .rpa-page__logos.mobile {
        display: block;
    }

    .rpa-page__logos.desktop {
        display: none;
    }

    .rca-page__marketo .rpa-page__logos {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }


}

@media (max-width: 560px) {
    .rpa-page__logos_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .rpa-page__logo {
        padding: 0 5px;
    }
    /*.rpa-page__logos_row {*/
    /*    flex-wrap: wrap;*/
    /*}*/

    /*.rpa-page__logo {*/
    /*    width: 50%;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

@media (max-width: 420px) {
    /*.rpa-page__logo {*/
    /*    width: 100%;*/
    /*}*/

    /*.rpa-page__logo img {*/
    /*    margin: auto;*/
    /*}*/
}


/* END rpa-page__logos */