footer.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  --device-xs: 480px;
  --device-s: 768px;
  --device-m: 980px;
  --device-l: 980px;
  --message-footer-bg-normal: #0073981a;
  --footer-border-nottom-normal: #00739880;
  --tango: #e9711c;
  --lightBlue: #0890bc;
  --icon-navigateright: "";
  --darkBlue: #004e68;
  --allports: #007398;
  --tundora: #474747;
  --doveGrey: #737373;
  flex: 0 auto;
  padding: 0 0 1rem;
  font-family: NexusSans, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

footer.svelte-l2ymvy ul.svelte-l2ymvy.svelte-l2ymvy {
  margin: 0 0 1rem;
  padding: 0;
}

footer.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy {
  text-decoration: none;
}

footer.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy:hover {
  text-decoration: underline;
}

footer.svelte-l2ymvy p.svelte-l2ymvy.svelte-l2ymvy {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

footer.svelte-l2ymvy hr.svelte-l2ymvy.svelte-l2ymvy {
  border-style: solid;
  border-color: var(--tango);
  border-width: 2px 0 0;
  margin: 0 0 1.75rem;
}

.flex-row-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.flex-item.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  flex: 1;
}

.flex-item-2.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  flex: 2;
}

.width-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .width-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    max-width: var(--device-xs);
    padding: 0 2rem;
  }

  .flex-row-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    flex-flow: column wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .width-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    max-width: var(--device-s);
    padding: 0 2rem;
  }

  .flex-row-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    flex-flow: column wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .width-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    max-width: var(--device-m);
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 980px) {
  .width-container.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    max-width: var(--device-l);
  }
}

.message-footer.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  background-color: var(--message-footer-bg-normal);
  border-bottom: 2px solid var(--footer-border-nottom-normal);
  text-align: center;
  padding: 1rem 1.5rem;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message-footer.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.message-footer.svelte-l2ymvy .with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  font-feature-settings: "liga";
  height: auto;
  text-rendering: optimizelegibility;
  white-space: nowrap;
  width: 1.25rem;
  color: var(--lightBlue);
  margin: 0;
  padding: 0 2rem;
  font-family: Mendeley;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.message-footer.svelte-l2ymvy .with-icon-after.svelte-l2ymvy.svelte-l2ymvy:before {
  content: "";
  display: none;
}

.message-footer.svelte-l2ymvy .icon-navigateright.svelte-l2ymvy.svelte-l2ymvy, .message-footer.svelte-l2ymvy .icon-navigateright.svelte-l2ymvy.svelte-l2ymvy:before, .message-footer.svelte-l2ymvy .icon-navigateright.with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
  content: var(--icon-navigateright);
}

.message-footer.svelte-l2ymvy .dark-text.svelte-l2ymvy.svelte-l2ymvy {
  color: var(--darkBlue);
}

.message-footer.svelte-l2ymvy .dark-text.with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
  display: none;
}

.message-footer.svelte-l2ymvy .basic-link.svelte-l2ymvy.svelte-l2ymvy {
  color: var(--allports);
  white-space: nowrap;
  padding-left: 2rem;
}

.message-footer.svelte-l2ymvy .basic-link.svelte-l2ymvy.svelte-l2ymvy:hover {
  border-bottom: 2px solid #e9711c;
  text-decoration: none;
  transition: color 74ms ease-out;
}

.message-footer.svelte-l2ymvy .basic-link .with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
  font-size: 1rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .message-footer.svelte-l2ymvy .basic-link.svelte-l2ymvy.svelte-l2ymvy {
    padding-left: 0;
  }

  .message-footer.svelte-l2ymvy .basic-link.svelte-l2ymvy.svelte-l2ymvy:hover {
    color: var(--tango);
  }

  .message-footer.svelte-l2ymvy .basic-link .with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
    display: none;
  }

  .message-footer.svelte-l2ymvy .dark-text.with-icon-after.svelte-l2ymvy.svelte-l2ymvy:after {
    display: inline-block;
  }
}

.elsevier-logo.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  padding-bottom: 1.5rem;
}

