/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  padding: 16px;
  overflow-y: auto;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
}
.cookie-modal div, .cookie-modal p, .cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal button {
  font-family: "IBM Plex Sans", sans-serif;
}
.cookie-modal svg {
  width: auto;
  height: auto;
}
.cookie-modal a {
  color: #004079;
}
.cookie-modal.open {
  display: grid;
}
.cookie-modal .concent-banner {
  width: 90%;
  max-width: 768px;
  padding: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .cookie-modal .concent-banner {
    padding: 32px;
  }
}
.cookie-modal .concent-banner pre {
  font-size: 28px;
}
.cookie-modal .concent-banner-header {
  padding-bottom: 16px;
}
.cookie-modal .concent-banner-header h1 {
  font-size: 24px;
}
.cookie-modal .concent-banner-header p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0;
}
.cookie-modal .concent-buttons {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .cookie-modal .concent-buttons {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cookie-modal .concent-buttons .btn {
  display: inline-block;
  border: 2px solid #656565;
  background-color: #fff;
  border-radius: 0;
  padding: 8px 32px;
  font-size: 16px;
  min-width: 250px;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0;
  color: #000;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list, .cookie-modal .concent-buttons .btn-pratial-concent {
  font-size: 16px;
  display: none;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list.visible, .cookie-modal .concent-buttons .btn-pratial-concent.visible {
  display: inline-block;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list .save, .cookie-modal .concent-buttons .btn-pratial-concent .save {
  display: none;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list .necessary, .cookie-modal .concent-buttons .btn-pratial-concent .necessary {
  display: block;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list.change .save, .cookie-modal .concent-buttons .btn-pratial-concent.change .save {
  display: block;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list.change .necessary, .cookie-modal .concent-buttons .btn-pratial-concent.change .necessary {
  display: none;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list {
  display: none;
}
.cookie-modal .concent-buttons .btn-toggle-concent-list .visible {
  display: inline-block;
}
.cookie-modal .concent-buttons .btn-give-concent {
  border-color: seagreen;
  background-color: seagreen;
  color: #fff;
}
.cookie-modal .latest-concent {
  font-size: 13px;
  margin-top: 8px;
  text-align: left;
}
.cookie-modal .concent-cookies {
  max-height: 40vh;
}
.cookie-modal .concent-cookies-list {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
}
.cookie-modal .concent-cookies-list.open {
  max-height: 40vh;
  overflow-y: auto;
}
.cookie-modal .cookie-list {
  border-bottom: 1px solid #c4c4c4;
}
.cookie-modal .cookie-list:last-of-type {
  border: 0;
}
.cookie-modal .cookie-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.cookie-modal .cookie-list-header .toggler-necessary p {
  color: seagreen;
  padding: 0;
}
.cookie-modal .cookie-list-header .btn-toggle {
  display: inline-block;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #656565;
  text-align: center;
  line-height: 1;
}
.cookie-modal .cookie-list-header .btn-toggle .icon {
  height: 16px;
}
.cookie-modal .cookie-list-header .btn-toggle svg {
  color: #656565;
  margin-left: auto;
  margin-right: auto;
}
.cookie-modal .cookie-list-header .btn-toggle[aria-expanded=true] .closed {
  display: none;
}
.cookie-modal .cookie-list-header .btn-toggle[aria-expanded=true] .opened {
  display: block;
}
.cookie-modal .cookie-list-header .btn-toggle[aria-expanded=false] .closed {
  display: block;
}
.cookie-modal .cookie-list-header .btn-toggle[aria-expanded=false] .opened {
  display: none;
}
.cookie-modal .cookie-list-header .toggler {
  display: flex;
  align-items: center;
}
.cookie-modal .cookie-list-header .toggler .label {
  margin-left: 16px;
}
.cookie-modal .cookie-list-header .toggler p {
  margin: 0;
}
.cookie-modal .cookie-list-header .toggler .input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-input {
  opacity: 0 !important;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  clip: initial !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  padding: 0;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-toggle {
  display: block;
  background: #656565;
  width: 80px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-toggle::before {
  transition: 0.3s ease;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  left: 5px;
  top: 5px;
  box-sizing: border-box;
  color: #656565;
  border-radius: 50%;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-input:checked + .checkbox-toggle {
  background-color: #1C771C;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-input:disabled + .checkbox-toggle {
  opacity: 0.3;
}
.cookie-modal .cookie-list-header .toggler .input .checkbox-input:checked + .checkbox-toggle::before {
  left: 45px;
  background: #fff;
}
.cookie-modal .cookie-list-expand-btn {
  display: flex;
}
.cookie-modal .cookie-list-expand-btn .label {
  margin-left: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 1.7;
}
.cookie-modal .cookie-list-body {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
  font-size: 14px;
}
.cookie-modal .cookie-list-body.open {
  max-height: 40vh;
  overflow-y: auto;
}
.cookie-modal .cookie-list .cookie-list-item {
  background-color: #f3f3f3;
  margin: 8px 0;
  padding: 8px;
  font-size: 14px;
  line-height: 1.35;
}
.cookie-modal .cookie-list .cookie-list-item:last-of-type {
  margin-bottom: 32px;
}
.cookie-modal .cookie-list .cookie-list-item div {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
}
.cookie-modal .cookie-list .cookie-list-item .label {
  text-align: left;
  color: #000;
  font-size: 14px;
  padding: 0;
  line-height: 1.35;
  font-weight: 400;
}
.btn-open-cookie-settings {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
  width: 50px;
  height: 50px;
  padding: 5px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: none;
  color: #000 !important;
  min-width: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  border-radius: 5px;
}
.btn-open-cookie-settings:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.btn-open-cookie-settings.visible {
  display: block;
}
.btn-open-cookie-settings.hidden {
  display: none;
}
.btn-open-cookie-settings .icon {
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.btn-open-cookie-settings svg {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=tracking.css.map */
