.z-index-99{
    z-index: 99;
}

.cr-2024 {
    overflow-x: clip;
}

.cr-2024__breadcrumbs {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.cr-2024__breadcrumbs a {
    text-decoration: underline;
}
.cr-2024__breadcrumbs a,
.cr-2024__breadcrumbs p,
.cr-2024__breadcrumbs i {
    margin-top: 0px;
}
.cr-2024 .cr-2024__heading--1,
.cr-2024 .cr-2024__heading--2 {
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "roboto", "helvetica", "arial", "sans-serif";
}
.cr-2024 .cr-2024__heading--2 {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.2;
}
.cr-2024 .cr-2024__heading--3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.cr-2024 .cr-2024__heading--4 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 12px;
}
.cr-2024__video {
    width: 100%;
    padding: 0 32px;
}
.list-group {
    list-style: none;
}

.cr-2024 a:not(.sentiment-no, .sentiment-neutral, .sentiment-yes):hover {
    background-color: #c3e360;
    color: #102739;
    text-decoration: underline;
}

.cr-2024__growing-through-action--heading::before,
.cr-2024__growing-through-collab__heading::before,
.cr-2024__growing-leaders--heading::before,
.cr-2024--growing-sustainably__heading::before,
.cr-2024--growing-through-people__heading::before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: #00aeef;
    transform: translateY(0.5rem);
    margin-right: 1rem;
}

.cr-2024__growing-through-collab__heading::before {
    background: #80E7B1;
}

.cr-2024__growing-leaders--heading::before {
    background: #88ABFF;
}
.cr-2024--growing-sustainably__heading::before {
    background: #303C59;
}
.cr-2024--growing-through-people__heading::before {
    background: #00AEEF;
}

