.ww-cookie_consent {
  position: fixed;
  bottom: -100px;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #0f7899;
  opacity: 0;
  transition: bottom 1s linear;
}

.ww-cookie_consent.show {
  bottom: 0;
  display: flex;
  opacity: 1;
}

.ww-cookie_consent-container {
  max-width: 1500px;
  margin: 0 auto;
}

.ww-cookie_consent-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ww-cookie_consent-col_1 {
  flex: 0 0 auto;
  flex-basis: 100%;
  padding: 15px;
}

.ww-cookie_consent-col_2 {
  flex: 0 0 auto;
  flex-basis: 100%;
  padding: 15px;
}

@media (width >= 920px) {
  .ww-cookie_consent-col_1 {
    flex-basis: 65%;
  }

  .ww-cookie_consent-col_2 {
    flex-basis: 35%;
  }
}

@media (width >= 1100px) {
  .ww-cookie_consent-col_1 {
    flex-basis: 60%;
  }

  .ww-cookie_consent-col_2 {
    flex-basis: 40%;
  }
}

.ww-cookie_consent-col_2-row {
  display: flex;
  justify-content: flex-end;
}

.ww-cookie_consent-btn_reject {
  background-color: transparent!important;
  color: white !important;
  text-decoration: none !important;
  white-space: initial !important;
  padding: 0 !important;
  border: 0 !important;
}

.ww-cookie_consent-btn_accept {
  margin-left: 15px;
  white-space: initial !important;
}

.ww-cookie_consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.ww-cookie_consent-more_info {
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: underline !important;
}

.ww-cookie_consent-more_info:hover {
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: underline !important;
}

/* this is a link */
.ww-cookie-consent-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  appearance: none;
  outline: none;
  color: #fff!important;
  font-size: 3.5rem;
  text-shadow: 3px 3px 6px #000;
  text-align: center;
}

.ww-cookie-consent-video-placeholder::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 25%);
}

.ww-cookie-consent-video-placeholder-play_button {
  position: relative;
  color: #fff;
  text-shadow: 3px 3px 6px rgb(0 0 0 / 25%);
}

