<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  border: solid 1px;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  font-size: 18px;
  color: black;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  * {
    font-size: 16px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: black;
}
body &gt; * {
  flex-grow: 0;
  flex-shrink: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
h1 {
  padding: 0.5rem;
  background: black;
  color: red;
  font-weight: 200;
  font-size: 30px;
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    padding: 0.25rem;
  }
}
h1.small {
  font-weight: 700;
  letter-spacing: 2px;
}
h1.home {
  font-size: 22.5px;
  color: red;
  letter-spacing: 10px;
}
@media screen and (max-width: 479px) {
  h1.home {
    font-size: 16px;
    letter-spacing: 8px;
  }
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
a {
  color: red;
}
a:hover {
  font-weight: bold;
}
header {
  background: #5a0000;
  text-align: center;
  padding-top: 1rem;
}
header a.main-img {
  padding: 1rem 0;
  background: red;
  display: block;
  height: 90px;
}
header a.main-img img {
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  header a.main-img {
    padding: 0.5rem 0;
    height: 60px;
  }
  header a.main-img img {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  header {
    padding-top: 0.5rem;
  }
}
header.small a.main-img {
  height: 72px;
}
@media screen and (max-width: 479px) {
  header.small a.main-img {
    height: 36px;
  }
}
footer {
  display: flex;
  flex-direction: row;
  background: black;
  padding: 0.5rem 1rem;
}
footer &gt; * {
  color: #555;
  flex-grow: 1;
}
footer p.link {
  text-align: right;
}
footer a {
  color: #555;
}
@media screen and (max-width: 479px) {
  footer {
    flex-direction: column;
  }
  footer &gt; * {
    text-align: center;
  }
  footer p,
  footer a {
    font-size: 18px;
  }
  footer p.link {
    text-align: center;
  }
}
nav {
  background: #250000;
  padding: 0.5rem 1rem;
  text-align: center;
}
nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: red;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  border: solid 1px transparent;
  transition: color 0.125s ease-in-out;
}
@media screen and (max-width: 479px) {
  nav a {
    font-size: 20px;
  }
}
nav a:active,
nav a:hover {
  color: white;
}
nav a.active::before,
nav a.active:after {
  content: '+';
}
main {
  padding: 2rem 3rem 3rem 3rem;
  width: 1200px;
  margin: 0 auto;
}
main &gt; p:first-of-type {
  padding-top: 0.5rem;
}
@media screen and (max-width: 479px) {
  main {
    padding: 2rem 1rem;
    max-width: 100%;
  }
}
.page {
  flex-grow: 1;
  background: white;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.copy p,
.copy ul {
  margin-top: 1rem;
}
.copy em {
  font-weight: bold;
  font-style: normal;
}
.error-page {
  text-align: center;
}
.error-page &gt; img {
  max-width: 200px;
  margin-bottom: 1rem;
}
ul.fs-list {
  list-style-type: none;
}
ul.fs-list li {
  margin-top: 1.5rem;
}
ul.fs-list li em {
  margin-left: -2rem;
  padding-left: 2rem;
  border-bottom: solid 2px black;
}
ul.fs-list li::before {
  content: '';
  margin-right: 0.25rem;
  display: inline-block;
  width: 2rem;
  height: 1rem;
  background-image: url('/img/fundriver-small-thin-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.fs-list p {
  margin-top: 0.5rem;
}
.news {
  margin-top: 2rem;
}
.news h2 {
  font-size: 150%;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.news .article {
  margin-bottom: 3rem;
}
.news .article .headline {
  display: flex;
  flex-direction: row;
  background: #eaeaea;
  font-weight: bold;
  border-bottom: solid 1px #ce0565;
  border-top: solid 1px #ce0565;
  padding: 0.5rem;
}
.news .article .headline &gt; * {
  flex-grow: 1;
}
.news .article .headline &gt; *:nth-of-type(2) {
  text-align: right;
}
.news .article .headline p {
  margin-top: 0;
}
.news .article .headline p.title,
.news .article .headline p.date {
  font-size: 30px;
}
.news .article .image {
  text-align: center;
}
.news .article .image img {
  max-width: 500px;
}
.news .article .image span {
  font-style: italic;
  font-size: 0.8rem;
  display: block;
}
.news .article h6 {
  margin-top: 2rem;
  text-align: left;
}
.page.funstick section {
  margin-top: 3rem;
}
.features {
  margin-top: 2rem;
}
.features sup {
  font-size: 70%;
}
.features h2 {
  text-align: left;
}
.features p {
  display: block;
  margin: 0;
  padding-left: 2.5rem;
  background-image: url('/img/fundriver-small-black.svg');
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0 -0.3rem;
}
.features p span:first-of-type {
  font-weight: bold;
}
.features p span:first-of-type::after {
  content: ':';
}
.features p span:nth-of-type(2) {
  padding-left: 0.5rem;
}
@keyframes marginBounce {
  0% {
    margin: 0 0.5rem;
  }
  10% {
    margin: 0 1.5rem;
  }
  15% {
    margin: 0 0.5rem;
  }
  100% {
    margin: 0 0.5rem;
  }
}
.showcase-item {
  margin: 1rem 0 0 0;
  border: solid 1px #880000;
  border-radius: 0.5rem;
  padding: 1rem;
}
.showcase-item h4.money span {
  display: inline-block;
  color: #075e07;
  margin: 0 0.5rem;
  position: relative;
  top: -0.4rem;
  animation-name: marginBounce;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.showcase-item h4.money i.left {
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  content: '';
  background-image: url('/img/fundriver-small-money.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.showcase-item h4.money i.right {
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  content: '';
  background-image: url('/img/fundriver-small-money.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  transform: rotateZ(180deg);
}
.showcase-item .images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .showcase-item .images {
    flex-direction: column;
  }
}
.showcase-item .images .img {
  margin: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
.showcase-item .images .img img {
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .showcase-item .images .img {
    max-width: 100%;
  }
}
.showcase-item h3 {
  margin: 0;
}
.showcase-item p {
  text-align: center;
  font-size: 80%;
  font-weight: lighter;
  margin-bottom: 1rem;
}
@keyframes loadSpin {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.inquiry-form {
  border: solid 1px #880000;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 2rem;
}
.inquiry-form .fs-form {
  position: relative;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.inquiry-form .fs-form .load-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -200;
  border-radius: 0.5rem;
  background: #000000A0;
  transition: all 0.125s ease-out;
  align-items: center;
}
.inquiry-form .fs-form .load-shade .load-icon {
  height: 50px;
  width: 50px;
  animation-delay: 0;
  animation-name: loadSpin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.inquiry-form .fs-form .load-shade p {
  height: 100%;
  line-height: 1;
  font-size: 24px;
  color: white;
}
.inquiry-form .fs-form .load-shade &gt; div {
  padding: 1rem 0;
  position: relative;
  background: #FF0000AF;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry-form .fs-form .form-content {
  padding: 1rem;
}
.inquiry-form .fs-form .form-content h4 {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .inquiry-form .fs-form .form-content h4 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .inquiry-form .fs-form .form-content {
    padding: 0;
  }
}
.inquiry-form .fs-form.loading .load-shade {
  opacity: 1;
  z-index: 200;
  display: initial;
}
.inquiry-form .err-content {
  display: none;
  background: red;
  padding: 1rem;
  text-align: center;
}
.inquiry-form .err-content img {
  width: 80px;
}
.inquiry-form .err-content &gt; * {
  color: white;
}
.inquiry-form .err-content button {
  margin-top: 1rem;
  background: red;
}
.inquiry-form .err-content button:hover {
  background-color: #400000;
}
.inquiry-form .fs-form.server-error .load-shade {
  display: none;
}
.inquiry-form .fs-form.server-error .form-content {
  display: none;
}
.inquiry-form .fs-form.server-error .err-content {
  display: block;
}
.inquiry-form .thanks-content {
  background: #14c414;
  padding: 1rem;
  width: 100%;
  display: none;
  margin-top: 1rem;
}
.inquiry-form .thanks-content h4 {
  text-align: left;
}
.inquiry-form .fs-form.thanks .thanks-content {
  display: block;
}
.inquiry-form .fs-form.thanks .form-content {
  display: none;
}
.money {
  color: #075e07;
}
.bold {
  font-weight: bold;
}
.fs-form {
  /*  i {
    font-style: normal;
    // height: 100%;
    display: inline-block;
    // line-height: 2.0;
  }*/
  /*  i.required {
    display: inline-block;
    font-style: normal;
    color: @red;
    margin-right: 0.25em;
  }
*/
}
.fs-form button {
  margin-top: 0.25rem;
}
.fs-form input,
.fs-form textarea {
  padding: 0.25rem;
  margin-top: 0.25rem;
}
.fs-form textarea {
  width: 100%;
  height: 200px;
  resize: none;
}
.form-input {
  border: solid 1px transparent;
  position: relative;
}
.form-input .pristine-error {
  border: solid 1px #880000;
  border-radius: 0.5rem;
  padding: 1rem;
  border-color: red;
  color: red;
  margin-top: 0.5rem;
  display: block;
  position: relative;
  top: -0.25rem;
  /*   
    left: 0.25rem;
*/
  /*    top: 0.5rem;
    right:0.25rem;
*/
  background: white;
  padding: 0 0.5rem;
}
.form-input label {
  display: block;
}
.form-input input {
  width: 100%;
}
.form-input input::placeholder {
  font-style: italic;
}
.submit-inquiry {
  background: #00FF00;
  font-weight: bold;
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.submit-inquiry:hover {
  background: #80ff80;
}
.form-input.has-error input,
.form-input.has-error textarea,
.form-input.has-error select {
  border: solid 1px red;
  background: #fed4e8;
}
.form-input.has-error input::placeholder {
  color: #400000;
}</pre></body></html>