<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* xxxs */
.et_pb_text.text-display,
.et_pb_text.text-display h1,
.et_pb_text.text-display h2,
.et_pb_text.text-display h3,
.et_pb_text.text-display h4,
.et_pb_text.text-display h5,
.et_pb_text.text-display h6,
.et_pb_text.text-display p {
    font-size: 26px;
    line-height: 1;
}

/* xxs */
@media (min-width: 320px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 32px;
    }
}

/* xs */
@media (min-width: 460px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 38px;
    }
}

/* sm */
@media (min-width: 576px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 42px;
    }
}

/* md */
@media (min-width: 768px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 46px;
    }
}

/* lg */
@media (min-width: 992px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 60px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 64px;
    }
}

/* xxl */
@media (min-width: 1400px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 68px;
    }
}

/* xxxl */
@media (min-width: 1600px) {
    .et_pb_text.text-display,
    .et_pb_text.text-display h1,
    .et_pb_text.text-display h2,
    .et_pb_text.text-display h3,
    .et_pb_text.text-display h4,
    .et_pb_text.text-display h5,
    .et_pb_text.text-display h6,
    .et_pb_text.text-display p {
        font-size: 72px;
    }
}
</pre></body></html>