@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,500|Roboto:300,400);.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #662eff;
  z-index: 2147483647;
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-font-smoothing: auto; }
.cookie-banner.hidden {
  opacity: 0; }
.cookie-banner .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center; }
.cookie-banner .wrapper {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
.cookie-banner__title {
  max-width: 810px;
  color: #fff;
  line-height: 20px; }
.cookie-banner__button-container button, .cookie-banner__button-container a {
  font-family: "Roboto Mono", monospace;
  font-size: .9em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0; }
.cookie-banner__button-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  white-space: nowrap; }
.cookie-banner__button-container a {
  font-weight: 400;
  margin-left: 38px;
  color: #fff;
  text-decoration: underline; }
.cookie-banner__button-container a:hover, .cookie-banner__button-container a:focus {
  text-decoration: none; }
.cookie-banner__button-container button {
  font-weight: 500;
  margin-left: 38px; }
.button_primary--white {
  text-decoration: none;
  margin: 0.6666rem;
  border-radius: 0.25rem;
  outline: 0;
  box-sizing: border-box;
  padding: 0.9444rem 1.3333rem;
  background-color: white;
  border: 0.063rem solid white;
  color: #662eff;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.019rem;
  transition: background 0.3s ease, border 0.3s ease; }
.button_primary--white:hover, .button_primary--white:focus {
  color: #5100ff;
  background-color: #d2c2ff;
  border: 0.063rem solid #d2c2ff; }
@media screen and (max-width: 768px) {
  .cookie-banner .wrapper {
    flex-direction: column;
    align-content: center;
    justify-content: space-between; }
  .cookie-banner .wrapper .cookie-banner__button-container {
    padding-top: 20px; } }
