.impact-stats-2023 {
    background-color: #01a7b8;
}

.impact-stats-2023 grid-row:first-child {
    margin-bottom: 3.325vw;
}


@media (max-width: 899px) {
    .impact-stats-2023 grid-row:first-child {
        margin-bottom: 1.875rem;
    }
}


.impact-stats-2023 grid-row:last-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.impact-stats-2023 grid-row:last-child grid-column > strong {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    padding: 0 0 3.325vw 0;
}

.impact-stats-2023 h2 a {
    color: #FFF;
    transition: color 175ms ease;
}

.impact-stats-2023 h2 a:hover {
    color: #C1CD23;
}

.impact-stats-2023 h2,
.impact-stats-2023 grid-row:last-child grid-column > strong {
    color: #FFF;
}

.impact-stats-2023 grid-row:last-of-type grid-column:first-child {
    width: calc((100% - 25.01rem) - 3vw);
}

.impact-stats-2023 grid-row:last-of-type grid-column ~ grid-column {
    margin-left: 6vw;
    width: calc(25rem - 3vw);
}


.impact-stats-2023 grid-row:last-of-type grid-column ~ grid-column:before {
    background-color: #FFF;
    content: "";
    height: 100%;
    position: absolute;
    left: -3vw;
    width: 2px;
}

.impact-stats-2023 grid-row {
    margin: 0 auto;
    max-width: 96.125rem;
    width: 100%;
}

.impact-stats-2023 ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}


.impact-stats-2023 ul li {
    box-sizing: border-box;
    display: block;
    padding: 1.875rem 3.75rem 1.875rem 0;
    position: relative;
    width: 50%;
}

.impact-stats-2023 ul li:only-child {
    width: 100%;
}

.impact-stats-2023 stats-count {
    padding-left: 7rem;
}

.impact-stats-2023 stats-count strong {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2rem;
    text-transform: none;
}

.impact-stats-2023 stats-count span {
    color: #FFF;
    display: block;
    margin-bottom: 0.188rem;
}

@media (min-width: 1621px) {
    .impact-stats-2023 stats-count span {
        font-size: 2.5rem;
    }
}

@media (min-width: 1321px) and (max-width: 1620px) {
    .impact-stats-2023 stats-count span {
        font-size: 2.45vw;
    }
}