.elsevier-logo.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy:hover, .relx-logo.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy:hover {
  opacity: .75;
}

.footer-copyright.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy, .footer-copyright.svelte-l2ymvy p.svelte-l2ymvy.svelte-l2ymvy {
  color: var(--tundora);
  font-size: .875rem;
}

.footer-copyright.svelte-l2ymvy ul.svelte-l2ymvy li.svelte-l2ymvy {
  list-style: none;
}

.footer-copyright.svelte-l2ymvy ul.svelte-l2ymvy li a.svelte-l2ymvy:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 480px) {
  .footer-copyright.svelte-l2ymvy ul.svelte-l2ymvy li.svelte-l2ymvy {
    margin-right: 2.5rem;
    display: inline-block;
  }

  .footer-copyright.svelte-l2ymvy ul.svelte-l2ymvy li.svelte-l2ymvy:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cookies-block.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    display: block;
  }

  .footer-copyright.svelte-l2ymvy ul.svelte-l2ymvy.svelte-l2ymvy {
    padding-top: .5rem;
  }

  .relx-logo.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
    text-align: right;
  }
}

.footer-links-list.svelte-l2ymvy li.svelte-l2ymvy.svelte-l2ymvy {
  padding: 0 0 1rem;
  list-style: none;
}

.footer-links-list.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy {
  color: var(--tundora);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.footer-links-list.svelte-l2ymvy > .svelte-l2ymvy.svelte-l2ymvy:last-child {
  padding: 0 0 1rem;
}

.md-ot-cookie-link.svelte-l2ymvy.svelte-l2ymvy.svelte-l2ymvy {
  cursor: pointer;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .footer-links-list.svelte-l2ymvy li.svelte-l2ymvy.svelte-l2ymvy {
    padding: 0;
  }

  .footer-links-list.svelte-l2ymvy a.svelte-l2ymvy.svelte-l2ymvy {
    color: var(--doveGrey);
    font-size: .875rem;
    line-height: 1.5;
    display: inline;
  }
}

.collapsible.svelte-1llwtsl.svelte-1llwtsl {
  --tango: #e9711c;
  --mercury: #e7e7e7;
  --tundora: #474747;
  --allports: #007398;
  --mineShaft: #323232;
  --icon-navigatedown: "";
  font-family: NexusSans, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

.collapsible-content.svelte-1llwtsl.svelte-1llwtsl {
  max-height: 0;
  margin: 0;
  transition: all .5s cubic-bezier(0, 1, .5, 1);
  position: relative;
  overflow: hidden;
}

h2.svelte-1llwtsl.svelte-1llwtsl {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-bottom: 2px solid var(--mercury);
  color: var(--tundora);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 1rem;
  padding: 0 1.5rem .32rem 0;
  font-family: NexusSans, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
}

h2.svelte-1llwtsl.svelte-1llwtsl:after {
  vertical-align: middle;
  content: var(--icon-navigatedown);
  color: var(--allports);
  font-family: Mendeley;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  transition: all .25s ease-in-out;
  position: absolute;
  bottom: 1rem;
  right: .25rem;
}

@media only screen and (min-width: 768px) {
  .collapsible-content.svelte-1llwtsl.svelte-1llwtsl {
    max-height: 100%;
  }

  h2.svelte-1llwtsl.svelte-1llwtsl {
    color: var(--mineShaft);
    pointer-events: none;
    border-bottom: 0;
    margin-bottom: .5rem;
    padding: 0;
    display: inline-block;
    box-shadow: 0 6px 8px -6px #fff;
  }

  .collapsible.svelte-1llwtsl > h2.svelte-1llwtsl:after {
    content: none;
  }
}

h2.expanded.svelte-1llwtsl.svelte-1llwtsl {
  border-color: var(--tango);
}

h2.expanded.svelte-1llwtsl.svelte-1llwtsl:after {
  color: var(--tango);
  filter: flipv();
  transform: scaleY(-1);
}

h2.expanded.svelte-1llwtsl ~ .collapsible-content.svelte-1llwtsl {
  max-height: 800px;
  transition-timing-function: cubic-bezier(1, .5, 1, 0);
}
