/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli-Bold.woff2') format('woff2'),
        url('./muli/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli-Light.woff2') format('woff2'),
        url('./muli/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli-Black.woff2') format('woff2'),
        url('./muli/Muli-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli-ExtraLight.woff2') format('woff2'),
        url('./muli/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli-SemiBold.woff2') format('woff2'),
        url('./muli/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('./muli/Muli.woff2') format('woff2'),
        url('./muli/Muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RecklessNeue';
    src: url('./recklessNeue/RecklessNeue-Regular.woff2') format('woff2'),
        url('./recklessNeue/RecklessNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.tableProject .mobile_table{
    display: none;
}
.acoordionSidebar.remove_s.faq_module{
    margin-top: 6rem;
}
.phone_input{
    width: 100%;
}
.authorForSide .authorCard img{
    flex-shrink: 0;
}
@media screen and (max-width: 900px) {
    body .teamList {
        margin-bottom: 6rem;
   }
    body .teamList .descriptionWithLink {
        margin-bottom: 2.5rem;
        flex-direction: column;
   }
    body .teamList .descriptionWithLink .descriptionWrapper p {
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
        letter-spacing: -0.01875rem;
   }
    body .teamList .linkWrapper {
        margin-top: 1rem;
   }
    body .teamList .teamListWrapper .teamCard {
        width: 100%;
   }
    body .teamList .teamListWrapper .teamCard .personDetail h3 {
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
        letter-spacing: -0.01875rem;
   }
    body .teamList .teamListWrapper .teamCard .teamListWrapper .teamCard .personDetail span {
        color: var(--Forest, #1c332b);
        font-size: 1rem;
        font-style: italic;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -0.01rem;
   }
    body .latestInsights.space_above, body .accordionList, body .pageContent {
        margin-top: 5rem;
   }
    body .latestInsights.space_above, body .accordionList, body .pageContent {
        margin-bottom: 5rem;
   }
    body .pageContent h1 {
        color: var(--Forest, #1c332b);
        font-size: 2.4375rem;
        font-style: normal;
        font-weight: 350;
        line-height: 100%;
       /* 2.4375rem */
        letter-spacing: -0.03656rem;
   }
    body .pageContent p, body .pageContent p a {
        color: var(--Forest, #1c332b);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 138%;
       /* 1.725rem */
        letter-spacing: -0.03125rem;
   }
    body .pageContent h2 {
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body .subPageHero {
        padding-top: 5rem;
        padding-bottom: 5rem;
   }
    body .subPageHero h1 {
        color: var(--Forest, #1c332b);
        font-size: 2.4375rem;
        font-style: normal;
        font-weight: 350;
        line-height: 100%;
       /* 2.4375rem */
        letter-spacing: -0.03656rem;
   }
    body .location .mapLocationWrapper .locationDescription .mapTitle {
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
   }
    body .location .mapLocationWrapper .locationDescription .mapTitle h2 {
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body .location .mapLocationWrapper .locationDescription .mapTitle a {
        float: right;
   }
    body .location .mapLocationWrapper .locationDescription .locationListDesc ul li p {
        width: unset;
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body .location .mapLocationWrapper .locationDescription .locationListDesc ul li span {
        min-width: unset;
        max-width: unset;
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body .location .mapLocationWrapper {
        flex-direction: column;
        gap: 3rem;
   }
    body .location .mapLocationWrapper .locationMap img {
        width: 100%;
   }
    body .locationListDesc ul li:last-child {
        align-items: flex-end;
   }
    body .locationListDesc ul li:last-child p {
        display: none;
   }
    body .questionFund {
        padding: 5rem 0;
   }
    body .questionFund .themeContainer {
        position: relative;
        z-index: 1;
   }
    body .acoordionSidebar.remove_s.faq_module {
        padding-top: 5rem;
   }
    body .acoordionSidebar {
        margin-bottom: 5rem;
   }
    body .introWrapper {
        gap: 2rem;
   }
    body .careerWrapper .careerImage img {
        height: 20rem;
        object-fit: cover;
   }
    body .investments {
        margin-bottom: 0rem;
   }
    body.privacy-policy .accordionWrapper {
        margin-bottom: 0rem;
   }
    body.privacy-policy .accordionWrapper .accordionItem .accordionHeader {
        color: var(--Forest, #1c332b);
        font-size: 2.4375rem;
        font-style: normal;
        font-weight: 350;
        line-height: 100%;
       /* 2.4375rem */
        letter-spacing: -0.03656rem;
   }
    body.privacy-policy .accordionWrapper .accordionItem .accordionContent .accordionStretch {
        flex-direction: column;
   }
    body.privacy-policy .accordionWrapper .accordionItem .accordionContent .accordionStretch .accordionLeft {
        width: 100%;
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body.privacy-policy .accordionWrapper .accordionItem .accordionContent .accordionStretch .accordionRight h2 {
        color: var(--Forest, #1c332b);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 350;
        line-height: 130%;
       /* 1.625rem */
        letter-spacing: -0.01875rem;
   }
    body .tableProject {
        padding-bottom: 6rem;
   }
    body .tableProject .desktop {
        display: none;
   }
    body .tableProject .mobile_table {
        display: flex;
        width: 100%;
   }
    body .tableProject .mobile_table .opa0 {
        opacity: 0;
   }
    body .tableProject .mobile_table .head_table span {
        color: var(--Forest, #1c332b);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
       /* 1.1375rem */
        letter-spacing: -0.0125rem;
        font-family: "Inter", sans-serif;
   }
    body .tableProject .mobile_table .table_line {
        margin-top: 0.4rem;
        padding-right: 1.25rem;
   }
    body .tableProject .mobile_table .table_line span {
        color: var(--Forest, #1c332b);
        font-size: 0.775rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
       /* 1.1375rem */
        letter-spacing: -0.0125rem;
        font-family: "Inter", sans-serif;
   }
    body .tableProject .mobile_table .table_body span {
        color: var(--Forest, #1c332b);
        font-size: 0.775rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
       /* 1.1375rem */
        letter-spacing: -0.0125rem;
        font-family: "Inter", sans-serif;
   }
    body .tableProject .mobile_table .col-2 {
        position: relative;
   }
    body .tableProject .mobile_table .col-2 .proj_name {
        position: absolute;
        top: 0;
        left: 0;
   }
    body .tableProject .mobile_table .table_bg_line {
        display: flex;
        gap: 0.5rem;
        width: 100%;
        color: var(--Forest, #1c332b);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
       /* 1.4rem */
        letter-spacing: -0.01rem;
        background: var(--forest-5, rgba(33, 76, 59, 0.05));
        padding: 0.5rem 0.75rem;
        box-sizing: border-box;
        white-space: pre;
        width: 100vw;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        position: relative;
   }
    body .tableProject .mobile_table .table_bg_line.m0 {
        margin-top: 0rem;
   }
    body .tableProject .mobile_table .table_bg_line .scroll_line {
        position: absolute;
        right: 0;
        top: 50%;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        right: 2rem;
        transform: translateY(-50%);
        align-items: center;
        justify-content: center;
   }
    body .tableProject .mobile_table .table_bg_line .scroll_line span {
        font-size: 0.875rem;
   }
    body .tableProject .mobile_table .table_bg_line .scroll_line i {
        width: 1rem;
        height: 1rem;
   }
    body .tableProject .mobile_table .table_bg_line .scroll_line i svg {
        width: 100%;
        height: 100%;
   }
    body .tableProject .mobile_table .mobile_table_left {
        width: 150px;
        flex-shrink: 0;
   }
    body .tableProject .mobile_table .mobile_content {
        overflow-x: scroll;
        width: 720px;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
   }
    body .tableProject .mobile_table .mobile_content .head_table {
        display: flex;
        gap: 1.25rem;
   }
    body .tableProject .mobile_table .mobile_content .table_body {
        display: flex;
        gap: 1.25rem;
        margin-top: 0.4rem;
   }
    body .tableProject .mobile_table .mobile_content .table_bg_line {
        opacity: 0;
   }
    body .tableProject .mobile_table .mobile_content span {
        flex-shrink: 0;
   }
    body .tableProject .mobile_table .mobile_content .col-3 {
        width: 220px;
   }
    body .tableProject .mobile_table .mobile_content .col-4, body .tableProject .mobile_table .mobile_content .col-5 {
        width: 96px;
   }
    body .tableProject .mobile_table .mobile_content .col-6 {
        width: 112px;
   }
    body .tableProject .mobile_table .mobile_content .col-7 {
        width: 53px;
   }
    body .tableProject .mobile_table .mobile_content .col-7 a {
        color: var(--Forest, #1c332b);
       /* Desktop/Sans/Body/3 Underline */
        font-family: "Inter", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
       /* 1.1375rem */
        letter-spacing: -0.0125rem;
        text-decoration-line: underline;
   }
    body .map_area {
        padding-top: 0px;
        padding-bottom: 6rem;
   }
    body .circleChartArea .circleCard .circleCardDetail h2 {
        font-size: 1.8375rem;
   }
    body .circleChartArea {
        height: 55rem;
   }
    body .ourStrategy .circleChartArea .circleCard.card4 {
        transform: translateY(-300%);
   }
    body .ourStrategy .circleChartArea.active .circleCard.card4 {
        transform: translateY(-66%);
   }
    body .textWrapper.mb80 {
        padding-top: 3rem;
   }
    body .postDescription.list li {
        font-size: 1rem;
   }
    .table_bg_line + .table_line {
        margin-top: 0rem !important;
   }
    .table_bg_line + .table_body {
        margin-top: 0rem !important;
   }
}
