<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fund-block-campaign, .fund-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%; }

.content-short {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto; }

.header-back-arrow {
  position: absolute;
  top: 56px;
  left: 20px;
  width: 16px;
  height: 16px;
  padding-right: 64px;
  cursor: pointer; }

.fund-title-campaign, .fund-title {
  display: inline-block;
  padding-top: 44px;
  margin-bottom: 8px;
  color: #5b7582; }

.fund-desc {
  font-size: 21px;
  font-stretch: condensed;
  line-height: 1.57;
  letter-spacing: 0.2px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #4a4a4a; }

.fund-content-minor-campaign, .fund-content-minor {
  max-width: 600px;
  margin: auto; }

.fund-content-minor-campaign {
  display: none; }

.fund-content {
  max-width: 900px; }

.fund-content-campaign {
  width: 100%;
  background: #003645;
  color: #fff; }

.fund-content-campaign .fund-desc, .fund-content-campaign .fund-title-campaign {
  color: #fff; }

.fund-content-campaign-major {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 16px; }

.fund-content-campaign-major::after {
  content: '';
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #003645; }

.fund-content-campaign-major::after {
  transform: rotate(-45deg) skew(10deg, 10deg); }

.pretext {
  display: block;
  font-family: "Swiss 721 W03 Light Cnd";
  text-align: center;
  font-size: 18px;
  line-height: 1.36;
  max-width: 650px;
  padding: 24px;
  margin: 0 auto; }

@media screen and (min-width: 990px) {
  .content-short {
    position: relative; }

  .fund-desc {
    font-size: 27px;
    line-height: 1.37;
    letter-spacing: 0.3; }

  .fund-block {
    max-width: 1200px;
    margin: 0 auto; }

  .fund-content-block {
    display: flex;
    flex-flow: row; }

  .fund-content {
    flex: 1 1 50%;
    order: 1;
    min-width: 600px;
    padding: 0; }

  .fund-content-minor-campaign, .fund-content-minor {
    flex-basis: 25%;
    order: 2;
    min-width: 232px;
    padding-top: 32px;
    padding-left: 32px;
    margin: 0; }

  .fund-content-minor-campaign {
    display: block; }

  .fund-title-campaign {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -140px;
    font-size: 46px;
    font-weight: 100;
    max-width: 1200px;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    background: #003645; }

  .fund-content-campaign {
    width: 100%; }

  .sticky {
    position: sticky;
    top: 142px; } }
.make-note, .start-saving {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: "Swiss 721 W03 Bd Cnd";
  line-height: 0.94;
  letter-spacing: 0.2px;
  text-align: center;
  height: 48px;
  color: #fff;
  background: #00678b;
  padding: 10px 20px; }

.start-saving {
  background: #fff;
  border: 1px solid #859ca8;
  color: #5b7582;
  margin-left: 16px;
  margin-right: 16px; }

/* simple link is used differently here: in a side menu */
.simple-link {
  width: 100%;
  max-width: 227px; }

.make-note-campaign {
  background: #fff;
  color: #5b7582; }

@media screen and (min-width: 990px) {
  .ub-center &gt; div {
    flex: unset; }

  .action-buttons-wide-column {
    flex-flow: column; }

  .make-note, .start-saving {
    max-width: 227px;
    width: 100%;
    margin-right: 0; }

  .action-buttons-wide-column .make-note {
    margin: 0;
    margin-bottom: 16px; }

  .action-buttons-wide-column .start-saving {
    margin: 0;
    margin-bottom: 16px; } }
    

.highcharts-scrollbar-thumb {
  fill: #00678b;
  rx: 8;
  ry: 8; }


/*  [fundstats] */
.js-hidden {
  display: none; }

.stats-wrap {
  margin: 0 auto;
  max-width: 950px;
  font-size: 1.25rem;
  justify-content: space-between;
  flex-flow: row wrap; }
.stats-wrap .fund-group-headers {
  display: none; }
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .stats-wrap {
    display: flex; } }
.stats-wrap .stats-list dt {
  font-weight: bold; }
.stats-wrap .fund {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: solid 1px #eee;
  margin: 0 0 2rem; }
@media screen and (min-width: 641px) {
  .stats-wrap .fund {
    width: 48%; } }
@media screen and (min-width: 1024px) {
  .stats-wrap .fund {
    width: auto; } }
.stats-wrap .fund ul {
  margin: 0;
  padding: 10px; }
.stats-wrap .fund ul dd {
  margin: 0; }
.stats-wrap .fund ul li {
  list-style: none;
  display: block; }
.stats-wrap .fund a {
  text-decoration: none; }
@media screen and (max-width: 1023px) {
  .stats-wrap .fund div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3px; } }
.stats-wrap .fund .mobile-margin {
  margin-bottom: 10px; }
.stats-wrap .negative-change {
  color: #9a3f19; }

@media screen and (min-width: 1024px) {
  .fund ul {
    display: flex; }
  .fund ul dl {
    display: flex;
    flex-flow: row wrap; }
  .fund .mobile-margin {
    margin-bottom: 0; }

  .stats-h {
    width: 20%; }

  .stats-wrap .fund li.stats-list {
    flex: 1; }
  .stats-wrap .fund li.stats-list dl {
    justify-content: space-evenly;
    margin: 0;
    display: flex; }
  .stats-wrap .fund li.stats-list dt {
    display: none; }
  .stats-wrap .fund li.stats-list div {
    text-align: right;
    width: 9%; }

  .stats-wrap .fund {
    margin: 0;
    border-radius: 0;
    border: none; }
  .stats-wrap .fund ul {
    padding: 5px 0px 0 0;
    border-bottom: solid 1px #ccc; }
  .stats-wrap .fund-group-headers {
    font-size: 12px;
    display: block;
    font-weight: bold; }
  .stats-wrap .fund-group-headers ul {
    margin: 0;
    padding: 0px;
    display: flex; }
  .stats-wrap .fund-group-headers ul li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .stats-wrap .fund-group-headers .stats-list {
    flex: 1; }
  .stats-wrap .fund-group-headers dl {
    justify-content: space-evenly;
    display: flex;
    margin: 0;
    flex-flow: row wrap; }
  .stats-wrap .fund-group-headers dd {
    width: 9%;
    margin: 0;
    text-align: right; } }
@media screen and (max-width: 1023px) {
  .stats-wrap .fund ul {
    padding: 0; }
  .stats-wrap .fund ul .stats-h {
    background: #007a9b;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .stats-wrap .fund ul .stats-list {
    padding: 0 10px; }
  .stats-wrap .fund ul .stats-list small {
    font-size: 12px; }
  .stats-wrap .fund ul a {
    display: block;
    color: #fff; }
  .stats-wrap .fund ul a:hover {
    text-decoration: underline; } }
.fund-group {
  margin: 0 auto 60px auto;
  max-width: 950px;
  width: 100%; }
.fund-group h3 {
  text-align: center; }
@media screen and (min-width: 1024px) {
  .fund-group h3 {
    text-align: left; } }

/*  [multichart] */
.stats-wrap .fund ul li.stats-h {
  display: flex; }

.multichart {
  max-width: 950px;
  margin: 0 auto; }

.stats-h button {
  position: relative;
  display: inline-block;
  background-color: #b2c2cc;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 10px;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  cursor: pointer;
  margin-right: 15px; }
.stats-h button:hover {
  background-color: #333; }
.stats-h button.active {
  background-color: #00678b; }
.stats-h button.active:hover {
  background-color: #333; }
.stats-h button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-color: #fff;
  width: 1px;
  height: 7px; }
.stats-h button:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: #fff;
  width: 7px;
  height: 1px; }
.stats-h button.active:before {
  visibility: hidden; }
.stats-h button.active:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: #fff;
  width: 7px;
  height: 1px; }
</pre></body></html>