<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cc-window{background:#222; color:#bbb;}
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}

.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}
.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}
.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}

.cc-window,.cc-revoke{position:fixed;overflow:hidden;box-sizing:border-box;font-size:12px;line-height:18px;display:flex;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:10px 20px 20px 20px;max-width:300px;flex-direction:column;right:0px;}
.cc-window.cc-banner{padding:10px;width:100%;flex-direction:row}

.cc-revoke{padding:0.5em}
.cc-revoke:hover{text-decoration:none}
.cc-header{font-size:18px;font-weight:bold}
.cc-btn,.cc-link,.cc-close,.cc-revoke{cursor:pointer}
a.cc-link{opacity:0.9;text-decoration:none;color:#fff !important;;}
a.cc-link:hover{opacity:1}
a.cc-link:active,.cc-link:visited{color:#fff !important;;}
.cc-btn{color:#fff !important; display:block;padding:5px 10px;font-size:12px;font-weight:bold;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-btn:hover{ color:#52A6B2 !important;text-decoration:none;}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:hover,.cc-highlight .cc-btn:first-child:focus{background-color:transparent;text-decoration:none;}
.cc-close{display:block;position:absolute;top:0.5em;right:0.5em;font-size:1.6em;opacity:0.9;line-height:0.75}
.cc-close:hover,.cc-close:focus{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:0.5em;border-bottom-right-radius:0.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:0.0em;border-top-right-radius:0.0em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:10px}
.cc-left{left:10px}
.cc-right{right:10px}
.cc-bottom{bottom:0px}
.cc-floating&gt;.cc-link{margin-bottom:10px}
.cc-floating .cc-message{display:block;margin-bottom:10px}
.cc-window.cc-floating .cc-compliance{flex:1 0 auto}
.cc-window.cc-banner{align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}

.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:10px}
.cc-compliance{display:flex;align-items:center;align-content:space-between}
.cc-floating .cc-compliance&gt;.cc-btn{flex:1}
.cc-btn+.cc-btn{margin-left:5px}

@media print{
  .cc-window,.cc-revoke{display:none}
}
@media screen and (max-width: 900px){
  .cc-btn{white-space:normal}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
  .cc-window.cc-top{top:0}
  .cc-window.cc-bottom{bottom:0}
  .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-right,.cc-window.cc-left{left:0;right:0}
  .cc-window.cc-banner{flex-direction:column}
  .cc-window.cc-banner .cc-compliance{flex:1 1 auto}
  .cc-window.cc-floating{max-width:none}
  .cc-window .cc-message{margin-bottom:1em}
  .cc-window.cc-banner{align-items:unset}
  .cc-window.cc-banner .cc-message{margin-right:0}
}

.cc-revoke { background:#222; color:#bbb; font-size:10px; line-height:14px; padding: 5px 10px; font-weight:normal; }
.cc-revoke:hover { text-decoration:none; color:#fff; }
</pre></body></html>