.blocked-script {
  display: none !important;
}

html .btn.btn-blue {
  color: #fff;
  background-color: #009EE2;
  padding: 0.5rem 1rem;
  height: 40px;
  min-height: 0;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.05), 0 -10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.05), 0 -10px 10px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 500ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 500ms cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
}
.cookie-consent-banner .img-wrap {
  position: relative;
  width: 58%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cookie-consent-banner .img-wrap {
    width: 60%;
    height: 28.76vw;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.cookie-consent-banner .img-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.cookie-consent-banner .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 1;
  background: #009EE2 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
@media (max-width: 767.98px) {
  .cookie-consent-banner .btn-close {
    width: 24px;
    height: 24px;
    background-size: 40%;
  }
}
@media (max-width: 767.98px) {
  .cookie-consent-banner .cookie-consent-banner__description > p + p {
    display: none;
  }
}
.cookie-consent-banner.show-me {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cookie-consent-banner:before {
  position: absolute;
  height: 100vh;
  height: var(--app-height);
  width: 100%;
  content: "";
  background-color: #000;
  opacity: 0.5;
  bottom: 100%;
  left: 0;
}
.cookie-consent-banner .settings {
  display: none !important;
}
@media (max-width: 767.98px) {
  .cookie-consent-banner .settings .title-row + .row {
    overflow-x: hidden;
    overflow-y: auto;
    height: 50vh;
  }
}
.cookie-consent-banner.settings .settings {
  display: inline-block !important;
}
.cookie-consent-banner.settings .settings + a, .cookie-consent-banner.settings .settings + div {
  display: none !important;
}
.cookie-consent-banner.settings .actions > .col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-left: 0 !important;
}
.cookie-consent-banner .knobs,
.cookie-consent-banner .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-consent-banner .toggle-button {
  position: relative;
  width: 62px;
  height: 32px;
  overflow: hidden;
}
.cookie-consent-banner .toggle-button.always {
  cursor: not-allowed;
}
.cookie-consent-banner .toggle-button.always .checkbox {
  display: none;
}
.cookie-consent-banner .toggle-button.r,
.cookie-consent-banner .toggle-button.r .layer {
  border-radius: 100px;
}
.cookie-consent-banner .toggle-button.b2 {
  border-radius: 2px;
}
.cookie-consent-banner .toggle-button .knobs:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.cookie-consent-banner .toggle-button .checkbox:active + .knobs:before {
  width: 32px;
  border-radius: 100px;
}
.cookie-consent-banner .toggle-button .checkbox:checked:active + .knobs:before {
  margin-left: -27px;
}
.cookie-consent-banner .toggle-button .checkbox:checked + .knobs:before {
  content: " ";
  left: 32px;
  background-color: #FFF;
}
.cookie-consent-banner .toggle-button .checkbox:checked ~ .layer {
  background-color: #95C11F;
}
.cookie-consent-banner .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cookie-consent-banner .knobs {
  z-index: 2;
}
.cookie-consent-banner .layer {
  width: 100%;
  background-color: #E5E5E5;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

.thirdparty-template {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  white-space: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.thirdparty-template a:not(.btn) {
  text-decoration: underline;
}
.thirdparty-template > .d-flex {
  height: 100%;
}