<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Custom Page / Block Style
 * --------------------------------------------------------------------------------------
 *
 * Prefix: cb-
 *
 */

/* Utility */
.cb-no-margin {
    margin: 0 !important;
}
.cb-no-padding {
    padding: 0 !important;
}

/* Typography */
.cb-h2-3,
.cb-h2-6,
.cb-h2-9,
.cb-h2-12,
.cb-h3-3,
.cb-h3-6,
.cb-h3-9,
.cb-h3-12 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
.cb-h3-3,
.cb-h3-6,
.cb-h3-9,
.cb-h3-12 {
    color: #333;
    opacity: 0.7;
}

.cb-h3-3 {
    font-size: 15px;
}
.cb-h2-3,
.cb-h3-6 {
    font-size: 20px;
}
.cb-h2-6,
.cb-h3-9 {
    font-size: 25px;
}
.cb-h2-9,
.cb-h3-12 {
    font-size: 30px;
}
.cb-h2-12 {
    font-size: 35px;
}

@media (max-width: 992px) {
    .cb-h2-3 {
        font-size: 30px;
        font-weight: 600;
    }
    .cb-h2-6 {
        font-size: 30px;
        font-weight: 600;
    }
    .cb-h2-9 {
        font-size: 30px;
        font-weight: 600;
    }
    .cb-h2-12 {
        font-size: 30px;
        font-weight: 600;
    }

    .cb-h3-3 {
        font-size: 20px;
    }
    .cb-h3-6 {
        font-size: 20px;
    }
    .cb-h3-9 {
        font-size: 20px;
    }
    .cb-h3-12 {
        font-size: 20px;
    }
}
</pre></body></html>