<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.presidents-club {
    width: 140px;
    border-radius: 70px;
    height: 140px;
}

.presidents-club img {
    max-width: 165px;
}
.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: white;
  }
  #birdeye .table th {
    color: white;
  }</pre></body></html>