<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}
.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ade8ff;
}

tab1 {
    padding-left: 4em;
}

tab2 {
    padding-left: 8em;
}

tab3 {
    padding-left: 12em;
}</pre></body></html>