<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#consent-box {
  overflow: hidden;
  position: fixed;
  text-align: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: calc(100% - 16px);
  width: calc(100% - 16px);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0,0,0,.3);
  box-sizing: border-box;
  z-index: 2147483647;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 15px;
}

  #consent-box * {
    box-sizing: border-box;
  }

  #consent-box a:focus {
    outline: 0;
  }

  #consent-box h3 {
    font-size: 15px;
    font-weight: 700;
  }

#consent-box-content {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: auto;
  width: 100%;
}

.consent-box-content-tab {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.consent-box-tabs-content-hidden {
  display: none;
}

#consent-box-nav {
  flex-shrink: 0;
  display: flex;
  list-style: none;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  width: 100%;
}

  #consent-box-nav li {
    flex: 1 1 0%;
    margin: 0 auto;
  }

    #consent-box-nav li a {
      border-bottom: 1px solid #ffffff;
      color: #222222;
      display: block;
      font-weight: 600;
      height: 100%;
      outline-offset: -5px;
      padding: 1em;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
    }

    #consent-box-nav li.active a {
      border-color: transparent;
      border-bottom: 1px solid #116d1d;
      color: #116d1d;
    }

.consent-box-scroll-area {
  border-bottom: 1px solid #d6d6d6;
  height: 100%;
  min-height: 20vh;
  padding: 0.375em;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.consent-box-content-tab .consent-box-scroll-area {
  max-height: 21em;
}

#consent-box-footer {
  padding: 1em;
  width: 100%;
}

#consent-box label {
  position: relative;
  padding: 1em;
  overflow: hidden;
}

  #consent-box label strong {
    vertical-align: middle;
  }

#consent-box input[type='checkbox'] {
  width: 0;
  opacity: 0;
}

  #consent-box input[type='checkbox'] + span {
    background-color: #222222;
    border-radius: 32px;
    pointer-events: none;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 57px;
    transition: background-color .4s;
    vertical-align: middle;
    float: right;
  }

    #consent-box input[type='checkbox'] + span:before {
      background-color: #ffffff;
      border-radius: 50%;
      bottom: 4px;
      content: "";
      height: 24px;
      left: 4px;
      position: absolute;
      transition: transform .4s;
      width: 24px;
    }

  #consent-box input[type='checkbox']:checked + span {
    background-color: #116d1d;
  }

  #consent-box input[type='checkbox'][disabled] + span {
    background-color: #d6d6d6;
    cursor: not-allowed;
  }

#consent-box label:has(input[type='checkbox']) {
  cursor: pointer;
}

  #consent-box label:has(input[type='checkbox'][disabled]) {
    cursor: not-allowed;
  }

  #consent-box input[type='checkbox']:checked + span:before {
    transform: translateX(26px);
  }

.consent-box-checkboxes-form {
  flex-shrink: 0;
}

.consent-box-checkboxes {
  align-items: stretch;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
}

.consent-box-buttons {
  align-items: stretch;
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
  gap: 0.5em;
}

  .consent-box-button {
    background-color: #116d1d;
    border: 2px solid #116d1d;
    border-radius: 0.25em;
    color: #ffffff;
    display: block;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    user-select: none;
    width: 100%;
  }

    .consent-box-button:hover {
      opacity: .75;
    }

#consent-box-button-nessesary, #consent-box-button-selected {
  background-color: #ffffff;
  color: #116d1d;
}

.consent-box-details {
  padding: 0 0.625em;
  width: 100%;
}

.consent-box-group-details {
  display: none;
  padding-top: 1em;
}

.consent-box-group {
  border-bottom: 1px solid #d6d6d6;
  padding: 1.5em 0;
}

.consent-box-group-header {
  display: flex;
  justify-content: space-between;
}

.consent-box-group button {
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.5em;
  padding-right: 0.75em;
  user-select: none;
  cursor: pointer;
}

#consent-box .consent-box-group input[type='checkbox'] + span {
  float: none;
}

.consent-box-group button:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-right: 1.875em;
  position: relative;
  top: .25em;
  transform: rotate(-225deg);
  vertical-align: top;
  width: 0.5em;
  border-color: #222222;
}

.consent-box-group.expanded .consent-box-group-details {
  display: block;
}

.consent-box-group.expanded button:before {
  transform: rotate(-45deg);
  top: 0.625em;
}

.consent-box-group-details-group {
  border: 1px solid #d6d6d6;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  padding: 1em;
}

.consent-box-cookies {
  list-style: none;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

.consent-box-cookie {
  border: 1px solid #d6d6d6;
  border-radius: 0.5em;
  padding: 1em;
  margin-top: 1em;
}

.consent-box-cookie div {
  margin-top: .5em;
}

@media screen and (min-width: 601px) {
  #consent-box {
    max-width: 900px;
  }

  .consent-box-checkboxes {
    flex-direction: row;
  }

  #consent-box label {
    text-align: center;
  }

    #consent-box label strong {
      display: block;
      margin-bottom: 0.75em;
    }

  #consent-box input[type='checkbox'] + span {
    float: none
  }

  .consent-box-buttons {
    flex-direction: row;
    flex-shrink: 0;
  }
}
</pre></body></html>