@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
.footer {
  background-color: #001965;
  color: #ffffff;
  padding-top: 95px;
}
.footer.footer-nonnavigable {
  padding-top: 0;
}
.footer .cmp-text p {
  margin: 0;
  line-height: 1.75;
}
.footer a {
  text-decoration: none;
}
.footer .copyright {
  padding-top: 22px;
}
.footer .copyright a {
  display: inline-block;
  margin: 0 2px;
}
.footer .copyright a:first-child {
  margin-left: 0;
}
.footer .copyright a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .footer .copyright br + a {
    padding-left: 0;
  }
}
.footer .footer__bull {
  background: url(footer/resources/novo-nordisk-logo-light.c0ddc7b8.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 70px;
  display: block;
  transition: opacity 0.25s;
}
@media screen and (min-width: 1000px) {
  .footer .footer__bull {
    background-position: right center;
  }
}
@media (hover: hover) {
  .footer .footer__bull:hover {
    opacity: 0.5;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer__bull:hover {
    opacity: 0.5;
  }
}
.footer .footer__bull:active {
  opacity: 1;
}
.footer .footer__legal {
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
}
.footer .footer__legal .footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: left;
  margin-top: 48px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1000px) {
  .footer .footer__legal .footer__logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer .footer__legal {
    flex-direction: row;
  }
  .footer .footer__legal .legal-text {
    width: 83.33%;
  }
  .footer .footer__legal .footer__logo {
    width: 16.66%;
    align-items: center;
  }
}
.footer .logo__wordmark {
  background: url(footer/resources/wordmark-light.2d390528.svg) no-repeat;
  background-size: contain;
  width: 264px;
  height: 56px;
}
@media screen and (min-width: 1000px) {
  .footer .logo__ta-wrapper {
    padding-top: 14px;
  }
}
.footer.footer--home .logo__wordmark {
  margin-top: 15px;
  height: 41px;
  background: url(footer/resources/wordmark-light-homepage.35b8b688.svg) no-repeat;
  background-size: contain;
}
.footer.footer--home .logo__ta-wrapper {
  padding-bottom: 15px;
}
.footer.footer--home .logo__therapeutic-area {
  font-size: 23.47px;
  line-height: 29px;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .footer.footer--home .logo__therapeutic-area {
    font-size: 31.2px;
    line-height: 35px;
  }
}

.bottom-nav {
  margin: 72px 0 240px;
}
@media screen and (min-width: 1000px) {
  .bottom-nav {
    margin-top: 116px;
    margin-bottom: 244px;
  }
}
.bottom-nav.bottom-nav--home {
  margin-top: 67px;
  margin-bottom: 93px;
}
@media screen and (min-width: 1000px) {
  .bottom-nav.bottom-nav--home {
    margin-top: 83px;
    margin-bottom: 233px;
  }
}
.bottom-nav.bottom-nav--home .bottom-nav__link {
  display: block;
}
.bottom-nav .bottom-nav__groups {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__groups {
    flex-direction: row;
  }
}
.bottom-nav .bottom-nav__group {
  padding-top: 40px;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__group > .bottom-nav__category {
    padding-bottom: 25px;
  }
}
.bottom-nav .bottom-nav__category {
  color: #7d8dbb;
  padding-bottom: 5px;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__category {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
.bottom-nav .bottom-nav__category--subcategory {
  display: none;
}
.bottom-nav .bottom-nav__groups,
.bottom-nav .bottom-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bottom-nav .bottom-nav__list .bottom-nav__link {
  margin: 10px 0;
}
.bottom-nav .bottom-nav__group--children > .bottom-nav__category {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__group--children > .bottom-nav__category {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__category {
    padding: 0 10px;
  }
  .bottom-nav .bottom-nav__category--subcategory,
.bottom-nav .bottom-nav__item {
    padding: 0 14px;
    display: flex;
    flex-direction: column;
  }
  .bottom-nav .bottom-nav__group {
    flex: 1;
  }
  .bottom-nav .bottom-nav__group .bottom-nav__category {
    padding-top: 40px;
  }
  .bottom-nav .bottom-nav__group .bottom-nav__category:first-child {
    padding-top: 0.6em;
  }
  .bottom-nav .bottom-nav__group > .bottom-nav__category {
    white-space: nowrap;
  }
  .bottom-nav .bottom-nav__group:first-child > .bottom-nav__category {
    padding-left: 0;
  }
  .bottom-nav .bottom-nav__category--subcategory {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
}
.bottom-nav .bottom-nav__link {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__link {
    display: inline-block;
  }
}
.bottom-nav .bottom-nav__text {
  font-size: 14px;
  display: inline;
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__text {
    font-size: inherit;
  }
}
@media (hover: none) {
  .bottom-nav .bottom-nav__group .bottom-nav__link {
    background-size: 0;
  }
}
@media (hover: hover) {
  .bottom-nav .bottom-nav__group .bottom-nav__link .bottom-nav__text {
    text-decoration: none;
    background-image: linear-gradient(white, white);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
  }
  .bottom-nav .bottom-nav__group .bottom-nav__link:hover .bottom-nav__text, .bottom-nav .bottom-nav__group .bottom-nav__link:focus .bottom-nav__text {
    background-size: 100% 2px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bottom-nav .bottom-nav__group .bottom-nav__link .bottom-nav__text {
    text-decoration: none;
    background-image: linear-gradient(white, white);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
  }
  .bottom-nav .bottom-nav__group .bottom-nav__link:hover .bottom-nav__text, .bottom-nav .bottom-nav__group .bottom-nav__link:focus .bottom-nav__text {
    background-size: 100% 2px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__tas {
    display: flex;
  }
}
.bottom-nav .bottom-nav__tas .bottom-nav__link {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #193075;
  width: 100%;
  transition: background 0.25s;
  margin-bottom: 7px;
}
@media screen and (min-width: 500px) {
  .bottom-nav .bottom-nav__tas .bottom-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
  }
  .bottom-nav .bottom-nav__tas .bottom-nav__link:last-child {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-nav .bottom-nav__tas .bottom-nav__link {
    max-width: 293px;
    margin-bottom: 0px;
  }
}
@media (hover: hover) {
  .bottom-nav .bottom-nav__tas .bottom-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bottom-nav .bottom-nav__tas .bottom-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media screen and (min-width: 996px) and (max-width: 1200px) {
  .bottom-nav .bottom-nav__tas {
    flex-wrap: wrap;
  }
  .bottom-nav .bottom-nav__tas .bottom-nav__link {
    max-width: 340px;
    margin-bottom: 14px;
    width: calc(33% - 14px);
  }
}
.bottom-nav .bottom-nav__ta {
  padding: 25px 21px;
  text-decoration: none;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .bottom-nav .bottom-nav__ta {
    padding: 28px 34px;
  }
}

.legal-text {
  font-size: 11px;
  line-height: 21px;
}
.legal-text a {
  text-decoration: none;
}
@media (hover: none) {
  .legal-text a {
    background-size: 0;
  }
}
@media (hover: hover) {
  .legal-text a {
    text-decoration: none;
    background-image: linear-gradient(white, white);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .legal-text a:hover, .legal-text a:focus {
    background-size: 100% 1px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .legal-text a {
    text-decoration: none;
    background-image: linear-gradient(white, white);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .legal-text a:hover, .legal-text a:focus {
    background-size: 100% 1px;
  }
}
@media screen and (min-width: 1000px) {
  .legal-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .legal-text .cmp-text {
    padding-right: 75px;
  }
}

.legal-text__link {
  color: #ffffff;
}

.legal-text__break {
  display: block;
}
@media screen and (min-width: 1000px) {
  .legal-text__break {
    display: none;
  }
}
