.full-width-cta {
    padding: 50px 0 300px;
    position: relative;
    background: var(--dark-blue);
    color: #fff;
    z-index: 1;
    overflow: hidden;
}

.full-width-cta h2 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.25;
}

.full-width-cta__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
}


.full-width-cta__text {
    text-align: center;
}

.full-width-cta p {
    margin: 0 0 3px;
    font-size: 15px;
    line-height: 1.5;
}

.full-width-cta__highlight-text {
    font-size: 26px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}


.full-width-cta__highlight-text:after {
    content: var(--content-highlight);
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--white);
    color: var(--dark-blue);
    line-height: 1.5em;
    text-transform: uppercase;
    z-index: -1;
}

.full-width-cta__text .btn-group {
    margin: 10px auto 0;
    justify-content: center;
}

.full-width-cta__text .btn-group .btn.btn-secondary.btn-icon {
    padding-left: 48px;
}

.full-width-cta__text .btn-group .icon-support {
    font-size: 18px;
}

.full-width-cta__man-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -52px;
    width: 321px;
    height: 329px;
    margin-left: -45px;
}

@media(min-width: 768px) {
    .full-width-cta__text {
        text-align: left;
        padding-left: 239px;
    }

    .full-width-cta__highlight-text {
        font-size: 40px;
        text-align: left;
    }

    .full-width-cta__man-image {
        left: 0;
        transform: translate(0, -50%);
        bottom: unset;
        top: 50%;
        width: 321px;
        margin-left: -54px;
    }

    .full-width-cta__highlight-text:after {
        font-size: 40px;
        text-align: left;
        left: 5px;
        top: 4px;
    }


    .full-width-cta {
        padding: 77px 0 91px;
    }

    .full-width-cta__text .btn-group {
        margin: 7px auto 0;
        justify-content: flex-start;
    }
}

@media(min-width: 1200px) {
    .full-width-cta__highlight-text {
        font-size: 86px;
        text-align: center;
        line-height: 1em;
    }

    .full-width-cta__highlight-text:after {
        font-size: 86px;
        text-align: center;
        left: 5px;
        top: 4px;
        line-height: 1em;
    }

    .full-width-cta__text {
        text-align: center;
        padding-left: 0;
        position: relative;
    }

    .full-width-cta__text .btn-group {
        margin: 18px auto 0;
        justify-content: center;
    }

    .full-width-cta {
        padding: 142px 0 152px;
    }

    .full-width-cta p {
        margin: 0 auto 8px;
        max-width: 900px;
    }

    .full-width-cta h2 {
        max-width: 900px;
        margin: 0 auto;
    }

    .full-width-cta__man-image {
        left: -250px;
        transform: unset;
        bottom: unset;
        top: -188px;
        width: 432px;
        height: 441px;
        margin-left: 0;
    }

    .fx-accordion--service-location + .full-width-cta {
        margin-top: 50px;
    }


    .fx-accordion--service-location + .full-width-cta::before {
        content: '';
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
        height: 50px;
        background: var(--white);
    }

    .home .fx-accordion--service-location + .full-width-cta::before {
        top: -80px;
        height: 80px;
    }

    .fx-accordion--service-location.bg-light-blue + .full-width-cta::before {
        background: var(--light-blue);
    }

    
    .fx-accordion--service-location.bg-dark-blue + .full-width-cta::before {
        background: var(--dark-blue);
    }

    .full-width-cta__text .btn-group .btn-secondary:hover {
        background: #fff;
        color: var(--dark-blue);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .full-width-cta__man-image {
        transform: translate(0, -50%) !important;
    }
}

@media(max-width: 600px) {
    .full-width-cta__man-image {
        transform: translate(-50%, 0) !important;
    }
}