@media (min-width: 769px) and (max-width: 1320px) {
    .impact-stats-2023 stats-count span {
        font-size: 2.063rem;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .impact-stats-2023 stats-count span {
        font-size: 1.938rem;
    }
}

@media (max-width: 468px) {
    .impact-stats-2023 stats-count span {
        font-size: 2rem;
    }
}


@media (max-width: 1164px) {
    .impact-stats-2023 ul li {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 982px) {
    .impact-stats-2023 grid-row:last-of-type grid-column {
        width: 100% !important;
    }

    .impact-stats-2023 grid-row:last-of-type grid-column ~ grid-column {
        margin-left: 0;
    }

    .impact-stats-2023 grid-row:last-of-type grid-column ~ grid-column:before {
        display: none;
    }
}

@media (min-width: 1621px) {
    body.index .impact-stats-2023 + .quicklinks {
        padding-top: 10rem !important;
    }
}

@media (min-width: 769px) and (max-width: 1620px) {
    body.index .impact-stats-2023 + .quicklinks {
        padding-top: 9.875% !important;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    body.index .impact-stats-2023 + .quicklinks {
        padding-top: 4.75rem !important;
    }
}

@media (max-width: 468px) {
    .impact-stats-2023 ul li ~ li {
        padding-top: 0;
    }

    .impact-stats-2023 stats-count {
        padding-left: 5.875rem;
    }

    body.index .impact-stats-2023 + .quicklinks {
        padding-top: 2.5rem !important;
    }
}

@media (max-width: 468px) {
    body.index .slideshow.fading slideshow-slide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    body.index .slideshow.fading slideshow-slide {
        min-height: 38rem;
    }
}

.quicklinks a {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.quicklinks a figure {
    background-size: cover !important;
    background-position: center !important;
    filter: grayscale(20%) blur(0px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    transform: scale(1) translate3d(0, 0, 0);
    transition: transform 400ms ease, filter 400ms ease;
    z-index: 1;
}

.quicklinks a figure:before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 350ms ease;
}

@media (max-width: 767px) {
    .quicklinks a figure:before {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.quicklinks a text-content {
    bottom: 0;
    box-sizing: border-box;
    color: #FFF;
    left: 0;
    padding: 3.125rem 3.125rem 2.938rem 3.125rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: transform 400ms ease;
}

.quicklinks a text-content strong {
    display: block;
    font-weight: 300;
    font-size: 1.875rem;
}

.quicklinks a text-content strong:after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 2px;
    margin: 0.875rem 0;
    opacity: 0;
    position: relative;
    transform: translateX(100%);
    transition: opacity 400ms ease, transform 400ms ease;
    width: 1.875rem;
}

.quicklinks a text-content span {
    display: block;
    font-size: 1rem;
    line-height: 1.625rem;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 400ms ease, transform 400ms ease;
}

/* HOVER */
.quicklinks a:hover figure {
    transform: scale(1.2) translate3d(0, 0, 0);
    filter: grayscale(20%) blur(2px);
}

.quicklinks a:hover figure:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.quicklinks a:hover text-content {
    transform: translateY(0) !important;
}

.quicklinks a:hover text-content strong:after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
}

.quicklinks a:hover text-content span {
    opacity: 1;
    transform: translateY(0);
}

/** RESPONSIVE LAYOUTS **/
/* 4 LINKS */
@media (min-width: 1400px) {
    .quicklinks.qty4 grid-column {
        width: 25%;
    }

    .quicklinks.qty4 a {
        padding-bottom: 120%;
    }
}

@media (min-width: 1161px) and (max-width: 1399px) {
    .quicklinks.qty4 grid-column {
        width: 43.3333333333%;
    }

    .quicklinks.qty4 grid-column:nth-child(odd) {
        margin-left: 6.6666666667%;
    }

    .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty4 a {
        padding-bottom: 65%;
    }
}

@media (min-width: 971px) and (max-width: 1160px) {
    .quicklinks.qty4 grid-column {
        width: 43.3333333333%;
    }

    .quicklinks.qty4 grid-column:nth-child(odd) {
        margin-left: 6.6666666667%;
    }

    .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty4 a {
        padding-bottom: 90%;
    }
}

@media (min-width: 800px) and (max-width: 970px) {
    .quicklinks.qty4 grid-column {
        width: 50%;
    }

    .quicklinks.qty4 a {
        padding-bottom: 110%;
    }

    .quicklinks.qty4 grid-column:nth-child(2n) ~ grid-column {
        margin-top: 2.376rem;
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .quicklinks.qty4 grid-column {
        width: 50%;
    }

    .quicklinks.qty4 a {
        padding-bottom: 120%;
    }

    .quicklinks.qty4 grid-column:first-child + grid-column ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty4 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty4 a text-content {
        padding: 1.875rem;
        transform: translateY(0) !important;
    }

    .quicklinks.qty4 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty4 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .quicklinks.qty4 grid-column {
        width: 100%;
    }

    .quicklinks.qty4 a {
        padding-bottom: 50%;
    }

    .quicklinks.qty4 grid-column:first-child ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty4 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty4 a text-content {
        transform: translateY(0) !important;
    }

    .quicklinks.qty4 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty4 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 650px) {
    .quicklinks.qty4 grid-column {
        width: 100%;
        margin-left: 0%;
    }

    .quicklinks.qty4 a {
        padding-bottom: 70%;
    }
}

@media (max-width: 530px) {
    .quicklinks.qty4 a {
        padding-bottom: 90%;
    }

    .quicklinks.qty4 grid-column:first-child ~ grid-column {
        margin-top: 1.188rem;
    }

    .quicklinks.qty4 a text-content {
        padding: 2rem 2rem 1.75rem 2rem;
    }
}

@media (max-width: 375px) {
    .quicklinks.qty4 a {
        padding-bottom: 115%;
    }
}

/* 3 LINKS */
@media (min-width: 1400px) {
    .quicklinks.qty3 grid-column {
        width: 24.4444444444%;
        margin-left: 6.6666666667%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 120%;
    }
}

@media (min-width: 1161px) and (max-width: 1399px) {
    .quicklinks.qty3 grid-column {
        width: 33.3333333333%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 100%;
    }
}

@media (min-width: 971px) and (max-width: 1160px) {
    .quicklinks.qty3 grid-column {
        width: 33.3333333333%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 120%;
    }
}

@media (min-width: 800px) and (max-width: 970px) {
    .quicklinks.qty3 grid-column {
        width: 50%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 110%;
    }

    .quicklinks.qty3 grid-column:nth-child(2n) ~ grid-column {
        margin-top: 2.376rem;
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .quicklinks.qty3 grid-column {
        width: 50%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 120%;
    }

    .quicklinks.qty3 grid-column:first-child + grid-column ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty3 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty3 a text-content {
        padding: 1.875rem;
        transform: translateY(0) !important;
    }

    .quicklinks.qty3 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty3 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .quicklinks.qty3 grid-column {
        width: 100%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 50%;
    }

    .quicklinks.qty3 grid-column:first-child ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty3 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty3 a text-content {
        transform: translateY(0) !important;
    }

    .quicklinks.qty3 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty3 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 650px) {
    .quicklinks.qty3 grid-column {
        width: 100%;
        margin-left: 0%;
    }

    .quicklinks.qty3 a {
        padding-bottom: 70%;
    }
}

@media (max-width: 530px) {
    .quicklinks.qty3 a {
        padding-bottom: 90%;
    }

    .quicklinks.qty3 grid-column:first-child ~ grid-column {
        margin-top: 1.188rem;
    }

    .quicklinks.qty3 a text-content {
        padding: 2rem 2rem 1.75rem 2rem;
    }
}

@media (max-width: 375px) {
    .quicklinks.qty3 a {
        padding-bottom: 115%;
    }
}

/* 2 LINKS */
@media (min-width: 1400px) {
    .quicklinks.qty2 grid-column {
        width: 40%;
    }

    .quicklinks.qty2 grid-column:first-child {
        margin-left: 10%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 62.5%;
    }
}

@media (min-width: 1161px) and (max-width: 1399px) {
    .quicklinks.qty2 grid-column {
        width: 40%;
    }

    .quicklinks.qty2 grid-column:first-child {
        margin-left: 10%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 75%;
    }
}

@media (min-width: 971px) and (max-width: 1160px) {
    .quicklinks.qty2 grid-column {
        width: 45%;
    }

    .quicklinks.qty2 grid-column:first-child {
        margin-left: 5%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 90%;
    }
}

@media (min-width: 800px) and (max-width: 970px) {
    .quicklinks.qty2 grid-column {
        width: 50%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 110%;
    }

    .quicklinks.qty2 grid-column:nth-child(2n) ~ grid-column {
        margin-top: 2.376rem;
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .quicklinks.qty2 grid-column {
        width: 50%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 120%;
    }

    .quicklinks.qty2 grid-column:first-child + grid-column ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty2 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty2 a text-content {
        padding: 1.875rem;
        transform: translateY(0) !important;
    }

    .quicklinks.qty2 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty2 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .quicklinks.qty2 grid-column {
        width: 100%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 62.5%;
    }

    .quicklinks.qty2 grid-column:first-child ~ grid-column {
        margin-top: 2.376rem;
    }

    .quicklinks.qty2 a figure {
        transform: scale(1) !important;
    }

    .quicklinks.qty2 a text-content {
        transform: translateY(0) !important;
    }

    .quicklinks.qty2 a text-content strong:after {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 400ms ease 125ms, transform 400ms ease 125ms;
    }

    .quicklinks.qty2 a text-content span {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 650px) {
    .quicklinks.qty2 grid-column {
        width: 100%;
        margin-left: 0%;
    }

    .quicklinks.qty2 a {
        padding-bottom: 70%;
    }
}

@media (max-width: 530px) {
    .quicklinks.qty2 a {
        padding-bottom: 90%;
    }

    .quicklinks.qty2 grid-column:first-child ~ grid-column {
        margin-top: 1.188rem;
    }

    .quicklinks.qty2 a text-content {
        padding: 2rem 2rem 1.75rem 2rem;
    }
}

@media (max-width: 375px) {
    .quicklinks.qty2 a {
        padding-bottom: 115%;
    }
}