<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#disclaimer-container {
    display: flex;
    opacity: 0;
    background-color: #005AE8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    z-index: 99999;
    max-height: calc(100vh - 100px);
    padding: 1em;
    width: 100vw;
    justify-content: flex-start;
    height: auto;
    align-items: center;
}

.disclaimer-content {
    min-height: 26px;
    color: #ccc;
    font-size: .85em;
    display: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 15px 45px
}

.disclaimer-content&gt;*,
.disclaimer-content&gt;*&gt;* {
    margin: 0;
    padding: 0;
    color: white
}

#disclaimer {
    min-height: 26px;
    color: #ccc;
    font-size: 1em;
    padding: 15px 45px;
    width: 80%;
}
@media (max-width: 991.98px) {
    #disclaimer {
        padding: 0;
        width: 100%;
    }
}
#disclaimer&gt;*,
#disclaimer&gt;*&gt;* {
    margin: 0;
    padding: 0;
    color: white
}

#close-disclaimer {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    color: #005AE8;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);
    transition: all 0.35s ease;
    padding: 0;
    width: 40px;
    height: 40px;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-top: 0;
    font-size: 22px;
}

#close-disclaimer&gt;*,
#close-disclaimer&gt;*&gt;* {
    margin: 0;
    padding: 0;
    color: white
}

#disclaimer a.disclaimerOK {
    background-color: #fff;
    color: #005AE8;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
    min-width: 100px
}

#disclaimer a.disclaimerOK:hover {
    background-color: #fff;
    color: #005AE8;
}
</pre></body></html>