<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notificationArea{position:fixed;bottom:20px;left:20px;z-index:999999}.notificationArea &gt; :not(:last-child){margin-bottom:18px}.notificationArea .notification{position:relative;transition:300ms all ease-in-out;overflow:hidden;padding:1em;background:#d85d00;font-size:12px;line-height:16px;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.35);width:330px;max-width:calc(100vw - 40px);transform-origin:left center}.notificationArea .notification,.notificationArea .notification a{color:#fff}.notificationArea .notification .close{position:absolute;top:5px;right:8px;cursor:pointer;color:#fff;font-size:1.2rem}.notificationArea .notification.hide{opacity:0;visibility:hidden;transform:scale(0);max-height:0;height:0;padding-top:0;padding-bottom:0}

#privacyCtrl {
    background: #333;
    border-radius: 4px;
    color: #fff;
    padding: 0;
}
#privacyCtrl, #privacyCtrl * {
    font-family: Arial, sans-serif;
}
#privacyCtrl.hide, #privacyCtrl .hide {
    opacity: 0;
    visibility: hidden;
}
#privacyCtrl.open {
    opacity: 1;
    visibility: visible;
}
.open #privacyCtrl {
    height: calc(100vh - 40px);
}
#privacy-controller {
    display: block;
    font-size: 11px;
    line-height: 1.3em;
    font-weight: normal;
}
.privacy-header {
    display: block;
    padding: 10px;
}
.privacy-header .privacy-text {
    padding-right: 20px;
}
.privacy-text {
    display: block;
    margin-bottom: 10px;
}
.privacy-buttons {
    display: flex;
}
.privacy-btn {
    width: 100%;
    display: flex;
    color: #464a4d;
    background: #888a8c;
    cursor: pointer;
    border-radius: 4px;
    padding-top: 6.6666666667px;
    padding-bottom: 6.6666666667px;
    padding-left: 12px;
    padding-right: 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
}
.privacy-btn:first-of-type {
    margin-right: 10px;
}
#privacy-confirm {
    background: #3bb54a;
    color: #fff;
}
.privacy-link {
    cursor: pointer;
    color: #eee;
    text-decoration: underline;
}
.privacy-fields {
    display: block;
    background: #464a4d;
    max-height: 40vh;
    overflow-y: scroll;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    height: 0;
    transition: 800ms height ease-in-out;
}
.privacy-controller.open .privacy-fields {
    height: 100vh;
}
.privacy-fields label {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
}
.privacy-fields label span {
    font-size: 1.2em;
    content: "";
    letter-spacing: 0;
    width: 2.2em;
    height: 1.2em;
    line-height: 1.2em;
    border-radius: 14px;
    display: block;
    text-align: center;
    background: #888a8c;
    color: transparent;
    margin-right: 10px;
    position: relative;
}
.privacy-fields label span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 3px;
    opacity: 1;
    transition: 150ms left ease-in-out;
    z-index: 10;
}
.privacy-fields label span:after {
    content: attr(data-off) " ";
    display: inline-block;
    position: absolute;
    left: calc(100% + 5px);
    color: #eee;
    font-size: 11px;
    word-break: normal;
}
.privacy-fields input:checked + span:before {
    left: 17px;
}
.privacy-fields input:checked + span {
    background: #3bb54a;
}
.privacy-fields input:checked + span:after {
    content: attr(data-on) " ";
}
.privacy-fields input {
    display: none;
}
.privacy-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.privacy-row:not(:last-of-type) {
    border-bottom: 2px solid #333;
}
.privacy-cell {
    width: 50%;
    hyphens: auto;
}
.privacy-cell:not(:last-of-type) {
    margin-bottom: 10px;
}
.privacy-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.privacy-footer .privacy-link {
    padding-left: 10px;
}
#privacy-reset {
    opacity: 0.5;
}
.privacyControlBadge {
    transform: rotate(90deg) translateX(-100%) !important;
    display: inline-block !important;
    position: fixed !important;
    left: 0;
    bottom: 45px !important;
    transform-origin: bottom left !important;
    background: #333 !important;
    color: #fff !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    text-decoration: none !important;
    padding: 10px !important;
    transition: 300ms all ease-in-out !important;
}
body.privacyControlIsOpen .privacyControlBadge {
    left: -100%;
}
</pre></body></html>