footer b,
footer strong {
  font-weight: var(--bs-body-font-weight-bolder);
}

footer ul {
  font-family: var(--font-roboto_sans);
}

footer .font-weight-bold {
  font-weight: var(--bs-body-font-weight-bolder);
}

footer .red {
  color: rgb(165, 17, 64);
}

footer .cashmere {
  color: rgb(79, 113, 143);
}

footer b,
footer strong {
  font-weight: bolder;
}
footer #indication.bfore:before {
  display: none;
}

footer a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

footer img,
footer svg {
  vertical-align: middle;
}
.footer-shell:not(.sticky) .isi-shell {
  background-color: #fff;
  padding-top: 10px;
}
.footer-shell #isi-sticky-panel.expanded {
  z-index: 10;
  top: 0;
  overflow-y: scroll;
  height: auto;
}

.footer-shell #indication:before {
  display: block;
  content: "";
  box-shadow: inset 0 0 0.75rem hsla(0, 0%, 56%, 0.25);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 0;
}
.footer-shell #isi-sticky-panel.expanded #indication.isi-content {
  padding-bottom: 0;
}
.footer-shell #isi-sticky-panel.expanded #indication .copy {
  padding-bottom: 1rem;
}
.expanded .isi-content .heading {
  padding-bottom: 0.625rem;
}
.isi-mask.present {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.85;
}
.expanded .isi-content {
  padding-bottom: 24px;
}

footer .col {
  flex: 1 0 0%;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.text-nowrap {
  white-space: nowrap !important;
}
.footer-shell .isi-shell {
  min-height: 300px;
  border-top: 1px solid rgb(102, 102, 102);
}

.footer-shell #isi-sticky-panel {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 5px -5px,
    rgba(0, 0, 0, 0.2) -5px 0px 5px -5px, rgba(0, 0, 0, 0.2) 5px 0px 5px -5px;
  position: fixed;
  left: 50%;
  bottom: 0px;
  top: auto;
  height: 144px;
  transform: translate3d(-50%, 0px, 0px);
  transition: top 0.25s;
  overflow: hidden;
  z-index: 6;
}
.footer-shell:not(.sticky) #isi-sticky-panel {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  box-shadow: none;
  position: static;
  height: auto;
  transform: translateZ(0);
}
.footer-shell #isi-toggle {
  cursor: pointer;
  display: none;
  z-index: 99;
  position: absolute;
  top: 3px;
  right: 12px;
  padding: 6px 0px;
}

.footer-shell #isi-toggle .isi-toggle-text {
  display: inline-block;
  font-family: var(--font-montserrat_sans);
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}

.footer-shell #isi-toggle .isi-toggle-symbol {
  display: inline-block;
  padding-left: 8px;
  font-family: var(--font-montserrat_sans);
  font-size: 34px;
  font-weight: 200;
  line-height: 22px;
}
.isi-content {
  padding-right: calc(var(--bs-gutter-x) * 0.5625);
}
.isi-content .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-montserrat_sans);
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 9px 0px;
}

.isi-content .heading .heading-text .desktopIndicationDynamicText {
  display: none;
}

.isi-content .heading .heading-trigger {
  display: inline-block;
  cursor: pointer;
  color: rgb(51, 51, 51);
  position: relative;
}

.isi-content .heading .heading-trigger .heading-trigger-symbol {
  display: block;
  position: absolute;
  top: -23px;
  right: -24px;
  width: 44px;
  height: 44px;
  font-family: var(--font-montserrat_sans);
  font-size: 34px;
  line-height: 44px;
  font-weight: 200;
  text-align: center;
}
.isi-content .heading .heading-trigger .heading-trigger-symbol.alt {
  display: none;
}
.isi-content ul {
  padding-left: 1.125rem;
  margin-bottom: 0.5625rem;
  list-style-type: disc;
}

.isi-content p,
.isi-content ul {
  font-size: 14px;
  line-height: 16px;
}

.isi-content p {
  margin-bottom: 0.45rem;
}

.isi-content a,
.isi-content a:focus,
.isi-content a:hover {
  color: rgb(165, 17, 64);
  font-weight: 700;
  text-decoration: underline;
}

.isi-content a.black {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

.isi-mask {
  display: none;
  opacity: 0;
}

.footer-content {
  border-top: 1px solid rgb(102, 102, 102);
  margin: 0px;
}

.footer-content .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px;
}

.footer-content .navbar-nav .nav-item {
  padding: 0px;
  margin-bottom: 1rem;
}

.footer-content .navbar-nav .nav-item .nav-link {
  color: rgb(165, 17, 64);
  font-family: var(--font-roboto_sans);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px;
  text-decoration: none;
}

.footer-content .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.footer-content .navbar-nav .nav-item .nav-link img {
  position: relative;
  top: -1px;
  display: inline;
  margin-left: 0.5rem;
}
.footer-content p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 1.25rem;
}

.footer-content p.disclaimer-sentence {
  margin-bottom: 1.75rem;
  padding: 2rem 0px 1.75rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.footer-content p.sitemap-link {
  text-align: left;
  margin-bottom: 1.5rem;
}

.footer-content p.sitemap-link a {
  display: inline-block;
  color: rgb(165, 17, 64);
}

.footer-content p.sitemap-link a,
.footer-content p.sitemap-link a:hover {
  font-weight: 400;
  text-decoration: underline;
}
.footer-content .footer-logo {
  max-width: 105px;
  height: auto;
  margin-bottom: 1.5rem;
}
.footer-shell #indication {
  position: relative;
}
@media (min-width: 992px) {
  .footer-shell #indication:before {
    display: none;
  }
  .footer-shell #isi-sticky-panel.expanded {
    padding-top: 2rem;
  }
  .footer-shell:not(.sticky) .isi-shell {
    padding-top: 1rem;
  }
  .footer-shell #isi-sticky-panel {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 0.875rem;
    height: 130px;
  }
  .footer-shell #isi-toggle {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  /* .footer-shell #indication.mobile-restrict .copy {
    display: none;
  } */
  .footer-shell #indication {
    position: relative;
  }
  .footer-shell .desktop-shift {
    padding-left: 0px;
    padding-right: 0px;
  }
  .isi-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5625);
  }
  .isi-content .heading {
    padding: 0px 0px 0.3125rem;
  }
  .isi-content .heading .heading-text .mobileIndicationDynamicText {
    display: none;
  }
  .isi-content .heading .heading-text .desktopIndicationDynamicText {
    display: block;
  }
  .isi-content .heading .heading-trigger {
    display: none;
  }
  .footer-content p.disclaimer-sentence {
    padding-top: 2rem;
  }
  .footer-content p.sitemap-link {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .footer-content .navbar-nav {
    flex-flow: wrap;
  }
  .footer-content .navbar-nav .nav-item {
    padding: 0px;
    margin-bottom: 1.25rem;
  }
  .footer-content .navbar-nav .nav-item:not(:first-of-type):before {
    display: block;
    content: "";
    background-color: var(--background-color-blue);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5px;
    border-radius: 1px;
  }
  .footer-content .navbar-nav .nav-item:not(:first-of-type) {
    margin-left: 1.375rem;
    padding-left: 1.375rem;
    border-left: 2px solid transparent;
    position: relative;
  }
}
