<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-section .banner-content h1 span{
    display: inline-block;
}

.guide-section .zguide-block .zguide-box .zguide-img-box.zimg-box {
    text-align: center;
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.guide-section ol.zpoints{
    list-style: decimal;
    padding-left: 30px;
}

.guide-section ul.zpoints{
    list-style: disc;
    padding-left: 15px;
}

.guide-section ul.zpoints li span, .guide-section ol.zpoints li span {
    font-family: var(--zf-primary-semibold);
}

.guide-section ul.zpoints li:not(:last-child), .guide-section ol.zpoints li:not(:last-child){
    margin-bottom: 5px;
}

.guide-section .zguide-block .zguide-box .zguide-img-box:last-child{
    margin-bottom: 0px;
}</pre></body></html>