/* SIDEBAR */
.cr-2024__sidebar {
    position: relative;
    z-index: 100 !important;
    padding: 40px;
}
.cr-2024__sidebar--list > li,
.cr-2024__sidebar--list > li:link,
.cr-2024__sidebar--list > li:visited {
    padding-top: 0px !important;
    text-decoration: underline;
    text-decoration-color: #007ab4;
}
.cr-2024__sidebar--list > li:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 1450px) {
    .cr-2024__sidebar {
        padding: 32px;
    }
}
/* MOBILE NAV */
.cr-2024__nav-mobile {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    align-content: center;
    justify-items: center;
    padding: 0 32px;
}
.cr-2024__nav-mobile--menu > p {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.cr-2024__nav-mobile--menu .btn {
    text-align: start;
    margin-bottom: 16px;
}
.cr-2024__nav-mobile--icon {
    margin-left: 16px;
}

.cr-2024__nav-mobile .btn:not(.collapsed) .cr-2024__nav-mobile--icon::before {
    transition: all 0.3s;
    display: inline-block;
    transform: rotateZ(180deg);
}
.cr-2024__nav-mobile .btn:has(.collapsed) .cr-2024__nav-mobile--icon::before {
    transition: all 0.3s;
    display: inline-block;
    transform: rotateZ(0deg);
}
.cr-2024__nav-mobile--collapse {
    text-align: center;
}
.cr-2024__nav-mobile--collapse a {
    text-decoration: underline;
}

/* BANNER */
.cr-2024__banner {
    width: 100%;
    display: grid;
    grid-template-columns: 6.5fr 9.5fr;
    justify-items: center;
    align-items: center;
}
.cr-2024__banner--content {
    width: 100%;
    display: grid;
    grid-template-rows: min-content min-content;
    grid-template-columns: minmax(32px, 1fr) minmax(min-content, 550px) minmax(32px, 1fr);
    justify-items: start;
}
.cr-2024__banner--content--subtitle {
    grid-area: 1/2/2/3;
    background-color: #b8cdff;
    margin-top: 0;
    text-transform: uppercase;
}
.cr-2024__banner--content--heading {
    grid-area: 2/2/3/3;
    margin-top: 28px;
}

.cr-banner-2024 {
    height: 580px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/community-accountability-report-banner-lg.webp");
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 1300px) {
    .cr-2024 .cr-2024__heading--1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .cr-2024__banner--content {
        grid-template-columns: minmax(16px, 1fr) minmax(min-content, 550px) minmax(16px, 1fr);
    }
    .cr-2024 .cr-2024__heading--1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 992px) {
    .cr-2024__banner--content {
        grid-template-columns: minmax(32px, 1fr) minmax(min-content, 550px) minmax(32px, 1fr);
    }
    .cr-2024 .cr-2024__heading--1 {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 768px) {
    /* .cr-2024__banner {
        width: 100%;
        display: grid;
        grid-template-columns: 6.5fr 9.5fr;
        justify-items: center;
        align-items: center;
    } */
    .cr-2024__banner--content {
        grid-area: 1/1/2/3;
        grid-template-columns: 32px minmax(min-content, max-content) 32px;
        padding: 32px 0;
    }
    .cr-2024__banner--content--subtitle {
        grid-area: 1/2/2/3;
    }
    .cr-2024__banner--content--heading {
        grid-area: 2/2/3/3;
        margin-top: 8px;
    }
    .cr-banner-2024 {
        grid-area: 2/1/3/3;
        height: 450px;
        width: 100%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/community-accountability-report-banner-md.webp");
        background-size: cover;
        background-position: bottom;
    }
}
@media only screen and (max-width: 575px) {
    .cr-banner-2024 {
        height: 300px;
        width: 100%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/community-accountability-report-banner-mb.webp");
        background-size: cover;
        background-position: bottom;
    }
    .cr-2024 .cr-2024__heading--1 {
        font-size: 2rem;
    }
}
/* WHO WE ARE SECTION */
.cr-2024--who-we-are {
    padding: 100px 0;
    background: #303c59;
    position: relative;
    display: grid;
    grid-template-columns: minmax(20%, 3fr) minmax(min-content, 950px) minmax(12%, 1fr);
    align-items: center;
}
.cr-2024--who-we-are--img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 6%, rgba(255, 255, 255, 0.18) 6%, rgba(255, 255, 255, 0.18) 12%, rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.06) 24%, transparent 24%);
    -webkit-clip-path: polygon(0 0, 6% 0, 6% 25%, 12% 25%, 12% 50%, 18% 50%, 18% 75%, 24% 75%, 24% 100%, 0 100%);
    clip-path: polygon(0 0, 6% 0, 6% 25%, 12% 25%, 12% 50%, 18% 50%, 18% 75%, 24% 75%, 24% 100%, 0 100%);
}
.cr-2024--who-we-are__heading {
    grid-area: 1/2/2/3;
}
.cr-2024--who-we-are__paragraph {
    grid-area: 2/2/3/3;
    line-height: 1.5;
    margin-bottom: 56px;
}
.cr-2024--who-we-are__btn {
    grid-area: 3/2/4/3;
    justify-self: end;
    align-self: center;
    margin: 0;
    padding: 20px;
    white-space: nowrap;
}
.cr-2024--who-we-are__paragraph,
.cr-2024--learn-more__paragraph {
    font-size: 26px;
}
@media only screen and (max-width: 992px) {
    .cr-2024--who-we-are {
        grid-template-columns: 32px minmax(min-content, max-content) 32px;
        align-items: center;
    }
    .cr-2024--who-we-are--img-cover {
        background: none;
    }
    .cr-2024--who-we-are__paragraph {
        margin-bottom: 32px;
    }
    .cr-2024--who-we-are__btn {
        justify-self: start;
        align-self: center;
        white-space: normal;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024--who-we-are {
        padding: 112px 0;
    }
}

/* INTRODUCTION */
.cr-2024--introduction {
    padding: 112px 0;
    display: grid;
    grid-template-columns: 28% minmax(min-content, 55%);
    column-gap: 4vw;
}

.cr-2024--introduction__figure {
    grid-column: 1/2;
}
.cr-2024--introduction__figure--img {
    width: auto;
    height: 19vw;
    background: url("../images/2025/community-accountability-report/introduction.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.cr-2024--introduction__figure--description {
    padding-left: 7%;
    font-size: 26px;
}
.cr-2024--introduction__content {
    grid-column: 2/3;
}
.cr-2024--introduction__content > p:last-of-type {
    margin-bottom: 40px;
}
.cr-2024--introduction__content .corporateAddressccordion .card-header {
    margin-bottom: 40px;
}
.cr-2024--introduction__content .corporateAddressccordion .card-header > p {
    margin-bottom: 0px;
}
.cr-2024--introduction__accordion .collapsed {
    border: 0;
    background-color: #fff;
}

.cr-2024--introduction__accordion .btn:not(.collapsed) > i::before {
    transition: all 0.3s;
    display: inline-block;
    transform: rotateZ(180deg);
}
.cr-2024--introduction__accordion .collapsed > i::before {
    transition: all 0.3s;
    display: inline-block;
    transform: rotateZ(0deg);
}
@media only screen and (max-width: 991px) {
    .cr-2024--introduction {
        grid-template-columns: 50% minmax(min-content, 50%);
        column-gap: 0;
    }
    .cr-2024--introduction__figure {
        grid-column: 1/3;
        margin-bottom: 24px;
    }
    .cr-2024--introduction__figure--img {
        width: 350px;
        height: 350px;
        margin-bottom: 0px;
    }
    .cr-2024--introduction__figure--description {
        padding-left: 0%;
        font-size: 16px;
        display: none;
    }
    .cr-2024--introduction__content {
        padding-left: 32px;
        padding-right: 32px;
        grid-column: 1/3;
    }
}
@media only screen and (max-width: 991px) {
    .cr-2024--introduction__figure--img {
        width: 350px;
        height: 350px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024--introduction{
        padding-top: 0px;
    }
    .cr-2024--introduction__figure {
        margin-bottom: 32px;
    }
    .cr-2024--introduction__figure--img {
        width: 100%;
        height: 45vh;
        margin-bottom: 0px;
    }
}
/* A LEGACY OF BUILDING COMMUNITIES */
.cr-2024__growing-through-action {
    display: grid;
    grid-template-columns: 5fr 3fr;
}
.cr-2024__growing-through-action--content {
    display: flex;
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 10%;
    padding-right: 8%;
    flex-direction: column;
    justify-content: stretch;
    align-content: center;
}
.cr-2024__growing-through-action--img {
    height: 100%;
    width: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/growing-through-actions-lg.webp");
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 1200px) {
    .cr-2024__growing-through-action--content {
        grid-area: 2/1/3/3;
        padding: 0 32px;
        padding-top: 32px;
        padding-bottom: 112px;
    }
    .cr-2024__growing-through-action--img {
        grid-area: 1/1/2/3;
        height: 500px;
        width: auto;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-through-actions-md.webp");
        background-size: cover;
        background-position: center;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024__growing-through-action--img {
        height: 300px;
        width: auto;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-through-actions-mb.webp");
        /* transform: rotateY(180deg); */
        background-size: cover;
        background-position: center;
    }
}

/* QUOTATION ONE-FOUR */
.cr-2024__quotation--1,
.cr-2024__quotation--3,
.cr-2024__quotation--2 {
    margin: 112px 0;
}

.cr-2024__quotation--4 {
    display: grid;
    grid-template-columns: 8.5fr 7.5fr;
}

.cr-2024__quotation--1__content,
.cr-2024__quotation--2__content,
.cr-2024__quotation--3__content,
.cr-2024__quotation--4__content {
    width: 75%;
    margin: 0 auto;
    padding-left: 11%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.cr-2024__quotation--3__content{
    margin-bottom: 48px;
}
.cr-2024__quotation--4__content{
    padding-top: 112px;
    padding-bottom: 112px;
    width: 75%;
}
.cr-2024__quotation--1__content::before,
.cr-2024__quotation--2__content::before,
.cr-2024__quotation--3__content::before {
    content: "";
    width: 56px;
    height: -webkit-fill-available;
    height: 100%;
    background: #e0f5fd;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}
.cr-2024__quotation--2__content::before {
    background: #dbf8e9;
}
.cr-2024__quotation--3__content::before {
    background: #dbe6ff;
}
.cr-2024__quotation--1__content::after,
.cr-2024__quotation--2__content::after,
.cr-2024__quotation--3__content::after,
.cr-2024__quotation--4__content::after {
    /* content: "“"; */
    content: "";
    position: absolute;
    top: -22px;
    left: 26px;
    width: 68px;
    height: 56px;
    background-color: #00aeef;
    mask: url("../images/2025/community-accountability-report/quote.svg");
    mask-size: cover;
    z-index: 1;
}
.cr-2024__quotation--2__content::after {
    background-color: #80e7b1;
}
.cr-2024__quotation--3__content::after {
    background-color: #88abff;
}
.cr-2024__quotation--4__content::after {
    top: 80px;
    left: 0;
}
.cr-2024__quotation--1__pharagraph,
.cr-2024__quotation--2__pharagraph,
.cr-2024__quotation--3__pharagraph,
.cr-2024__quotation--4__pharagraph {
    font-size: 26px;
    margin-bottom: 24px;
}
.cr-2024__quotation--1__sub--pharagraph,
.cr-2024__quotation--2__sub--pharagraph,
.cr-2024__quotation--3__sub--pharagraph,
.cr-2024__quotation--4__sub--pharagraph {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    padding-top: 16px;
}
.cr-2024__quotation--1__sub--pharagraph::before,
.cr-2024__quotation--2__sub--pharagraph::before,
.cr-2024__quotation--3__sub--pharagraph::before,
.cr-2024__quotation--4__sub--pharagraph::before {
    content: "";
    width: 15%;
    height: 4px;
    background: #00aeef;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}
.cr-2024__quotation--2__sub--pharagraph::before {
    background: #80e7b1;
}
.cr-2024__quotation--3__sub--pharagraph::before {
    background: #88abff;
}

.cr-2024__quotation--4__img{
    width: auto;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/quotation-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1500px) {
    .cr-2024__quotation--4__content {
        width: 100%;
        margin: 0;
        padding-left: 32px;
        padding-right: 32px;
        position: relative;
        padding-top: 112px;
    }
    .cr-2024__quotation--4__content::after {
        top: 48px;
        left: 32px;
    }
}
@media only screen and (max-width: 1200px) {
    .cr-2024__quotation--1,
    .cr-2024__quotation--2,
    .cr-2024__quotation--3,
    .cr-2024__quotation--4 {
        margin: 112px 0;
    }
    .cr-2024__quotation--4 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .cr-2024__quotation--1__content,
    .cr-2024__quotation--2__content,
    .cr-2024__quotation--3__content,
    .cr-2024__quotation--4__content {
        width: 100%;
        margin: 0;
        padding-left: 32px;
        padding-right: 32px;
        position: relative;
        padding-top: 30px;
    }
    .cr-2024__quotation--3__sub--pharagraph {
        margin-bottom: 32px;
    }
    .cr-2024__quotation--1__content::before,
    .cr-2024__quotation--2__content::before,
    .cr-2024__quotation--3__content::before,
    .cr-2024__quotation--4__content::before {
        content: none;
    }
    .cr-2024__quotation--1__content::after,
    .cr-2024__quotation--2__content::after,
    .cr-2024__quotation--3__content::after,
    .cr-2024__quotation--4__content::after {
        top: -36px;
        left: 20px;
    }
    .cr-2024__quotation--4__content{
        margin-top: 64px;
        grid-area: 2/1/3/3;
    }
    .cr-2024__quotation--4__img{
        width: auto;
        height: 500px;
        grid-area: 1/1/2/3;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/quotation-banner-xl.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width: 768px) {
    .cr-2024__quotation--4__img{
        width: auto;
        height: 500px;
        background: linear-gradient(00deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/quotation-banner-md.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024__quotation--4__img{
        width: auto;
        height: 300px;
        background: linear-gradient(00deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/quotation-banner-mb.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* GROWING THROUGH COLLABORATION */
.cr-2024__growing-through-collab {
    display: grid;
    grid-template-rows: 907px max-content;
    padding-bottom: 112px;
}
.cr-2024__growing-through-collab__img {
    width: auto;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/growing-through-collaboration-xl.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cr-2024__growing-through-collab__content {
    margin-top: -15.2vh;
    background: white;
    padding: 112px;
    width: 70%;
    justify-self: center;
}
@media only screen and (max-width: 1500px) {
    .cr-2024__growing-through-collab {
        grid-template-rows: 600px max-content;
    }
    .cr-2024__growing-through-collab__img {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-through-collaboration-lg.webp");
        background-position: center;
    }
    .cr-2024__growing-through-collab__content {
        width: 80%;
        padding: 64px;
    }
}
@media only screen and (max-width: 768px) {
    .cr-2024__growing-through-collab {
        grid-template-rows: 500px max-content;
    }
    .cr-2024__growing-through-collab__img {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-through-collaboration-md.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .cr-2024__growing-through-collab__content {
        width: 100%;
        padding: 32px;
        margin-top: 0vh;
        background: #f6f7f8;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024__growing-through-collab {
        grid-template-rows: 300px max-content;
    }
    .cr-2024__growing-through-collab__img {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-through-collaboration-md.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cr-2024__growing-through-collab__content {
        width: 100%;
        padding: 32px;
        margin-top: 0vh;
        background: #f6f7f8;
    }
}

/* GROWING LEADERS */
.cr-2024__growing-leaders {
    display: grid;
    grid-template-columns: 3fr 5fr;
}
.cr-2024__growing-leaders--content {
    display: flex;
    padding: auto;
    padding-left: 10%;
    padding-right: 8%;
    flex-direction: column;
    justify-content: stretch;
    align-content: center;
}
.cr-2024__growing-leaders--img {
    height: 100%;
    width: auto;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
        url("../images/2025/community-accountability-report/growing-future-leaders-lg.webp");
    background-size: cover;
    background-position: center;
}


@media only screen and (max-width: 1200px) {
    .cr-2024__growing-leaders--content {
        grid-area: 2/1/3/3;
        padding: 0 32px;
        padding-top: 32px;
        padding-bottom: 112px;
    }
    .cr-2024__growing-leaders--img {
        grid-area: 1/1/2/3;
        height: 500px;
        width: auto;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-future-leaders-md.webp");
        background-size: cover;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024__growing-leaders--img {
        height: 300px;
        width: auto;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 16%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.3) 24%, transparent 24%),
            url("../images/2025/community-accountability-report/growing-future-leaders-mb.webp");
        background-size: cover;
    }
}

/* GROWING SUSTAINABLY */
.cr-2024--growing-sustainably {
    padding: 112px 0;
    display: grid;
    grid-template-columns: minmax(min-content, 60%) 33%;
    column-gap: 10%;
    justify-content: space-between;
}

.cr-2024--growing-sustainably__figure {
    grid-column: 2/3;
}

.cr-2024--growing-sustainably__figure--img {
    width: auto;
    height: 22vw;
    background: url("../images/2025/community-accountability-report/grow-sustainably.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cr-2024--growing-sustainably__content {
    margin-left: 12%;
    grid-column: 1/2;
    grid-row: 1/2;
}
@media only screen and (max-width: 991px) {
    .cr-2024--growing-sustainably {
        grid-template-columns: 50% minmax(min-content, 50%);
        column-gap: 0;
    }
    .cr-2024--growing-sustainably__figure {
        grid-column: 1/3;
        grid-row: 1/2;
        margin-bottom: 24px;
        justify-self: end;
    }

    .cr-2024--growing-sustainably__figure--img{
        width: 350px;
        height: 350px;
        margin-bottom: 0px;
    }
    .cr-2024--growing-sustainably__content {
        margin-left: 0;
        padding-left: 32px;
        padding-right: 32px;
        grid-column: 1/3;
        grid-row: 2/3;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024--growing-sustainably{
        padding-top: 0px;
    }
    .cr-2024--growing-sustainably__figure {
        width: 100%;
        margin-bottom: 32px;
    }
    .cr-2024--growing-sustainably__figure--img{
        width: 100%;
        height: 45vh;
        margin-bottom: 0px;
    }
}
/* GROWING THROUGH PEOPLE */
.cr-2024--growing-through-people {
    padding: 112px 0;
    display: grid;
    grid-template-columns: 33% minmax(min-content, 60%);
    column-gap: 10%;
    justify-content: space-between;
}

.cr-2024--growing-through-people__figure {
    grid-column: 1/2;
}

.cr-2024--growing-through-people__figure--img {
    width: auto;
    height: 22vw;
    background: url("../images/2025/community-accountability-report/growing-through-our-people.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cr-2024--growing-through-people__content {
    margin-right: 12%;
    grid-column: 2/2;
    grid-row: 1/2;
}

@media only screen and (max-width: 991px) {
    .cr-2024--growing-through-people {
        grid-template-columns: 50% minmax(min-content, 50%);
        column-gap: 0;
    }
    .cr-2024--growing-through-people__figure {
        grid-column: 1/3;
        grid-row: 1/2;
        margin-bottom: 24px;
        justify-self: start;
    }

    .cr-2024--growing-through-people__figure--img {
        width: 350px;
        height: 350px;
        margin-bottom: 0px;
    }
    .cr-2024--growing-through-people__content {
        margin-left: 0;
        padding-left: 32px;
        padding-right: 32px;
        grid-column: 1/3;
        grid-row: 2/3;
    }
}
@media only screen and (max-width: 575px) {
    .cr-2024--growing-through-people{
        padding-top: 0px;
    }
    .cr-2024--growing-through-people__figure{
        width: 100%;
        margin-bottom: 32px;
    }
    .cr-2024--growing-through-people__figure--img {
        width: 100%;
        height: 45vh;
        margin-bottom: 0px;
    }
}
/* WANT TO LEARN MORE */
.cr-2024--learn-more {
    padding: 100px 0;
    background: #303c59;
    position: relative;
    display: grid;
    grid-template-columns: minmax(12%, 1fr) minmax(min-content, 950px) minmax(16%, 3fr);
    align-items: center;
}
.cr-2024--learn-more--img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 6%, rgba(255, 255, 255, 0.18) 6%, rgba(255, 255, 255, 0.18) 12%, rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.06) 24%, transparent 24%);
    -webkit-clip-path: polygon(0 0, 6% 0, 6% 25%, 12% 25%, 12% 50%, 18% 50%, 18% 75%, 24% 75%, 24% 100%, 0 100%);
    clip-path: polygon(0 0, 6% 0, 6% 25%, 12% 25%, 12% 50%, 18% 50%, 18% 75%, 24% 75%, 24% 100%, 0 100%);
    transform: rotateY(180deg);
}
.cr-2024--learn-more__heading {
    grid-area: 1/2/2/3;
}
.cr-2024--learn-more__paragraph {
    grid-area: 2/2/3/3;
    line-height: 1.5;
    margin-bottom: 56px;
}
.cr-2024--learn-more__btn {
    grid-area: 3/2/4/3;
    justify-self: end;
    align-self: center;
    margin: 0;
    padding: 20px;
    white-space: nowrap;
}
@media only screen and (max-width: 992px) {
    .cr-2024--learn-more {
        grid-template-columns: 32px minmax(min-content, max-content) 32px;
        align-items: center;
    }
    .cr-2024--learn-more--img-cover {
        background: none;
    }
    .cr-2024--learn-more__paragraph {
        margin-bottom: 32px;
    }
    .cr-2024--learn-more__btn {
        justify-self: start;
        align-self: center;
        white-space: normal;
    }
}
