<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-rgb: 59, 105, 56;
}

#header {
  background: rgba(255,255,255);
}

#n-header-logo-left {
  padding-left: 20px;
  padding-top: 10px;
}

#n-header-logo-left &gt; img {
  height: 70px;
}


.acc-form-description {
    text-align: left ;
}

body {
    background-color: rgb(238, 241, 242);
           }

.svg-collections-accent {
    fill: rgb(192, 57, 43);
}
</pre></body></html>