/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .consent-bar {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  padding: 1.5rem;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ececec;
  z-index: 69420; }

#apploud-consent .consent-bar__button {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: block;
  width: 100%; }

@media screen and (min-width: 37.5625em) {
  #apploud-consent .consent-bar {
    max-width: 450px;
    right: 1rem;
    bottom: 1rem;
    text-align: center; }

  #apploud-consent .consent-bar__button {
    display: inline-block;
    width: auto; }

  #apploud-consent .consent-bar__button + .consent-bar__button {
    margin-left: 1rem; } }
@media screen and (max-width: 56.25em) {
  #apploud-consent .consent-bar {
    margin-left: 0;
    margin-top: 1rem; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .toggle-switch {
  height: 10px;
  width: 40px;
  position: relative;
  display: inline-block;
  margin-top: .5rem; }

#apploud-consent .toggle-switch__input {
  height: 0;
  width: 0;
  opacity: 0; }

#apploud-consent .toggle-switch__input:checked + .toggle-switch__slider {
  background-color: rgba(176, 151, 109, 0.5); }

#apploud-consent .toggle-switch__input:checked + .toggle-switch__slider:before {
  transform: translateX(18px); }

#apploud-consent .toggle-switch__slider {
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ececec; }

#apploud-consent .toggle-switch__slider, .toggle-switch__slider:before {
  position: absolute;
  left: 0;
  transition: all .4s ease-out;
  border-radius: 22px; }

#apploud-consent .toggle-switch__slider:before {
  bottom: 50%;
  height: 22px;
  width: 22px;
  content: "";
  margin-bottom: -11px; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .cookie-info {
  max-height: 100vh;
  overflow-x: hidden; }

#apploud-consent .cookie-info__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

#apploud-consent .cookie-info__table {
  width: 100%;
  overflow-x: auto; }

#apploud-consent .cookie-info__table table {
  width: 100%;
  white-space: nowrap; }

#apploud-consent .cookie-info__table td, #apploud-consent .cookie-info__table th {
  padding: .5rem;
  vertical-align: center; }

#apploud-consent .cookie-info__table th {
  text-align: left; }

#apploud-consent .cookie-info__table tr:nth-child(2n) {
  background-color: #f5f5f5; }

#apploud-consent .cookie-info__header, #apploud-consent .cookie-info__table {
  padding-top: 15px;
  padding-bottom: 15px; }

@media screen and (min-width: 37.5625em) {
  #apploud-consent .cookie-info__content {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media screen and (max-width: 37.5em) {
  #apploud-consent .cookie-info__header h3 {
    opacity: 0; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .aside {
  max-height: 100vh;
  overflow-x: hidden; }

#apploud-consent .aside__list {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-top: 0;
  margin-bottom: 0; }

#apploud-consent .aside__list-item {
  flex: 0 0 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer; }

#apploud-consent .aside__list-item + .aside__list-item {
  border-top: 1px solid #ececec; }

#apploud-consent .aside__list-heading {
  margin: 0; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .footer {
  border-top: 1px solid #ececec;
  background-color: #fff;
  padding: 0; }

#apploud-consent .footer__buttons-wrapper {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  flex-direction: column;
  justify-content: space-between; }

#apploud-consent .footer__col {
  padding-left: .5rem;
  padding-right: .5rem; }

#apploud-consent .footer__button {
  margin-top: .25rem;
  margin-bottom: .25rem;
  width: 100%; }

#apploud-consent .footer__copyright {
  padding: .5rem 1rem;
  background-color: #ececec;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#apploud-consent .footer__link {
  transition: color .4s ease-out;
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center; }

@media (hover: hover) {
  #apploud-consent .footer__link:hover {
    color: #b0976d; } }
#apploud-consent .footer__logo {
  color: #b0976d;
  margin-left: .5rem; }

@media screen and (min-width: 37.5625em) {
  #apploud-consent .footer__buttons-wrapper {
    flex-direction: row; }

  #apploud-consent .footer__button {
    width: auto; }

  #apploud-consent .footer__button + .footer__button {
    margin-left: 1rem; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent .consent-settings {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  max-width: 850px;
  width: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  z-index: 69420; }

#apploud-consent .consent-settings__modal {
  height: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #fff; }

#apploud-consent .consent-settings__header {
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2; }

