.title-section {
    margin: 0 0 20px;
}
/* the-philosophy */
.the-philosophy .content-section {
    color: #000000;
}
.the-philosophy .content-top {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}
.the-philosophy .philosophies .philosophy .philosophy-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 69.5px;
    color: var(--philosophy-color);
}
.the-philosophy .philosophies .philosophy .philosophy-title {
    color: var(--philosophy-color);
    margin: 0 0 10px;
}
.the-philosophy .philosophies .philosophy {
    width: calc(25% - 15px);
    text-align: center;
}
.the-philosophy .philosophies {
    margin-top: 40px;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.the-philosophy .core-statements .statement .statement-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.the-philosophy .core-statements .statement .statement-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
    color: #fff;
    max-width: 580px;
}
.the-philosophy .core-statements .statement .statement-title {
    margin: 0 0 40px;
    color: #fff;
}
.the-philosophy .core-statements .statement .icon {
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    min-width: 157px;
    height: 157px;
}
.the-philosophy .core-statements .statement .statement-inner {
    padding: 40px;
    border-radius: 10px;
    background: var(--statement-bg);
}
.the-philosophy .core-statements .statement:not(:first-child) {
    margin-top: 20px;
}
.the-philosophy .core-statements {
    margin: 40px auto 0;
    max-width: 858px;
}
.the-philosophy {
    padding: 120px 0 80px;
}

/* pathway-to-impact */
.pathway-to-impact .title-section {
    text-align: center;
    margin: 0 0 38px;
}
.pathway-to-impact .the-paths {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 130px;
}
.pathway-to-impact .the-paths .path::before {
    content: '';
    width: 50px;
    height: 44px;
    background: url('../images/path-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    transform: translateY(-50%);
}
.pathway-to-impact .the-paths .path:nth-of-type(2)::before,
.pathway-to-impact .the-paths .path:nth-of-type(3)::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: calc(100% + 43px);
}
.pathway-to-impact .the-paths .path:nth-of-type(2)::before {
    bottom: auto;
    top: calc(100% + 43px);
}
.pathway-to-impact .the-paths .path:nth-of-type(3)::before {
    transform: translateX(-50%) rotate(-90deg);
}
.pathway-to-impact .the-paths .path:nth-of-type(4)::before {
    left: auto;
    right: calc(100% + 40px);
    transform: translateY(-50%) rotate(-180deg);
}
.pathway-to-impact .the-paths .path-icon {
    min-width: max-content;
}
.pathway-to-impact .the-paths .path-content {
    color: #222222;
}
.pathway-to-impact .the-paths .path {
    width: calc(50% - 65px);
    position: relative;
}
.pathway-to-impact .the-paths .path-inner {
    padding: 40px;
    background: #F5F5F5;
    display: flex;
    gap: 40px;
    align-items: center;
    border-radius: 10px;
    height: 100%;
}
.pathway-to-impact{
    padding: 40px 0;
}

/* our-work */

