#hero {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 161, 85, 0.15) 100%);
    padding: 40px 0;
    margin-bottom: 50px;
}
#hero .inner {
    padding: 0 200px;
}
#hero .back {
    color: #0A0A0A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#hero .back img {
    margin-right: 10px;
}
#hero .breadcrumbs a {
    color: #717182;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}
#hero .breadcrumbs .title {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.meta {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}
.meta .cat span {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F9ECE2;
    color: var(--Brand-Orange, #F7710D);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 106.667% */
    padding: 8px;
}
.meta h1 {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    margin: 30px 0;
}
.meta .bottom {
    color: #717182;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.meta .date i {
    margin-right: 5px;
}
#mc .content .featured img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 0 0 40px;
}
#mc {
    padding-bottom: 50px;
}
#mc .content p,
#mc .content li {
    color: rgba(10, 10, 10, 0.90);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
#mc .content h2 {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}
#mc .content h3 {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
}
#mc .content h4 {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}
#mc .content h5 {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
#mc .content img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.featured_content p {
    color: #717182;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#stats {
    padding: 50px 0;
}

#stats .stat-col {
    display: flex;
}

#stats .item {
    width: 100%;
    min-height: 200px;
    padding: 34px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F7F8F9;
    border: 1px solid #E8E9EA;
    border-radius: 16px;
}

#stats .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9F7F2;
    border-radius: 50%;
    margin-bottom: 15px;
}

#stats .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

#stats .number {
color: #00A155;
text-align: center;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
    margin-bottom: 10px;
}

#stats .stat-col:nth-child(even) .icon {
    background: #FFF0E7;
}

#stats .stat-col:nth-child(even) .number {
    color: rgba(247, 113, 13, 1);
}

#stats .label {
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

@media (max-width: 767px) {
    #stats .stat-col {
        max-width: 100%;
    }

    #stats .item {
        min-height: 180px;
    }
}

#text-center {
    padding: 100px 0;
}

#text-center .content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

#text-center .tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 16px;
    background: #FFF0E7;
    border-radius: 30px;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    margin-bottom: 22px;
}

/* --------- */
#text-center .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

/* --------- */
#text-center .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
    margin-bottom: 0;
}

#text-center .content p strong {
    color: #00A868;
    font-weight: 400;
}

@media (max-width: 767px) {
    #text-center {
        padding: 50px 0;
    }

    #text-center .tag {
        margin-bottom: 18px;
    }

    #text-center .content h2 {
        font-size: 36px;
        line-height: 41px;
    }

    #text-center .content p {
        font-size: 15px;
        line-height: 24px;
    }
}

#blocks {
    padding: 0;
}

#blocks .item {
    padding: 0px 0 50px;
}

/* --------- */
#blocks .content h2 {
color: #0A0A0A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
    margin-bottom: 24px;
}

/* --------- */
#blocks .content p {
color: rgba(10, 10, 10, 0.90);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 24px;
}

#blocks .content li {
color: rgba(10, 10, 10, 0.90);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

#blocks .content p:last-child {
    margin-bottom: 0;
}

#blocks .quote {
    padding: 40px 60px;
    display: flex;
    align-items: flex-start;
    gap: 34px;
    color: #fff;
    background: #00A868;
    border-radius: 8px;
    margin: 50px 0 0;
}

#blocks .quote .icon {
    flex: 0 0 auto;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

#blocks .quote-content {
    flex: 1;
}

/* --------- */
#blocks .quote-content p {
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 21px; /* 131.25% */
    margin-bottom: 18px;
}

#blocks .quote-content p:last-child {
    margin-bottom: 0;
}

#blocks .quote-content strong {
    color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21px; /* 131.25% */
}

@media (max-width: 767px) {
    #blocks .item {
        padding: 0px 0 50px;
    }

    #blocks .content h2 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #blocks .content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    #blocks .quote {
        padding: 30px 24px;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    #blocks .quote .icon {
        font-size: 32px;
    }
}

#green-content {
    padding: 50px 0;
}

#green-content .content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: #009B50;
    border-radius: 22px;
    text-align: center;
}

/* --------- */
#green-content .content h2 {
    max-width: 700px;
color: #FFF;
text-align: center;
font-family: "Proxima-Nova";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin: 0 auto 32px;
}

/* --------- */
#green-content .content p {
color: #DCFCE7;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin: 0 auto 30px;
}

#green-content .content p:last-child {
    margin-bottom: 0;
}

#green-content .content a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    #green-content .content {
        min-height: 0;
        padding: 40px 24px;
        border-radius: 16px;
    }

    #green-content .content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    #green-content .content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}

#stories {
    padding: 50px 0;
}

#stories .heading {
    text-align: center;
    margin-bottom: 55px;
}

/* --------- */
#stories .heading h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#stories .heading h2 strong {
    color: #F7710D;
    font-weight: 700;
}

#stories .story-col {
    display: flex;
}

#stories .item {
    width: 100%;
    height: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#stories .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 413/192;
    object-fit: cover;
    display: block;
}

#stories .item .content {
    height: 100%;
    padding: 40px 27px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* --------- */
#stories .item .content h2 {
color: #0A0A0A;
font-family: "Proxima-Nova";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    margin-bottom: 18px;
}

/* --------- */
#stories .item .content p {
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

#stories .item .content .click {
    margin-top: 40px;
}

#stories .date {
    margin-top: 35px;
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 8px;
}

#stories .date i {
    font-size: 14px;
}

@media (max-width: 1200px) {
    #stories .item .content {
        padding: 30px 24px 26px;
    }
}

@media (max-width: 767px) {
    #stories .heading {
        margin-bottom: 36px;
    }

    #stories .heading h2 {
        font-size: 36px;
        line-height: 41px;
    }
}
