<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body a.underlinedLink {
    text-decoration: underline !important;
}
body .grayScaled {
    filter: grayscale(100%) !important;
}
body .negatBg {
    background-color: #000 !important;
    color: #fff !important;
}
body .ligBg {
    background-color: #fff !important;
    color: #000 !important;
}

body .accessib-block {
    position: fixed;
    top: 45%;
    right: -190px;
    z-index: 9999;
    display: flex;
    background: transparent !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  	height: 40px;
}

body .accessib-block.active {
    right: 0;
	height: unset !important;
}

.accessib-btn {
    width: 40px;
    height: 40px;
    background-color: #4885ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessib-btn path {
    fill: #fff;
}

.accessib-btn.ligBg path {
    fill: #000 !important;
}

.accessib-tools {
    width: 190px;
    background: #fff;
}

.accessib-tools button {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 5px 10px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.accessib-tools button.active {
    background: #4885ed;
    color: #fff;
}

.accessib-tools button.active path {
    fill: #fff;
}

.accessib-tools button.negatBg path {
    fill: #fff !important;
}

.accessib-tools button.ligBg.active {
    background: #000!important;
    color: #fff !important;
}

.accessib-tools button.ligBg.active svg {
    background: #000!important;
}

.accessib-tools button svg {
    margin-right: 10px;
}</pre></body></html>