.cwb-focus__container {
    background-color: transparent;
    width: auto;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 4rem 12px;
    padding: 0 12px;
    box-shadow: 0 0 1px transparent;
    /* border-radius: 16px; */
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
}
.cwb-focus__container.back-on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%234ac5e8' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cwb-focus__cta {
    padding: 64px 32px;
}
.cwb-focus__container:hover .cwb-focus__img {
    filter: saturate(1);
}
.cwb-focus__img {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-radius: 16px;*/
    filter: saturate(0.75);
    padding: 10vw 0 10vw;
    transition: filter 0.3s linear;
}
.cwb-focus__img:hover {
    filter: saturate(1);
}
.cwb-focus__container.cwb-hero_cta__imgright .cwb-focus__body ,
.cwb-focus__container.cwb-hero_cta__imgleft .cwb-focus__img {
    order: 1;
}
.cwb-focus__container.cwb-hero_cta__imgleft .cwb-focus__body,
.cwb-focus__container.cwb-hero_cta__imgright .cwb-focus__img {
    order: 2;
}
.cwb-focus__container.cwb-hero_cta__imgright .cwb-focus__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background: linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,0.875) 15%,
            rgba(255,255,255,0.75) 25%,
            rgba(255,255,255,0.5) 35%,
            rgba(255,255,255,0.25) 50%,
            rgba(255,255,255,0.125) 75%,
            rgba(255,255,255,0) 100%);
    opacity: 1;
}
.cwb-focus__container.cwb-hero_cta__imgleft .cwb-focus__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background: linear-gradient(
            90deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0) 40%,
            rgba(255,255,255,0.4) 55%,
            rgba(255,255,255,0.6) 70%,
            rgba(255,255,255,0.8) 85%,
            rgba(255,255,255,1) 100%);
    opacity: 1;
}
.cwb-focus__img.full {
    padding: 0;
    right: 0;
    min-height: 0;
}
.cwb-focus__img.full img {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    margin: auto;
    display: block;
}
.cwb-focus__img.full:after {
    display: none !important;
}
.field--name-field-hero-cta-body ul li p {
    padding: 0;
}
