<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer components {
  #fundsheader {
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    -webkit-position: sticky;
    inset-block-start: 110px;
    top: 110px;
    left: 0;
    background: #fff;
    padding-top: 15px;
    z-index: 901;
  }
  @media (max-width: 1024px) {
    #fundsheader {
      margin: 0 3rem !important;
      max-width: 100% !important;
      top: 0;
      inset-block-start: 0px;
    }
  }
  @media (max-width: 767px) {
    #fundsheader {
      display: flex;
      flex-direction: row !important;
      margin: 0 1rem !important;
      top: 20px;
    }
  }
  @media (max-width: 1024px) {
    #fundsheader .column {
      margin: 0 !important;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.mindful-list-indicator {
      flex-shrink: 3;
    }
    #fundsheader .column.mindful-list-indicator img {
      width: 16px;
      height: 16px;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.fund-list-name {
      flex-grow: 3;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.fund-list-returns {
      flex-grow: 3;
      text-align: left !important;
    }
  }
  #fundsheader a {
    font-weight: 400;
    font-size: 16px;
    padding: 25px 15px;
    text-decoration: none;
    transition: all 0.7s ease;
    position: relative;
  }
  #fundsheader a span {
    vertical-align: bottom;
    opacity: 0.4;
    margin-left: 5px;
    transition: all 0.3s ease;
  }
  #fundsheader a.name {
    text-align: left;
  }
  #fundsheader a:hover span {
    opacity: 1;
  }
  #fundsheader a div.notice {
    position: absolute;
    opacity: 0;
    display: none;
  }
  #fundsheader a:hover div.notice {
    display: block;
    opacity: 1;
    bottom: 80%;
    left: 10%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    line-height: 130%;
    width: 120%;
    font-size: 14px;
    z-index: 100;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #fundsheader a:hover div.notice .is-col {
    text-align: center;
  }
  @media (max-width: 1080px) {
    #fundsheader a:hover div.notice {
      display: none;
    }
  }
  #fundsheader a:hover div.notice img {
    max-width: 30px;
    height: auto;
    display: inline-block;
  }
  #fundsheader a:hover div.notice:after {
    bottom: -20px;
    left: 30%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  #fundslist {
    list-style: none;
    padding: 0 !important;
    margin: 0;
  }
  @media (max-width: 1024px) {
    #fundslist {
      margin: 0 3rem !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist {
      margin: 0 1rem !important;
    }
  }
  @media (max-width: 1024px) {
    #fundslist .columns {
      max-width: 100% !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns {
      display: flex;
      flex-direction: row !important;
    }
  }
  @media (max-width: 1024px) {
    #fundslist .columns .column {
      margin: 0 !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.mindful-list-indicator {
      flex-shrink: 3;
    }
    #fundslist .columns .column.mindful-list-indicator img {
      width: 16px;
      height: 16px;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.fund-list-name {
      flex-grow: 3;
    }
    #fundslist .columns .column.fund-list-name h2 {
      font-size: 1rem !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.fund-list-link {
      flex-shrink: 3;
    }
    #fundslist .columns .column.fund-list-link .icon {
      font-size: 16px !important;
      width: 16px !important;
      height: 16px !important;
    }
  }
  #fundslist li {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
  }
  #fundslist li:nth-child(2n+1) {
    background: #fff;
  }
  #fundslist li section {
    text-decoration: none;
    color: #333;
    transition: all 1s ease;
    align-items: center;
  }
  #fundslist li section:hover {
    background: rgba(51, 175, 158, 0.2);
  }
  #fundslist li section:hover .mindful-fund {
    opacity: 1;
  }
  #fundslist li section .mindful-fund {
    width: 32px;
    height: 32px;
    margin: 5px;
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  #fundslist li section .open {
    text-align: right;
  }
  #fundslist li section .open a {
    display: inline-block;
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-right: 1rem;
    color: #39499c;
  }
  #fundslist li section form {
    display: inline-block;
    margin: 12px 0;
  }
  #fundslist li section button {
    display: inline-block;
    background: none;
    border: none;
    color: #666;
    padding: 0 !important;
    font-size: 24px;
    cursor: pointer;
    min-width: 0;
    position: relative;
    top: 5px;
    margin-left: 10px;
  }
}
</pre></body></html>