.rwb-cta {
    --rwb-cta-background: #f7f8fa;
    --rwb-cta-padding-top: 120rem;
    --rwb-cta-padding-bottom: 120rem;
    position: relative;
    width: 100%;
    padding: var(--rwb-cta-padding-top) 0 var(--rwb-cta-padding-bottom);
    overflow: hidden;
    color: #333333;
    background: var(--rwb-cta-background);
    isolation: isolate;
}

.rwb-cta__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.rwb-cta__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rwb-cta__inner {
    width: 860rem;
    margin: 0 auto;
}

.rwb-cta__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rwb-cta__title {
    margin: 0;
    color: #333333;
    font-family: "Inter", Arial, sans-serif;
    font-size: 56rem;
    font-weight: 700;
    line-height: 1.12;
}

.rwb-cta__text {
    width: 733rem;
    max-width: 100%;
    margin-top: 24rem;
    color: #555555;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18rem;
    font-weight: 400;
    line-height: 1.4;
}

.rwb-cta__text p {
    margin: 0;
}

.rwb-cta__form {
    margin-top: 32rem;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .rwb-cta__inner {
        width: min(860rem, calc(100% - 80rem));
    }

    .rwb-cta__title {
        font-size: 48rem;
    }
}

@media (max-width: 767px) {
    .rwb-cta {
        padding-top: min(var(--rwb-cta-padding-top), 64rem);
        padding-bottom: min(var(--rwb-cta-padding-bottom), 64rem);
    }

    .rwb-cta__inner {
        width: calc(100% - 32rem);
    }

    .rwb-cta__title {
        font-size: 28rem;
        line-height: 1.12;
    }

    .rwb-cta__text {
        margin-top: 16rem;
        font-size: 14rem;
        line-height: 1.45;
    }

    .rwb-cta__form {
        margin-top: 26rem;
    }
}
