
.cta-bisley .nw-category-cta-item {
    --white: #FFFFFF;
    --text-dark: #222321;
}
.cta-bisley .nw-category-cta-item {
    padding: 20px;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner .nw-cta-content-inner .cta-text{
    position: relative;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white.text-position-top .cta-bg-image-wrapper::before,
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white.text-position-top .nw-cta-video-wrapper::before{
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.62) 0,rgba(0,0,0,0) 35%);
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white.text-position-bottom .cta-bg-image-wrapper::before,
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white.text-position-bottom .nw-cta-video-wrapper::before{
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.62) 0,rgba(0,0,0,0) 35%);
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner .cta-heading{
    font-family: fs-elliot, sans-serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 600;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner .cta-description{
    font-family: fs-elliot, sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white .cta-heading,
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-white .cta-description{
    text-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-dark .cta-heading,
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.text-dark .cta-description{
    text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner{
    overflow: hidden;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.cta-image-text-container .cta-bg-image{
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.cta-image-text-container:hover .cta-bg-image{
    transform: scale(1.1);
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.cta-video-container .nw-cta-video{
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-bisley .nw-category-cta-item .nw-category-cta-item-inner.cta-video-container:hover .nw-cta-video{
    transform: scale(1.1);
}