.flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.first-banner {
    width: 49.11vw;
}

.first-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.quote-box {
    width: 20.11vw;
    background: rgba(255, 255, 255, 0.8);
    padding: 4.37vw 3.12vw;
    position: absolute;
    bottom: 2.55vw;
    left: 0;
}

.quote-box p {
    font-style: italic;
    font-weight: 500;
    font-size: calc(18px * .75);
    line-height: calc(18px * .75);
    text-align: center;
    letter-spacing: calc(.04em * .75);
    color: #3C3838;
}

.quote-box .quote-author {
    font-weight: bold;
    font-size: calc(16px * .75);
    line-height: calc(19px * .75);
    text-align: center;
    color: #000000;
}

.first-paragraph {
    margin-top: 3.17vw;
    margin-bottom: 3.9vw;
    font-size: calc(16px * .75);
    line-height: calc(28px * .75);
    color: #3C3838;
}

.question-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.13vw;
}

.how-why-box {
    width: 24.37vw;
    margin-right: 4.42vw;
    padding-top: .78vw;
}

.how-why-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.question-box {
    width: 42vw;
    padding-top: .78vw;
    padding-bottom: 5.98vw;
    padding-left: 2.51vw;
    border-left: 1px solid #3C3838;
    font-size: calc(16px * .75);
    line-height: calc(28px * .75);
    color: #3C3838;
}

.question-item {
    margin-bottom: 3.43vw;
}

.question-box h1,
.question-box h2,
.question-box h3,
.question-box h4,
.question-box h5 {
    margin-bottom: .31vw;
    font-weight: 600;
    font-size: calc(24px * .75);
    line-height: calc(29px * .75);
    color: #2E2828;
}

.line-interest {
    width: 100%;
    height: 1px;
    background-color: #3C3838;
    display: none;
}

.title-box {
    padding-top: .62vw;
    padding-bottom: 2.08vw;
    padding-left: 2.39vw;
    border-left: 1px solid #3C3838;
}

.title-interest {
    background-color: #F4F4F4;
    font-weight: 500;
    font-size: calc(40px * .75);
    line-height: calc(48px * .75);
    color: #2E2828;
}

