@charset "UTF-8";
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
#page-react-root {
  height: 0;
}

.modal-open {
  overflow: hidden !important;
}

.hlc-progress {
  background: -webkit-gradient(linear, left top, right top, from(#227ed8), to(#227ed8));
  background: -o-linear-gradient(left, #227ed8, #227ed8);
  background: linear-gradient(to right, #227ed8, #227ed8);
  background-color: rgba(146, 185, 237, 0.5);
  background-size: 20%;
  background-repeat: repeat-y;
}

.bootstrap-4 {
  font-size: 16px;
  /* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
   Bootstrap will enforce the factory default color */
  /*
  The list of themed buttons:

  ## block buttons -> the default option, most buttons should be this
  use with <Button color="name"> from reactstrap
  * primary -> the colorful one
  * secondary -> the bland one
  * link -> the one that looks like a link and might have an icon in front
  * icon-primary -> just an icon 

  ## Inline buttons -> stuff that are part of a paragraph, e.g. a word in a sentence is clickable

  ### Inline link buttons, use with <InlineLinkButton color="name">
  * primary -> the colorful one
  * meta -> the grayer one

  ### Inline icon button, use with <InlineIconButton>
  (there is only one variation)
  */
  /*
      NOTES
      1. 
      there are intentionally no explict active states. 
      Some buttons may be used in a context that require "on/off" state
      and they should be done on a case by case basis.

      2.
      using a single $background-hover-focus 
      because the design intention is for focus to be hover + extra
  */
  /* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
   Bootstrap will enforce the factory default color */
  /* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
   Bootstrap will enforce the factory default color */
}
.bootstrap-4 .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25em 1em;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .btn:disabled, .bootstrap-4 .btn.disabled {
  pointer-events: visible;
  cursor: not-allowed;
}
.bootstrap-4 .btn.btn-lg {
  font-size: 20px;
}
.bootstrap-4 .btn.btn-sm {
  font-size: 14px;
}
.bootstrap-4 .custom-btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  color: inherit;
  background: transparent;
}
.bootstrap-4 .custom-btn.disabled, .bootstrap-4 .custom-btn:disabled {
  pointer-events: visible;
  cursor: not-allowed;
}
.bootstrap-4 .btn-primary,
.bootstrap-4 .btn-success,
.bootstrap-4 .btn-danger {
  color: #fff;
  background-color: #1460aa;
  border-color: #1460aa;
}
.bootstrap-4 .btn-primary.focus, .bootstrap-4 .btn-primary:focus, .bootstrap-4 .btn-primary.hover, .bootstrap-4 .btn-primary:hover:not(:disabled),
.bootstrap-4 .btn-success.focus,
.bootstrap-4 .btn-success:focus,
.bootstrap-4 .btn-success.hover,
.bootstrap-4 .btn-success:hover:not(:disabled),
.bootstrap-4 .btn-danger.focus,
.bootstrap-4 .btn-danger:focus,
.bootstrap-4 .btn-danger.hover,
.bootstrap-4 .btn-danger:hover:not(:disabled) {
  background-color: #19528a;
  border-color: #19528a;
}
.bootstrap-4 .btn-primary.focus, .bootstrap-4 .btn-primary:focus,
.bootstrap-4 .btn-success.focus,
.bootstrap-4 .btn-success:focus,
.bootstrap-4 .btn-danger.focus,
.bootstrap-4 .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
          box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
  outline: none;
}
.bootstrap-4 .btn-secondary {
  color: #292929;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.44);
}
.bootstrap-4 .btn-secondary.focus, .bootstrap-4 .btn-secondary:focus, .bootstrap-4 .btn-secondary.hover, .bootstrap-4 .btn-secondary:hover:not(:disabled) {
  background-color: #efefef;
  border-color: #606065;
}
.bootstrap-4 .btn-secondary.focus, .bootstrap-4 .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
          box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
  outline: none;
}
.bootstrap-4 .btn-alt-secondary {
  color: #292929;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.44);
}
.bootstrap-4 .btn-alt-secondary.focus, .bootstrap-4 .btn-alt-secondary:focus, .bootstrap-4 .btn-alt-secondary.hover, .bootstrap-4 .btn-alt-secondary:hover:not(:disabled) {
  background-color: #efefef;
  border-color: #efefef;
}
.bootstrap-4 .btn-alt-secondary.focus, .bootstrap-4 .btn-alt-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  outline: none;
}
.bootstrap-4 .btn-alt-meta {
  color: #b7b6b6;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-4 .btn-alt-meta.focus, .bootstrap-4 .btn-alt-meta:focus, .bootstrap-4 .btn-alt-meta.hover, .bootstrap-4 .btn-alt-meta:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.bootstrap-4 .btn-alt-meta.focus, .bootstrap-4 .btn-alt-meta:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(148, 148, 148, 0.5);
          box-shadow: 0 0 0 3px rgba(148, 148, 148, 0.5);
  outline: none;
}
.bootstrap-4 .btn-alt-meta:hover {
  color: #fff;
}
.bootstrap-4 .btn-link {
  color: #1460aa;
  text-decoration: none;
  text-decoration: none;
  outline-offset: 0;
  padding: 0.125em 0.25em;
}
.bootstrap-4 .btn-link:focus, .bootstrap-4 .btn-link.focus, .bootstrap-4 .btn-link:hover:not(:disabled), .bootstrap-4 .btn-link.hover {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-link:focus, .bootstrap-4 .btn-link.focus, .bootstrap-4 .btn-link:hover:not(:disabled), .bootstrap-4 .btn-link.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-link > svg:first-child {
  margin-right: 0.25em;
}
.bootstrap-4 .btn-card {
  -webkit-box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
          box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  outline-offset: 0;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .btn-card {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .btn-card:focus, .bootstrap-4 .btn-card:hover:not(:disabled) {
  color: #19528a;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.2), 0 0 12px 6px rgba(41, 41, 41, 0.1);
          box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.2), 0 0 12px 6px rgba(41, 41, 41, 0.1);
}
.bootstrap-4 .btn-link-meta,
.bootstrap-4 .btn-link-secondary {
  text-decoration: none;
  outline-offset: 0;
  padding: 0.125em 0.25em;
}
.bootstrap-4 .btn-link-meta:focus, .bootstrap-4 .btn-link-meta.focus, .bootstrap-4 .btn-link-meta:hover:not(:disabled), .bootstrap-4 .btn-link-meta.hover,
.bootstrap-4 .btn-link-secondary:focus,
.bootstrap-4 .btn-link-secondary.focus,
.bootstrap-4 .btn-link-secondary:hover:not(:disabled),
.bootstrap-4 .btn-link-secondary.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-link-meta > svg:first-child,
.bootstrap-4 .btn-link-secondary > svg:first-child {
  margin-right: 0.25em;
}
.bootstrap-4 .btn-link-meta {
  color: #606065;
  text-decoration: none;
}
.bootstrap-4 .btn-link-meta:focus, .bootstrap-4 .btn-link-meta.focus, .bootstrap-4 .btn-link-meta:hover:not(:disabled), .bootstrap-4 .btn-link-meta.hover {
  color: #292929;
  text-decoration: underline;
}
.bootstrap-4 .btn-link-secondary {
  color: #292929;
  text-decoration: none;
}
.bootstrap-4 .btn-link-secondary:focus, .bootstrap-4 .btn-link-secondary.focus, .bootstrap-4 .btn-link-secondary:hover:not(:disabled), .bootstrap-4 .btn-link-secondary.hover {
  color: #292929;
  text-decoration: underline;
}
.bootstrap-4 .btn-icon-primary {
  width: 1.4em;
  height: 1.4em;
  padding: 0.2em;
  color: #292929;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-4 .btn-icon-primary > svg {
  height: 1em;
  width: 1em;
}
.bootstrap-4 .btn-icon-primary.focus, .bootstrap-4 .btn-icon-primary:focus, .bootstrap-4 .btn-icon-primary.hover, .bootstrap-4 .btn-icon-primary:hover:not(:disabled) {
  background-color: #efefef;
  border-color: #efefef;
}
.bootstrap-4 .btn-icon-primary.focus, .bootstrap-4 .btn-icon-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
          box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
  outline: none;
}
.bootstrap-4 .btn-icon-alt-primary {
  width: 1.4em;
  height: 1.4em;
  padding: 0.2em;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-4 .btn-icon-alt-primary > svg {
  height: 1em;
  width: 1em;
}
.bootstrap-4 .btn-icon-alt-primary.focus, .bootstrap-4 .btn-icon-alt-primary:focus, .bootstrap-4 .btn-icon-alt-primary.hover, .bootstrap-4 .btn-icon-alt-primary:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.bootstrap-4 .btn-icon-alt-primary.focus, .bootstrap-4 .btn-icon-alt-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  outline: none;
}
.bootstrap-4 .btn-icon-ctrl {
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
  padding: 0.6em;
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}
.bootstrap-4 .btn-icon-ctrl > svg {
  height: 1em;
  width: 1em;
}
.bootstrap-4 .btn-icon-ctrl.focus, .bootstrap-4 .btn-icon-ctrl:focus, .bootstrap-4 .btn-icon-ctrl.hover, .bootstrap-4 .btn-icon-ctrl:hover:not(:disabled) {
  background-color: #1460aa;
  border-color: #1460aa;
}
.bootstrap-4 .btn-icon-ctrl.focus, .bootstrap-4 .btn-icon-ctrl:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
          box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
  outline: none;
}
.bootstrap-4 .btn-icon-alt-secondary {
  color: #fff;
  background-color: #1460aa;
  border-color: #1460aa;
}
.bootstrap-4 .btn-icon-alt-secondary.focus, .bootstrap-4 .btn-icon-alt-secondary:focus, .bootstrap-4 .btn-icon-alt-secondary.hover, .bootstrap-4 .btn-icon-alt-secondary:hover:not(:disabled) {
  background-color: #19528a;
  border-color: #19528a;
}
.bootstrap-4 .btn-icon-alt-secondary.focus, .bootstrap-4 .btn-icon-alt-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
          box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
  outline: none;
}
.bootstrap-4 .btn-icon-toggle-primary {
  color: #292929;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.44);
}
.bootstrap-4 .btn-icon-toggle-primary.focus, .bootstrap-4 .btn-icon-toggle-primary:focus, .bootstrap-4 .btn-icon-toggle-primary.hover, .bootstrap-4 .btn-icon-toggle-primary:hover:not(:disabled) {
  background-color: #efefef;
  border-color: #efefef;
}
.bootstrap-4 .btn-icon-toggle-primary.focus, .bootstrap-4 .btn-icon-toggle-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
          box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.5);
  outline: none;
}
.bootstrap-4 .container-btn-icon-ctrl:hover .btn-icon-ctrl {
  background-color: #1460aa;
  border-color: #1460aa;
}
.bootstrap-4 .btn-overlay {
  color: #1460aa;
  border-color: #dededf;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
          box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
  border-radius: 2em;
}
.bootstrap-4 .btn-overlay:focus, .bootstrap-4 .btn-overlay:hover:hover:not(:disabled) {
  color: #19528a;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.2), 0 0 12px 6px rgba(41, 41, 41, 0.1);
          box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.2), 0 0 12px 6px rgba(41, 41, 41, 0.1);
}
.bootstrap-4 .btn-overlay.focus, .bootstrap-4 .btn-overlay:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
          box-shadow: 0 0 0 3px rgba(20, 96, 170, 0.5);
  outline: none;
}
.bootstrap-4 .btn-inline-link-primary {
  text-decoration: none;
  outline-offset: 1px;
  color: #1460aa;
  text-decoration: none;
}
.bootstrap-4 .btn-inline-link-primary:focus, .bootstrap-4 .btn-inline-link-primary.focus, .bootstrap-4 .btn-inline-link-primary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-primary.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-primary:focus, .bootstrap-4 .btn-inline-link-primary.focus, .bootstrap-4 .btn-inline-link-primary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-primary.hover {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-alt-primary {
  text-decoration: none;
  outline-offset: 1px;
  color: #92b9ed;
  text-decoration: none;
}
.bootstrap-4 .btn-inline-link-alt-primary:focus, .bootstrap-4 .btn-inline-link-alt-primary.focus, .bootstrap-4 .btn-inline-link-alt-primary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-alt-primary.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-alt-primary:focus, .bootstrap-4 .btn-inline-link-alt-primary.focus, .bootstrap-4 .btn-inline-link-alt-primary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-alt-primary.hover {
  color: #acc7ec;
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-meta {
  color: #606065;
  text-decoration: none;
  text-decoration: none;
  outline-offset: 1px;
}
.bootstrap-4 .btn-inline-link-meta:focus, .bootstrap-4 .btn-inline-link-meta.focus, .bootstrap-4 .btn-inline-link-meta:hover:not(:disabled), .bootstrap-4 .btn-inline-link-meta.hover {
  color: #292929;
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-meta:focus, .bootstrap-4 .btn-inline-link-meta.focus, .bootstrap-4 .btn-inline-link-meta:hover:not(:disabled), .bootstrap-4 .btn-inline-link-meta.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-secondary {
  color: #292929;
  text-decoration: none;
  text-decoration: none;
  outline-offset: 1px;
}
.bootstrap-4 .btn-inline-link-secondary:focus, .bootstrap-4 .btn-inline-link-secondary.focus, .bootstrap-4 .btn-inline-link-secondary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-secondary.hover {
  color: #292929;
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-secondary:focus, .bootstrap-4 .btn-inline-link-secondary.focus, .bootstrap-4 .btn-inline-link-secondary:hover:not(:disabled), .bootstrap-4 .btn-inline-link-secondary.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-alt-meta {
  text-decoration: none;
  outline-offset: 1px;
  color: #b7b6b6;
  text-decoration: none;
}
.bootstrap-4 .btn-inline-link-alt-meta:focus, .bootstrap-4 .btn-inline-link-alt-meta.focus, .bootstrap-4 .btn-inline-link-alt-meta:hover:not(:disabled), .bootstrap-4 .btn-inline-link-alt-meta.hover {
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-link-alt-meta:focus, .bootstrap-4 .btn-inline-link-alt-meta.focus, .bootstrap-4 .btn-inline-link-alt-meta:hover:not(:disabled), .bootstrap-4 .btn-inline-link-alt-meta.hover {
  color: #fff;
  text-decoration: underline;
}
.bootstrap-4 .btn-inline-icon {
  color: #606065;
  text-decoration: none;
  outline-offset: 1px;
}
.bootstrap-4 .btn-inline-icon:focus, .bootstrap-4 .btn-inline-icon.focus, .bootstrap-4 .btn-inline-icon:hover:not(:disabled), .bootstrap-4 .btn-inline-icon.hover {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .container-btn {
  background-color: transparent;
  cursor: pointer;
}
.bootstrap-4 .open > .dropdown-menu {
  display: block;
}
.bootstrap-4 .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.bootstrap-4 .badge:hover, a.bootstrap-4 .badge:focus {
  text-decoration: none;
}

.bootstrap-4 .badge:empty {
  display: none;
}
.bootstrap-4 .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-4 .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 160px;
}
.bootstrap-4 .badge-primary {
  color: #fff;
  background-color: #1460aa;
}
a.bootstrap-4 .badge-primary:hover, a.bootstrap-4 .badge-primary:focus {
  color: #fff;
  background-color: #0f467c;
}
a.bootstrap-4 .badge-primary:focus, a.bootstrap-4 .badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(20, 96, 170, 0.5);
          box-shadow: 0 0 0 3.2px rgba(20, 96, 170, 0.5);
}

.bootstrap-4 .badge-secondary {
  color: #fff;
  background-color: #292929;
}
a.bootstrap-4 .badge-secondary:hover, a.bootstrap-4 .badge-secondary:focus {
  color: #fff;
  background-color: #101010;
}
a.bootstrap-4 .badge-secondary:focus, a.bootstrap-4 .badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(41, 41, 41, 0.5);
          box-shadow: 0 0 0 3.2px rgba(41, 41, 41, 0.5);
}

.bootstrap-4 .badge-success {
  color: #fff;
  background-color: #126e27;
}
a.bootstrap-4 .badge-success:hover, a.bootstrap-4 .badge-success:focus {
  color: #fff;
  background-color: #0b4217;
}
a.bootstrap-4 .badge-success:focus, a.bootstrap-4 .badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.5);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.5);
}

.bootstrap-4 .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.bootstrap-4 .badge-info:hover, a.bootstrap-4 .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.bootstrap-4 .badge-info:focus, a.bootstrap-4 .badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3.2px rgba(23, 162, 184, 0.5);
}

.bootstrap-4 .badge-warning {
  color: #292929;
  background-color: #ffc107;
}
a.bootstrap-4 .badge-warning:hover, a.bootstrap-4 .badge-warning:focus {
  color: #292929;
  background-color: #d39e00;
}
a.bootstrap-4 .badge-warning:focus, a.bootstrap-4 .badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 3.2px rgba(255, 193, 7, 0.5);
}

.bootstrap-4 .badge-danger {
  color: #fff;
  background-color: #bb202f;
}
a.bootstrap-4 .badge-danger:hover, a.bootstrap-4 .badge-danger:focus {
  color: #fff;
  background-color: #8f1924;
}
a.bootstrap-4 .badge-danger:focus, a.bootstrap-4 .badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.5);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.5);
}

.bootstrap-4 .badge-light {
  color: #292929;
  background-color: #f7f7f7;
}
a.bootstrap-4 .badge-light:hover, a.bootstrap-4 .badge-light:focus {
  color: #292929;
  background-color: #dedede;
}
a.bootstrap-4 .badge-light:focus, a.bootstrap-4 .badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 3.2px rgba(247, 247, 247, 0.5);
}

.bootstrap-4 .badge-dark {
  color: #fff;
  background-color: #606065;
}
a.bootstrap-4 .badge-dark:hover, a.bootstrap-4 .badge-dark:focus {
  color: #fff;
  background-color: #47474b;
}
a.bootstrap-4 .badge-dark:focus, a.bootstrap-4 .badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(96, 96, 101, 0.5);
          box-shadow: 0 0 0 3.2px rgba(96, 96, 101, 0.5);
}

.bootstrap-4 .badge-meta {
  color: #fff;
  background-color: #606065;
}
a.bootstrap-4 .badge-meta:hover, a.bootstrap-4 .badge-meta:focus {
  color: #fff;
  background-color: #47474b;
}
a.bootstrap-4 .badge-meta:focus, a.bootstrap-4 .badge-meta.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(96, 96, 101, 0.5);
          box-shadow: 0 0 0 3.2px rgba(96, 96, 101, 0.5);
}

.bootstrap-4 .badge-alt-primary {
  color: #292929;
  background-color: #92b9ed;
}
a.bootstrap-4 .badge-alt-primary:hover, a.bootstrap-4 .badge-alt-primary:focus {
  color: #292929;
  background-color: #669de6;
}
a.bootstrap-4 .badge-alt-primary:focus, a.bootstrap-4 .badge-alt-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(146, 185, 237, 0.5);
          box-shadow: 0 0 0 3.2px rgba(146, 185, 237, 0.5);
}

.bootstrap-4 .badge-alt-secondary {
  color: #292929;
  background-color: #fff;
}
a.bootstrap-4 .badge-alt-secondary:hover, a.bootstrap-4 .badge-alt-secondary:focus {
  color: #292929;
  background-color: #e6e6e6;
}
a.bootstrap-4 .badge-alt-secondary:focus, a.bootstrap-4 .badge-alt-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
}

