#cookie-notification {
  max-width: 1170px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
#cookie-notification .notif-wrapper {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 20px;
}
@media (max-width: 767px) {
  #cookie-notification .notif-wrapper {
    display: block;
  }
}
#cookie-notification .notif-wrapper button {
  align-self: center;
}
@media (max-width: 767px) {
  #cookie-notification .notif-wrapper button {
    width: 100%;
    margin-top: 24px;
  }
}
#cookie-notification .notif-wrapper p {
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.16px;
}
#cookie-notification .notif-wrapper p a {
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.16px;
  text-decoration: underline;
}
@media (max-width: 901px) {
  #cookie-notification {
    padding: 0 15px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  #cookie-notification {
    display: block;
    padding: 0 15px;
    bottom: 14px;
  }
}

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