:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#cookie-info-ui-wrapper {
  display: block;
}
#cookie-info-ui-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}
#cookie-info-ui-wrapper .cookie-info-ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 2147483647;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.5);
  border: 1px solid #7d7d7d;
  border-bottom: none;
  background-color: white;
  color: black;
  overflow: hidden;
  opacity: 1;
  max-width: 700px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info {
  width: 100%;
  padding-top: 7px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info .cookie-info-main-messaging {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info .cookie-info-main-messaging a {
  text-decoration: underline;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons .cookie-info-button {
  width: 150px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  background-color: #75adea;
  color: #ffffff;
  border-radius: 8px;
  border: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons .cookie-info-button:hover {
  color: #ffffff;
  background-color: #4993e3;
  text-decoration: none;
}
