/* Bootstrap 5 utilities used in the markup that Bootstrap 4.3.1 does not ship */
.display-5 { font-size: 3rem; font-weight: 300; line-height: 1.2; }
.fw-bold { font-weight: 700 !important; }
.fw-semibold { font-weight: 600 !important; }
.me-2 { margin-right: .5rem !important; }
.me-3 { margin-right: 1rem !important; }
.ms-2 { margin-left: .5rem !important; }
.row.g-4 { margin-top: -1.5rem; }
.row.g-4 > * { margin-top: 1.5rem; }
.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 576px) {
  .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; }
}

/* Inline SVG icons (replace LineIcons / Font Awesome, which were never loaded) */
.icon { width: 1em; height: 1em; fill: currentColor; flex-shrink: 0; vertical-align: -.125em; }
.back-to-top .icon { width: 20px; height: 20px; vertical-align: middle; }
