<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  section#signup input {
    background: rgba(20,0,255,0.73) !important;
    color: #b2f592 !important;
    outline-color: rgba(20,0,255,0.73) !important;
  }
  ::-webkit-input-placeholder {
     color: #b2f592 !important;
     opacity: 0.5;
  }

  :-moz-placeholder { /* Firefox 18- */
     color: #b2f592 !important;
     opacity: 0.5;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #b2f592 !important;
     opacity: 0.5;
  }

  :-ms-input-placeholder {
     color: #b2f592 !important;
     opacity: 0.5;
  }

  .loading-page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  }

  #body.theme-1 section#home footer#footer ul#menu a {
    font-size: 32px;
  }

  #body.theme-1 section#home footer#footer ul#menu a .fa {
    font-size: 32px;
  }

  #body.theme-1 section#home footer#footer p.terms {
    font-size: 16px;
  }

  #body.theme-1 section#home footer#footer ul#menu {
    text-align: left;
}

#upsell .wrap-buy {
  overflow: hidden;
}

#upsell .btns {
  text-align: center;
  float: left;
  width: 100%;
}

#upsell .btns .wrap-bt {
  margin-bottom: 10px;
}

#upsell .btns .wrap-bt a {
    text-decoration: none;
    padding: 3px;
    background-color: rgba(255,255,255,0.6);
    transition: border-color 0.5s linear;
    display: inline-block;
    border-radius: 3px;
  }

#upsell .btns .wrap-bt a:hover {
background-color: rgba(255,255,255,0.25);
}

#upsell .btns .wrap-bt a img{
  height: 37px;
  margin: 1px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */</pre></body></html>