<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-text {
    font-family: 'Open Sans', sans-serif;
    height: 111px;
    position: absolute;
    top: 50%;
    left: 25%;
}

.step {
    clear: both;
}

.slider-text-left {
    float: left;

    text-align: center;
    color: white;
}

.slider-text-left-top {
    text-shadow: -1px 1px rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-top: 10px;
}

.slider-text-left-bottom {
    color: black;
}

.slider-text-right {
    float: left;
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    background: rgba(0, 0, 0, .5);
    padding: 0 20px 0 60px;
    margin-left: -50px;
}

#step3 {
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    color: #fff;
    text-shadow: -1px 1px rgba(0, 0, 0, 1);
}

.slider-text-right-top {
    background: #ff9900;
    display: inline-block;
    padding: 0 15px;

}

.slider-text-right-bottom {

    font-size: 30px;
    padding: 0 15px;
}</pre></body></html>