.our-work .content-top .title-section {
    text-align: center;
}
.our-work .content-top .content-section {
    color: #222222;
}
.our-work .content-top {
    max-width: 790px;
    margin: 0 auto;
}
.our-work .the-jobs .job .job-inner {
    max-width: 387px;
    margin: 0 auto;
    text-align: center;
}
.our-work .the-jobs .job-icon img {
    max-height: 200px;
    height: 100%;
    width: auto;
}
.our-work .the-jobs .job .job-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    margin-top: 16px;
}
.our-work .the-jobs .job .job-title {
    margin: 20px 0 16px;
}
.our-work .the-jobs .job {
    width: calc(33.333% - 13.333px);
}
.our-work .the-jobs {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.our-work {
    margin: 80px 0 100px;
    padding: 40px 0;
}

/* action-hours */
.action-hours .content-top .content-section {
    color: #222222;
}
.action-hours .content-top {
    text-align: center;
}
.action-hours .collaboration .collaboration-inner {
    max-width: 347px;
    margin: 0 auto;
}
.action-hours .collaboration .collaboration-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    color: #222222;
}
.action-hours .collaboration .collaboration-icon img {
    max-width: 200px;
    margin: 0 0 20px;
}
.action-hours .collaboration::before {
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%);
}
.action-hours .collaboration:first-child::before {
    content: '';
    width: 47px;
    height: 47px;
    background: url('../images/plus-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.action-hours .collaboration:nth-of-type(2)::before {
    content: '';
    width: 47px;
    height: 47px;
    background: url('../images/equal-sign.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.action-hours .collaboration {
    text-align: center;
    position: relative;
    width: 33.33333%;
}
.action-hours .collaborations {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.action-hours {
    background: #F3F5FC;
    padding: 100px 0;
}

/* international-network */
.international-network .title-section {
    text-align: center;
}
.international-network .logos,
.international-network .content-top {
    max-width: 920px;
    margin: 0 auto;
}
.international-network .logos .logo img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
}
.international-network .logos .logo {
    width: 100%;
    max-width: 200px;
    text-align: center;
}
.international-network .logos {
    margin-top: 40px;
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.international-network .link-section .btn {
    min-width: 246px;
}
.international-network .link-section {
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}
.international-network {
    padding: 40px 0;
    margin: 99px 0 64px;
}

@media(max-width: 1024px){
    .the-philosophy {
        padding: 80px 0 40px;
    }
    .pathway-to-impact .the-paths .path-inner {
        padding: 30px;
        gap: 30px;
    }
    .pathway-to-impact .the-paths .path-icon img {
        max-width: 140px;
    }
    .our-work {
        margin: 40px 0 80px;
    }
    .action-hours {
        padding: 80px 0;
    }
    .international-network {
        margin: 80px 0 50px;
    }
    .action-hours .collaboration .collaboration-icon img {
        max-width: 170px;
    }
    .the-philosophy .philosophies .philosophy {
        width: calc(50% - 20px);
    }
}

@media(max-width: 991px) {
    .pathway-to-impact .the-paths .path-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .action-hours .collaborations {
        gap: 50px;
    }
    .action-hours .collaboration:first-child::before,
    .action-hours .collaboration:nth-of-type(2)::before {
        width: 35px;
        height: 35px;
        left: calc(100% + 9px);
    }
    .pathway-to-impact .the-paths {
        gap: 100px;
    }
    .pathway-to-impact .the-paths .path {
        width: calc(50% - 50px); 
    }
    .pathway-to-impact .the-paths .path:nth-of-type(3)::before {
        bottom: calc(100% + 28px);
    }
    .pathway-to-impact .the-paths .path:nth-of-type(4)::before {
        right: calc(100% + 28px);
    }
    .pathway-to-impact .the-paths .path::before {
        left: calc(100% + 28px);
    }
    .pathway-to-impact .the-paths .path:nth-of-type(2)::before {
        top: calc(100% + 28px);
    }
    .action-hours .collaboration .collaboration-icon img {
        max-width: 150px;
    }
}

@media (min-width: 768px) {
    .the-philosophy .core-statements .swiper-wrapper {
        display: block;
    }
    .the-philosophy .core-statements .swiper-pagination {
        display: none;
    }
}

@media(max-width: 767.98px) {
    .action-hours .collaboration .collaboration-icon img {
        max-width: 200px;
    }
    .the-philosophy .core-statements .swiper-pagination .swiper-pagination-bullet::before {
        width: 9.78px;
        height: 9.78px;
    }
    .the-philosophy .core-statements .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin: 0;
    }
    .the-philosophy .core-statements .swiper-pagination {
        position: static;
        margin-top: 21px;
        display: flex;
        justify-content: center;
        gap: 6.52px;
        flex-wrap: wrap;
    }
    .the-philosophy {
        padding: 40px 0;
    }
    .the-philosophy .core-statements .statement .statement-inner {
        flex-direction: column;
        gap: 44px;
        padding: 63px 40px 67px;
        text-align: center;
    }
    .the-philosophy .core-statements .statement:not(:first-child) {
        margin-top: 0;
    }
    .pathway-to-impact .the-paths {
        flex-direction: column;
        gap: 90px;
    }
    .pathway-to-impact .the-paths .path {
        width: 100%;
    }
    .pathway-to-impact .the-paths .path-inner {
        padding: 40px;
        gap: 40px;
    }
    .pathway-to-impact .the-paths .path-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .pathway-to-impact .the-paths .path::before {
        top: calc(100% + 24px) !important;
        left: 50%;
        transform: translateX(-50%) rotate(90deg) !important;
    }
    .pathway-to-impact .the-paths .path:nth-of-type(3) {
        order: 4;
    }
    .pathway-to-impact .the-paths .path:nth-of-type(3)::before {
        bottom: calc(100% + 28px);
        top: auto !important;
    }
    .pathway-to-impact .the-paths .path-icon img {
        max-width: 100%;
    }
    .our-work {
        margin: 0 0 28px;
        padding: 42px 0;
    }
    .our-work .content-top .content-section {
        text-align: center;
    }
    .our-work .the-jobs {
        flex-direction: column;
        justify-content: flex-start;
    }
    .our-work .the-jobs .job {
        width: 100%;
    }
    .our-work .the-jobs .job .job-title {
        font-size: 18px;
        line-height: 26.06px;
    }
    .our-work .the-jobs .job .job-inner {
        padding: 0 20px;
    }
    .action-hours {
        padding: 40px 0;
    }
    .action-hours .collaborations {
        gap: 120px;
        flex-direction: column;
    }
    .action-hours .collaboration {
        width: 100%;
        padding: 0 20px;
    }
    .action-hours .collaboration:first-child::before, 
    .action-hours .collaboration:nth-of-type(2)::before {
        width: 47px;
        height: 47px;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 37px);
    }
    .international-network {
        margin: 40px 0 0;
        padding: 40px 0 37px;
    }
    .international-network .logos {
        margin-left: -20px;
        width: 100vw;
        display: block;
        overflow: hidden;
    }
    .the-philosophy .philosophies {
        gap: 21px;
    }
    .the-philosophy .philosophies .philosophy {
        width: 100%;
    }
}