.full-image-cta {
    position: relative;
    padding: 80px 0 50px;
    color: #fff;
}

.cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.full-image-cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1D1D1D;
    z-index: 1;
    opacity: 0.8;
}


.full-image-cta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 31px;
    top: -1px;
    left: 0;
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #ebebeb;
}

.has-bg-white.full-image-cta::after {
    background: #FFF;
}

.has-bg-gray.full-image-cta::after {
    background: #F5F5F5;
}

.no-bg--temporary {
    background: transparent;
}

.cta-left {
    position: absolute;
    width: 148px;
    top: 58px;
    left: 0;
    opacity: 0.25;
    z-index: 1;
}

.cta-right {
    position: absolute;
    width: 149px;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
}

.full-image-cta__wrap {
    position: relative;
    z-index: 2;
}

.full-image-cta__wrap h2 {
    font-size: 37px;
    color: #fff;
}

.full-image-cta__wrap .sub-heading,
.full-image-cta__wrap h1,
.full-image-cta__wrap h3,
.full-image-cta__wrap h4,
.full-image-cta__wrap h5,
.full-image-cta__wrap h6 {
    color: #fff;
}

.full-image-cta__wrap  .btn-primary {
    padding: 11px 29px 8px 15px;
    margin-top: 20px;
}

.full-image-cta__wrap  .btn + .btn {
    margin: 0 0 0 0;
}

.full-image-cta__wrap .btn-secondary {
    background: none;
    border: 2px solid #ffffff;
    padding: 10px 29px 9px 15px;
    margin-left: 28px !important;
    color: #fff;
}

.full-image-cta__wrap .btn-tertiary {
    line-height: 1.2em;
    padding: 0 0 0 0;
    border: none;
    margin-top: 18px !important;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to bottom, rgb(255 255 255 / 45%) 0%, rgb(255 255 255 / 45%) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 4px;
    transition: background-size .0s;
    line-height: 1.1em;
}

.full-image-cta__wrap .btn-tertiary::before {
    font-size: 17px;
    right: -23px;
    margin-top: -2px;
}

.is-expanded p br {
    display: none;
}

.full-image-cta__wrap__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.full-image-cta__wrap__btn .btn + .btn {
    margin: 0 !important;
}

.full-image-cta--inner .btn-tertiary {
    color: #FFCC00;
    background: linear-gradient(to bottom, rgba(255, 204, 0, 0.45) 0%, rgba(255, 204, 0, 0.45) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 4px;
}

.full-image-cta--inner .btn-tertiary::before {
    color: #FFCC00;
}

.full-image-cta--inner .cta-left,
.full-image-cta--inner .cta-right {
    opacity: 0.7;
}

.full-image-cta--straight-edge:after {
    display: none;
}

.full-image-cta--straight-edge {
    padding: 50px 0;
}

.wp-block-table + .full-image-cta::after {
    background-color: #fff;
}

.testimonials--inner + .full-image-cta::after {
    background-color: #f5f5f5;
}

.full-image-cta__wrap p a:not(.btn) {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.25) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 4px;
}


.full-image-cta__wrap .read-more__box {
    display: block;
}

.read-more__box .js-read-more-expand {
    display: none;
}

.full-image-cta__wrap__btn {
    margin-top: 20px;
}

.full-image-cta__wrap .full-image-cta__content .read-more__box {
    max-height: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.full-image-cta--inner .full-image-cta__content a:not(.btn) {
    color: #fff;
}

@media (min-width: 768px) {

    .custom-js-trigger,
    .full-image-cta__wrap .read-more__box {
        display: none;
    }

    .full-image-cta {
        padding: 84px 0 60px;
    }

    .read-more__wrapper p br {
        display: none;
    }
    
    .full-image-cta::after {
        height: 24px;
    }
    
    .cta-left {
        width: 213px;
        top: 54px;
    }
    
    .cta-right {
        width: 226px;
    }
   
    
    .full-image-cta__wrap h2 {
        font-size: 44px;
    }
    
    .full-image-cta__wrap  .btn + .btn {
        margin: 0 0 0 32px !important;
    }

    .full-image-cta__wrap  .btn-primary {
        padding: 14px 31px 11px 17px;
    }
    
    .full-image-cta__wrap  .btn-secondary {
        padding: 13px 31px 12px 17px;
    }
    
    .full-image-cta--inner .cta-left,
    .full-image-cta--inner .cta-right {
        opacity: 0.25;
    }

    .full-image-cta__wrap__btn {
        gap: 0 32px;
    }
    
    .full-image-cta__wrap__btn .btn + .btn {
        margin: 0 !important;
    }

    .full-image-cta--straight-edge {
        padding: 60px 0;
    }
}


@media (min-width: 1200px) {
    .full-image-cta {
        padding: 158px 0 100px;
    }

    
    .full-image-cta::after {
        height: 58px;
    }
    
    .cta-left {
        width: 362px;
        top: 52px;
    }
    
    .cta-right {
        width: 372px;
    }
   
    
    .full-image-cta__wrap h2 {
        font-size: 50px;
    }
    
    
    .full-image-cta__wrap  .btn + .btn {
        margin: 0 0 0 32px !important;
    }

    .full-image-cta__wrap  .btn-primary {
        padding: 16px 36px 13px 19px;
    }
    
    .full-image-cta__wrap  .btn-secondary {
        padding: 13px 36px 12px 19px;
    }

    .full-image-cta__wrap  .btn-secondary:hover {
        background: #000;
    }
    
    .full-image-cta__wrap  .btn-tertiary:hover {
        background: linear-gradient(to bottom, rgb(255, 255, 255, 0.45) 0%, rgba(0,0,0, 0.45) 100%);
        background-repeat: repeat-x;
        background-size: 2px 30px;
        background-position: 0 100%;
        color: #fff;
        transition: background-size .3s;  
    }

    .full-image-cta__wrap__btn {
        gap: 0 32px;
    }
    
    .full-image-cta__wrap__btn .btn + .btn {
        margin: 0 !important;
    }

    .full-image-cta--inner .btn-tertiary:hover::before {
        color: #fff;
    }

    .full-image-cta--straight-edge {
        padding: 100px 0;
    }

    .full-image-cta--straight-edge .cta-left {
        top: -6px;
    }

    .full-image-cta--straight-edge .cta-right {
        bottom: -70px;
    }

    .full-image-cta__wrap p a:hover {
        background-size: 2px 30px;
    }
}