#apploud-consent .consent-settings__header, #apploud-consent .consent-settings__inner {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  flex-flow: row wrap;
  display: flex; }

#apploud-consent .consent-settings__aside {
  flex: 0 0 100%;
  max-width: 100%; }

#apploud-consent .consent-settings__content {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

@media screen and (min-width: 37.5625em) {
  #apploud-consent .consent-settings__aside {
    flex: 0 0 25%;
    max-width: 25%; }

  #apploud-consent .consent-settings__content {
    flex: 0 0 75%;
    max-width: 75%; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
#apploud-consent html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

#apploud-consent body {
  margin: 0; }

#apploud-consent article, #apploud-consent aside, #apploud-consent footer, #apploud-consent header, #apploud-consent nav, #apploud-consent section {
  display: block; }

#apploud-consent h1 {
  font-size: 2em;
  margin: .67em 0; }

#apploud-consent figcaption, #apploud-consent figure {
  display: block; }

#apploud-consent figure {
  margin: 1em 40px; }

#apploud-consent hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

#apploud-consent main {
  display: block; }

#apploud-consent pre {
  font-family: monospace, monospace;
  font-size: 1em; }

#apploud-consent a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

#apploud-consent abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

#apploud-consent b, #apploud-consent strong {
  font-weight: inherit;
  font-weight: bolder; }

#apploud-consent code, #apploud-consent kbd, #apploud-consent samp {
  font-family: monospace, monospace;
  font-size: 1em; }

#apploud-consent dfn {
  font-style: italic; }

#apploud-consent mark {
  background-color: #ff0;
  color: #000; }

#apploud-consent small {
  font-size: 80%; }

#apploud-consent sub, #apploud-consent sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

#apploud-consent sub {
  bottom: -.25em; }

#apploud-consent sup {
  top: -.5em; }

#apploud-consent audio, #apploud-consent video {
  display: inline-block; }

#apploud-consent audio:not([controls]) {
  display: none;
  height: 0; }

#apploud-consent img {
  border-style: none; }

#apploud-consent svg:not(:root) {
  overflow: hidden; }

#apploud-consent button, #apploud-consent input, #apploud-consent optgroup, #apploud-consent select, #apploud-consent textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

#apploud-consent button {
  overflow: visible; }

#apploud-consent button, #apploud-consent select {
  text-transform: none; }

#apploud-consent [type=reset], #apploud-consent [type=submit], #apploud-consent button, #apploud-consent html [type=button] {
  -webkit-appearance: button; }

#apploud-consent [type=button]::-moz-focus-inner, #apploud-consent [type=reset]::-moz-focus-inner, #apploud-consent [type=submit]::-moz-focus-inner, #apploud-consent button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

#apploud-consent [type=button]:-moz-focusring, #apploud-consent [type=reset]:-moz-focusring, #apploud-consent [type=submit]:-moz-focusring, #apploud-consent button:-moz-focusring {
  outline: 1px dotted ButtonText; }

#apploud-consent input {
  overflow: visible; }

#apploud-consent [type=checkbox], #apploud-consent [type=radio] {
  box-sizing: border-box;
  padding: 0; }

#apploud-consent [type=number]::-webkit-inner-spin-button, #apploud-consent [type=number]::-webkit-outer-spin-button {
  height: auto; }

#apploud-consent [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

#apploud-consent [type=search]::-webkit-search-cancel-button, #apploud-consent [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

#apploud-consent ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

#apploud-consent fieldset {
  padding: .35em .75em .625em; }

#apploud-consent legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

#apploud-consent progress {
  display: inline-block;
  vertical-align: baseline; }

#apploud-consent textarea {
  overflow: auto; }

#apploud-consent details {
  display: block; }

#apploud-consent summary {
  display: list-item; }

#apploud-consent menu {
  display: block; }

#apploud-consent canvas {
  display: inline-block; }

#apploud-consent [hidden], #apploud-consent template {
  display: none; }

#apploud-consent * {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

#apploud-consent *, #apploud-consent :after, #apploud-consent :before {
  box-sizing: border-box; }

#apploud-consent ul {
  list-style-type: none;
  padding-left: 0; }

#apploud-consent .fade-enter-active, #apploud-consent .fade-leave-active {
  transition: opacity .3s; }

#apploud-consent .fade-enter, #apploud-consent .fade-leave-to {
  opacity: 0; }

#apploud-consent .consent__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 42069; }