.banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/banner-new.png) center center;
    background-size: cover;
    color: #fff;
    padding-top: 205px;
    height: 415px;
    font-weight: 800;
    font-size: clamp(4.125rem, 2.7rem + 4vw, 72px);
    text-align: center;
}
nav.nav-secondary {
    background: #fafbff;
    height: 53px;
    width: 100%;
    display: flex;
    justify-content: center;
}
nav.nav-secondary a {
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 3px solid transparent;
    padding: 15px 25px;
    font-size: 16px;
    text-decoration: none;
}
nav.nav-secondary a.active,
nav.nav-secondary a:hover {
    border-bottom: 3px solid #006fff;
}
.governance-documents {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.governance-documents-container {
    width: 100%;
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.governance-documents-container ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.governance-documents-container ul li {
    width: 100%;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
}
.governance-documents-container ul li:last-child {
    border-bottom: none;
}
.governance-documents-container ul li a {
    width: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.governance-documents-container ul li a:hover {
    color: #006fff;
}
.governance-management {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.governance-management-container {
    width: 100%;
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.governance-management-pictures {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}
.governance-management-picture img {
    width: 230px;
    height: 265px;
    object-fit: cover;
}
.governance-management-picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    cursor: pointer;
}
.governance-management-picture h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 24px 0 5px 0;
    color: #333333;
}
.governance-management-picture span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.governance-management-description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 50px;
}
.governance-management-description img {
    width: 312px;
    height: 360px;
    object-fit: cover;
    margin: 0 114px;
}
.governance-management-text {
    max-width: 540px;
    color: #333333;
}
.governance-management-text h2 {
    font-size: 28px;
}
.governance-management-text span {
    font-size: 16px;
}
.governance-management-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
}
.swiper {
    width: 1060px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button {
    width: 48px;
    height: 48px;
    border: 1px solid #333333;
    cursor: pointer;
    position: absolute;
    top: 130px;
    border-radius: 100%;
    background: #fff;
    color: #333333;
}
.swiper-button:focus, .swiper-button:focus-visible {
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
    outline-offset: 2px;
}
.swiper-button .icon {
    font-size: 24px;
}
.swiper-button:hover {
    color: #006fff;
    border-color: #006fff;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.governance-committee {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.committee-container {
    width: 100%;
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.committee-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}
.committee-table th {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 20px 15px;
    line-height: 1.5;
}
.committee-table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 10px;
    text-align: center;
}
.committee-table tr:hover {
    background: #f2f2f2;
}
.committee-table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}
.committee-table tbody tr th:first-child {
    text-align: left;
}
.committee-table td img {
    width: 16px;
    height: 16px;
}