<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CCPA REWRITE */

.moove-gdpr-branding, .cntmoove-gdpr-branding{
  display: none !important;
}

.moove-gdpr-button-holder button:hover{
  background-color: #589d39 !important;
  border-color: #589d39 !important;
  color: #fff !important;
}

#moove-gdpr-menu .menu-item-selected button .gdpr-svg-icon, #moove-gdpr-menu .menu-item-selected button .gdpr-nav-tab-title{
  color: #589d39 !important;
}

.moove-gdpr-modal-close:hover .gdpr-icon.moovegdpr-arrow-close{
  border-color: #589d39 !important;
  background: #589d39 !important;
}
.moove-gdpr-modal-close:hover .gdpr-icon.moovegdpr-arrow-close:before, .moove-gdpr-modal-close:hover .gdpr-icon.moovegdpr-arrow-close:after{
  background: #fff !important;
}

#privacy_overview a:hover{
  color: #589d39 !important;
}

/* CCPA Switches */


/* The switch - the box around the slider */
.ccpa-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.ccpa-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ccpa-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.ccpa-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .ccpa-slider {
  background-color: #589d39;
}

input:focus + .ccpa-slider {
  box-shadow: 0 0 1px #589d39;
}

input:checked + .ccpa-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ccpa-slider:before {
  border-radius: 50%;
}

.ccpa-cookie-slider{
  margin-top: 20px;
  margin-bottom: 40px;
}

.ccpa-switch.ccpa-switch-disabled .ccpa-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ccpa-switch.ccpa-switch-disabled .ccpa-slider{
  background-color: #ccc !important;
}

.ccpa-cookie-use-banner.hidden{
   display: none !important;
}
.ccpa-cookie-list.hidden{
  display: none !important;
}
</pre></body></html>