.bootstrap-4 .badge-alt-meta {
  color: #292929;
  background-color: #b7b6b6;
}
a.bootstrap-4 .badge-alt-meta:hover, a.bootstrap-4 .badge-alt-meta:focus {
  color: #292929;
  background-color: #9e9c9c;
}
a.bootstrap-4 .badge-alt-meta:focus, a.bootstrap-4 .badge-alt-meta.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(183, 182, 182, 0.5);
          box-shadow: 0 0 0 3.2px rgba(183, 182, 182, 0.5);
}

.bootstrap-4 .badge-alt-success {
  color: #292929;
  background-color: #48cf67;
}
a.bootstrap-4 .badge-alt-success:hover, a.bootstrap-4 .badge-alt-success:focus {
  color: #292929;
  background-color: #2fb54e;
}
a.bootstrap-4 .badge-alt-success:focus, a.bootstrap-4 .badge-alt-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(72, 207, 103, 0.5);
          box-shadow: 0 0 0 3.2px rgba(72, 207, 103, 0.5);
}

.bootstrap-4 .badge-alt-danger {
  color: #292929;
  background-color: #ff9ea7;
}
a.bootstrap-4 .badge-alt-danger:hover, a.bootstrap-4 .badge-alt-danger:focus {
  color: #292929;
  background-color: #ff6b79;
}
a.bootstrap-4 .badge-alt-danger:focus, a.bootstrap-4 .badge-alt-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(255, 158, 167, 0.5);
          box-shadow: 0 0 0 3.2px rgba(255, 158, 167, 0.5);
}

.bootstrap-4 .badge-bg0 {
  color: #292929;
  background-color: #fff;
}
a.bootstrap-4 .badge-bg0:hover, a.bootstrap-4 .badge-bg0:focus {
  color: #292929;
  background-color: #e6e6e6;
}
a.bootstrap-4 .badge-bg0:focus, a.bootstrap-4 .badge-bg0.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
}

.bootstrap-4 .badge-bg1 {
  color: #292929;
  background-color: #f7f7f7;
}
a.bootstrap-4 .badge-bg1:hover, a.bootstrap-4 .badge-bg1:focus {
  color: #292929;
  background-color: #dedede;
}
a.bootstrap-4 .badge-bg1:focus, a.bootstrap-4 .badge-bg1.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 3.2px rgba(247, 247, 247, 0.5);
}

.bootstrap-4 .badge-bg2 {
  color: #292929;
  background-color: #efefef;
}
a.bootstrap-4 .badge-bg2:hover, a.bootstrap-4 .badge-bg2:focus {
  color: #292929;
  background-color: #d6d6d6;
}
a.bootstrap-4 .badge-bg2:focus, a.bootstrap-4 .badge-bg2.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(239, 239, 239, 0.5);
          box-shadow: 0 0 0 3.2px rgba(239, 239, 239, 0.5);
}

.bootstrap-4 .badge-bg3 {
  color: #292929;
  background-color: #dededf;
}
a.bootstrap-4 .badge-bg3:hover, a.bootstrap-4 .badge-bg3:focus {
  color: #292929;
  background-color: #c4c4c6;
}
a.bootstrap-4 .badge-bg3:focus, a.bootstrap-4 .badge-bg3.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 3.2px rgba(222, 222, 223, 0.5);
}

.bootstrap-4 .badge-selected {
  color: #292929;
  background-color: #e1eefb;
}
a.bootstrap-4 .badge-selected:hover, a.bootstrap-4 .badge-selected:focus {
  color: #292929;
  background-color: #b4d5f5;
}
a.bootstrap-4 .badge-selected:focus, a.bootstrap-4 .badge-selected.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(225, 238, 251, 0.5);
          box-shadow: 0 0 0 3.2px rgba(225, 238, 251, 0.5);
}

.bootstrap-4 .badge-alt-bg4 {
  color: #fff;
  background-color: #444855;
}
a.bootstrap-4 .badge-alt-bg4:hover, a.bootstrap-4 .badge-alt-bg4:focus {
  color: #fff;
  background-color: #2d3039;
}
a.bootstrap-4 .badge-alt-bg4:focus, a.bootstrap-4 .badge-alt-bg4.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(68, 72, 85, 0.5);
          box-shadow: 0 0 0 3.2px rgba(68, 72, 85, 0.5);
}

.bootstrap-4 .badge-alt-bg5 {
  color: #fff;
  background-color: #292929;
}
a.bootstrap-4 .badge-alt-bg5:hover, a.bootstrap-4 .badge-alt-bg5:focus {
  color: #fff;
  background-color: #101010;
}
a.bootstrap-4 .badge-alt-bg5:focus, a.bootstrap-4 .badge-alt-bg5.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(41, 41, 41, 0.5);
          box-shadow: 0 0 0 3.2px rgba(41, 41, 41, 0.5);
}

.bootstrap-4 .badge-primary-graphics {
  color: #fff;
  background-color: #227ed8;
}
a.bootstrap-4 .badge-primary-graphics:hover, a.bootstrap-4 .badge-primary-graphics:focus {
  color: #fff;
  background-color: #1b64ac;
}
a.bootstrap-4 .badge-primary-graphics:focus, a.bootstrap-4 .badge-primary-graphics.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(34, 126, 216, 0.5);
          box-shadow: 0 0 0 3.2px rgba(34, 126, 216, 0.5);
}

.bootstrap-4 .badge-secondary-graphics {
  color: #fff;
  background-color: #7c7c7c;
}
a.bootstrap-4 .badge-secondary-graphics:hover, a.bootstrap-4 .badge-secondary-graphics:focus {
  color: #fff;
  background-color: #636363;
}
a.bootstrap-4 .badge-secondary-graphics:focus, a.bootstrap-4 .badge-secondary-graphics.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(124, 124, 124, 0.5);
          box-shadow: 0 0 0 3.2px rgba(124, 124, 124, 0.5);
}

.bootstrap-4 .badge-secondary-rules {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.44);
}
a.bootstrap-4 .badge-secondary-rules:hover, a.bootstrap-4 .badge-secondary-rules:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.44);
}
a.bootstrap-4 .badge-secondary-rules:focus, a.bootstrap-4 .badge-secondary-rules.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
}

.bootstrap-4 .badge-alt-primary-graphics {
  color: #fff;
  background-color: #5796ea;
}
a.bootstrap-4 .badge-alt-primary-graphics:hover, a.bootstrap-4 .badge-alt-primary-graphics:focus {
  color: #fff;
  background-color: #2a7ae4;
}
a.bootstrap-4 .badge-alt-primary-graphics:focus, a.bootstrap-4 .badge-alt-primary-graphics.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(87, 150, 234, 0.5);
          box-shadow: 0 0 0 3.2px rgba(87, 150, 234, 0.5);
}

.bootstrap-4 .badge-alt-secondary-graphics {
  color: #fff;
  background-color: #949494;
}
a.bootstrap-4 .badge-alt-secondary-graphics:hover, a.bootstrap-4 .badge-alt-secondary-graphics:focus {
  color: #fff;
  background-color: #7b7b7b;
}
a.bootstrap-4 .badge-alt-secondary-graphics:focus, a.bootstrap-4 .badge-alt-secondary-graphics.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(148, 148, 148, 0.5);
          box-shadow: 0 0 0 3.2px rgba(148, 148, 148, 0.5);
}

.bootstrap-4 .badge-alt-rules {
  color: #292929;
  background-color: rgba(255, 255, 255, 0.415);
}
a.bootstrap-4 .badge-alt-rules:hover, a.bootstrap-4 .badge-alt-rules:focus {
  color: #292929;
  background-color: rgba(230, 230, 230, 0.415);
}
a.bootstrap-4 .badge-alt-rules:focus, a.bootstrap-4 .badge-alt-rules.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3.2px rgba(255, 255, 255, 0.5);
}

