.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;
}
.annual-report {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.annual-report h2 {
    font-size: 36px;
    font-weight: 900;
    color: #000000;
}
.latest-annual-report {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
}
.other-annual-report {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.other-annual-report select {
    border-color: rgb(196, 196, 196);
    background: #ffffff;
    font-size: 16px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 8px 48px 8px 16px;
    appearance: none;
    min-width: 90px;
    width: 288px;
    position: relative;
}
.other-annual-report .select-year-container {
    position: relative;
}
.other-annual-report .icon-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
.annual-report a {
    display: flex;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333333;
    font-size: 16px;
}
.annual-report a:hover {
    color: #006fff;
}
.annual-report .icon {
    margin-right: 6px;
}
.sec-filings {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.sec-filings-container {
    width: 1180px;
}
.sec-filings h2 {
    font-size: 36px;
    font-weight: 900;
    color: #000000;
}
.sec-filings .select-year-container {
    position: relative;
    width: 400px;
}
.sec-filings .select-year-container  label {
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
}
.sec-filings .select-year-container select {
    border-color: rgb(196, 196, 196);
    background: #ffffff;
    font-size: 16px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 8px 48px 8px 16px;
    appearance: none;
    min-width: 90px;
    width: 288px;
    position: relative;
}
.sec-filings .icon-down {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table th {
    background: #01023D;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 10px 20px;
    font-size: 16px;
}
table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 10px;
    font-size: 16px;
    color: #333333;
}
table tr:hover {
    background: #f9f9f9;
}
tbody tr:nth-child(odd) {
    background: #F8F8F8;
}   
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination li {
    list-style: none;
}
.pagination a {
    color: #333333;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    margin: 0 5px;
}
.pagination a.active, .pagination a:hover {
    background: #006fff;
    color: #ffffff;
}
.pagination li.active a {
    background: #006fff;
    color: #ffffff;
}