.bs-v513 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .bs-v513 .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .bs-v513 .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .bs-v513 .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .bs-v513 .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .bs-v513 .card > .card-header + .list-group,
  .bs-v513 .card > .list-group + .card-footer {
    border-top: 0;
  }
  .bs-v513 .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  .bs-v513 .card-title {
    margin-bottom: 0.5rem;
  }
  .bs-v513 .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
  }
  .bs-v513 .card-text:last-child {
    margin-bottom: 0;
  }
  .bs-v513 .card-link + .card-link {
    margin-left: 1rem;
  }
  .bs-v513 .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .bs-v513 .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .bs-v513 .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .bs-v513 .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .bs-v513 .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
  }
  .bs-v513 .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .bs-v513 .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
  }
  .bs-v513 .card-img,
  .bs-v513 .card-img-top,
  .bs-v513 .card-img-bottom {
    width: 100%;
  }
  .bs-v513 .card-img,
  .bs-v513 .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .bs-v513 .card-img,
  .bs-v513 .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .bs-v513 .card-group > .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .bs-v513 .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .bs-v513 .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .bs-v513 .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .bs-v513 .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .bs-v513 .card-group > .card:not(:last-child) .card-img-top,
    .bs-v513 .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .bs-v513 .card-group > .card:not(:last-child) .card-img-bottom,
    .bs-v513 .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .bs-v513 .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .bs-v513 .card-group > .card:not(:first-child) .card-img-top,
    .bs-v513 .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .bs-v513 .card-group > .card:not(:first-child) .card-img-bottom,
    .bs-v513 .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .bs-v513 .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .bs-v513 .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  .bs-v513 .figure {
    display: inline-block;
  }
  .bs-v513 .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .bs-v513 .figure-caption {
    font-size: 0.875em;
    color: #6c757d;
  }
  .bs-v513 .container,
  .bs-v513 .container-fluid,
  .bs-v513 .container-xxl,
  .bs-v513 .container-xl,
  .bs-v513 .container-lg,
  .bs-v513 .container-md,
  .bs-v513 .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .bs-v513 .container-sm, .bs-v513 .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .bs-v513 .container-md, .bs-v513 .container-sm, .bs-v513 .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .bs-v513 .container-lg, .bs-v513 .container-md, .bs-v513 .container-sm, .bs-v513 .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .bs-v513 .container-xl, .bs-v513 .container-lg, .bs-v513 .container-md, .bs-v513 .container-sm, .bs-v513 .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .bs-v513 .container-xxl, .bs-v513 .container-xl, .bs-v513 .container-lg, .bs-v513 .container-md, .bs-v513 .container-sm, .bs-v513 .container {
      max-width: 1320px;
    }
  }
  .bs-v513 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .bs-v513 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .bs-v513 .col {
    flex: 1 0 0%;
  }
  .bs-v513 .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bs-v513 .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-v513 .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-v513 .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bs-v513 .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-v513 .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-v513 .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bs-v513 .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bs-v513 .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-v513 .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-v513 .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-v513 .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-v513 .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-v513 .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-v513 .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-v513 .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-v513 .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-v513 .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-v513 .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-v513 .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-v513 .offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-v513 .offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-v513 .offset-3 {
    margin-left: 25%;
  }
  .bs-v513 .offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-v513 .offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-v513 .offset-6 {
    margin-left: 50%;
  }
  .bs-v513 .offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-v513 .offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-v513 .offset-9 {
    margin-left: 75%;
  }
  .bs-v513 .offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-v513 .offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-v513 .g-0,
  .bs-v513 .gx-0 {
    --bs-gutter-x: 0;
  }
  .bs-v513 .g-0,
  .bs-v513 .gy-0 {
    --bs-gutter-y: 0;
  }
  .bs-v513 .g-1,
  .bs-v513 .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bs-v513 .g-1,
  .bs-v513 .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bs-v513 .g-2,
  .bs-v513 .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bs-v513 .g-2,
  .bs-v513 .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bs-v513 .g-3,
  .bs-v513 .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .bs-v513 .g-3,
  .bs-v513 .gy-3 {
    --bs-gutter-y: 1rem;
  }
  .bs-v513 .g-4,
  .bs-v513 .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bs-v513 .g-4,
  .bs-v513 .gy-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bs-v513 .g-5,
  .bs-v513 .gx-5 {
    --bs-gutter-x: 3rem;
  }
  .bs-v513 .g-5,
  .bs-v513 .gy-5 {
    --bs-gutter-y: 3rem;
  }
  @media (min-width: 576px) {
    .bs-v513 .col-sm {
      flex: 1 0 0%;
    }
    .bs-v513 .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .bs-v513 .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .bs-v513 .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .bs-v513 .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .bs-v513 .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .bs-v513 .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .bs-v513 .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .bs-v513 .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .bs-v513 .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .bs-v513 .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .bs-v513 .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .bs-v513 .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .bs-v513 .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .offset-sm-0 {
      margin-left: 0;
    }
    .bs-v513 .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .bs-v513 .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .bs-v513 .offset-sm-3 {
      margin-left: 25%;
    }
    .bs-v513 .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .bs-v513 .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .bs-v513 .offset-sm-6 {
      margin-left: 50%;
    }
    .bs-v513 .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .bs-v513 .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .bs-v513 .offset-sm-9 {
      margin-left: 75%;
    }
    .bs-v513 .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .bs-v513 .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .bs-v513 .g-sm-0,
    .bs-v513 .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .bs-v513 .g-sm-0,
    .bs-v513 .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .bs-v513 .g-sm-1,
    .bs-v513 .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .bs-v513 .g-sm-1,
    .bs-v513 .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .bs-v513 .g-sm-2,
    .bs-v513 .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .bs-v513 .g-sm-2,
    .bs-v513 .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .bs-v513 .g-sm-3,
    .bs-v513 .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .bs-v513 .g-sm-3,
    .bs-v513 .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .bs-v513 .g-sm-4,
    .bs-v513 .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
    }
    .bs-v513 .g-sm-4,
    .bs-v513 .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
    }
    .bs-v513 .g-sm-5,
    .bs-v513 .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .bs-v513 .g-sm-5,
    .bs-v513 .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 768px) {
    .bs-v513 .col-md {
      flex: 1 0 0%;
    }
    .bs-v513 .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .bs-v513 .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .bs-v513 .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .bs-v513 .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .bs-v513 .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .bs-v513 .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .bs-v513 .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .bs-v513 .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .bs-v513 .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .bs-v513 .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .bs-v513 .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .bs-v513 .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .bs-v513 .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .offset-md-0 {
      margin-left: 0;
    }
    .bs-v513 .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .bs-v513 .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .bs-v513 .offset-md-3 {
      margin-left: 25%;
    }
    .bs-v513 .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .bs-v513 .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .bs-v513 .offset-md-6 {
      margin-left: 50%;
    }
    .bs-v513 .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .bs-v513 .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .bs-v513 .offset-md-9 {
      margin-left: 75%;
    }
    .bs-v513 .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .bs-v513 .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .bs-v513 .g-md-0,
    .bs-v513 .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .bs-v513 .g-md-0,
    .bs-v513 .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .bs-v513 .g-md-1,
    .bs-v513 .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .bs-v513 .g-md-1,
    .bs-v513 .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .bs-v513 .g-md-2,
    .bs-v513 .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .bs-v513 .g-md-2,
    .bs-v513 .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .bs-v513 .g-md-3,
    .bs-v513 .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .bs-v513 .g-md-3,
    .bs-v513 .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .bs-v513 .g-md-4,
    .bs-v513 .gx-md-4 {
      --bs-gutter-x: 1.5rem;
    }
    .bs-v513 .g-md-4,
    .bs-v513 .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
    .bs-v513 .g-md-5,
    .bs-v513 .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .bs-v513 .g-md-5,
    .bs-v513 .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 992px) {
    .bs-v513 .col-lg {
      flex: 1 0 0%;
    }
    .bs-v513 .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .bs-v513 .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .bs-v513 .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .bs-v513 .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .bs-v513 .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .bs-v513 .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .bs-v513 .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .bs-v513 .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .bs-v513 .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .bs-v513 .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .bs-v513 .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .bs-v513 .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .bs-v513 .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .offset-lg-0 {
      margin-left: 0;
    }
    .bs-v513 .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .bs-v513 .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .bs-v513 .offset-lg-3 {
      margin-left: 25%;
    }
    .bs-v513 .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .bs-v513 .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .bs-v513 .offset-lg-6 {
      margin-left: 50%;
    }
    .bs-v513 .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .bs-v513 .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .bs-v513 .offset-lg-9 {
      margin-left: 75%;
    }
    .bs-v513 .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .bs-v513 .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .bs-v513 .g-lg-0,
    .bs-v513 .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .bs-v513 .g-lg-0,
    .bs-v513 .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .bs-v513 .g-lg-1,
    .bs-v513 .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .bs-v513 .g-lg-1,
    .bs-v513 .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .bs-v513 .g-lg-2,
    .bs-v513 .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .bs-v513 .g-lg-2,
    .bs-v513 .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .bs-v513 .g-lg-3,
    .bs-v513 .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .bs-v513 .g-lg-3,
    .bs-v513 .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .bs-v513 .g-lg-4,
    .bs-v513 .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
    }
    .bs-v513 .g-lg-4,
    .bs-v513 .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
    }
    .bs-v513 .g-lg-5,
    .bs-v513 .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .bs-v513 .g-lg-5,
    .bs-v513 .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .bs-v513 .col-xl {
      flex: 1 0 0%;
    }
    .bs-v513 .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .bs-v513 .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .bs-v513 .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .bs-v513 .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .bs-v513 .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .bs-v513 .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .bs-v513 .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .bs-v513 .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .bs-v513 .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .bs-v513 .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .bs-v513 .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .bs-v513 .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .bs-v513 .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .offset-xl-0 {
      margin-left: 0;
    }
    .bs-v513 .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .bs-v513 .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .bs-v513 .offset-xl-3 {
      margin-left: 25%;
    }
    .bs-v513 .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .bs-v513 .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .bs-v513 .offset-xl-6 {
      margin-left: 50%;
    }
    .bs-v513 .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .bs-v513 .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .bs-v513 .offset-xl-9 {
      margin-left: 75%;
    }
    .bs-v513 .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .bs-v513 .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .bs-v513 .g-xl-0,
    .bs-v513 .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .bs-v513 .g-xl-0,
    .bs-v513 .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .bs-v513 .g-xl-1,
    .bs-v513 .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .bs-v513 .g-xl-1,
    .bs-v513 .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .bs-v513 .g-xl-2,
    .bs-v513 .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .bs-v513 .g-xl-2,
    .bs-v513 .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .bs-v513 .g-xl-3,
    .bs-v513 .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .bs-v513 .g-xl-3,
    .bs-v513 .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .bs-v513 .g-xl-4,
    .bs-v513 .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .bs-v513 .g-xl-4,
    .bs-v513 .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .bs-v513 .g-xl-5,
    .bs-v513 .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .bs-v513 .g-xl-5,
    .bs-v513 .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1400px) {
    .bs-v513 .col-xxl {
      flex: 1 0 0%;
    }
    .bs-v513 .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .bs-v513 .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .bs-v513 .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .bs-v513 .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .bs-v513 .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .bs-v513 .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .bs-v513 .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .bs-v513 .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .bs-v513 .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .bs-v513 .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .bs-v513 .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .bs-v513 .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .bs-v513 .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .bs-v513 .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .bs-v513 .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .bs-v513 .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .bs-v513 .offset-xxl-0 {
      margin-left: 0;
    }
    .bs-v513 .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .bs-v513 .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .bs-v513 .offset-xxl-3 {
      margin-left: 25%;
    }
    .bs-v513 .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .bs-v513 .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .bs-v513 .offset-xxl-6 {
      margin-left: 50%;
    }
    .bs-v513 .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .bs-v513 .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .bs-v513 .offset-xxl-9 {
      margin-left: 75%;
    }
    .bs-v513 .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .bs-v513 .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .bs-v513 .g-xxl-0,
    .bs-v513 .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .bs-v513 .g-xxl-0,
    .bs-v513 .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .bs-v513 .g-xxl-1,
    .bs-v513 .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .bs-v513 .g-xxl-1,
    .bs-v513 .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .bs-v513 .g-xxl-2,
    .bs-v513 .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .bs-v513 .g-xxl-2,
    .bs-v513 .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .bs-v513 .g-xxl-3,
    .bs-v513 .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .bs-v513 .g-xxl-3,
    .bs-v513 .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .bs-v513 .g-xxl-4,
    .bs-v513 .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .bs-v513 .g-xxl-4,
    .bs-v513 .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .bs-v513 .g-xxl-5,
    .bs-v513 .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .bs-v513 .g-xxl-5,
    .bs-v513 .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  .bs-v513 .carousel {
    position: relative;
  }
  .bs-v513 .carousel.pointer-event {
    touch-action: pan-y;
  }
  .bs-v513 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .bs-v513 .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .bs-v513 .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .bs-v513 .carousel-item {
      transition: none;
    }
  }
  .bs-v513 .carousel-item.active,
  .bs-v513 .carousel-item-next,
  .bs-v513 .carousel-item-prev {
    display: block;
  }
  .bs-v513 .carousel-item-next:not(.carousel-item-start),
  .bs-v513 .active.carousel-item-end {
    transform: translateX(100%);
  }
  .bs-v513 .carousel-item-prev:not(.carousel-item-end),
  .bs-v513 .active.carousel-item-start {
    transform: translateX(-100%);
  }
  .bs-v513 .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .bs-v513 .carousel-fade .carousel-item.active,
  .bs-v513 .carousel-fade .carousel-item-next.carousel-item-start,
  .bs-v513 .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  .bs-v513 .carousel-fade .active.carousel-item-start,
  .bs-v513 .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .bs-v513 .carousel-fade .active.carousel-item-start,
    .bs-v513 .carousel-fade .active.carousel-item-end {
      transition: none;
    }
  }
  .bs-v513 .carousel-control-prev,
  .bs-v513 .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .bs-v513 .carousel-control-prev,
    .bs-v513 .carousel-control-next {
      transition: none;
    }
  }
  .bs-v513 .carousel-control-prev:hover, .bs-v513 .carousel-control-prev:focus,
  .bs-v513 .carousel-control-next:hover,
  .bs-v513 .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .bs-v513 .carousel-control-prev {
    left: 0;
  }
  .bs-v513 .carousel-control-next {
    right: 0;
  }
  .bs-v513 .carousel-control-prev-icon,
  .bs-v513 .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .bs-v513 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  .bs-v513 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .bs-v513 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
  }
  .bs-v513 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .bs-v513 .carousel-indicators [data-bs-target] {
      transition: none;
    }
  }
  .bs-v513 .carousel-indicators .active {
    opacity: 1;
  }
  .bs-v513 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .bs-v513 .carousel-dark .carousel-control-prev-icon,
  .bs-v513 .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  .bs-v513 .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  .bs-v513 .carousel-dark .carousel-caption {
    color: #000;
  }/*# sourceMappingURL=bootstrap.css.map */