<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
    div.home-main&gt;div.container {
        padding: 0 !important;
    }

    .termsandconditions-blocksummer {
        color: #000;
        position: absolute;
        text-align: center;
        bottom: 1px;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 30%;
        left: 50%;
        font-size: 11px;
        font-weight: bold;
    }

    @media only screen and (max-width: 1500px) and (min-width: 1024px) {
        .termsandconditions-blocksummer {
            line-height: 11px;
            bottom: 1px;
            font-size: 8px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .termsandconditions-blocksummer {
            max-width: 95%;
            bottom: 1px;
            line-height: 12px;
            font-size: 10px;
            text-align: center;
            left: 0%;
        }
    }

    .containerforstrip {
        position: relative;
        width: 100%;
    }
&lt;/style&gt;</pre></body></html>