.bootstrap-4 .card, .bootstrap-4 .hl-widget-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(41, 41, 41, 0.125);
  border-radius: 2px;
}
.bootstrap-4 .card > hr, .bootstrap-4 .hl-widget-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-4 .card > .list-group, .bootstrap-4 .hl-widget-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap-4 .card > .list-group:first-child, .bootstrap-4 .hl-widget-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bootstrap-4 .card > .list-group:last-child, .bootstrap-4 .hl-widget-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-4 .card > .card-header + .list-group, .bootstrap-4 .hl-widget-card > .card-header + .list-group,
.bootstrap-4 .card > .list-group + .card-footer,
.bootstrap-4 .hl-widget-card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap-4 .card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
}
.bootstrap-4 .card-title {
  margin-bottom: 12px;
}
.bootstrap-4 .card-subtitle {
  margin-top: -6px;
  margin-bottom: 0;
}
.bootstrap-4 .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap-4 .card-link:hover {
  text-decoration: none;
}
.bootstrap-4 .card-link + .card-link {
  margin-left: 20px;
}
.bootstrap-4 .card-header {
  padding: 12px 20px;
  margin-bottom: 0;
  background-color: rgba(41, 41, 41, 0.03);
  border-bottom: 0 solid rgba(41, 41, 41, 0.125);
}
.bootstrap-4 .card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.bootstrap-4 .card-footer {
  padding: 12px 20px;
  background-color: rgba(41, 41, 41, 0.03);
  border-top: 0 solid rgba(41, 41, 41, 0.125);
}
.bootstrap-4 .card-footer:last-child {
  border-radius: 0 0 2px 2px;
}
.bootstrap-4 .card-header-tabs {
  margin-right: -10px;
  margin-bottom: -12px;
  margin-left: -10px;
  border-bottom: 0;
}
.bootstrap-4 .card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}
.bootstrap-4 .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  border-radius: 2px;
}
.bootstrap-4 .card-img,
.bootstrap-4 .card-img-top,
.bootstrap-4 .card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.bootstrap-4 .card-img,
.bootstrap-4 .card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bootstrap-4 .card-img,
.bootstrap-4 .card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-4 .card-deck .card, .bootstrap-4 .card-deck .hl-widget-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-4 .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap-4 .card-deck .card, .bootstrap-4 .card-deck .hl-widget-card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap-4 .card-group > .card, .bootstrap-4 .card-group > .hl-widget-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-4 .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .bootstrap-4 .card-group > .card, .bootstrap-4 .card-group > .hl-widget-card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .bootstrap-4 .card-group > .card + .card, .bootstrap-4 .card-group > .hl-widget-card + .card, .bootstrap-4 .card-group > .card + .hl-widget-card, .bootstrap-4 .card-group > .hl-widget-card + .hl-widget-card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap-4 .card-group > .card:not(:last-child), .bootstrap-4 .card-group > .hl-widget-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap-4 .card-group > .card:not(:last-child) .card-img-top, .bootstrap-4 .card-group > .hl-widget-card:not(:last-child) .card-img-top,
.bootstrap-4 .card-group > .card:not(:last-child) .card-header,
.bootstrap-4 .card-group > .hl-widget-card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap-4 .card-group > .card:not(:last-child) .card-img-bottom, .bootstrap-4 .card-group > .hl-widget-card:not(:last-child) .card-img-bottom,
.bootstrap-4 .card-group > .card:not(:last-child) .card-footer,
.bootstrap-4 .card-group > .hl-widget-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap-4 .card-group > .card:not(:first-child), .bootstrap-4 .card-group > .hl-widget-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap-4 .card-group > .card:not(:first-child) .card-img-top, .bootstrap-4 .card-group > .hl-widget-card:not(:first-child) .card-img-top,
.bootstrap-4 .card-group > .card:not(:first-child) .card-header,
.bootstrap-4 .card-group > .hl-widget-card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap-4 .card-group > .card:not(:first-child) .card-img-bottom, .bootstrap-4 .card-group > .hl-widget-card:not(:first-child) .card-img-bottom,
.bootstrap-4 .card-group > .card:not(:first-child) .card-footer,
.bootstrap-4 .card-group > .hl-widget-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap-4 .card-columns .card, .bootstrap-4 .card-columns .hl-widget-card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .bootstrap-4 .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    orphans: 1;
    widows: 1;
  }
  .bootstrap-4 .card-columns .card, .bootstrap-4 .card-columns .hl-widget-card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap-4 .accordion {
  overflow-anchor: none;
}
.bootstrap-4 .accordion > .card, .bootstrap-4 .accordion > .hl-widget-card {
  overflow: hidden;
}
.bootstrap-4 .accordion > .card:not(:last-of-type), .bootstrap-4 .accordion > .hl-widget-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-4 .accordion > .card:not(:first-of-type), .bootstrap-4 .accordion > .hl-widget-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-4 .accordion > .card > .card-header, .bootstrap-4 .accordion > .hl-widget-card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.bootstrap-4 .hl-widget-card {
  -webkit-box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
          box-shadow: 0 0 2px 1px rgba(124, 124, 124, 0.25);
  border-radius: 8px;
}
.bootstrap-4 .hl-widget-card > :first-child,
.bootstrap-4 .hl-widget-card > :first-child > :first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bootstrap-4 .dropup,
.bootstrap-4 .dropright,
.bootstrap-4 .dropdown,
.bootstrap-4 .dropleft {
  position: relative;
}
.bootstrap-4 .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap-4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-4 .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 0 0;
  font-size: 16px;
  color: #292929;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(41, 41, 41, 0.15);
  border-radius: 2px;
}
.bootstrap-4 .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-4 .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap-4 .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap-4 .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap-4 .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap-4 .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-4 .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-4 .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}
.bootstrap-4 .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-4 .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
}
.bootstrap-4 .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-4 .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap-4 .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
}
.bootstrap-4 .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap-4 .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap-4 .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-4 .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap-4 .dropdown-menu[x-placement^=top], .bootstrap-4 .dropdown-menu[x-placement^=right], .bootstrap-4 .dropdown-menu[x-placement^=bottom], .bootstrap-4 .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap-4 .dropdown-divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #efefef;
}
.bootstrap-4 .dropdown-item {
  display: block;
  width: 100%;
  padding: 2px 16px;
  clear: both;
  font-weight: 400;
  color: #292929;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-4 .dropdown-item:hover, .bootstrap-4 .dropdown-item:focus {
  color: #1c1c1c;
  text-decoration: none;
  background-color: #efefef;
}
.bootstrap-4 .dropdown-item.active, .bootstrap-4 .dropdown-item:active {
  color: #292929;
  text-decoration: none;
  background-color: #efefef;
}
.bootstrap-4 .dropdown-item.disabled, .bootstrap-4 .dropdown-item:disabled {
  color: #7c7c7c;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap-4 .dropdown-menu.show {
  display: block;
}
.bootstrap-4 .dropdown-header {
  display: block;
  padding: 4px 16px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7c7c7c;
  white-space: nowrap;
}
.bootstrap-4 .dropdown-item-text {
  display: block;
  padding: 2px 16px;
  color: #292929;
}
.bootstrap-4 .dropdown.show > button {
  background-color: #dededf;
  border-color: #dededf;
}
.bootstrap-4 .dropdown-menu {
  font-size: 16px;
}
.bootstrap-4 .dropdown-menu .dropdown-item {
  text-decoration: none;
}
.bootstrap-4 .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}
.bootstrap-4 .list-group-item-action {
  width: 100%;
  color: #606065;
  text-align: inherit;
}
.bootstrap-4 .list-group-item-action:hover, .bootstrap-4 .list-group-item-action:focus {
  z-index: 1;
  color: #606065;
  text-decoration: none;
  background-color: #f7f7f7;
}
.bootstrap-4 .list-group-item-action:active {
  color: #292929;
  background-color: #efefef;
}
.bootstrap-4 .list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid rgba(41, 41, 41, 0.125);
}
.bootstrap-4 .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap-4 .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap-4 .list-group-item.disabled, .bootstrap-4 .list-group-item:disabled {
  color: #7c7c7c;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap-4 .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1460aa;
  border-color: #1460aa;
}
.bootstrap-4 .list-group-item + .bootstrap-4 .list-group-item {
  border-top-width: 0;
}
.bootstrap-4 .list-group-item + .bootstrap-4 .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap-4 .list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.bootstrap-4 .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.bootstrap-4 .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.bootstrap-4 .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap-4 .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap-4 .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap-4 .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .bootstrap-4 .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-4 .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-4 .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .bootstrap-4 .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-4 .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-4 .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .bootstrap-4 .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-4 .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-4 .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .bootstrap-4 .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .bootstrap-4 .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-4 .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-4 .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap-4 .list-group-flush {
  border-radius: 0;
}
.bootstrap-4 .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap-4 .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap-4 .list-group-item-primary {
  color: #1e466c;
  background-color: #bdd2e7;
}
.bootstrap-4 .list-group-item-primary.list-group-item-action:hover, .bootstrap-4 .list-group-item-primary.list-group-item-action:focus {
  color: #1e466c;
  background-color: #aac5e0;
}
.bootstrap-4 .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1e466c;
  border-color: #1e466c;
}
.bootstrap-4 .list-group-item-secondary {
  color: #292929;
  background-color: #c3c3c3;
}
.bootstrap-4 .list-group-item-secondary.list-group-item-action:hover, .bootstrap-4 .list-group-item-secondary.list-group-item-action:focus {
  color: #292929;
  background-color: #b6b6b6;
}
.bootstrap-4 .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}
.bootstrap-4 .list-group-item-success {
  color: #1d4d28;
  background-color: #bdd6c3;
}
.bootstrap-4 .list-group-item-success.list-group-item-action:hover, .bootstrap-4 .list-group-item-success.list-group-item-action:focus {
  color: #1d4d28;
  background-color: #adccb5;
}
.bootstrap-4 .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d4d28;
  border-color: #1d4d28;
}
.bootstrap-4 .list-group-item-info {
  color: #206873;
  background-color: #bee5eb;
}
.bootstrap-4 .list-group-item-info.list-group-item-action:hover, .bootstrap-4 .list-group-item-info.list-group-item-action:focus {
  color: #206873;
  background-color: #abdde5;
}
.bootstrap-4 .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #206873;
  border-color: #206873;
}
.bootstrap-4 .list-group-item-warning {
  color: #987817;
  background-color: #ffeeba;
}
.bootstrap-4 .list-group-item-warning.list-group-item-action:hover, .bootstrap-4 .list-group-item-warning.list-group-item-action:focus {
  color: #987817;
  background-color: #ffe8a1;
}
.bootstrap-4 .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #987817;
  border-color: #987817;
}
.bootstrap-4 .list-group-item-danger {
  color: #75242c;
  background-color: #ecc1c5;
}
.bootstrap-4 .list-group-item-danger.list-group-item-action:hover, .bootstrap-4 .list-group-item-danger.list-group-item-action:focus {
  color: #75242c;
  background-color: #e6adb3;
}
.bootstrap-4 .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #75242c;
  border-color: #75242c;
}
.bootstrap-4 .list-group-item-light {
  color: #949494;
  background-color: #fdfdfd;
}
.bootstrap-4 .list-group-item-light.list-group-item-action:hover, .bootstrap-4 .list-group-item-light.list-group-item-action:focus {
  color: #949494;
  background-color: #f0f0f0;
}
.bootstrap-4 .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
}
.bootstrap-4 .list-group-item-dark {
  color: #464648;
  background-color: #d2d2d4;
}
.bootstrap-4 .list-group-item-dark.list-group-item-action:hover, .bootstrap-4 .list-group-item-dark.list-group-item-action:focus {
  color: #464648;
  background-color: #c5c5c8;
}
.bootstrap-4 .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #464648;
  border-color: #464648;
}
.bootstrap-4 .list-group-item-meta {
  color: #464648;
  background-color: #d2d2d4;
}
.bootstrap-4 .list-group-item-meta.list-group-item-action:hover, .bootstrap-4 .list-group-item-meta.list-group-item-action:focus {
  color: #464648;
  background-color: #c5c5c8;
}
.bootstrap-4 .list-group-item-meta.list-group-item-action.active {
  color: #fff;
  background-color: #464648;
  border-color: #464648;
}
.bootstrap-4 .list-group-item-alt-primary {
  color: #60748f;
  background-color: #e0ebfa;
}
.bootstrap-4 .list-group-item-alt-primary.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-primary.list-group-item-action:focus {
  color: #60748f;
  background-color: #caddf6;
}
.bootstrap-4 .list-group-item-alt-primary.list-group-item-action.active {
  color: #fff;
  background-color: #60748f;
  border-color: #60748f;
}
.bootstrap-4 .list-group-item-alt-secondary {
  color: #989898;
  background-color: white;
}
.bootstrap-4 .list-group-item-alt-secondary.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-secondary.list-group-item-action:focus {
  color: #989898;
  background-color: #f2f2f2;
}
.bootstrap-4 .list-group-item-alt-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #989898;
  border-color: #989898;
}
.bootstrap-4 .list-group-item-alt-meta {
  color: #737272;
  background-color: #ebebeb;
}
.bootstrap-4 .list-group-item-alt-meta.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-meta.list-group-item-action:focus {
  color: #737272;
  background-color: #dedede;
}
.bootstrap-4 .list-group-item-alt-meta.list-group-item-action.active {
  color: #fff;
  background-color: #737272;
  border-color: #737272;
}
.bootstrap-4 .list-group-item-alt-success {
  color: #397f49;
  background-color: #ccf2d4;
}
.bootstrap-4 .list-group-item-alt-success.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-success.list-group-item-action:focus {
  color: #397f49;
  background-color: #b8edc3;
}
.bootstrap-4 .list-group-item-alt-success.list-group-item-action.active {
  color: #fff;
  background-color: #397f49;
  border-color: #397f49;
}
.bootstrap-4 .list-group-item-alt-danger {
  color: #98666b;
  background-color: #ffe4e6;
}
.bootstrap-4 .list-group-item-alt-danger.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-danger.list-group-item-action:focus {
  color: #98666b;
  background-color: #ffcbce;
}
.bootstrap-4 .list-group-item-alt-danger.list-group-item-action.active {
  color: #fff;
  background-color: #98666b;
  border-color: #98666b;
}
.bootstrap-4 .list-group-item-bg0 {
  color: #989898;
  background-color: white;
}
.bootstrap-4 .list-group-item-bg0.list-group-item-action:hover, .bootstrap-4 .list-group-item-bg0.list-group-item-action:focus {
  color: #989898;
  background-color: #f2f2f2;
}
.bootstrap-4 .list-group-item-bg0.list-group-item-action.active {
  color: #fff;
  background-color: #989898;
  border-color: #989898;
}
.bootstrap-4 .list-group-item-bg1 {
  color: #949494;
  background-color: #fdfdfd;
}
.bootstrap-4 .list-group-item-bg1.list-group-item-action:hover, .bootstrap-4 .list-group-item-bg1.list-group-item-action:focus {
  color: #949494;
  background-color: #f0f0f0;
}
.bootstrap-4 .list-group-item-bg1.list-group-item-action.active {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
}
.bootstrap-4 .list-group-item-bg2 {
  color: #909090;
  background-color: #fbfbfb;
}
.bootstrap-4 .list-group-item-bg2.list-group-item-action:hover, .bootstrap-4 .list-group-item-bg2.list-group-item-action:focus {
  color: #909090;
  background-color: #eeeeee;
}
.bootstrap-4 .list-group-item-bg2.list-group-item-action.active {
  color: #fff;
  background-color: #909090;
  border-color: #909090;
}
.bootstrap-4 .list-group-item-bg3 {
  color: #878788;
  background-color: #f6f6f6;
}
.bootstrap-4 .list-group-item-bg3.list-group-item-action:hover, .bootstrap-4 .list-group-item-bg3.list-group-item-action:focus {
  color: #878788;
  background-color: #e9e9e9;
}
.bootstrap-4 .list-group-item-bg3.list-group-item-action.active {
  color: #fff;
  background-color: #878788;
  border-color: #878788;
}
.bootstrap-4 .list-group-item-selected {
  color: #898f96;
  background-color: #f7fafe;
}
.bootstrap-4 .list-group-item-selected.list-group-item-action:hover, .bootstrap-4 .list-group-item-selected.list-group-item-action:focus {
  color: #898f96;
  background-color: #e0ecfb;
}
.bootstrap-4 .list-group-item-selected.list-group-item-action.active {
  color: #fff;
  background-color: #898f96;
  border-color: #898f96;
}
.bootstrap-4 .list-group-item-alt-bg4 {
  color: #373940;
  background-color: #cbcccf;
}
.bootstrap-4 .list-group-item-alt-bg4.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-bg4.list-group-item-action:focus {
  color: #373940;
  background-color: #bebfc3;
}
.bootstrap-4 .list-group-item-alt-bg4.list-group-item-action.active {
  color: #fff;
  background-color: #373940;
  border-color: #373940;
}
.bootstrap-4 .list-group-item-alt-bg5 {
  color: #292929;
  background-color: #c3c3c3;
}
.bootstrap-4 .list-group-item-alt-bg5.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-bg5.list-group-item-action:focus {
  color: #292929;
  background-color: #b6b6b6;
}
.bootstrap-4 .list-group-item-alt-bg5.list-group-item-action.active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}
.bootstrap-4 .list-group-item-primary-graphics {
  color: #255584;
  background-color: #c1dbf4;
}
.bootstrap-4 .list-group-item-primary-graphics.list-group-item-action:hover, .bootstrap-4 .list-group-item-primary-graphics.list-group-item-action:focus {
  color: #255584;
  background-color: #abcef0;
}
.bootstrap-4 .list-group-item-primary-graphics.list-group-item-action.active {
  color: #fff;
  background-color: #255584;
  border-color: #255584;
}
.bootstrap-4 .list-group-item-secondary-graphics {
  color: #545454;
  background-color: #dadada;
}
.bootstrap-4 .list-group-item-secondary-graphics.list-group-item-action:hover, .bootstrap-4 .list-group-item-secondary-graphics.list-group-item-action:focus {
  color: #545454;
  background-color: #cdcdcd;
}
.bootstrap-4 .list-group-item-secondary-graphics.list-group-item-action.active {
  color: #fff;
  background-color: #545454;
  border-color: #545454;
}
.bootstrap-4 .list-group-item-secondary-rules {
  color: rgba(31, 31, 31, 0.7088);
  background-color: rgba(230, 230, 230, 0.8432);
}
.bootstrap-4 .list-group-item-secondary-rules.list-group-item-action:hover, .bootstrap-4 .list-group-item-secondary-rules.list-group-item-action:focus {
  color: rgba(31, 31, 31, 0.7088);
  background-color: rgba(217, 217, 217, 0.8432);
}
.bootstrap-4 .list-group-item-secondary-rules.list-group-item-action.active {
  color: #fff;
  background-color: rgba(31, 31, 31, 0.7088);
  border-color: rgba(31, 31, 31, 0.7088);
}
.bootstrap-4 .list-group-item-alt-primary-graphics {
  color: #41628d;
  background-color: #d0e2f9;
}
.bootstrap-4 .list-group-item-alt-primary-graphics.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-primary-graphics.list-group-item-action:focus {
  color: #41628d;
  background-color: #b9d4f6;
}
.bootstrap-4 .list-group-item-alt-primary-graphics.list-group-item-action.active {
  color: #fff;
  background-color: #41628d;
  border-color: #41628d;
}
.bootstrap-4 .list-group-item-alt-secondary-graphics {
  color: #616161;
  background-color: #e1e1e1;
}
.bootstrap-4 .list-group-item-alt-secondary-graphics.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-secondary-graphics.list-group-item-action:focus {
  color: #616161;
  background-color: #d4d4d4;
}
.bootstrap-4 .list-group-item-alt-secondary-graphics.list-group-item-action.active {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.bootstrap-4 .list-group-item-alt-rules {
  color: rgba(88, 88, 88, 0.6958);
  background-color: rgba(255, 255, 255, 0.8362);
}
.bootstrap-4 .list-group-item-alt-rules.list-group-item-action:hover, .bootstrap-4 .list-group-item-alt-rules.list-group-item-action:focus {
  color: rgba(88, 88, 88, 0.6958);
  background-color: rgba(242, 242, 242, 0.8362);
}
.bootstrap-4 .list-group-item-alt-rules.list-group-item-action.active {
  color: #fff;
  background-color: rgba(88, 88, 88, 0.6958);
  border-color: rgba(88, 88, 88, 0.6958);
}
.bootstrap-4 .list-group {
  margin-bottom: 0;
}
.bootstrap-4 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(41, 41, 41, 0.2);
  border-radius: 4px;
}
.bootstrap-4 .popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 4px;
}
.bootstrap-4 .popover .arrow::before, .bootstrap-4 .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-4 .bs-popover-top, .bootstrap-4 .bs-popover-auto[x-placement^=top] {
  margin-bottom: 8px;
}
.bootstrap-4 .bs-popover-top > .arrow, .bootstrap-4 .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -9px;
}
.bootstrap-4 .bs-popover-top > .arrow::before, .bootstrap-4 .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 8px 8px 0;
  border-top-color: rgba(41, 41, 41, 0.25);
}
.bootstrap-4 .bs-popover-top > .arrow::after, .bootstrap-4 .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 8px 8px 0;
  border-top-color: #fff;
}
.bootstrap-4 .bs-popover-right, .bootstrap-4 .bs-popover-auto[x-placement^=right] {
  margin-left: 8px;
}
.bootstrap-4 .bs-popover-right > .arrow, .bootstrap-4 .bs-popover-auto[x-placement^=right] > .arrow {
  left: -9px;
  width: 8px;
  height: 16px;
  margin: 4px 0;
}
.bootstrap-4 .bs-popover-right > .arrow::before, .bootstrap-4 .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 8px 8px 8px 0;
  border-right-color: rgba(41, 41, 41, 0.25);
}
.bootstrap-4 .bs-popover-right > .arrow::after, .bootstrap-4 .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
}
.bootstrap-4 .bs-popover-bottom, .bootstrap-4 .bs-popover-auto[x-placement^=bottom] {
  margin-top: 8px;
}
.bootstrap-4 .bs-popover-bottom > .arrow, .bootstrap-4 .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -9px;
}
.bootstrap-4 .bs-popover-bottom > .arrow::before, .bootstrap-4 .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 8px 8px 8px;
  border-bottom-color: rgba(41, 41, 41, 0.25);
}
.bootstrap-4 .bs-popover-bottom > .arrow::after, .bootstrap-4 .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 8px 8px 8px;
  border-bottom-color: #fff;
}
.bootstrap-4 .bs-popover-bottom .popover-header::before, .bootstrap-4 .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  margin-left: -8px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bootstrap-4 .bs-popover-left, .bootstrap-4 .bs-popover-auto[x-placement^=left] {
  margin-right: 8px;
}
.bootstrap-4 .bs-popover-left > .arrow, .bootstrap-4 .bs-popover-auto[x-placement^=left] > .arrow {
  right: -9px;
  width: 8px;
  height: 16px;
  margin: 4px 0;
}
.bootstrap-4 .bs-popover-left > .arrow::before, .bootstrap-4 .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 8px 0 8px 8px;
  border-left-color: rgba(41, 41, 41, 0.25);
}
.bootstrap-4 .bs-popover-left > .arrow::after, .bootstrap-4 .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 8px 0 8px 8px;
  border-left-color: #fff;
}
.bootstrap-4 .popover-header {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-4 .popover-header:empty {
  display: none;
}
.bootstrap-4 .popover-body {
  padding: 8px 8px;
  color: #292929;
}
.bootstrap-4 .modal-open {
  overflow: hidden;
}
.bootstrap-4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap-4 .modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}
.modal.fade .bootstrap-4 .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap-4 .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .bootstrap-4 .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .bootstrap-4 .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.bootstrap-4 .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 16px);
}
.bootstrap-4 .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 16px);
  overflow: hidden;
}
.bootstrap-4 .modal-dialog-scrollable .modal-header,
.bootstrap-4 .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bootstrap-4 .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap-4 .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 16px);
}
.bootstrap-4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 16px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.bootstrap-4 .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.bootstrap-4 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap-4 .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap-4 .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: #292929;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #444855;
  border-radius: 4px;
  outline: 0;
}
.bootstrap-4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #292929;
}
.bootstrap-4 .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap-4 .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap-4 .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #dededf;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-4 .modal-header .close {
  padding: 16px;
  margin: -16px -16px -16px auto;
}
.bootstrap-4 .modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}
.bootstrap-4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 16px;
}
.bootstrap-4 .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #dededf;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-4 .modal-footer > * {
  margin: 4px;
}
.bootstrap-4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap-4 .modal-dialog {
    max-width: 500px;
    margin: 28px auto;
  }
  .bootstrap-4 .modal-dialog-scrollable {
    max-height: calc(100% - 56px);
  }
  .bootstrap-4 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 56px);
  }
  .bootstrap-4 .modal-dialog-centered {
    min-height: calc(100% - 56px);
  }
  .bootstrap-4 .modal-dialog-centered::before {
    height: calc(100vh - 56px);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .bootstrap-4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .modal-lg,
.bootstrap-4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap-4 .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .bootstrap-4 .modal .modal-dialog {
    max-width: 100vw;
  }
}
.bootstrap-4 .modal .modal-content {
  border: none;
  background: none;
}
.bootstrap-4 .modal .modal-body,
.bootstrap-4 .modal .modal-footer {
  background-color: #fff;
}
.bootstrap-4 .modal .modal-footer {
  margin-top: 0;
}
.bootstrap-4 .modal .modal-footer .btn + .btn {
  margin-bottom: 4px;
  margin-left: 4px;
}
.bootstrap-4 .modal .modal-header {
  background: #444855;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
}
.bootstrap-4 .modal .modal-header .modal-title {
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  word-break: break-all;
  word-break: break-word;
}
.bootstrap-4 .modal .modal-header .modal-title ~ button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bootstrap-4 .modal.fade.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bootstrap-4 .fade.show:not(.modal-backdrop) {
  opacity: 1;
}
.bootstrap-4 .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}
.bootstrap-4 .page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.25;
  color: #292929;
  background-color: transparent;
  border: 1px solid transparent;
}
.bootstrap-4 .page-link:hover {
  z-index: 2;
  color: #0c3966;
  text-decoration: none;
  background-color: #fff;
  border-color: transparent;
}
.bootstrap-4 .page-link:focus {
  z-index: 3;
  outline: #19528a auto 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-4 .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-4 .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bootstrap-4 .page-item.active .page-link {
  z-index: 3;
  color: #292929;
  background-color: #e1eefb;
  border-color: #e1eefb;
}
.bootstrap-4 .page-item.disabled .page-link {
  color: #7c7c7c;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: transparent;
}
.bootstrap-4 .pagination-lg .page-link {
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.4;
}
.bootstrap-4 .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-4 .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-4 .pagination-sm .page-link {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
}
.bootstrap-4 .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-4 .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bootstrap-4 .pagination {
  border-radius: 2px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-4 .progress {
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  overflow: hidden;
  line-height: 0;
  font-size: 12px;
  background-color: #efefef;
  border-radius: 2px;
}
.bootstrap-4 .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1460aa;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 16px 16px;
}
.bootstrap-4 .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.bootstrap-4 .progress {
  margin-bottom: 0;
}
.bootstrap-4 h1, .bootstrap-4 h2, .bootstrap-4 h3, .bootstrap-4 h4, .bootstrap-4 h5, .bootstrap-4 h6,
.bootstrap-4 .h1, .bootstrap-4 .h2, .bootstrap-4 .h3, .bootstrap-4 .h4, .bootstrap-4 .h5, .bootstrap-4 .h6 {
  margin-bottom: 8px;
  font-weight: 580;
  line-height: 1.4;
}
.bootstrap-4 h1, .bootstrap-4 .h1 {
  font-size: 40px;
}
.bootstrap-4 h2, .bootstrap-4 .h2 {
  font-size: 32px;
}
.bootstrap-4 h3, .bootstrap-4 .h3 {
  font-size: 28px;
}
.bootstrap-4 h4, .bootstrap-4 .h4 {
  font-size: 24px;
}
.bootstrap-4 h5, .bootstrap-4 .h5 {
  font-size: 20px;
}
.bootstrap-4 h6, .bootstrap-4 .h6 {
  font-size: 16px;
}
.bootstrap-4 .lead {
  font-size: 20px;
  font-weight: 300;
}
.bootstrap-4 .display-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 1.4;
}
.bootstrap-4 .display-2 {
  font-size: 88px;
  font-weight: 300;
  line-height: 1.4;
}
.bootstrap-4 .display-3 {
  font-size: 72px;
  font-weight: 300;
  line-height: 1.4;
}
.bootstrap-4 .display-4 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.4;
}
.bootstrap-4 hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(41, 41, 41, 0.1);
}
.bootstrap-4 small,
.bootstrap-4 .small {
  font-size: 14px;
  font-weight: 400;
}
.bootstrap-4 mark,
.bootstrap-4 .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-4 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-4 .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap-4 .list-inline-item {
  display: inline-block;
}
.bootstrap-4 .list-inline-item:not(:last-child) {
  margin-right: 8px;
}
.bootstrap-4 .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-4 .blockquote {
  margin-bottom: 16px;
  font-size: 20px;
}
.bootstrap-4 .blockquote-footer {
  display: block;
  font-size: 14px;
  color: #7c7c7c;
}
.bootstrap-4 .blockquote-footer::before {
  content: "— ";
}
.bootstrap-4 .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.bootstrap-4 .input-group > .form-control,
.bootstrap-4 .input-group > .form-control-plaintext,
.bootstrap-4 .input-group > .custom-select,
.bootstrap-4 .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap-4 .input-group > .form-control + .form-control,
.bootstrap-4 .input-group > .form-control + .custom-select,
.bootstrap-4 .input-group > .form-control + .custom-file,
.bootstrap-4 .input-group > .form-control-plaintext + .form-control,
.bootstrap-4 .input-group > .form-control-plaintext + .custom-select,
.bootstrap-4 .input-group > .form-control-plaintext + .custom-file,
.bootstrap-4 .input-group > .custom-select + .form-control,
.bootstrap-4 .input-group > .custom-select + .custom-select,
.bootstrap-4 .input-group > .custom-select + .custom-file,
.bootstrap-4 .input-group > .custom-file + .form-control,
.bootstrap-4 .input-group > .custom-file + .custom-select,
.bootstrap-4 .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap-4 .input-group > .form-control:focus,
.bootstrap-4 .input-group > .custom-select:focus,
.bootstrap-4 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap-4 .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap-4 .input-group > .form-control:not(:first-child),
.bootstrap-4 .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-4 .input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bootstrap-4 .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-4 .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-4 .input-group:not(.has-validation) > .form-control:not(:last-child),
.bootstrap-4 .input-group:not(.has-validation) > .custom-select:not(:last-child),
.bootstrap-4 .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-4 .input-group.has-validation > .form-control:nth-last-child(n+3),
.bootstrap-4 .input-group.has-validation > .custom-select:nth-last-child(n+3),
.bootstrap-4 .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-4 .input-group-prepend,
.bootstrap-4 .input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.bootstrap-4 .input-group-prepend .btn,
.bootstrap-4 .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap-4 .input-group-prepend .btn:focus,
.bootstrap-4 .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap-4 .input-group-prepend .btn + .btn,
.bootstrap-4 .input-group-prepend .btn + .input-group-text,
.bootstrap-4 .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-4 .input-group-prepend .input-group-text + .btn,
.bootstrap-4 .input-group-append .btn + .btn,
.bootstrap-4 .input-group-append .btn + .input-group-text,
.bootstrap-4 .input-group-append .input-group-text + .input-group-text,
.bootstrap-4 .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap-4 .input-group-prepend {
  margin-right: -1px;
}
.bootstrap-4 .input-group-append {
  margin-left: -1px;
}
.bootstrap-4 .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #606065;
  text-align: center;
  white-space: nowrap;
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 2px;
}
.bootstrap-4 .input-group-text input[type=radio],
.bootstrap-4 .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap-4 .input-group-lg > .form-control:not(textarea),
.bootstrap-4 .input-group-lg > .custom-select {
  height: calc(1.4em + 18px);
}
.bootstrap-4 .input-group-lg > .form-control,
.bootstrap-4 .input-group-lg > .custom-select,
.bootstrap-4 .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-4 .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-4 .input-group-lg > .input-group-prepend > .btn,
.bootstrap-4 .input-group-lg > .input-group-append > .btn {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 4px;
}
.bootstrap-4 .input-group-sm > .form-control:not(textarea),
.bootstrap-4 .input-group-sm > .custom-select {
  height: calc(1.4em + 10px);
}
.bootstrap-4 .input-group-sm > .form-control,
.bootstrap-4 .input-group-sm > .custom-select,
.bootstrap-4 .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-4 .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-4 .input-group-sm > .input-group-prepend > .btn,
.bootstrap-4 .input-group-sm > .input-group-append > .btn {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 2px;
}
.bootstrap-4 .input-group-lg > .custom-select,
.bootstrap-4 .input-group-sm > .custom-select {
  padding-right: 28px;
}
.bootstrap-4 .input-group > .input-group-prepend > .btn,
.bootstrap-4 .input-group > .input-group-prepend > .input-group-text,
.bootstrap-4 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.bootstrap-4 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-4 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.bootstrap-4 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.bootstrap-4 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-4 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-4 .input-group > .input-group-append > .btn,
.bootstrap-4 .input-group > .input-group-append > .input-group-text,
.bootstrap-4 .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-4 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-4 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-4 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-4 .form-control {
  display: block;
  width: 100%;
  height: calc(1.15em + 14px);
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #606065;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-4 .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #606065;
}
.bootstrap-4 .form-control:focus {
  color: #606065;
  background-color: #fff;
  border-color: #53a0eb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
          box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .form-control::-webkit-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.bootstrap-4 .form-control::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.bootstrap-4 .form-control:-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.bootstrap-4 .form-control::-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.bootstrap-4 .form-control::placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.bootstrap-4 .form-control:disabled, .bootstrap-4 .form-control[readonly] {
  background-color: #efefef;
  opacity: 1;
}
.bootstrap-4 input[type=date].form-control,
.bootstrap-4 input[type=time].form-control,
.bootstrap-4 input[type=datetime-local].form-control,
.bootstrap-4 input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-4 select.form-control:focus::-ms-value {
  color: #606065;
  background-color: #fff;
}
.bootstrap-4 .form-control-file,
.bootstrap-4 .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap-4 .col-form-label {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.15;
}
.bootstrap-4 .col-form-label-lg {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 1.4;
}
.bootstrap-4 .col-form-label-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
}
.bootstrap-4 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.15;
  color: #292929;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap-4 .form-control-plaintext.form-control-sm, .bootstrap-4 .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-4 .form-control-sm {
  height: calc(1.4em + 10px);
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 2px;
}
.bootstrap-4 .form-control-lg {
  height: calc(1.4em + 18px);
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 4px;
}
.bootstrap-4 select.form-control[size], .bootstrap-4 select.form-control[multiple] {
  height: auto;
}
.bootstrap-4 textarea.form-control {
  height: auto;
}
.bootstrap-4 .form-group {
  margin-bottom: 16px;
}
.bootstrap-4 .form-text {
  display: block;
  margin-top: 4px;
}
.bootstrap-4 .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap-4 .form-row > .col,
.bootstrap-4 .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-4 .form-check {
  position: relative;
  display: block;
  padding-left: 20px;
}
.bootstrap-4 .form-check-input {
  position: absolute;
  margin-top: 4.8px;
  margin-left: -20px;
}
.bootstrap-4 .form-check-input[disabled] ~ .form-check-label, .bootstrap-4 .form-check-input:disabled ~ .form-check-label {
  color: #7c7c7c;
}
.bootstrap-4 .form-check-label {
  margin-bottom: 0;
}
.bootstrap-4 .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 12px;
}
.bootstrap-4 .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
}
.bootstrap-4 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: #126e27;
}
.bootstrap-4 .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(18, 110, 39, 0.9);
  border-radius: 2px;
}
.form-row > .col > .bootstrap-4 .valid-tooltip, .form-row > [class*=col-] > .bootstrap-4 .valid-tooltip {
  left: 5px;
}
.was-validated .bootstrap-4:valid ~ .valid-feedback,
.was-validated .bootstrap-4:valid ~ .valid-tooltip, .bootstrap-4.is-valid ~ .valid-feedback,
.bootstrap-4.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 .form-control:valid, .bootstrap-4 .form-control.is-valid {
  border-color: #126e27;
  padding-right: calc(1.15em + 12px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23126e27' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.2875em + 3px) center;
  background-size: calc(0.575em + 6px) calc(0.575em + 6px);
}
.was-validated .bootstrap-4 .form-control:valid:focus, .bootstrap-4 .form-control.is-valid:focus {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 textarea.form-control:valid, .bootstrap-4 textarea.form-control.is-valid {
  padding-right: calc(1.15em + 12px);
  background-position: top calc(0.2875em + 3px) right calc(0.2875em + 3px);
}
.was-validated .bootstrap-4 .custom-select:valid, .bootstrap-4 .custom-select.is-valid {
  border-color: #126e27;
  padding-right: calc(0.75em + 37px);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23606065' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23126e27' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 28px/calc(0.575em + 6px) calc(0.575em + 6px) no-repeat;
}
.was-validated .bootstrap-4 .custom-select:valid:focus, .bootstrap-4 .custom-select.is-valid:focus {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 .form-check-input:valid ~ .form-check-label, .bootstrap-4 .form-check-input.is-valid ~ .form-check-label {
  color: #126e27;
}
.was-validated .bootstrap-4 .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap-4 .form-check-input:valid ~ .valid-tooltip, .bootstrap-4 .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-4 .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 .custom-control-input:valid ~ .custom-control-label, .bootstrap-4 .custom-control-input.is-valid ~ .custom-control-label {
  color: #126e27;
}
.was-validated .bootstrap-4 .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #126e27;
}
.was-validated .bootstrap-4 .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #199a37;
  background-color: #199a37;
}
.was-validated .bootstrap-4 .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #126e27;
}
.was-validated .bootstrap-4 .custom-file-input:valid ~ .custom-file-label, .bootstrap-4 .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #126e27;
}
.was-validated .bootstrap-4 .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-4 .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.bootstrap-4 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: #bb202f;
}
.bootstrap-4 .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(187, 32, 47, 0.9);
  border-radius: 2px;
}
.form-row > .col > .bootstrap-4 .invalid-tooltip, .form-row > [class*=col-] > .bootstrap-4 .invalid-tooltip {
  left: 5px;
}
.was-validated .bootstrap-4:invalid ~ .invalid-feedback,
.was-validated .bootstrap-4:invalid ~ .invalid-tooltip, .bootstrap-4.is-invalid ~ .invalid-feedback,
.bootstrap-4.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 .form-control:invalid, .bootstrap-4 .form-control.is-invalid {
  border-color: #bb202f;
  padding-right: calc(1.15em + 12px);
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-undefined' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-testid='input-error'%3e%3cpath fill='%23c63939' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.2875em + 3px) center;
  background-size: calc(0.575em + 6px) calc(0.575em + 6px);
}
.was-validated .bootstrap-4 .form-control:invalid:focus, .bootstrap-4 .form-control.is-invalid:focus {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 textarea.form-control:invalid, .bootstrap-4 textarea.form-control.is-invalid {
  padding-right: calc(1.15em + 12px);
  background-position: top calc(0.2875em + 3px) right calc(0.2875em + 3px);
}
.was-validated .bootstrap-4 .custom-select:invalid, .bootstrap-4 .custom-select.is-invalid {
  border-color: #bb202f;
  padding-right: calc(0.75em + 37px);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23606065' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-undefined' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-testid='input-error'%3e%3cpath fill='%23c63939' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'%3e%3c/path%3e%3c/svg%3e") center right 28px/calc(0.575em + 6px) calc(0.575em + 6px) no-repeat;
}
.was-validated .bootstrap-4 .custom-select:invalid:focus, .bootstrap-4 .custom-select.is-invalid:focus {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 .form-check-input:invalid ~ .form-check-label, .bootstrap-4 .form-check-input.is-invalid ~ .form-check-label {
  color: #bb202f;
}
.was-validated .bootstrap-4 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap-4 .form-check-input:invalid ~ .invalid-tooltip, .bootstrap-4 .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-4 .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 .custom-control-input:invalid ~ .custom-control-label, .bootstrap-4 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #bb202f;
}
.was-validated .bootstrap-4 .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #dc3243;
  background-color: #dc3243;
}
.was-validated .bootstrap-4 .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-4 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 .custom-file-input:invalid ~ .custom-file-label, .bootstrap-4 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-4 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.bootstrap-4 .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.bootstrap-4 .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-4 .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap-4 .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .bootstrap-4 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-4 .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap-4 .form-inline .input-group,
.bootstrap-4 .form-inline .custom-select {
    width: auto;
  }
  .bootstrap-4 .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap-4 .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 4px;
    margin-left: 0;
  }
  .bootstrap-4 .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bootstrap-4 .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap-4 label {
  display: inline-block;
  margin-bottom: 8px;
}
.bootstrap-4 * .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: #126e27;
}
.bootstrap-4 * .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(18, 110, 39, 0.9);
  border-radius: 2px;
}
.form-row > .col > .bootstrap-4 * .valid-tooltip, .form-row > [class*=col-] > .bootstrap-4 * .valid-tooltip {
  left: 5px;
}
.was-validated .bootstrap-4 *:valid ~ .valid-feedback,
.was-validated .bootstrap-4 *:valid ~ .valid-tooltip, .bootstrap-4 *.is-valid ~ .valid-feedback,
.bootstrap-4 *.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 * .form-control:valid, .bootstrap-4 * .form-control.is-valid {
  border-color: #126e27;
  padding-right: calc(1.15em + 12px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23126e27' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.2875em + 3px) center;
  background-size: calc(0.575em + 6px) calc(0.575em + 6px);
}
.was-validated .bootstrap-4 * .form-control:valid:focus, .bootstrap-4 * .form-control.is-valid:focus {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 * textarea.form-control:valid, .bootstrap-4 * textarea.form-control.is-valid {
  padding-right: calc(1.15em + 12px);
  background-position: top calc(0.2875em + 3px) right calc(0.2875em + 3px);
}
.was-validated .bootstrap-4 * .custom-select:valid, .bootstrap-4 * .custom-select.is-valid {
  border-color: #126e27;
  padding-right: calc(0.75em + 37px);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23606065' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23126e27' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 28px/calc(0.575em + 6px) calc(0.575em + 6px) no-repeat;
}
.was-validated .bootstrap-4 * .custom-select:valid:focus, .bootstrap-4 * .custom-select.is-valid:focus {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 * .form-check-input:valid ~ .form-check-label, .bootstrap-4 * .form-check-input.is-valid ~ .form-check-label {
  color: #126e27;
}
.was-validated .bootstrap-4 * .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap-4 * .form-check-input:valid ~ .valid-tooltip, .bootstrap-4 * .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-4 * .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 * .custom-control-input:valid ~ .custom-control-label, .bootstrap-4 * .custom-control-input.is-valid ~ .custom-control-label {
  color: #126e27;
}
.was-validated .bootstrap-4 * .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #126e27;
}
.was-validated .bootstrap-4 * .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #199a37;
  background-color: #199a37;
}
.was-validated .bootstrap-4 * .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.was-validated .bootstrap-4 * .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #126e27;
}
.was-validated .bootstrap-4 * .custom-file-input:valid ~ .custom-file-label, .bootstrap-4 * .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #126e27;
}
.was-validated .bootstrap-4 * .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-4 * .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #126e27;
  -webkit-box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
          box-shadow: 0 0 0 3.2px rgba(18, 110, 39, 0.25);
}
.bootstrap-4 * .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: #bb202f;
}
.bootstrap-4 * .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(187, 32, 47, 0.9);
  border-radius: 2px;
}
.form-row > .col > .bootstrap-4 * .invalid-tooltip, .form-row > [class*=col-] > .bootstrap-4 * .invalid-tooltip {
  left: 5px;
}
.was-validated .bootstrap-4 *:invalid ~ .invalid-feedback,
.was-validated .bootstrap-4 *:invalid ~ .invalid-tooltip, .bootstrap-4 *.is-invalid ~ .invalid-feedback,
.bootstrap-4 *.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 * .form-control:invalid, .bootstrap-4 * .form-control.is-invalid {
  border-color: #bb202f;
  padding-right: calc(1.15em + 12px);
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-undefined' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-testid='input-error'%3e%3cpath fill='%23c63939' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.2875em + 3px) center;
  background-size: calc(0.575em + 6px) calc(0.575em + 6px);
}
.was-validated .bootstrap-4 * .form-control:invalid:focus, .bootstrap-4 * .form-control.is-invalid:focus {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 * textarea.form-control:invalid, .bootstrap-4 * textarea.form-control.is-invalid {
  padding-right: calc(1.15em + 12px);
  background-position: top calc(0.2875em + 3px) right calc(0.2875em + 3px);
}
.was-validated .bootstrap-4 * .custom-select:invalid, .bootstrap-4 * .custom-select.is-invalid {
  border-color: #bb202f;
  padding-right: calc(0.75em + 37px);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23606065' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-undefined' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-testid='input-error'%3e%3cpath fill='%23c63939' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'%3e%3c/path%3e%3c/svg%3e") center right 28px/calc(0.575em + 6px) calc(0.575em + 6px) no-repeat;
}
.was-validated .bootstrap-4 * .custom-select:invalid:focus, .bootstrap-4 * .custom-select.is-invalid:focus {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 * .form-check-input:invalid ~ .form-check-label, .bootstrap-4 * .form-check-input.is-invalid ~ .form-check-label {
  color: #bb202f;
}
.was-validated .bootstrap-4 * .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap-4 * .form-check-input:invalid ~ .invalid-tooltip, .bootstrap-4 * .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-4 * .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap-4 * .custom-control-input:invalid ~ .custom-control-label, .bootstrap-4 * .custom-control-input.is-invalid ~ .custom-control-label {
  color: #bb202f;
}
.was-validated .bootstrap-4 * .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 * .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #dc3243;
  background-color: #dc3243;
}
.was-validated .bootstrap-4 * .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.was-validated .bootstrap-4 * .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-4 * .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 * .custom-file-input:invalid ~ .custom-file-label, .bootstrap-4 * .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bb202f;
}
.was-validated .bootstrap-4 * .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-4 * .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bb202f;
  -webkit-box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
          box-shadow: 0 0 0 3.2px rgba(187, 32, 47, 0.25);
}
.bootstrap-4 .form-group.has-error label {
  color: #bb202f;
}
.bootstrap-4 .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 22.4px;
  padding-left: 24px;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.bootstrap-4 .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.bootstrap-4 .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 19.2px;
  opacity: 0;
}
.bootstrap-4 .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1460aa;
  background-color: #1460aa;
}
.bootstrap-4 .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
          box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #53a0eb;
}
.bootstrap-4 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #80b9f0;
  border-color: #80b9f0;
}
.bootstrap-4 .custom-control-input[disabled] ~ .custom-control-label, .bootstrap-4 .custom-control-input:disabled ~ .custom-control-label {
  color: #7c7c7c;
}
.bootstrap-4 .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap-4 .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efefef;
}
.bootstrap-4 .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap-4 .custom-control-label::before {
  position: absolute;
  top: 3.2px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #7c7c7c solid 1px;
}
.bootstrap-4 .custom-control-label::after {
  position: absolute;
  top: 3.2px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.bootstrap-4 .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.bootstrap-4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap-4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1460aa;
  background-color: #1460aa;
}
.bootstrap-4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap-4 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 96, 170, 0.5);
}
.bootstrap-4 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(20, 96, 170, 0.5);
}
.bootstrap-4 .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap-4 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap-4 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 96, 170, 0.5);
}
.bootstrap-4 .custom-switch {
  padding-left: 36px;
}
.bootstrap-4 .custom-switch .custom-control-label::before {
  left: -36px;
  width: 28px;
  pointer-events: all;
  border-radius: 8px;
}
.bootstrap-4 .custom-switch .custom-control-label::after {
  top: 5.2px;
  left: -34px;
  width: 12px;
  height: 12px;
  background-color: #7c7c7c;
  border-radius: 8px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(12px);
      -ms-transform: translateX(12px);
          transform: translateX(12px);
}
.bootstrap-4 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 96, 170, 0.5);
}
.bootstrap-4 .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.15em + 14px);
  padding: 6px 28px 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #606065;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23606065' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-4 .custom-select:focus {
  border-color: #53a0eb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3.2px rgba(20, 96, 170, 0.25);
          box-shadow: 0 0 0 3.2px rgba(20, 96, 170, 0.25);
}
.bootstrap-4 .custom-select:focus::-ms-value {
  color: #606065;
  background-color: #fff;
}
.bootstrap-4 .custom-select[multiple], .bootstrap-4 .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 12px;
  background-image: none;
}
.bootstrap-4 .custom-select:disabled {
  color: #7c7c7c;
  background-color: #efefef;
}
.bootstrap-4 .custom-select::-ms-expand {
  display: none;
}
.bootstrap-4 .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #606065;
}
.bootstrap-4 .custom-select-sm {
  height: calc(1.4em + 10px);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 14px;
}
.bootstrap-4 .custom-select-lg {
  height: calc(1.4em + 18px);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 20px;
}
.bootstrap-4 .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.15em + 14px);
  margin-bottom: 0;
}
.bootstrap-4 .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.15em + 14px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.bootstrap-4 .custom-file-input:focus ~ .custom-file-label {
  border-color: #53a0eb;
  -webkit-box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
          box-shadow: inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .custom-file-input[disabled] ~ .custom-file-label, .bootstrap-4 .custom-file-input:disabled ~ .custom-file-label {
  background-color: #efefef;
}
.bootstrap-4 .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap-4 .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap-4 .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.15em + 14px);
  padding: 6px 12px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.15;
  color: #606065;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 2px;
}
.bootstrap-4 .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.15em + 12px);
  padding: 6px 12px;
  line-height: 1.15;
  color: #606065;
  content: "Browse";
  background-color: #efefef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}
