/* @group incentive-block
------------------------------------ */

.incentive-block {
    position: relative;
    isolation: isolate;
}

.incentive-block .subtitle {
    color: var(--rose-gold);
    display: block;
    margin-bottom: 2rem;
    font: normal 700 2em / 1.6em var(--proxima-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.incentive-block h2 {
    color: var(--navy-blue);
    font: normal 700 3em / 1.6em var(--proxima-font);
    letter-spacing: 0.066em;
    text-transform: uppercase;
}

.incentive-block p {
    color: var(--navy-blue);
    font: normal 500 1.6em / 2.4em var(--proxima-font);
}

.incentive-block .bttn-outlined {
    margin-top: 3rem;
}

.incentive-block .img-box {
    background: none;
    overflow: visible;
    padding: 0;
}

.incentive-block .bg {
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.incentive-block .bg img {
    width: 100%;
    height: 100%;
}

.incentive-block .bttn-wrapper {
    display: flex;
    margin-top: 3em;
}

.incentive-block header p {
    text-wrap: balance;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
    .incentive-block {
        padding-block: 15rem;
    }

    .incentive-block header {
        max-width: calc(70vw + 13em);
        padding-bottom: 6em;
    }

    .incentive-block .img-box {
        padding-right: 6em;
        height: 26.4em;
        margin-right: auto;
        margin-bottom: 8rem;
        order: -1;
        background: none;
        overflow: visible;
    }

    .incentive-block .bg {
        width: 22.5em;
        height: 26.4em;
        top: -3em;
        right: 3em;
        bottom: unset;
    }

    .incentive-block .bttn-wrapper {
        gap: 1.5em;
        flex-direction: column;
        align-items: start;
    }

    .incentive-block .row {
        justify-content: start;
    }

    .incentive-block header.mobile {
        order: -2;
    }


    .incentive-block p {
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.125em;
    }



}


@media only screen and (min-width: 961px) {
    .incentive-block {
        padding-block:15rem 10rem;
    }

    .incentive-block p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: 0.135em;
    }

    .incentive-block h2 {
        font-size: 4.5em;
        line-height: 1em;
        margin-bottom: 6rem;
    }

    .incentive-block .img-box {
        height: 45em;
    }

    .incentive-block .bg {
        width: 38.5416vw;
        height: 49.8em;
        top: -7.2em;
    }

    .incentive-block .bttn-wrapper {
        gap: 5em;
    }
}

/* @end */