.cookie-notice {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --switch-cookie-accept-color: #0f9d58;
  --switch-cookie-accept-text-color: #ffffff;
  --switch-cookie-overlay-color: rgba(0, 0, 0, 0.75);
}
.cookie-notice * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie-notice {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  max-width: calc(100vmin - 4rem);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  width: 22rem;
  background-color: #fefefe;
  color: #000;
  font-family: inherit;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  -webkit-box-shadow: 0 4px 16px rgba(48, 48, 48, 0.3137254902);
          box-shadow: 0 4px 16px rgba(48, 48, 48, 0.3137254902);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 999;
}
.cookie-notice::-webkit-scrollbar {
  display: none;
}
.cookie-notice.in-your-face {
  inset: 0;
  margin: auto;
  width: 30rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.cookie-notice.in-your-face.has-overlay {
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 100vw 100vh var(--switch-cookie-overlay-color);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 100vw 100vh var(--switch-cookie-overlay-color);
}
.cookie-notice.in-your-face > * {
  pointer-events: all;
}
@media screen and (min-width: 648px) {
  .cookie-notice {
    bottom: 2rem;
    right: 2rem;
    padding: 2rem;
  }
}
.cookie-notice.position-left {
  left: 1rem;
  right: auto;
}
@media screen and (min-width: 648px) {
  .cookie-notice.position-left {
    left: 2rem;
    right: auto;
  }
}
.cookie-notice img {
  width: auto;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cookie-notice .cookie-close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 6px;
  border: 0;
  background: transparent;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.cookie-notice .cookie-close:hover {
  color: #000;
}
.cookie-notice .cookie-close.is-icon {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.cookie-notice .cookie-close-icon,
.cookie-notice .cookie-close-text {
  display: none;
  font-size: inherit;
  color: inherit;
}
.cookie-notice .cookie-close .cookie-close-text {
  display: inline;
}
.cookie-notice .cookie-close.is-icon .cookie-close-text {
  display: none;
}
.cookie-notice .cookie-close.is-icon .cookie-close-icon {
  display: inline;
}
.cookie-notice strong {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 12px;
}
.cookie-notice p {
  font-size: 16px;
  color: #000;
  padding: 0 !important;
}
.cookie-notice div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cookie-notice .cookie-buttons {
  gap: 12px;
}
.cookie-notice .cookie-buttons .preferences {
  margin-inline: auto;
  min-height: 32px;
  padding: 7px 16px;
  background-color: transparent;
  color: #4f4f4f;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cookie-notice .cookie-buttons .preferences:hover {
  opacity: 0.8;
}
.cookie-notice button.button {
  width: 100%;
  height: auto;
  min-width: auto;
  min-height: 48px;
  max-width: 100%;
  max-height: 100%;
  line-height: 1;
  letter-spacing: normal;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: var(--switch-cookie-accept-text-color);
  background-color: var(--switch-cookie-accept-color);
  background-image: none;
  padding: 14px 18px;
  text-transform: none;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-inline: auto;
  margin: 0;
  border: 1px solid var(--switch-cookie-accept-color);
  border-radius: 8px;
  cursor: pointer;
}
.cookie-notice button.button::before, .cookie-notice button.button::after {
  content: "";
  display: none;
}
.cookie-notice .button {
  display: inline;
}
.cookie-notice button::before,
.cookie-notice button::after {
  content: "";
  display: none;
}
.cookie-notice button.declined {
  background-color: #000;
}
.cookie-notice button.button:hover {
  opacity: 0.8;
  color: var(--switch-cookie-accept-text-color);
  background-color: var(--switch-cookie-accept-color);
}
.cookie-notice.hover-switch button.button:hover {
  opacity: 1;
  color: var(--switch-cookie-accept-color);
  background-color: transparent;
  border-color: var(--switch-cookie-accept-color);
}
.cookie-notice.hover-switch .cookie-buttons .preferences:hover {
  opacity: 1;
  color: #fff;
  background-color: #9ca3af;
  border-color: #9ca3af;
}
.cookie-notice #cookiebuttonAccept {
  font-size: 18px;
  padding: 14px 20px;
}
.cookie-notice span {
  font-size: 12px;
  color: #333;
}
.cookie-notice a {
  color: #4285f4;
  text-decoration: none;
}
.cookie-notice #cookiepolicylink {
  margin-top: -16px;
}
.cookie-notice {
  /* Hide the default appearance of the checkbox */
}
.cookie-notice .toggle-switch {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.cookie-notice .toggle-switch.security .toggle::after,
.cookie-notice .toggle-switch.security .toggle {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}
.cookie-notice {
  /* Style the toggle switch container */
}
.cookie-notice .toggle {
  position: relative;
  margin-right: 8px;
  display: inline-block;
  width: 40px; /* Adjust width as needed */
  height: 20px; /* Adjust height as needed */
  background-color: #ccc; /* Default color */
  border-radius: 10px; /* Rounded corners */
  cursor: pointer;
}
.cookie-notice .toggle.security {
  opacity: 0.5;
}
.cookie-notice {
  /* Style the handle of the toggle switch */
}
.cookie-notice .toggle::after {
  content: "";
  position: absolute;
  width: 16px; /* Width of the handle */
  height: 16px; /* Height of the handle */
  background-color: #fff; /* Default handle color */
  border-radius: 50%; /* Make it round */
  top: 50%;
  left: 2px; /* Adjust position */
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cookie-notice {
  /* Style the toggle switch when checked */
}
.cookie-notice .toggle-switch:checked + .toggle {
  background-color: #0f9d58; /* Green background color */
}
.cookie-notice {
  /* Style the handle of the toggle switch when checked */
}
.cookie-notice .toggle-switch:checked + .toggle::after {
  background-color: #fff; /* White handle color */
  -webkit-transform: translate(calc(100% + 4px), -50%);
          transform: translate(calc(100% + 4px), -50%);
}
.cookie-notice .cookie-preferences-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  letter-spacing: 1px;
}
.cookie-notice .cookie-preferences-options label {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-notice .cookie-preferences-options .toggle {
  margin-right: 16px;
}
.cookie-notice .cookie-preferences-options .info-icon {
  position: relative;
  cursor: help;
  margin-left: 5px;
}
.cookie-notice .cookie-preferences-options .info-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #fefefe;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  z-index: 999;
  top: 100%;
  left: 0;
  white-space: nowrap;
}

.cookie-notice.disabled,
.cookie-notice .disabled {
  display: none;
  opacity: 0;
}

.cookie-manage-trigger {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid #b7b7b7;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 20px rgba(48, 48, 48, 0.1411764706);
          box-shadow: 0 8px 20px rgba(48, 48, 48, 0.1411764706);
  z-index: 998;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.cookie-manage-trigger img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cookie-manage-trigger:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 12px 24px rgba(48, 48, 48, 0.1803921569);
          box-shadow: 0 12px 24px rgba(48, 48, 48, 0.1803921569);
}
.cookie-manage-trigger:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 3px;
}
.cookie-manage-trigger[hidden] {
  display: none;
}
@media screen and (min-width: 648px) {
  .cookie-manage-trigger {
    left: 2rem;
    bottom: 2rem;
  }
}
.cookie-manage-trigger.is-right {
  left: auto;
  right: 1rem;
}
@media screen and (min-width: 648px) {
  .cookie-manage-trigger.is-right {
    right: 2rem;
  }
}