.bootstrap-4 .custom-range {
  width: 100%;
  height: 22.4px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-4 .custom-range:focus {
  outline: 0;
}
.bootstrap-4 .custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
          box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(41, 41, 41, 0.075), 0 0 8px rgba(20, 96, 170, 0.6);
}
.bootstrap-4 .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap-4 .custom-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  background-color: #1460aa;
  border: 0;
  border-radius: 16px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .custom-range::-webkit-slider-thumb:active {
  background-color: #80b9f0;
}
.bootstrap-4 .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  color: transparent;
  cursor: pointer;
  background-color: #dededf;
  border-color: transparent;
  border-radius: 16px;
}
.bootstrap-4 .custom-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #1460aa;
  border: 0;
  border-radius: 16px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .custom-range::-moz-range-thumb:active {
  background-color: #80b9f0;
}
.bootstrap-4 .custom-range::-moz-range-track {
  width: 100%;
  height: 8px;
  color: transparent;
  cursor: pointer;
  background-color: #dededf;
  border-color: transparent;
  border-radius: 16px;
}
.bootstrap-4 .custom-range::-ms-thumb {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 3.2px;
  margin-left: 3.2px;
  background-color: #1460aa;
  border: 0;
  border-radius: 16px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .custom-range::-ms-thumb:active {
  background-color: #80b9f0;
}
.bootstrap-4 .custom-range::-ms-track {
  width: 100%;
  height: 8px;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 8px;
}
.bootstrap-4 .custom-range::-ms-fill-lower {
  background-color: #dededf;
  border-radius: 16px;
}
.bootstrap-4 .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dededf;
  border-radius: 16px;
}
.bootstrap-4 .custom-range:disabled::-webkit-slider-thumb {
  background-color: #7c7c7c;
}
.bootstrap-4 .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap-4 .custom-range:disabled::-moz-range-thumb {
  background-color: #7c7c7c;
}
.bootstrap-4 .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap-4 .custom-range:disabled::-ms-thumb {
  background-color: #7c7c7c;
}
.bootstrap-4 .custom-control-label::before,
.bootstrap-4 .custom-file-label,
.bootstrap-4 .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-4 .custom-control-label::before,
.bootstrap-4 .custom-file-label,
.bootstrap-4 .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bootstrap-4 .custom-control {
  z-index: 0;
}
.bootstrap-4 .custom-control,
.bootstrap-4 .custom-control > * {
  line-height: 1.4;
}
.bootstrap-4 .custom-radio input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bootstrap-4 label.custom-control-label {
  cursor: pointer;
}
.bootstrap-4 input[type=radio],
.bootstrap-4 input[type=checkbox] {
  margin-top: 0;
}
.bootstrap-4 .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap-4 .align-top {
  vertical-align: top !important;
}
.bootstrap-4 .align-middle {
  vertical-align: middle !important;
}
.bootstrap-4 .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap-4 .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap-4 .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap-4 .border {
  border: 1px solid #dededf !important;
}
.bootstrap-4 .border-top {
  border-top: 1px solid #dededf !important;
}
.bootstrap-4 .border-right {
  border-right: 1px solid #dededf !important;
}
.bootstrap-4 .border-bottom {
  border-bottom: 1px solid #dededf !important;
}
.bootstrap-4 .border-left {
  border-left: 1px solid #dededf !important;
}
.bootstrap-4 .border-0 {
  border: 0 !important;
}
.bootstrap-4 .border-top-0 {
  border-top: 0 !important;
}
.bootstrap-4 .border-right-0 {
  border-right: 0 !important;
}
.bootstrap-4 .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap-4 .border-left-0 {
  border-left: 0 !important;
}
.bootstrap-4 .border-primary {
  border-color: #1460aa !important;
}
.bootstrap-4 .border-secondary {
  border-color: #292929 !important;
}
.bootstrap-4 .border-success {
  border-color: #126e27 !important;
}
.bootstrap-4 .border-info {
  border-color: #17a2b8 !important;
}
.bootstrap-4 .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap-4 .border-danger {
  border-color: #bb202f !important;
}
.bootstrap-4 .border-light {
  border-color: #f7f7f7 !important;
}
.bootstrap-4 .border-dark {
  border-color: #606065 !important;
}
.bootstrap-4 .border-meta {
  border-color: #606065 !important;
}
.bootstrap-4 .border-alt-primary {
  border-color: #92b9ed !important;
}
.bootstrap-4 .border-alt-secondary {
  border-color: #fff !important;
}
.bootstrap-4 .border-alt-meta {
  border-color: #b7b6b6 !important;
}
.bootstrap-4 .border-alt-success {
  border-color: #48cf67 !important;
}
.bootstrap-4 .border-alt-danger {
  border-color: #ff9ea7 !important;
}
.bootstrap-4 .border-bg0 {
  border-color: #fff !important;
}
.bootstrap-4 .border-bg1 {
  border-color: #f7f7f7 !important;
}
.bootstrap-4 .border-bg2 {
  border-color: #efefef !important;
}
.bootstrap-4 .border-bg3 {
  border-color: #dededf !important;
}
.bootstrap-4 .border-selected {
  border-color: #e1eefb !important;
}
.bootstrap-4 .border-alt-bg4 {
  border-color: #444855 !important;
}
.bootstrap-4 .border-alt-bg5 {
  border-color: #292929 !important;
}
.bootstrap-4 .border-primary-graphics {
  border-color: #227ed8 !important;
}
.bootstrap-4 .border-secondary-graphics {
  border-color: #7c7c7c !important;
}
.bootstrap-4 .border-secondary-rules {
  border-color: rgba(0, 0, 0, 0.44) !important;
}
.bootstrap-4 .border-alt-primary-graphics {
  border-color: #5796ea !important;
}
.bootstrap-4 .border-alt-secondary-graphics {
  border-color: #949494 !important;
}
.bootstrap-4 .border-alt-rules {
  border-color: rgba(255, 255, 255, 0.415) !important;
}
.bootstrap-4 .border-white {
  border-color: #fff !important;
}
.bootstrap-4 .rounded-sm {
  border-radius: 2px !important;
}
.bootstrap-4 .rounded {
  border-radius: 2px !important;
}
.bootstrap-4 .rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.bootstrap-4 .rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.bootstrap-4 .rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.bootstrap-4 .rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.bootstrap-4 .rounded-lg {
  border-radius: 4px !important;
}
.bootstrap-4 .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap-4 .rounded-pill {
  border-radius: 800px !important;
}
.bootstrap-4 .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap-4 .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-4 .d-none {
  display: none !important;
}
.bootstrap-4 .d-inline {
  display: inline !important;
}
.bootstrap-4 .d-inline-block {
  display: inline-block !important;
}
.bootstrap-4 .d-block {
  display: block !important;
}
.bootstrap-4 .d-table {
  display: table !important;
}
.bootstrap-4 .d-table-row {
  display: table-row !important;
}
.bootstrap-4 .d-table-cell {
  display: table-cell !important;
}
.bootstrap-4 .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.bootstrap-4 .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .d-sm-none {
    display: none !important;
  }
  .bootstrap-4 .d-sm-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-sm-block {
    display: block !important;
  }
  .bootstrap-4 .d-sm-table {
    display: table !important;
  }
  .bootstrap-4 .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .d-md-none {
    display: none !important;
  }
  .bootstrap-4 .d-md-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-md-block {
    display: block !important;
  }
  .bootstrap-4 .d-md-table {
    display: table !important;
  }
  .bootstrap-4 .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .d-lg-none {
    display: none !important;
  }
  .bootstrap-4 .d-lg-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-lg-block {
    display: block !important;
  }
  .bootstrap-4 .d-lg-table {
    display: table !important;
  }
  .bootstrap-4 .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .d-xl-none {
    display: none !important;
  }
  .bootstrap-4 .d-xl-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-xl-block {
    display: block !important;
  }
  .bootstrap-4 .d-xl-table {
    display: table !important;
  }
  .bootstrap-4 .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap-4 .d-print-none {
    display: none !important;
  }
  .bootstrap-4 .d-print-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-print-block {
    display: block !important;
  }
  .bootstrap-4 .d-print-table {
    display: table !important;
  }
  .bootstrap-4 .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.bootstrap-4 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap-4 .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap-4 .embed-responsive .embed-responsive-item,
