<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.learn {
    display: none;
}
.library {
    display: none !important;
}
.teamMenu {
    display: none;
}

/* team */
#more {display: none;}
.text-header {
  top: 150%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: 300;
  color: #16284c;
  font-size: 2rem;
}
@media (min-width: 576px) {
    .text-header {
      top: 80%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      font-weight: 300;
      color: white;
      font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .text-header {
      top: 75%;
      color: white;
      font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .text-header {
       top: 75%;
       color: white;
      font-size: 3rem;
    }
}
@media (min-width: 1200px) {
  .text-header {
      top: 84%;
      color: white;
    font-size: 5rem;
    }
}

/* birdeye */
.text-gold {
    color: #FFD700 !important;
  }
  .reviews{
	  background-color: #2B7AB0;
	  color: white;
  }
  .reviews .progress-bar {
    background-color: #16284C;
  }
  .reviews .text-blue{
    color: white!important;
  }
  .reviews .text-muted{
    color: white!important;
  }
  .reviews a{
    color: #16284C;
  }
  .reviews .btn{
    color: #16284C;
  }
  #birdeye .table th {
    color: #16284C;
  }
</pre></body></html>