<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wisiwyg .container {
    padding: 12px 18px 30px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 0 0 24px 24px;
}
#wisiwyg .row {
    margin: 0 12px;
    background-color: #F4F4F4;
    border-radius: 24px;
    padding: 30px;
}
#wisiwyg div {
    margin-top: 1em;
}
#wisiwyg h3 {
    margin-bottom: 20px;
    color: #000;
}

#wisiwyg p {
    line-height: 1.4;
    color: #444;
    margin-bottom: 20px;
}

#wisiwyg ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

#wisiwyg ul li {
    line-height: 1.4;
    margin-bottom: 5px;
    color: #555;
}

#wisiwyg address {
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #444;
    text-align: center;
}
#wisiwyg a {
    color: #2980b9;
    text-decoration: none;
}

#wisiwyg a:hover {
    text-decoration: underline;
}

#wisiwyg strong {
    color: #000;
}

</pre></body></html>