.bootstrap-4 .embed-responsive iframe,
.bootstrap-4 .embed-responsive embed,
.bootstrap-4 .embed-responsive object,
.bootstrap-4 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-4 .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.bootstrap-4 .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap-4 .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap-4 .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap-4 .flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.bootstrap-4 .flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.bootstrap-4 .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.bootstrap-4 .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.bootstrap-4 .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.bootstrap-4 .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.bootstrap-4 .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.bootstrap-4 .flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}
.bootstrap-4 .flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}
.bootstrap-4 .flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}
.bootstrap-4 .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.bootstrap-4 .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.bootstrap-4 .justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.bootstrap-4 .justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.bootstrap-4 .justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.bootstrap-4 .justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.bootstrap-4 .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.bootstrap-4 .align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.bootstrap-4 .align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.bootstrap-4 .align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.bootstrap-4 .align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.bootstrap-4 .align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.bootstrap-4 .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.bootstrap-4 .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.bootstrap-4 .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.bootstrap-4 .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.bootstrap-4 .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.bootstrap-4 .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.bootstrap-4 .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.bootstrap-4 .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.bootstrap-4 .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.bootstrap-4 .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.bootstrap-4 .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.bootstrap-4 .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bootstrap-4 .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bootstrap-4 .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bootstrap-4 .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bootstrap-4 .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bootstrap-4 .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bootstrap-4 .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bootstrap-4 .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .bootstrap-4 .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .bootstrap-4 .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .bootstrap-4 .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .bootstrap-4 .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .bootstrap-4 .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bootstrap-4 .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bootstrap-4 .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bootstrap-4 .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bootstrap-4 .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bootstrap-4 .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bootstrap-4 .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bootstrap-4 .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bootstrap-4 .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bootstrap-4 .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bootstrap-4 .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bootstrap-4 .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bootstrap-4 .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bootstrap-4 .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bootstrap-4 .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bootstrap-4 .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bootstrap-4 .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bootstrap-4 .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bootstrap-4 .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bootstrap-4 .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bootstrap-4 .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bootstrap-4 .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bootstrap-4 .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bootstrap-4 .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bootstrap-4 .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bootstrap-4 .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bootstrap-4 .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bootstrap-4 .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bootstrap-4 .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .bootstrap-4 .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .bootstrap-4 .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .bootstrap-4 .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .bootstrap-4 .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .bootstrap-4 .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bootstrap-4 .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bootstrap-4 .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bootstrap-4 .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bootstrap-4 .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bootstrap-4 .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bootstrap-4 .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bootstrap-4 .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bootstrap-4 .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bootstrap-4 .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bootstrap-4 .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bootstrap-4 .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bootstrap-4 .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bootstrap-4 .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bootstrap-4 .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bootstrap-4 .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bootstrap-4 .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bootstrap-4 .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bootstrap-4 .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bootstrap-4 .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bootstrap-4 .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bootstrap-4 .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bootstrap-4 .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bootstrap-4 .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bootstrap-4 .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bootstrap-4 .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bootstrap-4 .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bootstrap-4 .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bootstrap-4 .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .bootstrap-4 .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .bootstrap-4 .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .bootstrap-4 .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .bootstrap-4 .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .bootstrap-4 .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bootstrap-4 .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bootstrap-4 .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bootstrap-4 .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bootstrap-4 .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bootstrap-4 .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bootstrap-4 .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bootstrap-4 .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bootstrap-4 .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bootstrap-4 .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bootstrap-4 .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bootstrap-4 .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bootstrap-4 .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bootstrap-4 .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bootstrap-4 .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bootstrap-4 .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bootstrap-4 .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bootstrap-4 .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bootstrap-4 .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bootstrap-4 .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bootstrap-4 .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bootstrap-4 .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bootstrap-4 .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bootstrap-4 .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bootstrap-4 .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bootstrap-4 .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bootstrap-4 .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bootstrap-4 .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bootstrap-4 .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .bootstrap-4 .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .bootstrap-4 .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .bootstrap-4 .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .bootstrap-4 .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .bootstrap-4 .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bootstrap-4 .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bootstrap-4 .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bootstrap-4 .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bootstrap-4 .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bootstrap-4 .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bootstrap-4 .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bootstrap-4 .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bootstrap-4 .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bootstrap-4 .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bootstrap-4 .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bootstrap-4 .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bootstrap-4 .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bootstrap-4 .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bootstrap-4 .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bootstrap-4 .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bootstrap-4 .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bootstrap-4 .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bootstrap-4 .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bootstrap-4 .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bootstrap-4 .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bootstrap-4 .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.bootstrap-4 .float-left {
  float: left !important;
}
.bootstrap-4 .float-right {
  float: right !important;
}
.bootstrap-4 .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .float-sm-left {
    float: left !important;
  }
  .bootstrap-4 .float-sm-right {
    float: right !important;
  }
  .bootstrap-4 .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .float-md-left {
    float: left !important;
  }
  .bootstrap-4 .float-md-right {
    float: right !important;
  }
  .bootstrap-4 .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .float-lg-left {
    float: left !important;
  }
  .bootstrap-4 .float-lg-right {
    float: right !important;
  }
  .bootstrap-4 .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .float-xl-left {
    float: left !important;
  }
  .bootstrap-4 .float-xl-right {
    float: right !important;
  }
  .bootstrap-4 .float-xl-none {
    float: none !important;
  }
}
.bootstrap-4 .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.bootstrap-4 .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.bootstrap-4 .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.bootstrap-4 .overflow-auto {
  overflow: auto !important;
}
.bootstrap-4 .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap-4 .position-static {
  position: static !important;
}
.bootstrap-4 .position-relative {
  position: relative !important;
}
.bootstrap-4 .position-absolute {
  position: absolute !important;
}
.bootstrap-4 .position-fixed {
  position: fixed !important;
}
.bootstrap-4 .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrap-4 .position-inherit {
  position: inherit !important;
}
.bootstrap-4 .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-4 .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bootstrap-4 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-4 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bootstrap-4 .sr-only-focusable:active, .bootstrap-4 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap-4 .shadow-sm {
  -webkit-box-shadow: 0 2px 4px rgba(41, 41, 41, 0.075) !important;
          box-shadow: 0 2px 4px rgba(41, 41, 41, 0.075) !important;
}
.bootstrap-4 .shadow {
  -webkit-box-shadow: 0 8px 16px rgba(41, 41, 41, 0.15) !important;
          box-shadow: 0 8px 16px rgba(41, 41, 41, 0.15) !important;
}
.bootstrap-4 .shadow-lg {
  -webkit-box-shadow: 0 16px 48px rgba(41, 41, 41, 0.175) !important;
          box-shadow: 0 16px 48px rgba(41, 41, 41, 0.175) !important;
}
.bootstrap-4 .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-4 .w-25 {
  width: 25% !important;
}
.bootstrap-4 .w-50 {
  width: 50% !important;
}
.bootstrap-4 .w-75 {
  width: 75% !important;
}
.bootstrap-4 .w-100 {
  width: 100% !important;
}
.bootstrap-4 .w-auto {
  width: auto !important;
}
.bootstrap-4 .h-25 {
  height: 25% !important;
}
.bootstrap-4 .h-50 {
  height: 50% !important;
}
.bootstrap-4 .h-75 {
  height: 75% !important;
}
.bootstrap-4 .h-100 {
  height: 100% !important;
}
.bootstrap-4 .h-auto {
  height: auto !important;
}
.bootstrap-4 .mw-100 {
  max-width: 100% !important;
}
.bootstrap-4 .mh-100 {
  max-height: 100% !important;
}
.bootstrap-4 .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap-4 .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap-4 .vw-100 {
  width: 100vw !important;
}
.bootstrap-4 .vh-100 {
  height: 100vh !important;
}
.bootstrap-4 .m-0 {
  margin: 0 !important;
}
.bootstrap-4 .mt-0,
.bootstrap-4 .my-0 {
  margin-top: 0 !important;
}
.bootstrap-4 .mr-0,
.bootstrap-4 .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-4 .mb-0,
.bootstrap-4 .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-4 .ml-0,
.bootstrap-4 .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-4 .m-1 {
  margin: 4px !important;
}
.bootstrap-4 .mt-1,
.bootstrap-4 .my-1 {
  margin-top: 4px !important;
}
.bootstrap-4 .mr-1,
.bootstrap-4 .mx-1 {
  margin-right: 4px !important;
}
.bootstrap-4 .mb-1,
.bootstrap-4 .my-1 {
  margin-bottom: 4px !important;
}
.bootstrap-4 .ml-1,
.bootstrap-4 .mx-1 {
  margin-left: 4px !important;
}
.bootstrap-4 .m-2 {
  margin: 8px !important;
}
.bootstrap-4 .mt-2,
.bootstrap-4 .my-2 {
  margin-top: 8px !important;
}
.bootstrap-4 .mr-2,
.bootstrap-4 .mx-2 {
  margin-right: 8px !important;
}
.bootstrap-4 .mb-2,
.bootstrap-4 .my-2 {
  margin-bottom: 8px !important;
}
.bootstrap-4 .ml-2,
.bootstrap-4 .mx-2 {
  margin-left: 8px !important;
}
.bootstrap-4 .m-3 {
  margin: 16px !important;
}
.bootstrap-4 .mt-3,
.bootstrap-4 .my-3 {
  margin-top: 16px !important;
}
.bootstrap-4 .mr-3,
.bootstrap-4 .mx-3 {
  margin-right: 16px !important;
}
.bootstrap-4 .mb-3,
.bootstrap-4 .my-3 {
  margin-bottom: 16px !important;
}
.bootstrap-4 .ml-3,
.bootstrap-4 .mx-3 {
  margin-left: 16px !important;
}
.bootstrap-4 .m-4 {
  margin: 24px !important;
}
.bootstrap-4 .mt-4,
.bootstrap-4 .my-4 {
  margin-top: 24px !important;
}
.bootstrap-4 .mr-4,
.bootstrap-4 .mx-4 {
  margin-right: 24px !important;
}
.bootstrap-4 .mb-4,
.bootstrap-4 .my-4 {
  margin-bottom: 24px !important;
}
.bootstrap-4 .ml-4,
.bootstrap-4 .mx-4 {
  margin-left: 24px !important;
}
.bootstrap-4 .m-5 {
  margin: 48px !important;
}
.bootstrap-4 .mt-5,
.bootstrap-4 .my-5 {
  margin-top: 48px !important;
}
.bootstrap-4 .mr-5,
.bootstrap-4 .mx-5 {
  margin-right: 48px !important;
}
.bootstrap-4 .mb-5,
.bootstrap-4 .my-5 {
  margin-bottom: 48px !important;
}
.bootstrap-4 .ml-5,
.bootstrap-4 .mx-5 {
  margin-left: 48px !important;
}
.bootstrap-4 .p-0 {
  padding: 0 !important;
}
.bootstrap-4 .pt-0,
.bootstrap-4 .py-0 {
  padding-top: 0 !important;
}
.bootstrap-4 .pr-0,
.bootstrap-4 .px-0 {
  padding-right: 0 !important;
}
.bootstrap-4 .pb-0,
.bootstrap-4 .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-4 .pl-0,
.bootstrap-4 .px-0 {
  padding-left: 0 !important;
}
.bootstrap-4 .p-1 {
  padding: 4px !important;
}
.bootstrap-4 .pt-1,
.bootstrap-4 .py-1 {
  padding-top: 4px !important;
}
.bootstrap-4 .pr-1,
.bootstrap-4 .px-1 {
  padding-right: 4px !important;
}
.bootstrap-4 .pb-1,
.bootstrap-4 .py-1 {
  padding-bottom: 4px !important;
}
.bootstrap-4 .pl-1,
.bootstrap-4 .px-1 {
  padding-left: 4px !important;
}
.bootstrap-4 .p-2 {
  padding: 8px !important;
}
.bootstrap-4 .pt-2,
.bootstrap-4 .py-2 {
  padding-top: 8px !important;
}
.bootstrap-4 .pr-2,
.bootstrap-4 .px-2 {
  padding-right: 8px !important;
}
.bootstrap-4 .pb-2,
.bootstrap-4 .py-2 {
  padding-bottom: 8px !important;
}
.bootstrap-4 .pl-2,
.bootstrap-4 .px-2 {
  padding-left: 8px !important;
}
.bootstrap-4 .p-3 {
  padding: 16px !important;
}
.bootstrap-4 .pt-3,
.bootstrap-4 .py-3 {
  padding-top: 16px !important;
}
.bootstrap-4 .pr-3,
.bootstrap-4 .px-3 {
  padding-right: 16px !important;
}
.bootstrap-4 .pb-3,
.bootstrap-4 .py-3 {
  padding-bottom: 16px !important;
}
.bootstrap-4 .pl-3,
.bootstrap-4 .px-3 {
  padding-left: 16px !important;
}
.bootstrap-4 .p-4 {
  padding: 24px !important;
}
.bootstrap-4 .pt-4,
.bootstrap-4 .py-4 {
  padding-top: 24px !important;
}
.bootstrap-4 .pr-4,
.bootstrap-4 .px-4 {
  padding-right: 24px !important;
}
.bootstrap-4 .pb-4,
.bootstrap-4 .py-4 {
  padding-bottom: 24px !important;
}
.bootstrap-4 .pl-4,
.bootstrap-4 .px-4 {
  padding-left: 24px !important;
}
.bootstrap-4 .p-5 {
  padding: 48px !important;
}
.bootstrap-4 .pt-5,
.bootstrap-4 .py-5 {
  padding-top: 48px !important;
}
.bootstrap-4 .pr-5,
.bootstrap-4 .px-5 {
  padding-right: 48px !important;
}
.bootstrap-4 .pb-5,
.bootstrap-4 .py-5 {
  padding-bottom: 48px !important;
}
.bootstrap-4 .pl-5,
.bootstrap-4 .px-5 {
  padding-left: 48px !important;
}
.bootstrap-4 .m-n1 {
  margin: -4px !important;
}
.bootstrap-4 .mt-n1,
.bootstrap-4 .my-n1 {
  margin-top: -4px !important;
}
.bootstrap-4 .mr-n1,
.bootstrap-4 .mx-n1 {
  margin-right: -4px !important;
}
.bootstrap-4 .mb-n1,
.bootstrap-4 .my-n1 {
  margin-bottom: -4px !important;
}
.bootstrap-4 .ml-n1,
.bootstrap-4 .mx-n1 {
  margin-left: -4px !important;
}
.bootstrap-4 .m-n2 {
  margin: -8px !important;
}
.bootstrap-4 .mt-n2,
.bootstrap-4 .my-n2 {
  margin-top: -8px !important;
}
.bootstrap-4 .mr-n2,
.bootstrap-4 .mx-n2 {
  margin-right: -8px !important;
}
.bootstrap-4 .mb-n2,
.bootstrap-4 .my-n2 {
  margin-bottom: -8px !important;
}
.bootstrap-4 .ml-n2,
.bootstrap-4 .mx-n2 {
  margin-left: -8px !important;
}
.bootstrap-4 .m-n3 {
  margin: -16px !important;
}
.bootstrap-4 .mt-n3,
.bootstrap-4 .my-n3 {
  margin-top: -16px !important;
}
.bootstrap-4 .mr-n3,
.bootstrap-4 .mx-n3 {
  margin-right: -16px !important;
}
.bootstrap-4 .mb-n3,
.bootstrap-4 .my-n3 {
  margin-bottom: -16px !important;
}
.bootstrap-4 .ml-n3,
.bootstrap-4 .mx-n3 {
  margin-left: -16px !important;
}
.bootstrap-4 .m-n4 {
  margin: -24px !important;
}
.bootstrap-4 .mt-n4,
.bootstrap-4 .my-n4 {
  margin-top: -24px !important;
}
.bootstrap-4 .mr-n4,
.bootstrap-4 .mx-n4 {
  margin-right: -24px !important;
}
.bootstrap-4 .mb-n4,
.bootstrap-4 .my-n4 {
  margin-bottom: -24px !important;
}
.bootstrap-4 .ml-n4,
.bootstrap-4 .mx-n4 {
  margin-left: -24px !important;
}
.bootstrap-4 .m-n5 {
  margin: -48px !important;
}
.bootstrap-4 .mt-n5,
.bootstrap-4 .my-n5 {
  margin-top: -48px !important;
}
.bootstrap-4 .mr-n5,
.bootstrap-4 .mx-n5 {
  margin-right: -48px !important;
}
.bootstrap-4 .mb-n5,
.bootstrap-4 .my-n5 {
  margin-bottom: -48px !important;
}
.bootstrap-4 .ml-n5,
.bootstrap-4 .mx-n5 {
  margin-left: -48px !important;
}
.bootstrap-4 .m-auto {
  margin: auto !important;
}
.bootstrap-4 .mt-auto,
.bootstrap-4 .my-auto {
  margin-top: auto !important;
}
.bootstrap-4 .mr-auto,
.bootstrap-4 .mx-auto {
  margin-right: auto !important;
}
.bootstrap-4 .mb-auto,
.bootstrap-4 .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-4 .ml-auto,
.bootstrap-4 .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-sm-0,
.bootstrap-4 .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-sm-0,
.bootstrap-4 .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-sm-0,
.bootstrap-4 .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-sm-0,
.bootstrap-4 .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-sm-1 {
    margin: 4px !important;
  }
  .bootstrap-4 .mt-sm-1,
