<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Park-Width {
    width: 100%;
}

.Park-Height {
    height: 100%;
}

.Park-Margin {
    margin-top: 25px;
}

.Park-fonts {
    font-weight: 400;
    font-style: normal;
}

.Park-Flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Park-Column {
    flex-direction: column;
}

.Park-Between {
    justify-content: space-between;
}

.Park-Title {
    height: 330px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.Park-Title&gt;div {
    width: 20%;
    overflow: hidden;
}

.Park-Title-Mark {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    font-size: 48px;
}

.Park-Nav {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #67bce8;
    padding: 20px 25px;
}

.Park-Nav p {
    min-width: 144px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7F7F7F;
}

.Park-Nav p a {
    padding: 0px 18px;
    color: #000000;
}

.Park-Active {
    background: #67bce8;
}

.Park-Nav .Park-Active a {
    color: #FFFFFF;
}

.ParK-line {
    height: 120px;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.ParK-lineP {
    padding: 10px 10px 10px 0px;
    font-weight: 700;
    font-size: 32px;
    margin: 0px;
}

.Park-dl {
    height: 210px;
    display: flex;
}

.Park-dl dt {
    width: 312px;
}

.Park-dl dd {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.Park-dl dd p {
    padding: 0px;
}

.Park-dl-Title {
    font-size: 20px;
    color: #004ea2;
}

.Park-dl dd&gt;span {
    flex: 1;
    display: block;
    height: 136px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.Park-More {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Park-More span a {
    width: 85px;
    height: 25px;
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}

.Park-Titer {
    background: #e7f4fb;
    margin-top: 27px;
}

.Park-investments {
    font-size: 16px;
    margin: 25px 0px;
}

.Park-Parks&gt;div {
    margin-top: 20px;
}

.Park-Parks dl {
    margin-top: 20px;
    height: auto;
    display: flex;
}

.Park-Parks dl dt {
    width: 247px;
    height: 100%;
}

.Park-Parks dl dd {
    flex: 1;
    height: 100%;
    margin-left: 35px;
}

.Park-Parks dl dd p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    padding: 15px 0px 8px 0px;
}

.Park-Parks dl dd span {
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    text-justify: inter-word;
    line-height: 27px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Park-Parks-Learn {
    height: 44px;
    padding-bottom: 25px;
}

.Park-learnMore {
    margin: 5px 0px;
}

.Park-learnMore a {
    text-decoration: none;
}

.Park-learnMore a p {
    font-size: 16px;
    cursor: pointer;
    margin: 0px;
    font-style: italic;
    text-decoration: underline;
}

.Park-Parks-Learn a {
    text-decoration: none;
}

.Park-Parks-Learn .Learn-More {
    margin: 0 auto;
    width: 144px;
    height: 32px;
    background: rgba(2, 167, 240, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.Park-Table {
    margin-top: 35px;
}

.Park-Table table {
    width: 100%;
}

.Park-Table table thead {
    background: #ebf6fd;
}

.Park-Table table thead tr th,
.Park-Table table tbody tr td {
    height: 46px;
    text-align: center;
    padding: 0px 5px;
}

.Park-Table table tbody tr .td-left {
    text-align: left;
}

.Park-Table table tbody tr td a {
    text-decoration: none;
}

.Park-Journalism ul a {
    text-decoration: none;
    color: #000000;
}

.Park-Journalism ul li a {
    height: 48px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px dashed #d7d7dd;
}

.Park-Journalism ul li p {
    width: 920px;
    height: 100%;
    margin: 0px 37px 0px 0px;
    line-height: 47px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Park-Journalism ul li span {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.f-16 {
    font-size: 16px;
}</pre></body></html>