.fact-box {
    margin-top: 4.79vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.fact-box .second-banner {
    width: 42.91vw;
    height: auto;
}

.fact-box .second-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fact-info-box {
    position: absolute;
    bottom: 1.3vw;
    left: 0;
}

.fact-title-box {
    display: flex;
    align-items: baseline;
}

.fact-title-box.cut-line {
    flex-direction: column;
}

.fact-number {
    font-weight: 500;
    font-size: calc(100px * .75);
    line-height: calc(120px * .75);
    color: #D2A460;
    margin-right: 1.14vw;
}

.fact-title{
    font-weight: bold;
    font-size: calc(20px * .75);
    line-height: calc(28px * .75);
    color: #3C3838;
    text-transform: uppercase;
}

.fact-background {
    width: 30.56vw;
    background: rgba(255, 255, 255, 0.6);
    padding: 1.04vw 3.38vw;
    display: flex;
    flex-wrap: wrap;
}

.left-fact {
    width: 40%;
}

.fact-item {
    margin-bottom: 1.04vw;
}

.fact-amount {
    font-weight: bold;
    font-size: calc(16px * .75);
    line-height: calc(28px * .75);
    color: #3C3838;
    margin-right: .52vw;
}

.fact-name {
    font-size: calc(16px * .75);
    line-height: calc(28px * .75);
    color: #3C3838;
    text-transform: capitalize;
}

.right-fact {
    width: 40%;
}

.team-box-title {
    margin-bottom: 2.59vw;
    padding-top: .62vw;
    padding-bottom: 2.08vw;
    padding-left: 2.39vw;
    border-left: 1px solid #3C3838;
}

.title-team {
    font-weight: 500;
    font-size: calc(40px * .75);
    line-height: calc(48px * .75);
    color: #2E2828;
    text-transform: uppercase;
    text-align: center;
}

.people-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.people-box {
    width: 17.75vw;
    height: 17.75vw;
    margin-right: .5vw;
    margin-bottom: 80px;
}

.avt-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.backdrop-info {
    width: calc(100% - 2.8vw);
    height: calc(100% - 2.28vw);
    padding: 1.14vw 1.4vw;
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    font-size: calc(16px * .75);
    line-height: calc(30px * .75);
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s;
}

.backdrop-info:hover {
    background: rgba(255, 255, 255, .9);
    color: #000;
    cursor: pointer;
}

.backdrop-info:hover::-webkit-scrollbar-thumb {
    display: block;
}

.backdrop-info::-webkit-scrollbar {
    width: 3px;
}

.backdrop-info::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

.backdrop-info::-webkit-scrollbar-thumb {
    background: #5F5D5D;
    display: none;
}

.backdrop-info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.people-avt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-people-info {
    width: calc(100% - 11.94vw);
    padding: 3.37vw 5.97vw 14.28vw 5.97vw;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .25s;
}

.avt-box-alt {
    width: 100%;
}

.btn-close {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    position: absolute;
    top: 0vw;
    right: 0vw;
}

.people-name-alt {
    margin-top: 2.07vw;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #2E2828;
}

.people-role-alt {
    margin-top: 1.29vw;
    font-size: 12px;
    line-height: 14px;
    color: #5F5D5D;
}

.horizon-line-alt {
    width: 12.98vw;
    height: 1px;
    margin-top: 3.37vw;
    background: #3C3838;
}

.people-info-alt {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.avt-box-alt img {
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-top: 25px;
    margin-left: 5%;
}

.people-name {
    font-weight: bold;
    font-size: calc(20px * .75);
    line-height: calc(24px * .75);
    color: #2E2828;
    margin-top: .93vw;
    text-transform: capitalize;
}

.people-role {
    font-size: calc(16px * .75);
    line-height: calc(19px * .75);
    color: #5F5D5D;
    margin-top: .46vw;
    text-transform: capitalize;
}

.partner {
    margin-top: 6.32vw;
    padding-top: .62vw;
    padding-bottom: 2.08vw;
    padding-left: 2.39vw;
    border-left: 1px solid #3C3838;
}

.partner-list {
    width: calc(100vw -10.38vw);
    padding-bottom: 1vw;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3.43vw;
    overflow-x: auto;
}

.partner-list::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border-radius: 3px;
}

.partner-list::-webkit-scrollbar-track {
    background: #f4f4f4;
}

.partner-list::-webkit-scrollbar-thumb {
    background: #999;
}

.partner-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.partner-item {
    width: 11.5vw;
    height: 4.58vw;
    margin-right: .52vw;
    border: 1px solid #d1d1d1;
    flex-shrink: 0;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-footer {
    width: 99.35vw;
    background: #E1E1E1;
    margin-top: 6.3vw;
    margin-left: -13.025vw;
    padding-top: 6.32vw;
    padding-bottom: 5.13vw;
    position: relative;
    z-index: 10000000;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: calc(53vw / 3);
    padding-left: 6.66vw;
}

.middle-footer {
    border-left: .7px solid rgba(60, 56, 56, 0.7);
    border-right: .7px solid rgba(60, 56, 56, 0.7);
}

.footer-title {
    font-weight: bold;
    font-size: calc(20px * .75);
    line-height: calc(24px * .75);
    color: #2E2828;
    margin-bottom: .93vw;
    text-transform: uppercase;
}

.footer-content {
    font-weight: 500;
    font-size: calc(14px * .75);
    line-height: calc(36px * .75);
    text-transform: uppercase;
}

.footer-content a {
    color: #696969;
    word-break: break-word;
}

.copyright {
    font-weight: 500;
    font-size: calc(18px * .75);
    line-height: calc(36px * .75);
    color: #2E2828;
    text-transform: uppercase;
    margin-top: 4.5vw;
    text-align: center;
}

.page-about .mobile-child-breadcrumb {
    display: none!important;
}

@media only screen and (max-width: 565px) {
    .page-about .mobile-child-breadcrumb {
        display: none;
    }

    .page-about .wrapper-content {
        margin-top: 35.06vw;
    }

    .first-banner {
        width: 100%;
    }

    .first-banner img {
        width: 100vw;
        margin-left: -5.19vw;
    }

    .quote-box {
        width: calc(100vw - 10.38vw - 1.02vw);
        background: rgba(255, 255, 255, 0.8);
        padding: 9.09vw .51vw;
        position: absolute;
        bottom: -16.88vw;
        left: 0;
    }

    .quote-box p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.04em;
    }

    .quote-box .quote-author {
        font-size: 12px;
        line-height: 14px;
    }

    .first-paragraph {
        margin-top: 21.03vw;
        margin-bottom: 3.89vw;
        font-size: 14px;
        line-height: 28px;
        color: #3C3838;
    }

    .how-why-box {
        width: 100%;
        margin-right: 0;
        padding-top: 6.23vw;
    }

    .question-box {
        width: calc(100% - 7.27vw);
        margin-top: 3.89vw;
        padding-top: 4.41vw;
        padding-left: 7.27vw;
        border-left: 1px solid #3C3838;
        font-size: 16px;
    }

    .question-item {
        margin-bottom: 7.27vw;
    }

    .question {
        margin-bottom: 4.15vw;
        font-size: 16px;
        line-height: 19px;
    }

    .answer {
        font-size: 12px;
        line-height: 28px;
    }

    .fact-info-box {
        margin-top: 4.41vw;
        position: static;
    }

    .title-box {
        margin-top: 5.71vw;
        padding-left: 0;
        border: none;
    }

    .title-interest {
        padding-right: 3.2vw;
        font-size: 18px;
        line-height: 22px;
    }

    .line-interest {
        width: 100%;
        height: 1px;
        margin-top: -11px;
        background-color: #3C3838;
        display: block;
    }

    .fact-box {
        margin-top: 5.97vw;
        flex-direction: column-reverse;
    }

    .fact-box .second-banner, s.fact-info-box {
        width: 100%;
        height: auto;
    }

    .fact-box .second-banner img {
        width: 100vw;
        margin-left: -5.19vw;
    }

    .fact-background {
        width: 100%;
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
        align-items: flex-start;
    }

    .fact-title-box {
        align-items: center;
    }

    .fact-number {
        margin-right: 3.63vw;
        font-size: 32px;
        line-height: 38px;
    }

    .fact-amount {
        margin-right: 1.81vw;
    }

    .fact-item {
        margin-bottom: 4.67vw;
        font-size: 12px;
        line-height: 20px;
    }

    .left-fact {
        width: 50%;
    }

    .right-fact {
        width: calc(50% - 9.61vw - 1px);
        margin-top: 9.87vw;
        padding-left: 9.61vw;
        padding-bottom: 0;
        border-left: 1px solid #3C3838;
    }

    .right-fact .fact-title-box {
        margin-left: -8.31vw;
    }

    .second-paragraph {
        margin-top: 0;
        line-height: 32px;
    }

    .team-box-title {
        padding-left: 0;
        border: none;
    }

    .title-team {
        padding-right: 3.2vw;
        background-color: #f4f4f4;
        font-size: 18px;
        line-height: 22px;
    }

    .people-list {
        width: 100vw;
        margin-top: 5.97vw;
        margin-left: -5.19vw;
        background-color: #fff;
        justify-content: space-between;
    }

    .people-box {
        width: calc(50vw - 1.07vw);
        height: calc(50vw - 1.07vw);
        margin-bottom: 15.74vw;
    }

    .backdrop-info {
        display: none;
    }

    .mobile-people-info.active {
        display: block;
    }

    .about-footer {
        width: 100vw;
        margin-left: -6.5125vw;
    }
    
    .footer-row {
        flex-direction: column;
    }

    .footer-col {
        width: 93.4875vw;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .middle-footer {
        border-left: none;
        border-right: none;
    }

    .partner {
        margin-top: 5.71vw;
        padding: 0;
        border: none;
    }

    .partner-list {
        width: calc(100vw - 10.38vw);
        margin-top: 5.97vw;
        margin-bottom: 9.2vw;
        padding-bottom: 3vw;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .partner-item {
        width: 36.36vw;
        height: 14.02vw;
        margin-right: 1.55vw;
        border: 1px solid #d1d1d1;
        flex-shrink: 0;
    }

    .partner-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 566px) and (max-width: 599px) {
    .fact-box {
        margin-top: 30vw;
    }

    .fact-background {
        width: 50vw
    }

    .fact-number {
        font-size: 50px;
    }

    .question-box {
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .fact-box {
        margin-top: 20vw;
    }

    .fact-background {
        width: 50vw
    }

    .fact-number {
        font-size: 50px;
    }

    .question-box {
        font-size: 16px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fact-box {
        margin-top: 22vw;
    }

    .how-why-box {
        width: 100%;
        margin-right: 0;
        padding-top: 6.23vw;
    }

    .question-box {
        width: calc(100% - 7.27vw);
        margin-top: 3.89vw;
        padding-top: 4.41vw;
        padding-left: 7.27vw;
        border-left: 1px solid #3C3838;
        font-size: 16px;
    }

    .partner {
        margin-top: 13vw;
    }

    .fact-number {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fact-box {
        margin-top: 9vw;
    }

    .partner {
        margin-top: 13vw;
    }

    .fact-number {
        font-size: 50px;
    }
    .question-box {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) {
    .quote-box p {
        font-size: calc(18px * 1);
        line-height: calc(18px * 1);
        letter-spacing: calc(.04em * 1);
    }

    .quote-box .quote-author {
        font-size: calc(16px * 1);
        line-height: calc(19px * 1);
    }

    .first-paragraph {
        font-size: calc(16px * 1);
        line-height: calc(28px * 1);
    }

    .question {
        font-size: calc(24px * 1);
        line-height: calc(29px * 1);
    }

    .answer {
        font-size: calc(16px * 1);
        line-height: calc(28px * 1);
    }

    .title-interest {
        font-size: calc(40px * 1);
        line-height: calc(48px * 1);
    }

    .fact-number {
        font-size: calc(100px * 1);
        line-height: calc(120px * 1);
    }

    .fact-title{
        font-size: calc(20px * 1);
        line-height: calc(28px * 1);
    }

    .fact-amount {
        font-size: calc(16px * 1);
        line-height: calc(28px * 1);
    }

    .fact-name {
        font-size: calc(16px * 1);
        line-height: calc(28px * 1);
    }

    .title-team {
        font-size: calc(40px * 1);
        line-height: calc(48px * 1);
    }

    .backdrop-info {
        font-size: calc(16px * 1);
        line-height: calc(30px * 1);
    }

    .people-name {
        font-size: calc(20px * 1);
        line-height: calc(24px * 1);
    }

    .people-role {
        font-size: calc(16px * 1);
        line-height: calc(19px * 1);
    }

    .footer-title {
        font-size: calc(20px * 1);
        line-height: calc(24px * 1);
    }

    .footer-content {
        font-size: calc(14px * 1);
        line-height: calc(36px * 1);
    }

    .copyright {
        font-size: calc(18px * 1);
        line-height: calc(36px * 1);
    }

    .question-box {
        font-size: 16px;
    }
}
