<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookies-message {
  bottom: 1.55556rem;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -2;
}

.cookies-message.is-visible {
  opacity: 1;
  z-index: 14;
}

.cookies-message.is-not-visible {
  opacity: 0;
  z-index: 14;
}

/**************************************************************************************/

.u-wrapper {
  max-width: 1440px;
}

.u-wrapper, .u-wrapper--reading {
  height: 100%;
  margin: 0 auto;
  padding-left: 1.55556rem;
  padding-right: 1.55556rem;
}

.u-wrapper--collapse {
  padding-left: 0!important;
  padding-right: 0!important;
}

@media screen and (min-width: 768px) {
  .u-wrapper:not(.u-wrapper--reading) {
      padding-left: 3.11112rem;
      padding-right: 3.11112rem;
  }
}

@media screen and (min-width: 1552px) {
  .u-wrapper:not(.u-wrapper--reading) {
      padding-left: 0;
      padding-right: 0;
  }
}

/**************************************************************************************/

.cookies-message__banner {
  background: #e7eafa;
  color: #191919;
  display: block;
  margin: 0 1.55556rem;
  padding: 2.33334rem 1.55556rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cookies-message__banner {
      padding: 2.33334rem;
  }
}

/**************************************************************************************/

.u-flex--align-center, .u-flex--center {
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .u-flex--s1024 {
      display: flex!important;
  }
}

/**************************************************************************************/

.cookies-message__info {
  padding-bottom: 1.55556rem;
}

@media screen and (min-width: 768px) {
  .cookies-message__info {
      padding: 0 0 1.55556rem;
  }
}

@media screen and (min-width: 1024px) {
  .cookies-message__info {
      padding: 0 1.55556rem 0 0;
  }
}

/**************************************************************************************/

.cookies-message__info p+p {
  margin-top: 0.77778rem;
}

/**************************************************************************************/

.cookies-message .link, .country-switcher-banner a, .form a:not([class]), .login-form__link a {
  border-bottom: 2px solid #4053a5!important;
  color: #191919;
  cursor: pointer;
  text-decoration: none;
  transition: color .1s ease-out;
  will-change: color;
}

/**************************************************************************************/

a {
  color: #191919;
  cursor: pointer;
  text-decoration: none;
  transition: color .1s ease-out;
  will-change: color;
}

[role=button], button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 500;
  padding: 0;
  transition: all .1s ease-out;
}

.button, .button[role=button], .form button, .form input[type=submit]:not(.field-add-more-submit), button.button, input.button[type=button], input.button[type=reset], input.button[type=submit] {
  border: 0;
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0.77778rem 1.55556rem;
  text-align: center;
  vertical-align: top;
}

.button.button--secondary, .form button.button--secondary, .form input.button--secondary[type=submit]:not(.field-add-more-submit), input.button--secondary.button[type=button], input.button--secondary.button[type=reset], input.button--secondary.button[type=submit] {
  background-color: #4053a5;
  color: #fff;
}

.cookies-message .button, .cookies-message .button[role=button], .cookies-message .form button, .cookies-message .form input[type=submit]:not(.field-add-more-submit), .cookies-message button.button, .cookies-message input.button[type=button], .cookies-message input.button[type=reset], .cookies-message input.button[type=submit], .form .cookies-message button, .form .cookies-message input[type=submit]:not(.field-add-more-submit) {
  min-width: auto;
}

.cookies-message .button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cookies-message .button-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.cookies-message .button-deny {
  background-color: #e7eafa;
  color: #4053a5;
  border: 1px solid #4053a5;
}

.cookies-message .button-accept:hover {
  background: #192f91;
}

.cookies-message .button--secondary.button-deny:hover {
  background: #4053a5;
  color: #FFF;
  border: 1px solid #4053a5;
}

@media screen and (min-width: 1024px) {
  .cookies-message .button, .cookies-message .button[role=button], .cookies-message .form button, .cookies-message .form input[type=submit]:not(.field-add-more-submit), .cookies-message button.button, .cookies-message input.button[type=button], .cookies-message input.button[type=reset], .cookies-message input.button[type=submit], .form .cookies-message button, .form .cookies-message input[type=submit]:not(.field-add-more-submit) {
      min-width: 240px;
  }
}

@media screen and (min-width: 480px) {
  .button, .button[role=button], .form button, .form input[type=submit]:not(.field-add-more-submit), button.button, input.button[type=button], input.button[type=reset], input.button[type=submit] {
      width: auto;
  }
}</pre></body></html>