<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-container-content {
  background: #ffffff; }
  .hero-container-content.deccumulation {
    background: #ffffff; }
  .hero-container-content.color-primary-hero-container-blue {
    background: radial-gradient(circle at 0 0, #008bc7, #004466); }
  .hero-container-content.color-primary-hero-container-blue::after {
    content: '\00a0';
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    height: 96px;
    width: 100%;
    margin-top: -48px; }
  .hero-container-content.transparent {
    background: transparent; }
</pre></body></html>