/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.jumplinks {
  border-bottom: 1px solid #16181a;
}
.jumplinks a {
  font-weight: bolder;
  line-height: 32px;
  text-decoration: none;
}
.jumplinks a::after {
  content: "|";
  display: inline-block;
  padding: 0 16px;
}
.jumplinks a:last-child::after {
  content: none;
  display: none;
}
.jumplinks a:focus, .jumplinks a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .jumplinks a {
    display: block;
    margin-bottom: 1em;
  }
  .jumplinks a::after {
    content: none;
    display: none;
  }
}