#__cookieWrapper .modal {
  opacity: 1!important
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
  padding: var(--sm-2);
  background: var(--primary-1)
}
#__cookieWrapper .custom-cookie-in {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*max-width: 100rem;*/
  margin: auto
}
#__cookieWrapper .custom-cookie-in div {
  padding: 0
}
#__cookieWrapper .custom-cookie-in p {
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  font-weight: var(--body-s-weight);
  letter-spacing: var(--body-s-letter-spacing);
  margin-bottom: var(--sm-2);
  text-align: center;
}
#__cookieWrapper .custom-cookie-in p a {
/*   text-decoration: none; */ 
}
#__cookieWrapper .custom-cookie-in p a:hover {
  text-decoration: underline;
}
#__cookieWrapper .custom-cookie-in p a:focus-visible {
  outline: solid 2px var(--base-5);
}
#__cookieWrapper .cookie-btn {
  width: 100%;
  gap: var(--sm-3)
}
#__cookieWrapper.custom-cookie .ccBtn {
  margin: 0;
  border-radius: 0;
  padding: var(--sm-4) var(--sm-3);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-weight);
  letter-spacing: var(--button-letter-spacing);
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: inset 0 0 0 1px var(--primary-5);
  text-transform: uppercase;
}
#__cookieWrapper.custom-cookie #cc-acceptAll-btn {
  background: var(--primary-5);
  color: var(--base-6);
}
#__cookieWrapper.custom-cookie #cc-acceptAll-btn:hover {
  background: #C2324B;
  color: var(--base-6);
}
#__cookieWrapper.custom-cookie #cc-acceptAll-btn:focus-visible {
  background: #C2324B;
  color: var(--base-6);
  -webkit-box-shadow: inset 0 0 0 2px var(--base-5);
  box-shadow: inset 0 0 0 2px var(--base-5);
  outline: 0
}
#__cookieWrapper.custom-cookie #cc-reject-Btn {
  background-color: transparent;
  color: var(--base-6)
}
#__cookieWrapper.custom-cookie #cc-reject-Btn:hover {
  background-color: var(--light-10)
}
#__cookieWrapper.custom-cookie #cc-reject-Btn:focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px var(--base-5);
  box-shadow: inset 0 0 0 2px var(--base-5);
  outline: 0;
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference {
  background-color: transparent;
  color: var(--base-6)
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference:hover {
  background-color: var(--light-10)
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference:focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px var(--base-5);
  box-shadow: inset 0 0 0 2px var(--base-5);
  outline: 0;
}
.custom-cookie .custom-cookie-modal .modal-content {
  padding: var(--md-2)!important;
  background-color: var(--primary-3)
}
.custom-cookie .custom-cookie-modal .modal-title {
  font-size: var(--headline-l-font-size);
  line-height: var(--headline-l-line-height);
  letter-spacing: var(--headline-l-letter-spacing);
  font-weight: var(--headline-l-weight);
  color: var(--primary-1)!important
}
.custom-cookie .custom-cookie-modal .close {
  margin: 0;
  padding: 0;
  top: -6%;
  font-size: 3.2rem;
  line-height: 3.2rem;
  width: 2.4rem;
  font-weight: 400;
  color: var(--base-1);
  right: 0;
  outline:none;
}
.custom-cookie .custom-cookie-modal .close:focus-visible{
	outline: 1px solid var(--base-1);
}
.custom-cookie .custom-cookie-modal .modal-body h4 {
  font-size: var(--headline-s-font-size);
  line-height: var(--headline-s-line-height);
  letter-spacing: var(--headline-s-letter-spacing);
  font-weight: var(--headline-s-weight);
  padding: var(--sm-4) 0 var(--xs-2);
  margin-bottom: var(--sm-3);
  border-bottom: 0;
  color: var(--primary-1) !important;
}
.custom-cookie .custom-cookie-modal .modal-body p {
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  font-weight: var(--body-xs-weight);
  letter-spacing: var(--body-xs-letter-spacing);
  padding-bottom: 0!important;
  margin-bottom: var(--sm-2)!important;
  color: var(--base-2) !important;
}
.custom-cookie .custom-cookie-modal .modal-body p:last-child {
  margin-bottom: 0!important
}
.custom-cookie .custom-cookie-modal .modal-footer {
  gap: var(--sm-4)
}
.custom-cookie .custom-cookie-modal .modal-footer .btn {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: var(--sm-4) var(--sm-3);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-weight);
  letter-spacing: var(--button-letter-spacing);
  width: 100%;
  box-shadow: inset 0 0 0 1px var(--primary-5);
  text-transform: uppercase;
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background: transparent;
  color: var(--base-1);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal:hover {
  background-color: rgba(244, 187, 186, 0.10);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal:focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px var(--base-4);
  box-shadow: inset 0 0 0 2px var(--base-4);
  outline: 0
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-reject-Btn-modal {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: transparent;
  color: var(--base-1);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-reject-Btn-modal:hover {
  background-color: rgba(244, 187, 186, 0.10);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-reject-Btn-modal:focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px var(--base-4);
  box-shadow: inset 0 0 0 2px var(--base-4);
  outline: 0
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-cookieAgree {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  background: var(--primary-5);
  color: var(--base-6);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-cookieAgree:hover {
  background: #C2324B;
  color: var(--base-6);
}
.custom-cookie .custom-cookie-modal .modal-footer #cc-cookieAgree:focus-visible {
  background: var(--primary-5);
  -webkit-box-shadow: inset 0 0 0 2px var(--base-4);
  box-shadow: inset 0 0 0 2px var(--base-4);
  outline: 0
}

.custom-cookie-modal .switch input[type=checkbox]+label::before{
  border-color: var(--primary-5);
}
.custom-cookie-modal .switch input[type=checkbox]+label::after{
  background-color: var(--primary-5);
}
.custom-cookie-modal .switch input[type=checkbox]:checked+label::before{
  background-color: var(--primary-5);
}
.custom-cookie-modal .switch input[type=checkbox]:checked+label::after{
  background-color: var(--base-6);
}
.custom-cookie-modal .switch input[type=checkbox]:disabled+label::before{
  background-color: var(--base-3);
  border-color: var(--base-3);
}
.custom-cookie-modal .switch input[type=checkbox]:disabled+label::after{
  background-color: var(--base-6);
}


@media only screen and (min-width: 992px) {
    .__cookieWrapper .modal-content {
        max-height: 70vh;
        overflow-x: auto;
    }
}
@media (min-width:768px) {
  #__cookieWrapper .cookie-btn {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .custom-cookie .custom-cookie-modal .modal-footer .btn {
    width: auto
  }
}