<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget.has-subtitle:not(.subtitle-disabled) .widget-title {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 76px;
}

.widget.has-subtitle:not(.subtitle-disabled) .widget-sub-title {
    content: attr(data-subtitle);
    display: block;
    position: absolute;

    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    bottom: 26px;
    font-size: 138px;
    font-size: 13.8rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.04em;
    line-height: 105px;
    opacity: 0.03;
}

.widget.has-subtitle.subtitle-disabled .widget-sub-title {
    display: none;
}</pre></body></html>