#hero .hero-inner .container {
    height: 328px;
}

/* Investment Highlights */

#highlights {
    padding: 55px 108px;
    background: #F2F4F6;
}

.highlights-inner .container {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.highlights-inner__title {
    margin: 0 0 48px;

    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: #1C386B;
}

.highlights-inner__subtitle {
    margin: 0;

    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1C386B;
}

.highlights-inner__body {
    max-height: 87px;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.highlights-inner__body.is-expanded {
    max-height: 1600px;
}

.highlights-inner__body p {
    margin: 0 0 10px;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #1C386B;
}

.highlights-inner__read-more {
    align-self: flex-start;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;

    font-family: inherit;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    color: #00A8E3;
    text-decoration: none;
}

.highlights-inner__read-more:hover {
    text-decoration: underline;
    color: #00A8E3;
}

.highlights-inner__register {
    margin: 0;

    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #1C386B;
}

.highlights-inner__register a {
    font-weight: 600;
    color: #1C386B;
    text-decoration: underline;
}

.highlights-inner__register a:hover {
    color: #00A8E3;
}

/* Chart Images (Quick Links replacement) */

#quick-links {
    padding: 80px 108px;
    background: #F2F4F6;
}

.charts-inner .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.charts-inner__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 40px;
}

.charts-inner__info {
    flex-shrink: 0;
    width: 360px;

    display: flex;
    flex-direction: column;
    gap: 6px 0;
}

.charts-inner__title {
    margin: 0;

    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1C386B;
}

.charts-inner__subtitle {
    margin: 0;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #00A8E3;
}

.charts-inner__image {
    width: 100%;
    max-width: 678px;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.charts-inner__image img {
    width: 100%;
    height: auto;
    display: block;
}

#stats {
    padding: 96px 108px 64px;
}

#stats .stats-inner.stats-inner--financial {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.stats-inner--financial .stats-inner_stat {
    width: 25%;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px 0;
    padding: 24px 0;
}

.stats-inner--financial .stats-inner_stat__label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #1C386B;
}

.stats-inner--financial .stats-inner_stat strong {
    margin: 0;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 96px;
    color: #1C386B;
}

.stats-inner--financial .stats-inner_stat small {
    max-width: 192px;
    margin: 0 auto;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
}

/* Filings */

#filings {
    padding: 58px 108px 64px;
}

.filings-inner .container {
    position: relative;
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.filings-inner__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0 32px;
}

.filings-inner__title {
    margin: 0;
    flex-shrink: 0;

    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: #1C386B;
}

.filings-inner__filters {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 auto;
    gap: 0 120px;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {

    .filings-inner__filters {
        gap: 0 60px;
        margin: 0 0 0 auto;
    }

    .stats-inner--financial .stats-inner_stat__label {
        font-size: 18px;
    }
}

.filings-filter {
    position: relative;
}

.filings-filter--date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 12px;
}

.filings-filter__icon {
    flex-shrink: 0;
    width: 31px;
    height: 34px;
}

.filings-filter__date-body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.filings-filter__label {
    margin: 0;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #00A8E3;
}

.filings-filter--date .filings-filter__chevron {
    position: absolute;
    right: 6px;
    bottom: 10px;
    pointer-events: none;
}

