<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.terms-and-conditions {
    background-color: #f8f9fd!important;
    display: flex;
}

.terms-and-conditions__wrapper {
    max-width: 990px;
    margin: auto;
    padding: 20px;
}

.terms-and-conditions__wrapper h4 {
    color: #3d434e;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.terms-and-conditions__wrapper .section {
    margin-top: 50px;
}

.terms-and-conditions__wrapper .subsection {
    margin-left: 20px;
    margin-top: 20px;
}

.terms-and-conditions__wrapper h6 {
    font-size: 16px;
    font-weight: 400;
    color:rgb(58, 66, 80);
}

.terms-and-conditions__wrapper p {
    color:rgb(119, 119, 144);
    font-size: 13px;
    line-height:18px;
}</pre></body></html>