.bootstrap-4 .my-sm-1 {
    margin-top: 4px !important;
  }
  .bootstrap-4 .mr-sm-1,
.bootstrap-4 .mx-sm-1 {
    margin-right: 4px !important;
  }
  .bootstrap-4 .mb-sm-1,
.bootstrap-4 .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .bootstrap-4 .ml-sm-1,
.bootstrap-4 .mx-sm-1 {
    margin-left: 4px !important;
  }
  .bootstrap-4 .m-sm-2 {
    margin: 8px !important;
  }
  .bootstrap-4 .mt-sm-2,
.bootstrap-4 .my-sm-2 {
    margin-top: 8px !important;
  }
  .bootstrap-4 .mr-sm-2,
.bootstrap-4 .mx-sm-2 {
    margin-right: 8px !important;
  }
  .bootstrap-4 .mb-sm-2,
.bootstrap-4 .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .bootstrap-4 .ml-sm-2,
.bootstrap-4 .mx-sm-2 {
    margin-left: 8px !important;
  }
  .bootstrap-4 .m-sm-3 {
    margin: 16px !important;
  }
  .bootstrap-4 .mt-sm-3,
.bootstrap-4 .my-sm-3 {
    margin-top: 16px !important;
  }
  .bootstrap-4 .mr-sm-3,
.bootstrap-4 .mx-sm-3 {
    margin-right: 16px !important;
  }
  .bootstrap-4 .mb-sm-3,
.bootstrap-4 .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .bootstrap-4 .ml-sm-3,
.bootstrap-4 .mx-sm-3 {
    margin-left: 16px !important;
  }
  .bootstrap-4 .m-sm-4 {
    margin: 24px !important;
  }
  .bootstrap-4 .mt-sm-4,
.bootstrap-4 .my-sm-4 {
    margin-top: 24px !important;
  }
  .bootstrap-4 .mr-sm-4,
.bootstrap-4 .mx-sm-4 {
    margin-right: 24px !important;
  }
  .bootstrap-4 .mb-sm-4,
.bootstrap-4 .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .bootstrap-4 .ml-sm-4,
.bootstrap-4 .mx-sm-4 {
    margin-left: 24px !important;
  }
  .bootstrap-4 .m-sm-5 {
    margin: 48px !important;
  }
  .bootstrap-4 .mt-sm-5,
.bootstrap-4 .my-sm-5 {
    margin-top: 48px !important;
  }
  .bootstrap-4 .mr-sm-5,
.bootstrap-4 .mx-sm-5 {
    margin-right: 48px !important;
  }
  .bootstrap-4 .mb-sm-5,
.bootstrap-4 .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .bootstrap-4 .ml-sm-5,
.bootstrap-4 .mx-sm-5 {
    margin-left: 48px !important;
  }
  .bootstrap-4 .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-sm-0,
.bootstrap-4 .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-sm-0,
.bootstrap-4 .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-sm-0,
.bootstrap-4 .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-sm-0,
.bootstrap-4 .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-sm-1 {
    padding: 4px !important;
  }
  .bootstrap-4 .pt-sm-1,
.bootstrap-4 .py-sm-1 {
    padding-top: 4px !important;
  }
  .bootstrap-4 .pr-sm-1,
.bootstrap-4 .px-sm-1 {
    padding-right: 4px !important;
  }
  .bootstrap-4 .pb-sm-1,
.bootstrap-4 .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .bootstrap-4 .pl-sm-1,
.bootstrap-4 .px-sm-1 {
    padding-left: 4px !important;
  }
  .bootstrap-4 .p-sm-2 {
    padding: 8px !important;
  }
  .bootstrap-4 .pt-sm-2,
.bootstrap-4 .py-sm-2 {
    padding-top: 8px !important;
  }
  .bootstrap-4 .pr-sm-2,
.bootstrap-4 .px-sm-2 {
    padding-right: 8px !important;
  }
  .bootstrap-4 .pb-sm-2,
.bootstrap-4 .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .bootstrap-4 .pl-sm-2,
.bootstrap-4 .px-sm-2 {
    padding-left: 8px !important;
  }
  .bootstrap-4 .p-sm-3 {
    padding: 16px !important;
  }
  .bootstrap-4 .pt-sm-3,
.bootstrap-4 .py-sm-3 {
    padding-top: 16px !important;
  }
  .bootstrap-4 .pr-sm-3,
.bootstrap-4 .px-sm-3 {
    padding-right: 16px !important;
  }
  .bootstrap-4 .pb-sm-3,
.bootstrap-4 .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .bootstrap-4 .pl-sm-3,
.bootstrap-4 .px-sm-3 {
    padding-left: 16px !important;
  }
  .bootstrap-4 .p-sm-4 {
    padding: 24px !important;
  }
  .bootstrap-4 .pt-sm-4,
.bootstrap-4 .py-sm-4 {
    padding-top: 24px !important;
  }
  .bootstrap-4 .pr-sm-4,
.bootstrap-4 .px-sm-4 {
    padding-right: 24px !important;
  }
  .bootstrap-4 .pb-sm-4,
.bootstrap-4 .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .bootstrap-4 .pl-sm-4,
.bootstrap-4 .px-sm-4 {
    padding-left: 24px !important;
  }
  .bootstrap-4 .p-sm-5 {
    padding: 48px !important;
  }
  .bootstrap-4 .pt-sm-5,
.bootstrap-4 .py-sm-5 {
    padding-top: 48px !important;
  }
  .bootstrap-4 .pr-sm-5,
.bootstrap-4 .px-sm-5 {
    padding-right: 48px !important;
  }
  .bootstrap-4 .pb-sm-5,
.bootstrap-4 .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .bootstrap-4 .pl-sm-5,
.bootstrap-4 .px-sm-5 {
    padding-left: 48px !important;
  }
  .bootstrap-4 .m-sm-n1 {
    margin: -4px !important;
  }
  .bootstrap-4 .mt-sm-n1,
.bootstrap-4 .my-sm-n1 {
    margin-top: -4px !important;
  }
  .bootstrap-4 .mr-sm-n1,
.bootstrap-4 .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .bootstrap-4 .mb-sm-n1,
.bootstrap-4 .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .bootstrap-4 .ml-sm-n1,
.bootstrap-4 .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .bootstrap-4 .m-sm-n2 {
    margin: -8px !important;
  }
  .bootstrap-4 .mt-sm-n2,
.bootstrap-4 .my-sm-n2 {
    margin-top: -8px !important;
  }
  .bootstrap-4 .mr-sm-n2,
.bootstrap-4 .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .bootstrap-4 .mb-sm-n2,
.bootstrap-4 .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .bootstrap-4 .ml-sm-n2,
.bootstrap-4 .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .bootstrap-4 .m-sm-n3 {
    margin: -16px !important;
  }
  .bootstrap-4 .mt-sm-n3,
.bootstrap-4 .my-sm-n3 {
    margin-top: -16px !important;
  }
  .bootstrap-4 .mr-sm-n3,
.bootstrap-4 .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .bootstrap-4 .mb-sm-n3,
.bootstrap-4 .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .bootstrap-4 .ml-sm-n3,
.bootstrap-4 .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .bootstrap-4 .m-sm-n4 {
    margin: -24px !important;
  }
  .bootstrap-4 .mt-sm-n4,
.bootstrap-4 .my-sm-n4 {
    margin-top: -24px !important;
  }
  .bootstrap-4 .mr-sm-n4,
.bootstrap-4 .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .bootstrap-4 .mb-sm-n4,
.bootstrap-4 .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .bootstrap-4 .ml-sm-n4,
.bootstrap-4 .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .bootstrap-4 .m-sm-n5 {
    margin: -48px !important;
  }
  .bootstrap-4 .mt-sm-n5,
.bootstrap-4 .my-sm-n5 {
    margin-top: -48px !important;
  }
  .bootstrap-4 .mr-sm-n5,
.bootstrap-4 .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .bootstrap-4 .mb-sm-n5,
.bootstrap-4 .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .bootstrap-4 .ml-sm-n5,
.bootstrap-4 .mx-sm-n5 {
    margin-left: -48px !important;
  }
  .bootstrap-4 .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-sm-auto,
.bootstrap-4 .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-sm-auto,
.bootstrap-4 .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-sm-auto,
.bootstrap-4 .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-sm-auto,
.bootstrap-4 .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-md-0,
.bootstrap-4 .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-md-0,
.bootstrap-4 .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-md-0,
.bootstrap-4 .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-md-0,
.bootstrap-4 .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-md-1 {
    margin: 4px !important;
  }
  .bootstrap-4 .mt-md-1,
.bootstrap-4 .my-md-1 {
    margin-top: 4px !important;
  }
  .bootstrap-4 .mr-md-1,
.bootstrap-4 .mx-md-1 {
    margin-right: 4px !important;
  }
  .bootstrap-4 .mb-md-1,
.bootstrap-4 .my-md-1 {
    margin-bottom: 4px !important;
  }
  .bootstrap-4 .ml-md-1,
.bootstrap-4 .mx-md-1 {
    margin-left: 4px !important;
  }
  .bootstrap-4 .m-md-2 {
    margin: 8px !important;
  }
  .bootstrap-4 .mt-md-2,
.bootstrap-4 .my-md-2 {
    margin-top: 8px !important;
  }
  .bootstrap-4 .mr-md-2,
.bootstrap-4 .mx-md-2 {
    margin-right: 8px !important;
  }
  .bootstrap-4 .mb-md-2,
.bootstrap-4 .my-md-2 {
    margin-bottom: 8px !important;
  }
  .bootstrap-4 .ml-md-2,
.bootstrap-4 .mx-md-2 {
    margin-left: 8px !important;
  }
  .bootstrap-4 .m-md-3 {
    margin: 16px !important;
  }
  .bootstrap-4 .mt-md-3,
.bootstrap-4 .my-md-3 {
    margin-top: 16px !important;
  }
  .bootstrap-4 .mr-md-3,
.bootstrap-4 .mx-md-3 {
    margin-right: 16px !important;
  }
  .bootstrap-4 .mb-md-3,
.bootstrap-4 .my-md-3 {
    margin-bottom: 16px !important;
  }
  .bootstrap-4 .ml-md-3,
.bootstrap-4 .mx-md-3 {
    margin-left: 16px !important;
  }
  .bootstrap-4 .m-md-4 {
    margin: 24px !important;
  }
  .bootstrap-4 .mt-md-4,
.bootstrap-4 .my-md-4 {
    margin-top: 24px !important;
  }
  .bootstrap-4 .mr-md-4,
.bootstrap-4 .mx-md-4 {
    margin-right: 24px !important;
  }
  .bootstrap-4 .mb-md-4,
.bootstrap-4 .my-md-4 {
    margin-bottom: 24px !important;
  }
  .bootstrap-4 .ml-md-4,
.bootstrap-4 .mx-md-4 {
    margin-left: 24px !important;
  }
  .bootstrap-4 .m-md-5 {
    margin: 48px !important;
  }
  .bootstrap-4 .mt-md-5,
.bootstrap-4 .my-md-5 {
    margin-top: 48px !important;
  }
  .bootstrap-4 .mr-md-5,
.bootstrap-4 .mx-md-5 {
    margin-right: 48px !important;
  }
  .bootstrap-4 .mb-md-5,
.bootstrap-4 .my-md-5 {
    margin-bottom: 48px !important;
  }
  .bootstrap-4 .ml-md-5,
.bootstrap-4 .mx-md-5 {
    margin-left: 48px !important;
  }
  .bootstrap-4 .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-md-0,
.bootstrap-4 .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-md-0,
.bootstrap-4 .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-md-0,
.bootstrap-4 .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-md-0,
.bootstrap-4 .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-md-1 {
    padding: 4px !important;
  }
  .bootstrap-4 .pt-md-1,
.bootstrap-4 .py-md-1 {
    padding-top: 4px !important;
  }
  .bootstrap-4 .pr-md-1,
.bootstrap-4 .px-md-1 {
    padding-right: 4px !important;
  }
  .bootstrap-4 .pb-md-1,
.bootstrap-4 .py-md-1 {
    padding-bottom: 4px !important;
  }
  .bootstrap-4 .pl-md-1,
.bootstrap-4 .px-md-1 {
    padding-left: 4px !important;
  }
  .bootstrap-4 .p-md-2 {
    padding: 8px !important;
  }
  .bootstrap-4 .pt-md-2,
.bootstrap-4 .py-md-2 {
    padding-top: 8px !important;
  }
  .bootstrap-4 .pr-md-2,
.bootstrap-4 .px-md-2 {
    padding-right: 8px !important;
  }
  .bootstrap-4 .pb-md-2,
.bootstrap-4 .py-md-2 {
    padding-bottom: 8px !important;
  }
  .bootstrap-4 .pl-md-2,
.bootstrap-4 .px-md-2 {
    padding-left: 8px !important;
  }
  .bootstrap-4 .p-md-3 {
    padding: 16px !important;
  }
  .bootstrap-4 .pt-md-3,
.bootstrap-4 .py-md-3 {
    padding-top: 16px !important;
  }
  .bootstrap-4 .pr-md-3,
.bootstrap-4 .px-md-3 {
    padding-right: 16px !important;
  }
  .bootstrap-4 .pb-md-3,
.bootstrap-4 .py-md-3 {
    padding-bottom: 16px !important;
  }
  .bootstrap-4 .pl-md-3,
