.cookie_ban {
  width: 100%;
  height: 3.375em;
  text-align: center;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  display: block;
  z-index: 2;
}
.cookie_ban div {
  width: 90%;
  line-height: 3.375em;
  padding: 0 5%;
}
.cookie_ban div button {
  width: 5em;
  height: 2.125em;
  line-height: 2.125em;
  display: inline-block;
  background: #2ac5b3;
  border-radius: 0.25em;
  color: #fff;
  margin-left: 2em;
}
.cookie_ban div button:hover {
  background: #00BAA9;
  cursor: pointer;
}
.cookie_ban div p {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  width: 58.5em;
}
.cookie_ban div a {
  color: #2ac5b3;
  text-decoration: underline !important;
  display: inline-block;
  font-size: 1em;
}
.cookie_ban div a:hover {
  color: #00BAA9;
}
@media screen and (max-width: 640px) {
  .cookie_ban {
    height: 8.8em;
    padding: 3% 0 2%;
    width: 100%;
  }
  .cookie_ban div {
    line-height: 1.5em;
  }
  .cookie_ban div p {
    font-size: 0.85em;
    width: 100%;
    margin-bottom: 1em;
  }
  .cookie_ban a,
  .cookie_ban button {
    width: 32%;
    line-height: 2.125em;
  }
  .cookie_ban button {
    margin-left: 0.5em;
  }
}
/*# sourceMappingURL=cookies-banner.css.map */