<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */
.u-btn-teal {
    color: #fff;
    background-color: #64B4B3;
}

.u-btn-teal:hover, .u-btn-teal.active {
  border-color: #64b4b3;
  background-color: #64B4B3; 
}
  
  
.u-btn-red {
    color: #fff;
    background-color: #DF503F;
}

p.lead {
    font-size: 1.25rem;
    font-weight: 500;
}</pre></body></html>