.bootstrap-4 .px-md-3 {
    padding-left: 16px !important;
  }
  .bootstrap-4 .p-md-4 {
    padding: 24px !important;
  }
  .bootstrap-4 .pt-md-4,
.bootstrap-4 .py-md-4 {
    padding-top: 24px !important;
  }
  .bootstrap-4 .pr-md-4,
.bootstrap-4 .px-md-4 {
    padding-right: 24px !important;
  }
  .bootstrap-4 .pb-md-4,
.bootstrap-4 .py-md-4 {
    padding-bottom: 24px !important;
  }
  .bootstrap-4 .pl-md-4,
.bootstrap-4 .px-md-4 {
    padding-left: 24px !important;
  }
  .bootstrap-4 .p-md-5 {
    padding: 48px !important;
  }
  .bootstrap-4 .pt-md-5,
.bootstrap-4 .py-md-5 {
    padding-top: 48px !important;
  }
  .bootstrap-4 .pr-md-5,
.bootstrap-4 .px-md-5 {
    padding-right: 48px !important;
  }
  .bootstrap-4 .pb-md-5,
.bootstrap-4 .py-md-5 {
    padding-bottom: 48px !important;
  }
  .bootstrap-4 .pl-md-5,
.bootstrap-4 .px-md-5 {
    padding-left: 48px !important;
  }
  .bootstrap-4 .m-md-n1 {
    margin: -4px !important;
  }
  .bootstrap-4 .mt-md-n1,
.bootstrap-4 .my-md-n1 {
    margin-top: -4px !important;
  }
  .bootstrap-4 .mr-md-n1,
.bootstrap-4 .mx-md-n1 {
    margin-right: -4px !important;
  }
  .bootstrap-4 .mb-md-n1,
.bootstrap-4 .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .bootstrap-4 .ml-md-n1,
.bootstrap-4 .mx-md-n1 {
    margin-left: -4px !important;
  }
  .bootstrap-4 .m-md-n2 {
    margin: -8px !important;
  }
  .bootstrap-4 .mt-md-n2,
.bootstrap-4 .my-md-n2 {
    margin-top: -8px !important;
  }
  .bootstrap-4 .mr-md-n2,
.bootstrap-4 .mx-md-n2 {
    margin-right: -8px !important;
  }
  .bootstrap-4 .mb-md-n2,
.bootstrap-4 .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .bootstrap-4 .ml-md-n2,
.bootstrap-4 .mx-md-n2 {
    margin-left: -8px !important;
  }
  .bootstrap-4 .m-md-n3 {
    margin: -16px !important;
  }
  .bootstrap-4 .mt-md-n3,
.bootstrap-4 .my-md-n3 {
    margin-top: -16px !important;
  }
  .bootstrap-4 .mr-md-n3,
.bootstrap-4 .mx-md-n3 {
    margin-right: -16px !important;
  }
  .bootstrap-4 .mb-md-n3,
.bootstrap-4 .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .bootstrap-4 .ml-md-n3,
.bootstrap-4 .mx-md-n3 {
    margin-left: -16px !important;
  }
  .bootstrap-4 .m-md-n4 {
    margin: -24px !important;
  }
  .bootstrap-4 .mt-md-n4,
.bootstrap-4 .my-md-n4 {
    margin-top: -24px !important;
  }
  .bootstrap-4 .mr-md-n4,
.bootstrap-4 .mx-md-n4 {
    margin-right: -24px !important;
  }
  .bootstrap-4 .mb-md-n4,
.bootstrap-4 .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .bootstrap-4 .ml-md-n4,
.bootstrap-4 .mx-md-n4 {
    margin-left: -24px !important;
  }
  .bootstrap-4 .m-md-n5 {
    margin: -48px !important;
  }
  .bootstrap-4 .mt-md-n5,
.bootstrap-4 .my-md-n5 {
    margin-top: -48px !important;
  }
  .bootstrap-4 .mr-md-n5,
.bootstrap-4 .mx-md-n5 {
    margin-right: -48px !important;
  }
  .bootstrap-4 .mb-md-n5,
.bootstrap-4 .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .bootstrap-4 .ml-md-n5,
.bootstrap-4 .mx-md-n5 {
    margin-left: -48px !important;
  }
  .bootstrap-4 .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-md-auto,
.bootstrap-4 .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-md-auto,
.bootstrap-4 .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-md-auto,
.bootstrap-4 .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-md-auto,
.bootstrap-4 .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-lg-0,
.bootstrap-4 .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-lg-0,
.bootstrap-4 .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-lg-0,
.bootstrap-4 .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-lg-0,
.bootstrap-4 .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-lg-1 {
    margin: 4px !important;
  }
  .bootstrap-4 .mt-lg-1,
.bootstrap-4 .my-lg-1 {
    margin-top: 4px !important;
  }
  .bootstrap-4 .mr-lg-1,
.bootstrap-4 .mx-lg-1 {
    margin-right: 4px !important;
  }
  .bootstrap-4 .mb-lg-1,
.bootstrap-4 .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .bootstrap-4 .ml-lg-1,
.bootstrap-4 .mx-lg-1 {
    margin-left: 4px !important;
  }
  .bootstrap-4 .m-lg-2 {
    margin: 8px !important;
  }
  .bootstrap-4 .mt-lg-2,
.bootstrap-4 .my-lg-2 {
    margin-top: 8px !important;
  }
  .bootstrap-4 .mr-lg-2,
.bootstrap-4 .mx-lg-2 {
    margin-right: 8px !important;
  }
  .bootstrap-4 .mb-lg-2,
.bootstrap-4 .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .bootstrap-4 .ml-lg-2,
.bootstrap-4 .mx-lg-2 {
    margin-left: 8px !important;
  }
  .bootstrap-4 .m-lg-3 {
    margin: 16px !important;
  }
  .bootstrap-4 .mt-lg-3,
.bootstrap-4 .my-lg-3 {
    margin-top: 16px !important;
  }
  .bootstrap-4 .mr-lg-3,
.bootstrap-4 .mx-lg-3 {
    margin-right: 16px !important;
  }
  .bootstrap-4 .mb-lg-3,
.bootstrap-4 .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .bootstrap-4 .ml-lg-3,
.bootstrap-4 .mx-lg-3 {
    margin-left: 16px !important;
  }
  .bootstrap-4 .m-lg-4 {
    margin: 24px !important;
  }
  .bootstrap-4 .mt-lg-4,
.bootstrap-4 .my-lg-4 {
    margin-top: 24px !important;
  }
  .bootstrap-4 .mr-lg-4,
.bootstrap-4 .mx-lg-4 {
    margin-right: 24px !important;
  }
  .bootstrap-4 .mb-lg-4,
.bootstrap-4 .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .bootstrap-4 .ml-lg-4,
.bootstrap-4 .mx-lg-4 {
    margin-left: 24px !important;
  }
  .bootstrap-4 .m-lg-5 {
    margin: 48px !important;
  }
  .bootstrap-4 .mt-lg-5,
.bootstrap-4 .my-lg-5 {
    margin-top: 48px !important;
  }
  .bootstrap-4 .mr-lg-5,
.bootstrap-4 .mx-lg-5 {
    margin-right: 48px !important;
  }
  .bootstrap-4 .mb-lg-5,
.bootstrap-4 .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .bootstrap-4 .ml-lg-5,
.bootstrap-4 .mx-lg-5 {
    margin-left: 48px !important;
  }
  .bootstrap-4 .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-lg-0,
.bootstrap-4 .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-lg-0,
.bootstrap-4 .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-lg-0,
.bootstrap-4 .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-lg-0,
.bootstrap-4 .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-lg-1 {
    padding: 4px !important;
  }
  .bootstrap-4 .pt-lg-1,
.bootstrap-4 .py-lg-1 {
    padding-top: 4px !important;
  }
  .bootstrap-4 .pr-lg-1,
.bootstrap-4 .px-lg-1 {
    padding-right: 4px !important;
  }
  .bootstrap-4 .pb-lg-1,
.bootstrap-4 .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .bootstrap-4 .pl-lg-1,
.bootstrap-4 .px-lg-1 {
    padding-left: 4px !important;
  }
  .bootstrap-4 .p-lg-2 {
    padding: 8px !important;
  }
  .bootstrap-4 .pt-lg-2,
.bootstrap-4 .py-lg-2 {
    padding-top: 8px !important;
  }
  .bootstrap-4 .pr-lg-2,
.bootstrap-4 .px-lg-2 {
    padding-right: 8px !important;
  }
  .bootstrap-4 .pb-lg-2,
.bootstrap-4 .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .bootstrap-4 .pl-lg-2,
.bootstrap-4 .px-lg-2 {
    padding-left: 8px !important;
  }
  .bootstrap-4 .p-lg-3 {
    padding: 16px !important;
  }
  .bootstrap-4 .pt-lg-3,
.bootstrap-4 .py-lg-3 {
    padding-top: 16px !important;
  }
  .bootstrap-4 .pr-lg-3,
.bootstrap-4 .px-lg-3 {
    padding-right: 16px !important;
  }
  .bootstrap-4 .pb-lg-3,
.bootstrap-4 .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .bootstrap-4 .pl-lg-3,
.bootstrap-4 .px-lg-3 {
    padding-left: 16px !important;
  }
  .bootstrap-4 .p-lg-4 {
    padding: 24px !important;
  }
  .bootstrap-4 .pt-lg-4,
.bootstrap-4 .py-lg-4 {
    padding-top: 24px !important;
  }
  .bootstrap-4 .pr-lg-4,
.bootstrap-4 .px-lg-4 {
    padding-right: 24px !important;
  }
  .bootstrap-4 .pb-lg-4,
.bootstrap-4 .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .bootstrap-4 .pl-lg-4,
.bootstrap-4 .px-lg-4 {
    padding-left: 24px !important;
  }
  .bootstrap-4 .p-lg-5 {
    padding: 48px !important;
  }
  .bootstrap-4 .pt-lg-5,
.bootstrap-4 .py-lg-5 {
    padding-top: 48px !important;
  }
  .bootstrap-4 .pr-lg-5,
.bootstrap-4 .px-lg-5 {
    padding-right: 48px !important;
  }
  .bootstrap-4 .pb-lg-5,
.bootstrap-4 .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .bootstrap-4 .pl-lg-5,
.bootstrap-4 .px-lg-5 {
    padding-left: 48px !important;
  }
  .bootstrap-4 .m-lg-n1 {
    margin: -4px !important;
  }
  .bootstrap-4 .mt-lg-n1,
.bootstrap-4 .my-lg-n1 {
    margin-top: -4px !important;
  }
  .bootstrap-4 .mr-lg-n1,
.bootstrap-4 .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .bootstrap-4 .mb-lg-n1,
.bootstrap-4 .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .bootstrap-4 .ml-lg-n1,
.bootstrap-4 .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .bootstrap-4 .m-lg-n2 {
    margin: -8px !important;
  }
  .bootstrap-4 .mt-lg-n2,
.bootstrap-4 .my-lg-n2 {
    margin-top: -8px !important;
  }
  .bootstrap-4 .mr-lg-n2,
.bootstrap-4 .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .bootstrap-4 .mb-lg-n2,
.bootstrap-4 .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .bootstrap-4 .ml-lg-n2,
.bootstrap-4 .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .bootstrap-4 .m-lg-n3 {
    margin: -16px !important;
  }
  .bootstrap-4 .mt-lg-n3,
.bootstrap-4 .my-lg-n3 {
    margin-top: -16px !important;
  }
  .bootstrap-4 .mr-lg-n3,
.bootstrap-4 .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .bootstrap-4 .mb-lg-n3,
.bootstrap-4 .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .bootstrap-4 .ml-lg-n3,
.bootstrap-4 .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .bootstrap-4 .m-lg-n4 {
    margin: -24px !important;
  }
  .bootstrap-4 .mt-lg-n4,
.bootstrap-4 .my-lg-n4 {
    margin-top: -24px !important;
  }
  .bootstrap-4 .mr-lg-n4,
.bootstrap-4 .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .bootstrap-4 .mb-lg-n4,
.bootstrap-4 .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .bootstrap-4 .ml-lg-n4,
.bootstrap-4 .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .bootstrap-4 .m-lg-n5 {
    margin: -48px !important;
  }
  .bootstrap-4 .mt-lg-n5,
.bootstrap-4 .my-lg-n5 {
    margin-top: -48px !important;
  }
  .bootstrap-4 .mr-lg-n5,
.bootstrap-4 .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .bootstrap-4 .mb-lg-n5,
.bootstrap-4 .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .bootstrap-4 .ml-lg-n5,
.bootstrap-4 .mx-lg-n5 {
    margin-left: -48px !important;
  }
  .bootstrap-4 .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-lg-auto,
.bootstrap-4 .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-lg-auto,
.bootstrap-4 .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-lg-auto,
.bootstrap-4 .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-lg-auto,
.bootstrap-4 .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-xl-0,
.bootstrap-4 .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-xl-0,
.bootstrap-4 .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-xl-0,
.bootstrap-4 .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-xl-0,
.bootstrap-4 .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-xl-1 {
    margin: 4px !important;
  }
  .bootstrap-4 .mt-xl-1,
.bootstrap-4 .my-xl-1 {
    margin-top: 4px !important;
  }
  .bootstrap-4 .mr-xl-1,
.bootstrap-4 .mx-xl-1 {
    margin-right: 4px !important;
  }
  .bootstrap-4 .mb-xl-1,
.bootstrap-4 .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .bootstrap-4 .ml-xl-1,
.bootstrap-4 .mx-xl-1 {
    margin-left: 4px !important;
  }
  .bootstrap-4 .m-xl-2 {
    margin: 8px !important;
  }
  .bootstrap-4 .mt-xl-2,
.bootstrap-4 .my-xl-2 {
    margin-top: 8px !important;
  }
  .bootstrap-4 .mr-xl-2,
.bootstrap-4 .mx-xl-2 {
    margin-right: 8px !important;
  }
  .bootstrap-4 .mb-xl-2,
.bootstrap-4 .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .bootstrap-4 .ml-xl-2,
.bootstrap-4 .mx-xl-2 {
    margin-left: 8px !important;
  }
  .bootstrap-4 .m-xl-3 {
    margin: 16px !important;
  }
  .bootstrap-4 .mt-xl-3,
.bootstrap-4 .my-xl-3 {
    margin-top: 16px !important;
  }
  .bootstrap-4 .mr-xl-3,
.bootstrap-4 .mx-xl-3 {
    margin-right: 16px !important;
  }
  .bootstrap-4 .mb-xl-3,
.bootstrap-4 .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .bootstrap-4 .ml-xl-3,
.bootstrap-4 .mx-xl-3 {
    margin-left: 16px !important;
  }
  .bootstrap-4 .m-xl-4 {
    margin: 24px !important;
  }
  .bootstrap-4 .mt-xl-4,
.bootstrap-4 .my-xl-4 {
    margin-top: 24px !important;
  }
  .bootstrap-4 .mr-xl-4,
.bootstrap-4 .mx-xl-4 {
    margin-right: 24px !important;
  }
  .bootstrap-4 .mb-xl-4,
.bootstrap-4 .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .bootstrap-4 .ml-xl-4,
.bootstrap-4 .mx-xl-4 {
    margin-left: 24px !important;
  }
  .bootstrap-4 .m-xl-5 {
    margin: 48px !important;
  }
  .bootstrap-4 .mt-xl-5,
.bootstrap-4 .my-xl-5 {
    margin-top: 48px !important;
  }
  .bootstrap-4 .mr-xl-5,
.bootstrap-4 .mx-xl-5 {
    margin-right: 48px !important;
  }
  .bootstrap-4 .mb-xl-5,
.bootstrap-4 .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .bootstrap-4 .ml-xl-5,
.bootstrap-4 .mx-xl-5 {
    margin-left: 48px !important;
  }
  .bootstrap-4 .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-xl-0,
.bootstrap-4 .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-xl-0,
.bootstrap-4 .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-xl-0,
.bootstrap-4 .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-xl-0,
.bootstrap-4 .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-xl-1 {
    padding: 4px !important;
  }
  .bootstrap-4 .pt-xl-1,
.bootstrap-4 .py-xl-1 {
    padding-top: 4px !important;
  }
  .bootstrap-4 .pr-xl-1,
.bootstrap-4 .px-xl-1 {
    padding-right: 4px !important;
  }
  .bootstrap-4 .pb-xl-1,
.bootstrap-4 .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .bootstrap-4 .pl-xl-1,
.bootstrap-4 .px-xl-1 {
    padding-left: 4px !important;
  }
  .bootstrap-4 .p-xl-2 {
    padding: 8px !important;
  }
  .bootstrap-4 .pt-xl-2,
.bootstrap-4 .py-xl-2 {
    padding-top: 8px !important;
  }
  .bootstrap-4 .pr-xl-2,
.bootstrap-4 .px-xl-2 {
    padding-right: 8px !important;
  }
  .bootstrap-4 .pb-xl-2,
.bootstrap-4 .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .bootstrap-4 .pl-xl-2,
.bootstrap-4 .px-xl-2 {
    padding-left: 8px !important;
  }
  .bootstrap-4 .p-xl-3 {
    padding: 16px !important;
  }
  .bootstrap-4 .pt-xl-3,
.bootstrap-4 .py-xl-3 {
    padding-top: 16px !important;
  }
  .bootstrap-4 .pr-xl-3,
.bootstrap-4 .px-xl-3 {
    padding-right: 16px !important;
  }
  .bootstrap-4 .pb-xl-3,
.bootstrap-4 .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .bootstrap-4 .pl-xl-3,
.bootstrap-4 .px-xl-3 {
    padding-left: 16px !important;
  }
  .bootstrap-4 .p-xl-4 {
    padding: 24px !important;
  }
  .bootstrap-4 .pt-xl-4,
.bootstrap-4 .py-xl-4 {
    padding-top: 24px !important;
  }
  .bootstrap-4 .pr-xl-4,
.bootstrap-4 .px-xl-4 {
    padding-right: 24px !important;
  }
  .bootstrap-4 .pb-xl-4,
.bootstrap-4 .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .bootstrap-4 .pl-xl-4,
.bootstrap-4 .px-xl-4 {
    padding-left: 24px !important;
  }
  .bootstrap-4 .p-xl-5 {
    padding: 48px !important;
  }
  .bootstrap-4 .pt-xl-5,
.bootstrap-4 .py-xl-5 {
    padding-top: 48px !important;
  }
  .bootstrap-4 .pr-xl-5,
.bootstrap-4 .px-xl-5 {
    padding-right: 48px !important;
  }
  .bootstrap-4 .pb-xl-5,
.bootstrap-4 .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .bootstrap-4 .pl-xl-5,
.bootstrap-4 .px-xl-5 {
    padding-left: 48px !important;
  }
  .bootstrap-4 .m-xl-n1 {
    margin: -4px !important;
  }
  .bootstrap-4 .mt-xl-n1,
.bootstrap-4 .my-xl-n1 {
    margin-top: -4px !important;
  }
  .bootstrap-4 .mr-xl-n1,
.bootstrap-4 .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .bootstrap-4 .mb-xl-n1,
.bootstrap-4 .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .bootstrap-4 .ml-xl-n1,
.bootstrap-4 .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .bootstrap-4 .m-xl-n2 {
    margin: -8px !important;
  }
  .bootstrap-4 .mt-xl-n2,
.bootstrap-4 .my-xl-n2 {
    margin-top: -8px !important;
  }
  .bootstrap-4 .mr-xl-n2,
