<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-section-category {
    margin-bottom:40px;
}

.faq-section-category-descr {
    text-align: center;
}

.faq-section-item .faq-section-question {
    position: relative;
    cursor:pointer;
    padding: 20px 50px 20px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #DDE0E7;
}

.faq-section-item .faq-section-question:after {
    content:'+';
    position: absolute;
    top:50%;
    right:20px;
    height:30px;
    width:30px;
    margin-top:-15px;
    font-size:30px;
    line-height:30px;
    text-align: center;
}

.faq-section-item.active .faq-section-question:after {
    content:'-';
}

.faq-section-item .faq-section-answer {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    background: rgba(246, 247, 249, 0.4);
}

.faq-section-item .faq-section-answer .thumb {
    float: left;
    margin-right: 20px;
    margin-bottom:20px;
}

.faq-section-item .faq-section-answer .descr {
    overflow: hidden;
}</pre></body></html>