<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gradient-color {
    background: #03001e;
    background: -moz-linear-gradient(30deg, #03001e, #7303c0, #ec38bc);
    background: -webkit-linear-gradient(30deg, #03001e, #7303c0, #ec38bc);
    background: linear-gradient(30deg, #03001e, #7303c0, #ec38bc);
}
.reflection-text:not(.reflection-text-white)::after {
    background: url(../fonts/line-break-18.svg) no-repeat;
}
/*.gradient-color {*/
    /*background: #03001e;*/
    /*background: -moz-linear-gradient(30deg, #03001e, #7303c0, #ec38bc);*/
    /*background: -webkit-linear-gradient(30deg, #03001e, #7303c0, #ec38bc);*/
    /*background: linear-gradient(30deg, #03001e, #7303c0, #ec38bc);*/
/*}*/
/*.reflection-text:not(.reflection-text-white)::after {*/
    /*background: url(../fonts/line-break-18.svg) no-repeat;*/
/*}*/
.h4{
    font-size: 14px;
    color: #000;
}</pre></body></html>