mark, .mark {
    background-color: transparent !important;
    color: #168ede !important;
    padding: 0;
}

.question-block.bg-secondary a {
    color: #168ede !important;
}

.question-block.bg-secondary .module_faq_question {
    border-bottom: 1px solid #168ede !important;
}

.question-block .module_faq_question .btn-toggle[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill=\"rgb(65,71,77)\" d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'></path></svg>") no-repeat 4px 0 !important;
}

.question-block.bg-secondary .module_faq_question .btn-toggle {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill=\"rgb(22,142,222)\" d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'></path></svg>") no-repeat 4px 0 !important;
    fill: #000;
}

.question-block .module_faq_question.active,
.question-block.bg-secondary .module_faq_question {
    border-top: 1px solid #168ede;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #168ede !important;
}

.question-block.bg-secondary .module_faq_question.active {
    top: 0;
}

.toggle_all_questions {
    bottom: -13px;
}

.toggle_all_questions .icon {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill=\"rgb(65,71,77)\" d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'></path></svg>") no-repeat 4px 0 !important;
}