<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/news-page.scss ***!
  \****************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ Pages ~~~~~~~~~~ */
.news-listing {
  background: #F5F5F5;
  padding: 100px 0; }
  .news-listing__inner--loading {
    position: relative; }
    .news-listing__inner--loading:before {
      content: '';
      border: 7px solid #dfdfdf;
      border-top: 7px solid #17BF36;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 2s linear infinite;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 100; }
    .news-listing__inner--loading .news-listing__content,
    .news-listing__inner--loading .pagination {
      opacity: 0.5; }
    .news-listing__inner--loading .pagination a,
    .news-listing__inner--loading .col-md-4.col-lg-3 &gt; a {
      pointer-events: none;
      cursor: default; }
    .news-listing__inner--loading .select-selected {
      pointer-events: none;
      opacity: 0.5; }
    .news-listing__inner--loading .js-select {
      cursor: not-allowed; }
  .news-listing__date {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block; }
  .news-listing__content {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px; }
    .news-listing__content:hover {
      box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.25);
      background: #17BF36;
      border: 1px solid #17BF36; }
      .news-listing__content:hover .news-listing__date, .news-listing__content:hover .news-listing__title, .news-listing__content:hover .news-listing__description,
      .news-listing__content:hover .news-listing__footer span {
        color: #ffffff; }
      .news-listing__content:hover .news-listing__footer {
        border-top: 1px solid #ffffff; }
  .news-listing__header {
    color: #003282;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 50px; }
  .news-listing__title {
    color: #003282;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px; }
  .news-listing__description {
    margin: 0 0 10px;
    color: #000000;
    word-break: break-all; }
    .news-listing__description p {
      margin: 0;
      font-size: 16px;
      line-height: 24px; }
  .news-listing__footer {
    padding: 8px 0 0;
    border-top: 1px solid #E6E6E6; }
    .news-listing__footer span {
      color: #003282;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700; }

@media (max-width: 767px) {
  .news-listing {
    padding: 50px 0; }
    .news-listing__header {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 20px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.news__header {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0 0;
  background: #F5F5F5; }

.news__inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto; }
  .news__inner--maxwidth {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.news__title {
  font-size: 35px;
  line-height: 42px; }

.news__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E6E6E6;
  padding: 10px 0;
  margin-top: 10px; }

.news__meta {
  font-size: 14px;
  line-height: 24px; }
  .news__meta--fund {
    margin-left: 5px;
    padding-left: 10px;
    position: relative; }
    .news__meta--fund:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 105%;
      width: 1px;
      background: #E6E6E6;
      display: block; }

.news__controls {
  list-style: none;
  padding: 0;
  margin: 0; }
  .news__controls-item {
    display: inline-block; }
    .news__controls-item a,
    .news__controls-item span {
      color: #007DFA;
      font-size: 16px;
      line-height: 19px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
    .news__controls-item:last-child {
      margin-left: 20px; }
    .news__controls-item:before {
      content: '';
      width: 18px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background-size: contain !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
    .news__controls-item--print:before {
      background: url(_/assets/img/icons/print-icon.svg); }
    .news__controls-item--pdf:before {
      background: url(_/assets/img/icons/pdf-icon.svg); }

.news__content {
  font-size: 16px;
  line-height: 24px;
  padding-top: 50px; }
  .news__content a {
    color: #007DFA; }
  .news__content ul {
    padding-left: 20px;
    list-style-type: disc; }
  .news__content ol {
    padding-left: 15px;
    list-style-type: decimal; }
  .news__content li {
    line-height: 24px;
    margin-bottom: 5px; }

.news__attachment {
  padding-bottom: 50px; }
  .news__attachment ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0; }
    .news__attachment ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px; }
      .news__attachment ul li:last-child {
        margin-bottom: 0; }
      .news__attachment ul li:before {
        content: '';
        width: 18px;
        height: 20px;
        background: url(_/assets/img/icons/pdf-icon.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
  .news__attachment a {
    color: #007DFA;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }
  .news__attachment--investor .news__attachment-title {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 30px 0 10px; }
  .news__attachment--investor ul li {
    padding-left: 37px; }
    .news__attachment--investor ul li:before {
      width: 32px;
      height: 37px; }
  .news__attachment--investor a span {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    word-break: break-word;
    margin-top: 3px; }
  .news__attachment-print {
    display: none; }
    .news__attachment-print a {
      color: #000000; }

.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .news__footer--maxwidth {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.news__backtolist {
  font-size: 18px;
  line-height: 22px; }
  .news__backtolist a {
    color: #999999;
    font-weight: 700;
    position: relative; }
    .news__backtolist a:before {
      content: '';
      background: url(_/assets/img/icons/arrow-breadcrumbs.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 8px;
      height: 12px;
      margin-right: 10px;
      display: inline-block;
      transform: rotate(180deg); }

.news__navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .news__navigation .nav-links .nav-previous,
  .news__navigation .nav-links .nav-next {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700; }
    .news__navigation .nav-links .nav-previous a,
    .news__navigation .nav-links .nav-next a {
      color: #999999;
      width: 250px;
      display: block;
      padding-right: 30px;
      position: relative; }
      .news__navigation .nav-links .nav-previous a:before, .news__navigation .nav-links .nav-previous a:after,
      .news__navigation .nav-links .nav-next a:before,
      .news__navigation .nav-links .nav-next a:after {
        position: absolute;
        right: auto;
        background: url(_/assets/img/icons/arrow-breadcrumbs.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 8px;
        height: 12px;
        display: inline-block;
        vertical-align: -1px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .news__navigation .nav-links .nav-previous a:hover,
      .news__navigation .nav-links .nav-next a:hover {
        color: #000000; }
  .news__navigation .nav-links .nav-next a {
    margin-left: 100px; }
    .news__navigation .nav-links .nav-next a:after {
      content: '';
      left: auto;
      right: 0; }
  .news__navigation .nav-links .nav-previous a {
    padding-left: 30px;
    padding-right: 0; }
    .news__navigation .nav-links .nav-previous a:before {
      content: '';
      left: 0;
      transform: rotate(180deg); }

.news__navigation--services .nav-links .nav-previous a,
.news__navigation--services .nav-links .nav-next a {
  width: auto; }

.news__navshareholders .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .news__navshareholders .nav-links .nav-previous,
  .news__navshareholders .nav-links .nav-next {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700; }
    .news__navshareholders .nav-links .nav-previous a,
    .news__navshareholders .nav-links .nav-next a {
      color: #999999;
      width: 100px;
      display: block;
      padding-right: 20px;
      position: relative; }
      .news__navshareholders .nav-links .nav-previous a:before, .news__navshareholders .nav-links .nav-previous a:after,
      .news__navshareholders .nav-links .nav-next a:before,
      .news__navshareholders .nav-links .nav-next a:after {
        position: absolute;
        right: auto;
        background: url(_/assets/img/icons/arrow-breadcrumbs.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 8px;
        height: 12px;
        display: inline-block;
        vertical-align: -1px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .news__navshareholders .nav-links .nav-previous a:hover,
      .news__navshareholders .nav-links .nav-next a:hover {
        color: #000000; }
  .news__navshareholders .nav-links .nav-next a {
    margin-left: 50px;
    text-align: right; }
    .news__navshareholders .nav-links .nav-next a:after {
      content: '';
      left: auto;
      right: 0; }
  .news__navshareholders .nav-links .nav-previous a {
    padding-left: 20px;
    padding-right: 0; }
    .news__navshareholders .nav-links .nav-previous a:before {
      content: '';
      left: 0;
      transform: rotate(180deg); }

.news__navshareholders--services .nav-links .nav-previous a,
.news__navshareholders--services .nav-links .nav-next a {
  width: auto; }

.js-pdfcontent,
.print__header {
  display: none; }

.pgpdownload:before {
  background: url(_/assets/img/icons/download.png) !important;
  background-size: cover !important; }

@media (max-width: 991px) {
  .news__footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .news__backtolist {
    margin-bottom: 20px; }
  .news__navigation {
    width: 100%; } }

@media (max-width: 767px) {
  .news__navigation .nav-links .nav-next a {
    margin-left: 0; }
  .news__content {
    font-size: 14px; }
  .news__title {
    font-size: 22px;
    line-height: 28px; } }

@media (max-width: 530px) {
  .news__info {
    flex-direction: column;
    align-items: flex-start; }
  .news__navigation .nav-links {
    flex-direction: column; }
    .news__navigation .nav-links .nav-next,
    .news__navigation .nav-links .nav-previous {
      width: 100%; }
      .news__navigation .nav-links .nav-next a,
      .news__navigation .nav-links .nav-previous a {
        width: 100%; }
    .news__navigation .nav-links .nav-previous {
      margin-bottom: 10px; }
  .news__footer {
    margin-top: 20px; } }

@media print {
  @page {
    margin-left: 0.5in;
    margin-right: 0.5in;
    margin-top: 0.5in;
    margin-bottom: 0.5in; }
  ul {
    list-style-type: disc !important; }
  ol {
    list-style-type: decimal !important; }
  ul,
  ol {
    padding-left: 20px; }
  .header,
  .js-pdfcontent,
  .section.section--news.section--latest,
  .section--inner-hero,
  .header__nav,
  .section--inner-hero,
  .news__controls,
  .news__attachment,
  .news__footer,
  .footer {
    display: none !important; }
  .news__attachment-print {
    display: block; }
  .print__header {
    display: block;
    text-align: center;
    margin-top: -50px; }
  .news__info {
    border-top-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
  .news__title {
    font-size: 35px;
    line-height: 39px; }
  .news__meta {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px; }
    .news__meta--date {
      display: inline-block;
      vertical-align: middle; }
    .news__meta--fund {
      padding-left: 10px;
      margin-left: 5px;
      border-left: 1px solid #E6E6E6;
      display: inline-block;
      vertical-align: middle; }
  .news__content {
    padding-top: 0;
    font-size: 18px;
    line-height: 28px; } }

.single__news {
  background: #F5F5F5;
  padding: 40px 0; }
  .single__news .form-section__main--maxwidth {
    margin: 0 auto; }

.screen-reader-text {
  display: none; }


/*# sourceMappingURL=news_page.css.map*/</pre></body></html>