

.pb-section-pb-f-cta-strip {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.pb-section-pb-f-cta-strip .pb-cta-strip-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
}



.pb-section-pb-f-cta-strip .pb-cta-strip-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1267px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;   
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 50px;
}

.pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-vertical-top {
    align-items: flex-start;
}

.pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-vertical-bottom {
    align-items: flex-end;
}

@media (min-width: 768px) {
    .pb-section-pb-f-cta-strip .pb-cta-strip-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1280px) {
    .pb-section-pb-f-cta-strip .pb-cta-strip-content {
        padding-left: 0;
        padding-right: 0;
    }
}



.pb-section-pb-f-cta-strip .pb-cta-strip-text {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 70%;
}


.pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-wrap-below .pb-cta-strip-text {
    flex-basis: 100%;
}



.pb-section-pb-f-cta-strip .pb-cta-heading {
    margin: 0;
    padding: 0;
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--colour-white);
}

@media (min-width: 768px) {
    .pb-section-pb-f-cta-strip .pb-cta-heading {
        font-size: 36px;
    }
}

@media (min-width: 1130px) {
    .pb-section-pb-f-cta-strip .pb-cta-heading {
        font-size: 40px;
    }
}

.pb-section-pb-f-cta-strip .pb-cta-heading .cta-heading-accent,
.pb-section-pb-f-cta-strip .pb-cta-heading .cta-heading-main {
    display: inline;
}


.pb-section-pb-f-cta-strip .pb-cta-heading .cta-heading-accent {
    color: var(--colour-teal-light);
}


.pb-section-pb-f-cta-strip.bg-white .pb-cta-heading .cta-heading-accent,
.pb-section-pb-f-cta-strip.bg-light-grey .pb-cta-heading .cta-heading-accent {
    color: var(--colour-primary-orange);
}


.pb-section-pb-f-cta-strip.bg-teal-dark .pb-cta-heading .cta-heading-accent,
.pb-section-pb-f-cta-strip.bg-black .pb-cta-heading .cta-heading-accent {
    color: var(--colour-teal-light);
}


.pb-section-pb-f-cta-strip.bg-teal .pb-cta-heading .cta-heading-accent,
.pb-section-pb-f-cta-strip.bg-teal-mid .pb-cta-heading .cta-heading-accent,
.pb-section-pb-f-cta-strip.bg-orange .pb-cta-heading .cta-heading-accent {
    color: var(--colour-white);
}


.pb-section-pb-f-cta-strip.bg-teal-light .pb-cta-heading .cta-heading-accent {
    color: var(--colour-teal-dark);
}



.pb-section-pb-f-cta-strip .pb-cta-subtext {
    margin: 0;
    font-family: var(--font-body, system-ui, sans-serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    color: var(--colour-white); 
    opacity: 0.9; 
    max-width: 470px;
}


.pb-section-pb-f-cta-strip:not(.has-bg-image) .pb-cta-subtext {
    color: inherit;
    opacity: 1;
}

.pb-section-pb-f-cta-strip .pb-cta-subtext p {
    font-size: 20px;
}



.pb-section-pb-f-cta-strip .pb-cta-strip-buttons {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .pb-section-pb-f-cta-strip .pb-cta-strip-buttons {
        gap: 24px;
    }
}


.pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-wrap-below .pb-cta-strip-buttons {
    flex-basis: 100%;
    width: 100%;
    justify-content: flex-end;
}

.pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-wrap-below .pb-cta-strip-buttons > :first-child {
    margin-right: auto;
}



.pb-section-pb-f-cta-strip .pb-cta-heading.is-placeholder {
    opacity: 0.7;
    font-style: italic;
    text-transform: none;
}


.pb-section-pb-f-cta-strip .pb-cta-strip-buttons .arrow-button:focus {
    outline: none;
}

.pb-section-pb-f-cta-strip .pb-cta-strip-buttons .arrow-button:focus-visible {
    outline: 3px solid var(--colour-white);
    outline-offset: 3px;
    border-radius: 2px;
}


.pb-section-pb-f-cta-strip.bg-white .pb-cta-strip-buttons .arrow-button:focus-visible,
.pb-section-pb-f-cta-strip.bg-light-grey .pb-cta-strip-buttons .arrow-button:focus-visible,
.pb-section-pb-f-cta-strip.bg-teal-light .pb-cta-strip-buttons .arrow-button:focus-visible {
    outline-color: var(--colour-teal-dark);
}


.pb-section-pb-f-cta-strip .pb-cta-strip-buttons .arrow-button {
    min-height: 44px;
}



@media (max-width: 767px) {

    .pb-section-pb-f-cta-strip .pb-cta-strip-content {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .pb-section-pb-f-cta-strip .pb-cta-strip-text {
        flex-basis: auto;
        gap: 8px;
        max-width: none;
    }

    .pb-section-pb-f-cta-strip .pb-cta-strip-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 12px;
        justify-content: flex-start;
    }

   
    .pb-section-pb-f-cta-strip .pb-cta-strip-content.buttons-wrap-below .pb-cta-strip-buttons > :first-child {
        margin-left: 0;
        margin-right: 0;
    }

}