.bootstrap-4 .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .bootstrap-4 .mb-xl-n2,
.bootstrap-4 .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .bootstrap-4 .ml-xl-n2,
.bootstrap-4 .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .bootstrap-4 .m-xl-n3 {
    margin: -16px !important;
  }
  .bootstrap-4 .mt-xl-n3,
.bootstrap-4 .my-xl-n3 {
    margin-top: -16px !important;
  }
  .bootstrap-4 .mr-xl-n3,
.bootstrap-4 .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .bootstrap-4 .mb-xl-n3,
.bootstrap-4 .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .bootstrap-4 .ml-xl-n3,
.bootstrap-4 .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .bootstrap-4 .m-xl-n4 {
    margin: -24px !important;
  }
  .bootstrap-4 .mt-xl-n4,
.bootstrap-4 .my-xl-n4 {
    margin-top: -24px !important;
  }
  .bootstrap-4 .mr-xl-n4,
.bootstrap-4 .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .bootstrap-4 .mb-xl-n4,
.bootstrap-4 .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .bootstrap-4 .ml-xl-n4,
.bootstrap-4 .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .bootstrap-4 .m-xl-n5 {
    margin: -48px !important;
  }
  .bootstrap-4 .mt-xl-n5,
.bootstrap-4 .my-xl-n5 {
    margin-top: -48px !important;
  }
  .bootstrap-4 .mr-xl-n5,
.bootstrap-4 .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .bootstrap-4 .mb-xl-n5,
.bootstrap-4 .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .bootstrap-4 .ml-xl-n5,
.bootstrap-4 .mx-xl-n5 {
    margin-left: -48px !important;
  }
  .bootstrap-4 .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-xl-auto,
.bootstrap-4 .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-xl-auto,
.bootstrap-4 .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-xl-auto,
.bootstrap-4 .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-xl-auto,
.bootstrap-4 .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-4 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-4 .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap-4 .text-justify {
  text-align: justify !important;
}
.bootstrap-4 .text-wrap {
  white-space: normal !important;
}
.bootstrap-4 .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap-4 .text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-4 .text-left {
  text-align: left !important;
}
.bootstrap-4 .text-right {
  text-align: right !important;
}
.bootstrap-4 .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .text-sm-left {
    text-align: left !important;
  }
  .bootstrap-4 .text-sm-right {
    text-align: right !important;
  }
  .bootstrap-4 .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .text-md-left {
    text-align: left !important;
  }
  .bootstrap-4 .text-md-right {
    text-align: right !important;
  }
  .bootstrap-4 .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .text-lg-left {
    text-align: left !important;
  }
  .bootstrap-4 .text-lg-right {
    text-align: right !important;
  }
  .bootstrap-4 .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .text-xl-left {
    text-align: left !important;
  }
  .bootstrap-4 .text-xl-right {
    text-align: right !important;
  }
  .bootstrap-4 .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap-4 .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap-4 .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap-4 .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap-4 .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap-4 .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap-4 .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap-4 .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap-4 .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap-4 .font-italic {
  font-style: italic !important;
}
.bootstrap-4 .text-white {
  color: #fff !important;
}
.bootstrap-4 .text-primary {
  color: #1460aa !important;
}
.bootstrap-4 .text-secondary {
  color: #292929 !important;
}
.bootstrap-4 .text-success {
  color: #126e27 !important;
}
.bootstrap-4 .text-info {
  color: #17a2b8 !important;
}
.bootstrap-4 .text-warning {
  color: #ffc107 !important;
}
.bootstrap-4 .text-danger {
  color: #bb202f !important;
}
.bootstrap-4 .text-light {
  color: #f7f7f7 !important;
}
.bootstrap-4 .text-dark {
  color: #606065 !important;
}
.bootstrap-4 .text-meta {
  color: #606065 !important;
}
.bootstrap-4 .text-alt-primary {
  color: #92b9ed !important;
}
.bootstrap-4 .text-alt-secondary {
  color: #fff !important;
}
.bootstrap-4 .text-alt-meta {
  color: #b7b6b6 !important;
}
.bootstrap-4 .text-alt-success {
  color: #48cf67 !important;
}
.bootstrap-4 .text-alt-danger {
  color: #ff9ea7 !important;
}
.bootstrap-4 .text-bg0 {
  color: #fff !important;
}
.bootstrap-4 .text-bg1 {
  color: #f7f7f7 !important;
}
.bootstrap-4 .text-bg2 {
  color: #efefef !important;
}
.bootstrap-4 .text-bg3 {
  color: #dededf !important;
}
.bootstrap-4 .text-selected {
  color: #e1eefb !important;
}
.bootstrap-4 .text-alt-bg4 {
  color: #444855 !important;
}
.bootstrap-4 .text-alt-bg5 {
  color: #292929 !important;
}
.bootstrap-4 .text-primary-graphics {
  color: #227ed8 !important;
}
.bootstrap-4 .text-secondary-graphics {
  color: #7c7c7c !important;
}
.bootstrap-4 .text-secondary-rules {
  color: rgba(0, 0, 0, 0.44) !important;
}
.bootstrap-4 .text-alt-primary-graphics {
  color: #5796ea !important;
}
.bootstrap-4 .text-alt-secondary-graphics {
  color: #949494 !important;
}
.bootstrap-4 .text-alt-rules {
  color: rgba(255, 255, 255, 0.415) !important;
}
.bootstrap-4 .text-body {
  color: #292929 !important;
}
.bootstrap-4 .text-muted {
  color: #7c7c7c !important;
}
.bootstrap-4 .text-black-50 {
  color: rgba(41, 41, 41, 0.5) !important;
}
.bootstrap-4 .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-4 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-4 .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap-4 .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.bootstrap-4 .text-reset {
  color: inherit !important;
}
.bootstrap-4 .visible {
  visibility: visible !important;
}
.bootstrap-4 .invisible {
  visibility: hidden !important;
}
.bootstrap-4 .overflow-x-auto {
  overflow-x: auto !important;
}
.bootstrap-4 .overflow-y-auto {
  overflow-y: auto !important;
}
.bootstrap-4 .overflow-x-hidden {
  overflow-x: hidden !important;
}
.bootstrap-4 .overflow-y-hidden {
  overflow-y: hidden !important;
}
.bootstrap-4 .bg-primary {
  background-color: #1460aa !important;
}
.bootstrap-4 .bg-secondary {
  background-color: #292929 !important;
}
.bootstrap-4 .bg-success {
  background-color: #126e27 !important;
}
.bootstrap-4 .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap-4 .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap-4 .bg-danger {
  background-color: #bb202f !important;
}
.bootstrap-4 .bg-light {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .bg-dark {
  background-color: #606065 !important;
}
.bootstrap-4 .bg-meta {
  background-color: #606065 !important;
}
.bootstrap-4 .bg-alt-primary {
  background-color: #92b9ed !important;
}
.bootstrap-4 .bg-alt-secondary {
  background-color: #fff !important;
}
.bootstrap-4 .bg-alt-meta {
  background-color: #b7b6b6 !important;
}
.bootstrap-4 .bg-alt-success {
  background-color: #48cf67 !important;
}
.bootstrap-4 .bg-alt-danger {
  background-color: #ff9ea7 !important;
}
.bootstrap-4 .bg-bg0 {
  background-color: #fff !important;
}
.bootstrap-4 .bg-bg1 {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .bg-bg2 {
  background-color: #efefef !important;
}
.bootstrap-4 .bg-bg3 {
  background-color: #dededf !important;
}
.bootstrap-4 .bg-selected {
  background-color: #e1eefb !important;
}
.bootstrap-4 .bg-alt-bg4 {
  background-color: #444855 !important;
}
.bootstrap-4 .bg-alt-bg5 {
  background-color: #292929 !important;
}
.bootstrap-4 .bg-primary-graphics {
  background-color: #227ed8 !important;
}
.bootstrap-4 .bg-secondary-graphics {
  background-color: #7c7c7c !important;
}
.bootstrap-4 .bg-secondary-rules {
  background-color: rgba(0, 0, 0, 0.44) !important;
}
.bootstrap-4 .bg-alt-primary-graphics {
  background-color: #5796ea !important;
}
.bootstrap-4 .bg-alt-secondary-graphics {
  background-color: #949494 !important;
}
.bootstrap-4 .bg-alt-rules {
  background-color: rgba(255, 255, 255, 0.415) !important;
}
.bootstrap-4 .bg-white {
  background-color: #fff !important;
}
.bootstrap-4 .bg-transparent {
  background-color: transparent !important;
}
.bootstrap-4 * {
  line-height: 1.4;
}
.bootstrap-4 small {
  font-size: 14px;
  color: #606065;
  line-height: 1.4;
}
.bootstrap-4 [inert] {
  pointer-events: none;
  cursor: default;
}
.bootstrap-4 [inert],
.bootstrap-4 [inert] * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-4 .d-flex.flex-column > .flex-grow-1 {
  min-height: 1px;
}
.bootstrap-4 .d-flex:not(.flex-column) > .flex-grow-1 {
  min-width: 1px;
}
.bootstrap-4 .spaced-row:not(.no-min-width) > .d-flex,
.bootstrap-4 .d-flex > .d-flex {
  min-width: 1px;
}
.bootstrap-4 fieldset.icon-radio-group {
  border-radius: 0.25em;
}
.bootstrap-4 fieldset.icon-radio-group label {
  cursor: pointer;
}
.bootstrap-4 fieldset.icon-radio-group label:first-child input + * {
  border-radius: 0.25em 0 0 0.25em;
}
.bootstrap-4 fieldset.icon-radio-group label:last-child input + * {
  border-radius: 0 0.25em 0.25em 0;
  border-right: 1px #606065 solid;
}
.bootstrap-4 fieldset.icon-radio-group label input + * {
  color: #7c7c7c;
  border-top: 1px #606065 solid;
  border-bottom: 1px #606065 solid;
  border-left: 1px #606065 solid;
  width: 2.5em;
  height: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transition: all 333.3333333333ms ease-in-out;
  -o-transition: all 333.3333333333ms ease-in-out;
  transition: all 333.3333333333ms ease-in-out;
}
.bootstrap-4 fieldset.icon-radio-group label input[aria-checked=true] + * {
  border-color: #1460aa;
  background-color: #1460aa;
  color: #fff;
}
.bootstrap-4 fieldset.icon-radio-group label input:not([aria-checked=true]):hover + * {
  background-color: #e1eefb;
}
.bootstrap-4 fieldset.icon-radio-group label input:focus + * {
  outline: 3px solid rgba(0, 0, 0, 0.44);
  outline-offset: -3px;
}
.bootstrap-4 fieldset.icon-radio-group label.selected + label input + * {
  border-left: none;
}
.bootstrap-4 fieldset.icon-radio-group legend {
  width: auto;
  width: unset;
  padding: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border-bottom: 0;
}
.bootstrap-4 .btn-contains-title:hover h1, .bootstrap-4 .btn-contains-title:focus h1 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:hover h2, .bootstrap-4 .btn-contains-title:focus h2 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:hover h3, .bootstrap-4 .btn-contains-title:focus h3 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:hover h4, .bootstrap-4 .btn-contains-title:focus h4 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:hover h5, .bootstrap-4 .btn-contains-title:focus h5 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:hover h6, .bootstrap-4 .btn-contains-title:focus h6 {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .btn-contains-title:focus h1, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h1 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 .btn-contains-title:focus h2, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h2 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 .btn-contains-title:focus h3, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h3 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 .btn-contains-title:focus h4, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h4 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 .btn-contains-title:focus h5, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h5 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 .btn-contains-title:focus h6, .bootstrap-4 .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h6 {
  color: #19528a;
  text-decoration: underline;
  outline: 1px solid;
}
.bootstrap-4 div:empty:not([class*=rst__]):not(.dropdown-menu) {
  display: block;
}
.bootstrap-4 a.user-content-hashtag {
  color: #1460aa;
  text-decoration: none;
}
.bootstrap-4 a.user-content-hashtag:focus, .bootstrap-4 a.user-content-hashtag.focus, .bootstrap-4 a.user-content-hashtag:hover:not(:disabled), .bootstrap-4 a.user-content-hashtag.hover {
  color: #19528a;
  text-decoration: underline;
}
.bootstrap-4 .z-index-1 {
  z-index: 1;
}
.bootstrap-4 .z-index-0 {
  z-index: 0;
}
.bootstrap-4 .font-size-jumbo {
  font-size: 30px !important;
}
.bootstrap-4 .font-size-lg {
  font-size: 20px !important;
}
.bootstrap-4 .font-size-md {
  font-size: 16px !important;
}
.bootstrap-4 .font-size-sm {
  font-size: 14px !important;
}
.bootstrap-4 .font-size-xs {
  font-size: 13px !important;
}
.bootstrap-4 .font-size-xxs {
  font-size: 12px !important;
}
.bootstrap-4 .font-size-jumbo {
  font-size: 30px !important;
}
.bootstrap-4 .font-size-lg {
  font-size: 20px !important;
}
.bootstrap-4 .font-size-md {
  font-size: 16px !important;
}
.bootstrap-4 .font-size-sm {
  font-size: 14px !important;
}
.bootstrap-4 .font-size-xs {
  font-size: 13px !important;
}
.bootstrap-4 .font-size-xxs {
  font-size: 12px !important;
}
.bootstrap-4 .font-size-2 {
  font-size: 32px !important;
}
.bootstrap-4 .font-size-3 {
  font-size: 48px !important;
}
.bootstrap-4 .font-size-4 {
  font-size: 64px !important;
}
.bootstrap-4 .bg-hover-primary:hover {
  background-color: #1460aa !important;
}
.bootstrap-4 .text-hover-primary:hover {
  background-color: #1460aa !important;
}
.bootstrap-4 .bg-hover-secondary:hover {
  background-color: #292929 !important;
}
.bootstrap-4 .text-hover-secondary:hover {
  background-color: #292929 !important;
}
.bootstrap-4 .bg-hover-success:hover {
  background-color: #126e27 !important;
}
.bootstrap-4 .text-hover-success:hover {
  background-color: #126e27 !important;
}
.bootstrap-4 .bg-hover-info:hover {
  background-color: #17a2b8 !important;
}
.bootstrap-4 .text-hover-info:hover {
  background-color: #17a2b8 !important;
}
.bootstrap-4 .bg-hover-warning:hover {
  background-color: #ffc107 !important;
}
.bootstrap-4 .text-hover-warning:hover {
  background-color: #ffc107 !important;
}
.bootstrap-4 .bg-hover-danger:hover {
  background-color: #bb202f !important;
}
.bootstrap-4 .text-hover-danger:hover {
  background-color: #bb202f !important;
}
.bootstrap-4 .bg-hover-light:hover {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .text-hover-light:hover {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .bg-hover-dark:hover {
  background-color: #606065 !important;
}
.bootstrap-4 .text-hover-dark:hover {
  background-color: #606065 !important;
}
.bootstrap-4 .bg-hover-meta:hover {
  background-color: #606065 !important;
}
.bootstrap-4 .text-hover-meta:hover {
  background-color: #606065 !important;
}
.bootstrap-4 .bg-hover-alt-primary:hover {
  background-color: #92b9ed !important;
}
.bootstrap-4 .text-hover-alt-primary:hover {
  background-color: #92b9ed !important;
}
.bootstrap-4 .bg-hover-alt-secondary:hover {
  background-color: #fff !important;
}
.bootstrap-4 .text-hover-alt-secondary:hover {
  background-color: #fff !important;
}
.bootstrap-4 .bg-hover-alt-meta:hover {
  background-color: #b7b6b6 !important;
}
.bootstrap-4 .text-hover-alt-meta:hover {
  background-color: #b7b6b6 !important;
}
.bootstrap-4 .bg-hover-alt-success:hover {
  background-color: #48cf67 !important;
}
.bootstrap-4 .text-hover-alt-success:hover {
  background-color: #48cf67 !important;
}
.bootstrap-4 .bg-hover-alt-danger:hover {
  background-color: #ff9ea7 !important;
}
.bootstrap-4 .text-hover-alt-danger:hover {
  background-color: #ff9ea7 !important;
}
.bootstrap-4 .bg-hover-bg0:hover {
  background-color: #fff !important;
}
.bootstrap-4 .text-hover-bg0:hover {
  background-color: #fff !important;
}
.bootstrap-4 .bg-hover-bg1:hover {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .text-hover-bg1:hover {
  background-color: #f7f7f7 !important;
}
.bootstrap-4 .bg-hover-bg2:hover {
  background-color: #efefef !important;
}
.bootstrap-4 .text-hover-bg2:hover {
  background-color: #efefef !important;
}
.bootstrap-4 .bg-hover-bg3:hover {
  background-color: #dededf !important;
}
.bootstrap-4 .text-hover-bg3:hover {
  background-color: #dededf !important;
}
.bootstrap-4 .bg-hover-selected:hover {
  background-color: #e1eefb !important;
}
.bootstrap-4 .text-hover-selected:hover {
  background-color: #e1eefb !important;
}
.bootstrap-4 .bg-hover-alt-bg4:hover {
  background-color: #444855 !important;
}
.bootstrap-4 .text-hover-alt-bg4:hover {
  background-color: #444855 !important;
}
.bootstrap-4 .bg-hover-alt-bg5:hover {
  background-color: #292929 !important;
}
.bootstrap-4 .text-hover-alt-bg5:hover {
  background-color: #292929 !important;
}
.bootstrap-4 .bg-hover-primary-graphics:hover {
  background-color: #227ed8 !important;
}
.bootstrap-4 .text-hover-primary-graphics:hover {
  background-color: #227ed8 !important;
}
.bootstrap-4 .bg-hover-secondary-graphics:hover {
  background-color: #7c7c7c !important;
}
.bootstrap-4 .text-hover-secondary-graphics:hover {
  background-color: #7c7c7c !important;
}
.bootstrap-4 .bg-hover-secondary-rules:hover {
  background-color: rgba(0, 0, 0, 0.44) !important;
}
.bootstrap-4 .text-hover-secondary-rules:hover {
  background-color: rgba(0, 0, 0, 0.44) !important;
}
.bootstrap-4 .bg-hover-alt-primary-graphics:hover {
  background-color: #5796ea !important;
}
.bootstrap-4 .text-hover-alt-primary-graphics:hover {
  background-color: #5796ea !important;
}
.bootstrap-4 .bg-hover-alt-secondary-graphics:hover {
  background-color: #949494 !important;
}
.bootstrap-4 .text-hover-alt-secondary-graphics:hover {
  background-color: #949494 !important;
}
.bootstrap-4 .bg-hover-alt-rules:hover {
  background-color: rgba(255, 255, 255, 0.415) !important;
}
.bootstrap-4 .text-hover-alt-rules:hover {
  background-color: rgba(255, 255, 255, 0.415) !important;
}
.bootstrap-4 .flex-center-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bootstrap-4 .flex-center-center > :only-child:not(img) {
  min-width: 1px;
}
.bootstrap-4 .flex-fill {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.bootstrap-4 .flex-fill > :first-child:not(img) {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-height: 1px;
}
.bootstrap-4 .wrap-words {
  overflow-wrap: break-word;
}
.bootstrap-4 .fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0;
  left: 0;
}
.bootstrap-4 .fullscreen .fullscreen-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.bootstrap-4 .opacity-0 {
  opacity: 0;
}

/*# sourceMappingURL=GlobalContext-26769f53.857aea1d.chunk.css.map*/