<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


    .bgcol-pri-0 { background-color: #071d59; }
    .bgcol-sec1-0 { background-color: #cb2f27; }
    .bgcol-sec2-0 { background-color: #f2eced; }
    .bgcol-compl-0 { background-color: #9492ab; }

    .col-pri-0 { color: #071d59; }
    .col-sec1-0 { color: #cb2f27; }
    .col-sec2-0 { color: #f2eced; }
    .col-compl-0 { color: #9492ab; }

    /* blocks */
    .block-primary-0 {
    background-color: #071d59;
    color: #EEE;
    }
    .block-primary-0 * {
    color: #EEE;
    }
    .block-primary-0 .badge {
    background-color: #cb2f27;
    color: #222;
    }
    .block-secondary1-0 {
    background-color: #cb2f27;
    color: #222;
    }
    .block-secondary1-0 * {
    color: #222;
    }
    .block-secondary1-0 .badge {
    background-color: #f2eced;
    color: #222;
    }
    .block-secondary2-0 {
    background-color: #f2eced;
    color: #222;
    }
    .block-secondary2-0 * {
    color: #222;
    }
    .block-secondary2-0 .badge {
    background-color: #9492ab;
    color: #222;
    }
    .block-complement-0 {
    background-color: #9492ab;
    color: #222;
    }
    .block-complement-0 * {
    color: #222;
    }
    .block-complement-0 .badge {
    background-color: #071d59;
    color: #EEE;
    }

    /* theme zapp v3 */
    .theme--zapp.box-n:nth-child(4n-3) .box-n {
    background-color: #071d59 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .box-n {
    background-color: #cb2f27 !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .box-n {
    background-color: #f2eced !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-0) .box-n {
    background-color: #9492ab !important;
    color: #222 !important;
    }
    /* badges */
    .theme--zapp.box-n:nth-child(4n-0) .badge {
    background-color: #071d59 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .badge {
    background-color: #cb2f27 !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .badge {
    background-color: #f2eced !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-3) .badge {
    background-color: #9492ab !important;
    color: #222 !important;
    }
</pre></body></html>