<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-page h1 {
    font-weight: 800;
    font-size: 30px;
    color: #000000;
}

h2 {
    font-weight: 800;
    font-size: 20px;
    color: #000000;
}
.title_text_block {
    padding: 40px 0 10px;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
}

.title_text_block ul {
    list-style: none;
    padding: 0;
}

.title_text_block li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 5px 0;
}

.title_text_block li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/d/002-done.png) 50% 50% /cover no-repeat;
}</pre></body></html>