.CookieKP {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display:none;

}
.CookieKP > * {
    margin: 0.9375rem 0;
    -ms-flex-item-align: center;
        align-self: center;
}
@media screen and (min-width: 48rem) {
.CookieKP {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
}
.CookieKP > * {
        margin: 0;
}
}
.CookieKP--top {
  top: 0;
  left: 0;
  right: 0;
}
.CookieKP--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.CookieKP__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CookieKP__buttons > * {
    margin: 0.3125rem 0;
}
@media screen and (min-width: 48rem) {
.CookieKP__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.CookieKP__buttons > * {
        margin: 0 0.9375rem;
}
}
.CookieKP__button {
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
.CookieKP--base {
  background: #F1F1F1;
  color: #232323;
  font-family: Verdana;
  padding: 1.250em;
    font-size: 10px;
    text-align: center;
} 
.CookieKP--base .CookieKP__button {
    /*background: #97D058;
    padding: 0.625em 3.125em;
    border-radius: 0;*/
    color: #232323;
    text-decoration: underline;
}
.CookieKP--base .CookieKP__button:hover {
      background: #7ebf36;
}
.CookieKP--base--rounded {
  background: #F1F1F1;
  color: #232323;
  padding: 1.250em;
}
.CookieKP--base--rounded .CookieKP__button {
    background: #97D058;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 20px;
}
.CookieKP--base--rounded .CookieKP__button:hover {
      background: #7ebf36;
}
.CookieKP--blood-orange {
  background: #424851;
  color: #fff;
  padding: 1.250em;
}
.CookieKP--blood-orange .CookieKP__button {
    background: #E76A68;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 0;
}
.CookieKP--blood-orange .CookieKP__button:hover {
      background: #e03f3c;
}
.CookieKP--blood-orange--rounded {
  background: #424851;
  color: #fff;
  padding: 1.250em;
}
.CookieKP--blood-orange--rounded .CookieKP__button {
    background: #E76A68;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 20px;
}
.CookieKP--blood-orange--rounded .CookieKP__button:hover {
      background: #e03f3c;
}
.CookieKP--dark-lime {
  background: #424851;
  color: #fff;
  padding: 1.250em;
}
.CookieKP--dark-lime .CookieKP__button {
    background: #97D058;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 0;
}
.CookieKP--dark-lime .CookieKP__button:hover {
      background: #7ebf36;
}
.CookieKP--dark-lime--rounded {
  background: #424851;
  color: #fff;
  padding: 1.250em;
}
.CookieKP--dark-lime--rounded .CookieKP__button {
    background: #97D058;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 20px;
}
.CookieKP--dark-lime--rounded .CookieKP__button:hover {
      background: #7ebf36;
}
.CookieKP--royal {
  background: #FBC227;
  color: #232323;
  padding: 1.250em;
}
.CookieKP--royal .CookieKP__button {
    background: #726CEA;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 0;
}
.CookieKP--royal .CookieKP__button:hover {
      background: #473fe4;
}
.CookieKP--royal--rounded {
  background: #FBC227;
  color: #232323;
  padding: 1.250em;
}
.CookieKP--royal--rounded .CookieKP__button {
    background: #726CEA;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 20px;
}
.CookieKP--royal--rounded .CookieKP__button:hover {
      background: #473fe4;
}
.slideFromTop-enter, .slideFromTop-leave-to {
  -webkit-transform: translate(0px, -12.5em);
          transform: translate(0px, -12.5em);
}
.slideFromTop-enter-to, .slideFromTop-leave {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.slideFromBottom-enter, .slideFromBottom-leave-to {
  -webkit-transform: translate(0px, 12.5em);
          transform: translate(0px, 12.5em);
}
.slideFromBottom-enter-to, .slideFromBottom-leave {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.slideFromBottom-enter-active,
.slideFromBottom-leave-active,
.slideFromTop-enter-active,
.slideFromTop-leave-active {
  -webkit-transition: -webkit-transform .4s ease-in;
  transition: -webkit-transform .4s ease-in;
  transition: transform .4s ease-in;
  transition: transform .4s ease-in, -webkit-transform .4s ease-in;
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}