.content main .flex-wrap.bases-summary-wrap em {
    font-size: 16px;
}

.content main .flex-wrap.bases-summary-wrap a.text-link {
    font-size: 18px;
}













/* ORG CHART */

.org-chart {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto 90px !important;
    /* height: 941px; */
    height: max-content;
}

@media screen and (max-width: 1040px) {
    .org-chart {
        flex-direction: column;
        width: 100%;
        height: max-content;
    }
}

.level-1 {
    background: #ecf4fc;
    width: 320px;
    padding: 30.05px 36.5px 40.05px 36.5px;
    border-left: 4px solid #418fde;
    border-right: 4px solid #418fde;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 24px;
}

@media screen and (max-width: 1040px) {
    .level-1 {
        width: 100%;
    }
}

@media screen and (max-width: 1040px) {
    .level-1 {
        row-gap: 15px;
    }
}


.level-1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translate(0%, -50%) rotate(90deg);
    width: 1px;
    height: 80px;
    background: #dcdcdc;
}

@media screen and (max-width: 1040px) {
    .level-1::after {
        display: none;
    }
}

.level-1 > p {
    margin-bottom: 0 !important;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.level-1 img {
    width: 109px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .level-1 img {
        width: 90px;
    }
}

.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    left: 160px;
    row-gap: 51px;
}

@media screen and (max-width: 1040px) {
    .level-2-wrapper {
        display: block;
        left: 0;
        margin-left: auto !important;
        width: 100%;
        padding-left: 70px;
    }
}

.level-2-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    width: 1px;
    height: 94.4%;
    background: #dcdcdc;
}

@media screen and (max-width: 1040px) {
    .level-2-wrapper::before {
        top: 45.4%;
        left: 20px;
        height: 94.9%;
    }
}

@media screen and (max-width: 400px) {
    .level-2-wrapper::before {
        height: 95%;
    }
}

@media screen and (max-width: 360px) {
    .level-2-wrapper::before {
        height: 95.5%;
        top: 45.8%;
    }
}

@media screen and (max-width: 330px) {
    .level-2-wrapper::before {
        height: 96.2%;
        top: 46.3%;
    }
}

.level-2-wrapper > li {
    position: relative;
}

@media screen and (max-width: 1040px) {
    .level-2-wrapper > li {
        margin-bottom: 40px;
    }
}

.level-2-wrapper > li > span {
    display: block;
    position: relative;
    width: 520px;
    padding: 14px 24px;
    background: #ecf4fc;
    border-left: 4px solid #418fde;
    border-right: 4px solid #418fde;

    color: #231815;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 1040px) {
    .level-2-wrapper > li > span {
        width: 100%;
    }
}

.level-2-wrapper > li > span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -44px;
    transform: translate(0%, -50%) rotate(90deg);
    width: 1px;
    height: 80px;
    background: #dcdcdc;
}

@media screen and (max-width: 1040px) {
    .level-2-wrapper > li > span::before {
        height: 50px;
        left: -30px;
        transform: translate(0, -50%) rotate(90deg);
    }
}

.level-2 {
    width: 70%;
    margin: 0 auto 40px;
    background: var(--level-2);
}

.content main ol.level-3-wrapper {
    margin: 0;
    margin-top: 16px;
    margin-left: 24px;
}

.level-3-wrapper > li {
    color: #231815;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 230%;
}
