<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.help-module-right [id]::before {
    content: "";
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}

.help-module .card-subtitle, .faq-module .card-subtitle {
    min-height: 3.5rem;
}

@media (min-width: 992px) {
    .help-module .card-subtitle, .faq-module .card-subtitle {
        min-height: 5.5rem;
    }
}

.help-module ol, .faq-module ol {
    min-height: 3.5rem;
}

@media (min-width: 992px) {
    .help-module ol, .faq-module ol {
        min-height: 8.5rem;
    }
}

.help-module-left, .faq-module-left {
    top: 1rem;
}

@media (min-width: 992px) {
    .help-module-left, .faq-module-left {
        position: sticky;
        height: calc(80vh - 1rem);
        top: 56px;
        overflow-y: scroll;
    }

    .help-module-left-with-scroll, .faq-module-left-with-scroll {
        height: calc(95vh - 1rem);
    }
}

.help-module-left .list-modules .module-fa-icon, .faq-module-left .list-modules .module-fa-icon {
    font-size: 2em;
}

.help-module-left .list-modules .list-module .form-row, .faq-module-left .list-modules .list-module .form-row {
    border: 1px solid #ededed;
    padding-top: 1em;
    padding-bottom: 1em;
}

.help-module-left .list-module-entries a, .faq-module-left .list-module-faq a {
    color: #0f253c;
}

.help-module-left .list-module-entries a:hover, .faq-module-left .faq a:hover {
    color: #4e555b;
}

.help-module-left .list-modules a.list-module, .faq-module-left .list-modules a.list-module {
    color: #0f253c;
}

.help-module-left .list-modules a.list-module:hover, .faq-module-left .list-modules a.list-module:hover {
    color: #4e555b;
}

.help-entry .image-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
</pre></body></html>