<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookiePermission
{
  font-size: 1.2em;
  z-index: 9998;
}

.cookiePermission.inline,
.cookiePermission.inlineBox
{
  font-size: 1em;
}


.cookiePermission-content
{
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  color: #000000;
  padding: 2em;
  z-index: 9999;
}

.cookiePermission-content fieldset legend
{
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}


.cookiePermission.bodyTop     .cookiePermission-message,
.cookiePermission.fixedTop    .cookiePermission-message,
.cookiePermission.fixedBottom .cookiePermission-message
{
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  padding: 1em;
  text-align: center;
}

.cookiePermission.inline .cookiePermission-message
{
  box-shadow: none;
  padding: 1em;
}

.cookiePermission.inlineBox .cookiePermission-message
{
  background-color: #EEEEEE;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.2) 10px,
    rgba(255, 255, 255, 0.2) 20px
  );
  box-shadow: none;
}


.cookiePermission-title
{
  margin: 0 0 0.4em 0;
}

.cookiePermission.bodyTop     .cookiePermission-message .cookiePermission-title,
.cookiePermission.fixedTop    .cookiePermission-message .cookiePermission-title,
.cookiePermission.fixedBottom .cookiePermission-message .cookiePermission-title
{
  display: none;
}


.cookiePermission-details
{
  margin: 0 -0.4em 0.4em;
  padding: 0.4em;
  overflow: auto;
  max-height: 50vh;
}

.cookiePermission.bodyTop     .cookiePermission-message .cookiePermission-details,
.cookiePermission.fixedTop    .cookiePermission-message .cookiePermission-details,
.cookiePermission.fixedBottom .cookiePermission-message .cookiePermission-details,
.cookiePermission.inline      .cookiePermission-message .cookiePermission-details
{
  display: inline-block;
  margin: 0 0.4em 0.6em 0;
  padding: 0;
  overflow: initial;
}


.cookiePermission ul.cookiePermission-categories
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cookiePermission ul.cookiePermission-categories li
{
  margin-top: 1em;
  position: relative;
}

.cookiePermission ul.cookiePermission-categories li .description
{
  min-height: 28px;
  padding-right: 60px;
}

.cookiePermission ul.cookiePermission-categories li .switch
{
  position: absolute;
  right: 0;
}

.cookiePermission ul.cookiePermission-categories li .switch input[type=checkbox]
{
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.cookiePermission ul.cookiePermission-categories li .switch label
{
  cursor: pointer;
  width: 56px;
  height: 28px;
  background: #606060;
  border: 2px solid #FFFFFF;
  border-radius: 28px;
  box-sizing: content-box;
  display: block;
  position: relative;
  top: -2px;
  right: -2px;
  text-indent: -9999px;
  transition: 0.2s;
}
.cookiePermission ul.cookiePermission-categories li .switch label:after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.cookiePermission ul.cookiePermission-categories li .switch input:focus-visible + label
{
  border: 2px solid #A34D0C;
}
.cookiePermission ul.cookiePermission-categories li .switch input:checked + label
{
  background: #F77711;
}
.cookiePermission ul.cookiePermission-categories li .switch input:disabled + label
{
  opacity: 0.5;
  cursor: default;
}
.cookiePermission ul.cookiePermission-categories li .switch input:checked + label:after
{
  left: calc(100% - 3px);
  transform: translateX(-100%);
}


.cookiePermission .cookiePermission-message .cookiePermission-actions,
.cookiePermission .cookiePermission-preferences .cookiePermission-actions
{
  margin: 0.6em -2px -2px -2px;
}

.cookiePermission.bodyTop     .cookiePermission-message .cookiePermission-actions,
.cookiePermission.fixedTop    .cookiePermission-message .cookiePermission-actions,
.cookiePermission.fixedBottom .cookiePermission-message .cookiePermission-actions,
.cookiePermission.inline      .cookiePermission-message .cookiePermission-actions
{
  display: inline-block;
  margin-top: 0;
}

.cookiePermission-actions a,
.cookiePermission-actions a:link,
.cookiePermission-actions a:visited,
.cookiePermission-actions a:hover,
.cookiePermission-actions a:active
{
  background: #EEEEEE;
  border: 2px solid transparent;
  border-radius: 1em;
  color: #000000;
  display: inline-block;
  line-height: 100%;
  margin: 0.2em;
  padding: 0.4em 1em 0.5em;
  text-decoration: none;
}
.cookiePermission-actions a:focus-visible
{
  border: 2px solid #A34D0C;
  outline: 0;
}

.cookiePermission-actions a.primary,
.cookiePermission-actions a.primary:link,
.cookiePermission-actions a.primary:visited,
.cookiePermission-actions a.primary:hover,
.cookiePermission-actions a.primary:active
{
  background: #F77711;
  color: #FFFFFF;
}


.cookiePermission a.cookiePermission-close,
.cookiePermission a.cookiePermission-close:link,
.cookiePermission a.cookiePermission-close:visited,
.cookiePermission a.cookiePermission-close:hover,
.cookiePermission a.cookiePermission-close:active
{
  color: #F77711;
  float: right;
  line-height: 100%;
  text-decoration: none;
}
.cookiePermission a.cookiePermission-close:focus-visible
{
  color: #A34D0C;
  outline: 0;
}

.cookiePermission a.cookiePermission-close .icon-close::before
{
  font-size: 1.2em;
}


.cookiePermission.fixedTop
{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}


.cookiePermission.fixedBottom .cookiePermission-message
{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}


.cookiePermission.fixedBox
{
  position: fixed;
  width: 300px;
  right: 50px;
  bottom: 50px;
}


.cookiePermission.inlineBox .cookiePermission-message
{
  display: table-cell;
  vertical-align: middle;
}


.cookiePermission.fullScreen
{
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cookiePermission.fullScreen .cookiePermission-message,
.cookiePermission            .cookiePermission-preferences
{
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  min-width: 300px;
  transform: translate(-50%, -50%);
}

</pre></body></html>