.filings-filter--type {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.filings-filter__select {
    width: 100%;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #1C386B;

    border: none;
    border-bottom: 1px solid #1C386B;
    background: transparent;
    padding: 3px 24px 3px 0;
    cursor: pointer;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filings-filter__select--month {
    min-width: 115px;
    padding: 0;
    border: none;
    font-weight: 600;
}

.filings-filter--type .filings-filter__chevron {
    position: absolute;
    right: 6px;
    bottom: 10px;
    pointer-events: none;
}

.filings-filter--search {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 13px;

    border-bottom: 1px solid #1C386B;
    padding-bottom: 5px;
    margin-left: auto;
}

.filings-filter__input {
    font-family: 'RalewayAlt', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #1C386B;

    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    width: 150px;
}

.filings-filter__input::placeholder {
    color: #1C386B;
}

.filings-filter__search-icon {
    flex-shrink: 0;
    cursor: pointer;
}

/* Filing rows */

.filings-inner__list {
    display: flex;
    flex-direction: column;
    gap: 64px 0;
    margin-top: 128px;
}

.filings-inner__loading {
    padding: 32px 0;
    text-align: center;
    font-size: 14px;
    color: #707070;
}

.filing-row {
    position: relative;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 24px;
    padding: 28px 0 28px 192px;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {

    .filing-row {
        padding: 28px 0 28px 80px;
    }
}

.filing-row__separator {
    flex-shrink: 0;
    width: 2px;
    height: 86px;

    position: absolute;
    left: 0;

    background: #ABAEAD;
}

.filing-row__date {
    flex-shrink: 0;
    width: 96px;

    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #1C386B;
}

.filing-row__form {
    flex-shrink: 0;
    width: 128px;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    color: #1C386B;
}

.filing-row__description {
    flex: 1;
    min-width: 0;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #1C386B;

    padding-top: 7px;
}

.filing-row__format {
    flex-shrink: 0;
    width: 96px;
    text-align: center;

    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #707070;
}

.filing-row__download {
    flex-shrink: 0;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #00A8E3;
    text-decoration: none;
}

.filing-row__download:hover {
    text-decoration: underline;
    color: #00A8E3;
}

/* Pagination */

.filings-inner__pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 22px;

    margin-top: 32px;
}

.filings-inner__pagination:empty {
    display: none;
}

.filings-pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.filings-pagination__arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.filings-pagination__arrow svg {
    width: 8px;
    height: 14px;
}

.filings-pagination__info {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    color: #00A8E3;
    text-align: center;
    white-space: nowrap;
}

.filings-inner__empty {
    padding: 48px 0;
    text-align: center;
    font-size: 16px;
    color: #707070;
}

#chart .chart-inner .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#chart .chart-inner_right {
    width: 694px;
    height: 410px;
    margin: -54px 0 0;
    box-shadow: 2.413px 2.413px 4.223px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

/*@media only screen and (max-width: 1480px) {*/

/*    .stats-inner--financial .stats-inner_stat {*/
/*        width: 33.3%;*/
/*    }*/
/*}*/

@media only screen and (max-width: 1200px) {

    .filings-inner__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px 0;
    }

    .filings-inner__filters {
        flex-wrap: wrap;
        gap: 20px 40px;
    }

    .filings-filter--search {
        margin-left: 0;
    }

    .stats-inner--financial {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1024px) {

    #hero .hero-inner {
        background-position: center right;
    }

    #hero .hero-inner .container {
        height: 448px;
        padding-top: 88px;
    }

    #chart .chart-inner {
        padding: 0 24px;
    }

    #chart .chart-inner .container {
        flex-direction: column;
        padding: 0;
    }

    #chart .chart-inner_right {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        margin: -40px 0 0;
    }

    #stats {
        padding: 40px 24px 32px;
    }

    #stats .stats-inner.stats-inner--financial {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 16px;
    }

    .stats-inner--financial .stats-inner_stat {
        width: 100%;
        padding: 0;
        gap: 4px 0;
    }

    .stats-inner--financial .stats-inner_stat__label {
        font-size: 16px;
        line-height: 20px;
    }

    .stats-inner--financial .stats-inner_stat strong {
        font-size: 40px;
        line-height: 40px;
    }

    .stats-inner--financial .stats-inner_stat small {
        max-width: 100%;
        padding: 0 8px;

        font-size: 13px;
        line-height: 16px;
    }

    #highlights {
        padding: 48px 24px;
    }

    .highlights-inner__title {
        margin: 0;

        font-size: 30px;
        line-height: 45px;
    }

    .highlights-inner__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .highlights-inner__body p {
        font-size: 16px;
        line-height: 22px;
    }

    .highlights-inner__read-more {
        font-size: 18px;
        line-height: 24px;
    }

    .highlights-inner__register {
        font-size: 14px;
        line-height: 22px;
    }

    #quick-links {
        padding: 40px 24px;
    }

    .charts-inner .container {
        gap: 40px 0;
    }

    .charts-inner__item {
        flex-direction: column;
        gap: 16px 0;
    }

    .charts-inner__info {
        width: 100%;
    }

    #filings {
        padding: 40px 24px 60px;
    }

    .filings-inner__title {
        font-size: 30px;
        line-height: 44px;
    }

    .filings-inner__filters {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 24px;
    }

    .filings-filter--date {
        width: 100%;
        max-width: 100%;
    }

    .filings-filter--type {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .filings-filter--date .filings-filter__date-body {
        width: auto;
    }

    .filings-filter--search {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-left: 0;
    }

    .filings-filter__input {
        width: 100%;
    }

    .filings-inner__list {
        gap: 40px 0;
        margin-top: 56px;
    }

    .filing-row {
        gap: 4px 16px;
        padding: 0 0 0 50px;
        flex-direction: column;
        align-items: flex-start;
        border-left: 2px solid #E5E7EB;
    }

    .filing-row__separator {
        display: none;
    }

    .filing-row__date {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .filing-row__form {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
    }

    .filing-row__description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding-top: 0;
    }

    .filing-row__format {
        width: auto;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
    }

    .filing-row__download {
        font-size: 12px;
        line-height: 22px;
        margin-left: auto;
    }

    .filings-inner__pagination {
        gap: 0 16px;
        margin-top: 20px;
    }

    .filings-pagination__info {
        font-size: 16px;
        line-height: 32px;
    }
}